debian/0000775000000000000000000000000012114501101007152 5ustar debian/rules0000775000000000000000000000271112114500140010235 0ustar #!/usr/bin/make -f # -*- makefile -*- #export DH_VERBOSE=1 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) else CROSS= --build $(DEB_BUILD_GNU_TYPE) endif configure: configure-stamp configure-stamp: dh_testdir dh_autoreconf ./configure $(CROSS) --prefix=/usr CFLAGS="$(CFLAGS)" --disable-static touch $@ build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) touch $@ clean: dh_testdir dh_testroot dh_autoreconf_clean rm -f build-stamp configure-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/ogmrip-ac3 install rm debian/ogmrip-ac3/usr/lib/ogmrip/audio-plugins/libogmrip-ac3.la # 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 README 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 debian/watch0000664000000000000000000000007112114500031010202 0ustar version=3 http://sf.net/ogmrip/ogmrip-ac3-(.*)\.tar\.gz debian/changelog0000664000000000000000000000271712114501075011045 0ustar ogmrip-ac3 (0.3-0ubuntu1) raring; urgency=low * New upstream release. * debian/copyright: Add "Copyright" next to "(C)" to make Lintian happy. * debian/control: Bump Standards-Version to 3.9.4. * debian/rules: Add Build-Arch and Build-Indep targets. -- Logan Rosen Sat, 02 Mar 2013 17:41:47 -0500 ogmrip-ac3 (0.2-0.1ubuntu2) oneiric; urgency=low * debian/source/format: - Use format 3.0 (quilt) * debian/control: - Build-depends on dh-autoreconf. * debian/rules: - Use dh-autoreconf, needed by 01_remove_Werror.patch. * debian/patches: - 01_remove_Werror.patch: Remove Werror to fix FTBFS (LP: #831165). -- Julien Lavergne Tue, 13 Sep 2011 00:53:12 +0200 ogmrip-ac3 (0.2-0.1ubuntu1) karmic; urgency=low * Sync from Debian-multimedia.org (LP: #411589). * Ubuntu changes: - debian/copyright: point to the LGPL license to match package license. -- Julien Lavergne Wed, 19 Aug 2009 17:53:30 +0200 ogmrip-ac3 (0.2-0.1) unstable; urgency=low * debian/rules fix bashism and build with --disable-static. -- Christian Marillat Sun, 09 Aug 2009 22:46:00 +0200 ogmrip-ac3 (0.2-0.0) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 20 Jul 2009 09:56:15 +0200 ogmrip-ac3 (0.1-0.0) unstable; urgency=low * Initial release. -- Christian Marillat Sun, 24 Aug 2008 14:29:15 +0200 debian/compat0000664000000000000000000000000212114500031010351 0ustar 7 debian/copyright0000664000000000000000000000133212114500711011112 0ustar This package was debianized by Christian Marillat on Sat, 23 Aug 2008 17:54:39 +0200. It was downloaded from http://ogmrip.sourceforge.net/en/plugins.html Upstream Author: Olivier Rolland Copyright: Copyright © 2008 Olivier Rolland License: You should have received a copy of the GNU Lesser General Public with the Debian GNU/Linux distribution in file /usr/share/common-licenses/LGPL-2.1; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. The Debian packaging is Copyright (C) 2008, Christian Marillat and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000775000000000000000000000000012114501100010451 5ustar debian/source/format0000664000000000000000000000001412114500031011661 0ustar 3.0 (quilt) debian/control0000664000000000000000000000123712114500154010567 0ustar Source: ogmrip-ac3 Section: sound Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Christian Marillat Bugs: mailto:marillat@debian.org Homepage: http://ogmrip.sourceforge.net/en/plugins.html Standards-Version: 3.9.4 Build-Depends: debhelper (>= 7), libogmrip-dev (>= 0.13.0), dh-autoreconf Package: ogmrip-ac3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ogmrip, aften Description: AC3 support for ogmrip This plugin provides support for the AC3 audio codec. It can be useful to keep a multi-channels AC3 or DTS stream but with a lower bitrate to take less space. debian/patches/0000775000000000000000000000000012114501100010600 5ustar debian/patches/series0000664000000000000000000000002712114500031012016 0ustar 01_remove_Werror.patch debian/patches/01_remove_Werror.patch0000664000000000000000000000054412114500031014763 0ustar --- ogmrip-ac3-0.2.orig/configure.in +++ ogmrip-ac3-0.2/configure.in @@ -18,7 +18,7 @@ AC_HEADER_STDC AM_MAINTAINER_MODE -CFLAGS="$CFLAGS -I/usr/local/include -Wall -Werror -I.." +CFLAGS="$CFLAGS -I/usr/local/include -Wall -I.." LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/pkg/lib" dnl **************************************************************