--- aften-0.0.8+git20100105.orig/libaften/ppc/cpu_caps.c +++ aften-0.0.8+git20100105/libaften/ppc/cpu_caps.c @@ -58,7 +58,6 @@ void cpu_caps_detect(void) { if (g_is_altivec_present == -1L) { - sig_t oldhandler; sigset_t signame; struct sigaction sa_new, sa_old; --- aften-0.0.8+git20100105.orig/debian/changelog +++ aften-0.0.8+git20100105/debian/changelog @@ -0,0 +1,43 @@ +aften (0.0.8+git20100105-0ubuntu2) precise; urgency=low + + * Remove unused variable with unknown type that broke the powerpc build. + + -- Colin Watson Mon, 28 Nov 2011 12:23:14 +0000 + +aften (0.0.8+git20100105-0ubuntu1) lucid; urgency=low + + * Get the sources from upstream's Git repository. + * Switch to debhelper 7. + * debian/control: + - Bump standards. + - Add ${misc:Depends} to Depends fields. + - Replace ${source:Version} deprecated macro with ${binary:Version}. + - Improve packages descriptions. + * debian/rules: + - Don't install wavinfo, already provided by wavbreaker. + - Don't use make command with -j option. + * Fix watch file. + * Update debian/copyright. + + -- Alessio Treglia Tue, 05 Jan 2010 14:28:01 +0100 + +aften (0.0.8svn20080925-0.0) unstable; urgency=low + + * SVN release to fix build for arch other than X86. + * Build shared library. + * Disable altivec for powerpc. + + -- Christian Marillat Fri, 17 Oct 2008 16:52:04 +0200 + +aften (0.0.8-0.1) unstable; urgency=low + + * Remove libaften0 package (shared library doesn't build for all archs + except for i386 and amd64). + + -- Christian Marillat Mon, 25 Aug 2008 12:46:52 +0200 + +aften (0.0.8-0.0) unstable; urgency=low + + * Initial release. + + -- Christian Marillat Mon, 25 Aug 2008 12:07:26 +0200 --- aften-0.0.8+git20100105.orig/debian/rules +++ aften-0.0.8+git20100105/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_configure: + mkdir build + cd build && cmake .. -DCMAKE_INSTALL_PREFIX:STRING="/usr" \ + -DSHARED:STRING="yes" + +override_dh_auto_build: + cd build && $(MAKE) + +override_dh_auto_install: + cd build && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + rm debian/tmp/usr/bin/wavinfo + +override_dh_installchangelogs: + dh_installchangelogs Changelog --- aften-0.0.8+git20100105.orig/debian/install +++ aften-0.0.8+git20100105/debian/install @@ -0,0 +1 @@ +usr/bin --- aften-0.0.8+git20100105.orig/debian/watch +++ aften-0.0.8+git20100105/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/aften/aften-(\d\.\d\.\d)\.tar\.bz2 --- aften-0.0.8+git20100105.orig/debian/libaften0.install +++ aften-0.0.8+git20100105/debian/libaften0.install @@ -0,0 +1 @@ +usr/lib/libaften.so.0* --- aften-0.0.8+git20100105.orig/debian/compat +++ aften-0.0.8+git20100105/debian/compat @@ -0,0 +1 @@ +7 --- aften-0.0.8+git20100105.orig/debian/control +++ aften-0.0.8+git20100105/debian/control @@ -0,0 +1,41 @@ +Source: aften +Section: sound +Priority: extra +Maintainer: Alessio Treglia +Standards-Version: 3.8.3 +Homepage: http://aften.sourceforge.net/ +Build-Depends: debhelper (>= 7.0.50~), + cmake + +Package: aften +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: audio AC3 encoder + Aften is an audio encoder which generates compressed audio streams based on + ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby® + Digital and is one of the audio codecs used in DVD-Video content. + +Package: libaften0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: audio AC3 encoder - runtime files + Aften is an audio encoder which generates compressed audio streams based on + ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby® + Digital and is one of the audio codecs used in DVD-Video content. + . + This package contains the runtime files. + +Package: libaften-dev +Architecture: any +Section: libdevel +Depends: libaften0 (= ${binary:Version}), + ${misc:Depends} +Description: audio AC3 encoder - development files + Aften is an audio encoder which generates compressed audio streams based on + ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby® + Digital and is one of the audio codecs used in DVD-Video content. + . + This package contains the development files. --- aften-0.0.8+git20100105.orig/debian/copyright +++ aften-0.0.8+git20100105/debian/copyright @@ -0,0 +1,23 @@ +This package was debianized by Christian Marillat on +Sat, 17 Nov 2007 18:17:10 +0100. + +It was downloaded from: +http://aften.git.sourceforge.net/git/gitweb.cgi?p=aften/aften;a=snapshot;h=d457da7bd37a020cbd36e6f61fae5e42aa28e183;sf=tgz + +Upstream Author: + + Justin Ruggles + +Copyright: + + Copyright (C) 2006-2007 Justin Ruggles + +License: + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA. + +The Debian packaging is © 2008, Christian Marillat and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- aften-0.0.8+git20100105.orig/debian/libaften-dev.install +++ aften-0.0.8+git20100105/debian/libaften-dev.install @@ -0,0 +1,2 @@ +usr/include +usr/lib/libaften.so