--- aacplusenc-0.17.1.orig/debian/watch +++ aacplusenc-0.17.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://teknoraver.net/software/mp4tools/aacplusenc-(.*)\.tar\.bz2 --- aacplusenc-0.17.1.orig/debian/control +++ aacplusenc-0.17.1/debian/control @@ -0,0 +1,27 @@ +Source: aacplusenc +Section: sound +Priority: extra +Maintainer: Medibuntu Packaging Team +XSBC-Original-Maintainer: Christian Marillat +Uploaders: Lionel Le Folgoc , Guillaume Martres , Albin Tonnerre +Homepage: http://teknoraver.net/software/mp4tools/ +Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 7), libfftw3-dev +Vcs-Bzr: http://bazaar.launchpad.net/~medibuntu-maintainers/medibuntu/aacplusenc.hardy +Vcs-Browser: http://codebrowse.launchpad.net/~medibuntu-maintainers/medibuntu/aacplusenc.hardy + +Package: aacplusenc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: High-Efficency AAC (AAC+) Encoder + aacplusenc converts WAV files to the AAC+ format. + . + This package is based on the official 3GPP AAC+ encoder and + implement the HE-AAC lossy compression scheme + . + Therefore, it is in Medibuntu as it might violate patents. + . + This package isn't supported by Ubuntu: DON'T REPORT BUGS TO UBUNTU! + . + Please report any bug to our bug tracker instead: + https://bugs.launchpad.net/medibuntu/+bugs --- aacplusenc-0.17.1.orig/debian/compat +++ aacplusenc-0.17.1/debian/compat @@ -0,0 +1 @@ +7 --- aacplusenc-0.17.1.orig/debian/rules +++ aacplusenc-0.17.1/debian/rules @@ -0,0 +1,64 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + +# QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 + + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + $(MAKE) clean + +# QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install INSTDIR=$(CURDIR)/debian/aacplusenc/usr + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs CHANGELOG + dh_installdocs + dh_installman aacplusenc.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- aacplusenc-0.17.1.orig/debian/changelog +++ aacplusenc-0.17.1/debian/changelog @@ -0,0 +1,267 @@ +aacplusenc (0.17.1-0.1medibuntu1) intrepid; urgency=low + + * Merge with debian-multimedia, remaining Medibuntu changes: + - debian/control: + + update Maintainer field + + drop the Bugs field + + add an Uploaders field + + add some Vcs-* fields + + keep our long description. + + -- Lionel Le Folgoc Thu, 14 Aug 2008 22:02:06 +0200 + +aacplusenc (0.17.1-0.1) unstable; urgency=low + + * Update upstream homepage in debian/control, debian/watch and + debian/copyright. + + -- Christian Marillat Fri, 18 Jul 2008 08:17:40 +0200 + +aacplusenc (0.17.1-0.0) unstable; urgency=low + + * New upstream release. + * Update debian/watch to new homepage. + + -- Christian Marillat Thu, 17 Jul 2008 17:12:35 +0200 + +aacplusenc (0.17.1-0medibuntu1) hardy; urgency=low + + [ Guillaume Martres ] + * New upstream release. LP: #249556 + + [ Lionel Le Folgoc ] + * debian/control: update the Homepage. + + -- Lionel Le Folgoc Thu, 17 Jul 2008 20:45:28 +0200 + +aacplusenc (0.17-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 04 Jun 2008 15:03:29 +0200 + +aacplusenc (0.16.3-0.0) unstable; urgency=low + + * New upstream release. + * Removed my patch agaisn't au_channel.h included upstream. + + -- Christian Marillat Wed, 20 Feb 2008 09:30:02 +0100 + +aacplusenc (0.16.3-0medibuntu1) hardy; urgency=low + + [ Guillaume Martres ] + * New upstream release + * debian/control: + - fftw3-dev -> libfftw3-dev B-D transition for hardy + - Bumped Standards-Version to 3.7.3 + - updated Vcs-* fields + + [ Lionel Le Folgoc ] + * debian/rules: install upstream manpage. + * debian/aacplusenc.1: dropped, not needed. + + -- Guillaume Martres Sun, 23 Mar 2008 20:12:24 +0100 + +aacplusenc (0.16.2-0.1) unstable; urgency=low + + * Added a patch to fix a typo in au_channel.h + + -- Christian Marillat Sun, 17 Feb 2008 11:58:27 +0100 + +aacplusenc (0.16.2-0.0) unstable; urgency=low + + * New upstream release. + * Upstream changes : + o In 0.16.2 : + o Added compile time checks for endiannes and FFTW3. + o In 0.16.1 : + o Fix BSD build. + + -- Christian Marillat Sun, 17 Feb 2008 11:20:23 +0100 + +aacplusenc (0.16-0.1) unstable; urgency=low + + * Strange libfftw3-dev was missing from Build-Depends. Fixed. + + -- Christian Marillat Sat, 02 Feb 2008 19:55:05 +0100 + +aacplusenc (0.16-0.0) unstable; urgency=low + + * Initial release for my repository. + + -- Christian Marillat Sat, 02 Feb 2008 17:14:49 +0100 + +aacplusenc (0.16-0medibuntu1) gutsy; urgency=low + + * New upstream release + * debian/rules: + - use get-orig-source + * debian/control: + - updated description + - added Xs-Vcs-* fields + * debian/copyright: + - cosmetic changes + * Added debian/watch + * Removed Section override + + -- Guillaume Martres Sat, 09 Feb 2008 15:47:20 +0100 + +aacplusenc (0.16-0.0) unstable; urgency=low + + * Initial release for my repository. + + -- Christian Marillat Sat, 02 Feb 2008 17:14:49 +0100 + +aacplusenc (0.16) hardy; urgency=low + + * Added support for bitrate up to 64 and 63 kbit for 44.1 and 48 kHz + + -- Matteo Croce Thu, 31 Jan 2008 18:48:17 +0100 + +aacplusenc (0.15) hardy; urgency=low + + * Full 64 bit support + + -- Matteo Croce Wed, 23 Jan 2008 20:14:58 +0100 + +aacplusenc (0.14.2) hardy; urgency=low + + * Rebuild ubuntu package with sane dpkg-deb arguments + + -- Matteo Croce Wed, 23 Jan 2008 16:01:31 +0100 + +aacplusenc (0.14.1) hardy; urgency=low + + * Fix endiannes under BSD + + -- Matteo Croce Wed, 23 Jan 2008 01:20:42 +0100 + +aacplusenc (0.14) hardy; urgency=low + + * Small speedup (~9%) + * Better packaging + + -- Matteo Croce Tue, 22 Jan 2008 03:26:28 +0100 + +aacplusenc (0.13.2) hardy; urgency=low + + * Fix manpage path + + -- Matteo Croce Sun, 20 Jan 2008 04:18:55 +0100 + +aacplusenc (0.13.1-1~gutsy1) gutsy; urgency=low + + * Gutsy upload + + -- Matteo Croce Sun, 20 Jan 2008 00:15:31 +0100 + +aacplusenc (0.13.1) hardy; urgency=low + + * Added changelog + + -- Matteo Croce Sat, 19 Jan 2008 23:56:44 +0100 + +aacplusenc (0.13) gutsy; urgency=low + + * All channels/samplerates/bitrates combinations works now + * A 64 bit build can encode a mono track, or an high bitrate one (> 44kbit) + + -- Matteo Croce Tue, 15 Jan 2008 01:23:42 +0100 + +aacplusenc (0.12.1) gutsy; urgency=low + + * Fix Win32 build + + -- Matteo Croce Mon, 17 Dec 2007 17:36:39 +0100 + +aacplusenc (0.12-0medibuntu1) gutsy; urgency=low + + * Initial release. (Closes: LP #178304) + * Modified upstream tarball: + - moved debian/ to debian.upstream/ + - changed CHANGELOG link from debian/changelog to debian.upstream/changelog + + -- Guillaume Martres Sun, 23 Dec 2007 22:19:27 +0100 + +aacplusenc (0.12) gutsy; urgency=low + + * Fixed encodings higher tha 44 kbit/s + + -- Matteo Croce Thu, 06 Dec 2007 02:16:07 +0100 + +aacplusenc (0.11) gutsy; urgency=low + + * Enable 64 bit builds, but only for mono encodings + + -- Matteo Croce Tue, 04 Dec 2007 17:53:59 +0100 + +aacplusenc (0.10) gutsy; urgency=low + + * Good speed increase (25-33%) against older version + * Keep legacy builtin FFT, enable it with the NOFFTW3 make flag + + -- Matteo Croce Sat, 01 Dec 2007 18:10:30 +0100 + +aacplusenc (0.9) gutsy; urgency=low + + * Trashed the builtin FFT and used the GPL one FFTW3 which is faster + + -- Matteo Croce Fri, 30 Nov 2007 02:16:58 +0100 + +aacplusenc (0.8) gutsy; urgency=low + + * removed the last m/s parameter. Stereo or mono encoding + is done according to source number of channels + * now the target bitrate is expressed in kbit, not bits + + -- Matteo Croce Tue, 20 Nov 2007 18:35:37 +0100 + +aacplusenc (0.7) gutsy; urgency=low + + * Adding safety code to avoid encoder runtime-assertion + + -- Matteo Croce Fri, 19 Oct 2007 02:09:05 +0200 + +aacplusenc (0.6) feisty; urgency=low + + * fixed percentage display + * copied missing b2l macro from old libaudio/au_channel.h + * removed unneeded libaudio and fixed CFLAGS, one -ftree-vectorize should be + enough in Makefile + + -- Bernhard Geier Thu, 19 Apr 2007 23:38:24 +0200 + +aacplusenc (0.5) feisty; urgency=low + + * Ported the I/O read/write to fread/fwrite + * Reduced I/O calls, it encodes much faster now + * Removed unused au_channel functions + * Added percent indicator, needed to use aacplusenc as backend + + -- Matteo Croce Mon, 19 Mar 2007 17:40:13 +0100 + +aacplusenc (0.4) unstable; urgency=low + + * New bitrate tables from 3gpp.org + + -- Matteo Croce Thu, 14 Dec 2006 00:26:01 +0100 + +mp4tools (0.3) unstable; urgency=low + + * Removed libisomediafile, now aacplusenc saves raw ADTS streams + * Removed unused downsampling library + * Now encoding parameters are taken from the WAV header + + -- Matteo Croce Wed, 7 Jun 2006 20:28:35 +0200 + +mp4tools (0.2) unstable; urgency=low + + * Replaced real's encoder with an opensource, better one + + -- Matteo Croce Tue, 6 Jun 2006 18:44:48 +0200 + +mp4tools (0.1) unstable; urgency=low + + * Initial release + + -- Matteo Croce Tue, 23 May 2006 15:02:07 +0200 --- aacplusenc-0.17.1.orig/debian/copyright +++ aacplusenc-0.17.1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Christian Marillat on +Sat, 02 Feb 2008 17:14:49 +0100. + +It was downloaded from http://teknoraver.net/software/mp4tools/ + +Upstream Authors: Matteo Croce + + +Copyright: + + AAC encoder and SBR algorithm + Copyright © Coding Technologies 2003 + All Rights Reserved + + Wav and ADTS header handling routines + Copyright © Matteo Croce 2006-2007 + All Rights Reserved + +License: + + You should have received a copy of the GNU General Public License with the + Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if + not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth + Floor, Boston, MA 02110-1301, USA. + +The Debian packaging is (C) 2008, Christian Marillat and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'.