debian/0000755000000000000000000000000011716242773007200 5ustar debian/changelog0000644000000000000000000000636711716242773011066 0ustar xvidenc (8.4.3~dfsg-0ubuntu1) precise; urgency=low * New upstream release. -- Alessio Treglia Mon, 13 Feb 2012 18:18:38 +0100 xvidenc (8.4.2~dfsg-0ubuntu1) oneiric; urgency=low * New upstream release. * Bump Standards. -- Alessio Treglia Sat, 16 Jul 2011 11:52:30 +0200 xvidenc (8.3.9~dfsg-0ubuntu1) natty; urgency=low * New upstream release. -- Alessio Treglia Mon, 10 Jan 2011 11:00:52 +0100 xvidenc (8.3.7~dfsg-0ubuntu1) natty; urgency=low * New upstream release. -- Alessio Treglia Wed, 20 Oct 2010 08:08:51 +0200 xvidenc (8.3.6~dfsg-0ubuntu1) maverick; urgency=low * New upstream release: - Add -nosub to prevent auto-loading of subs * Bump Standards. -- Alessio Treglia Sun, 08 Aug 2010 11:55:45 +0200 xvidenc (8.3.5~dfsg-0ubuntu1) maverick; urgency=low * New upstream release. -- Alessio Treglia Sun, 16 May 2010 14:20:30 +0200 xvidenc (8.3.4~dfsg-0ubuntu1) maverick; urgency=low * New upstream release. * Switch to debian 3.0 (quilt) format. * Bump Standards. * Update copyright file. -- Alessio Treglia Sat, 08 May 2010 02:17:51 +0200 xvidenc (8.3.1+dfsg-0ubuntu1) lucid; urgency=low * New upstream release. -- Alessio Treglia Thu, 04 Feb 2010 06:33:41 +0100 xvidenc (8.3.0+dfsg-0ubuntu1) lucid; urgency=low * New upstream release. -- Alessio Treglia Tue, 26 Jan 2010 19:13:52 +0100 xvidenc (8.2.9+dfsg-0ubuntu1) lucid; urgency=low * New upstream release. * Adjust versioned build-dependency on debhelper. -- Alessio Treglia Wed, 20 Jan 2010 11:14:52 +0100 xvidenc (8.2.8+dfsg-0ubuntu1) lucid; urgency=low * New upstream release. * Update debian/copyright. -- Alessio Treglia Mon, 28 Dec 2009 14:46:11 +0100 xvidenc (8.2.7+dfsg-0ubuntu1) lucid; urgency=low * New upstream release. -- Alessio Treglia Wed, 18 Nov 2009 06:17:28 +0100 xvidenc (8.2.6+dfsg-0ubuntu1) lucid; urgency=low * New upstream release. * Bump Standards. -- Alessio Treglia Tue, 03 Nov 2009 17:58:10 +0100 xvidenc (8.2.1+dfsg-0ubuntu1) karmic; urgency=low * New upstream release: - Add support for the audio panning filter; it will update the configuration file to version 9. -- Alessio Treglia Thu, 13 Aug 2009 10:12:02 +0200 xvidenc (8.2.0+dfsg-0ubuntu1) karmic; urgency=low * New upstream release. -- Alessio Treglia Wed, 05 Aug 2009 05:58:42 +0200 xvidenc (8.1.9+dfsg-0ubuntu1) karmic; urgency=low * New upstream release. -- Alessio Treglia Fri, 24 Jul 2009 18:27:02 +0200 xvidenc (8.1.8+dfsg-0ubuntu1) karmic; urgency=low * New upstream release. * debian/patches/01-fix_manpage.diff: - Dropped, applied by upstream. * Drop quilt support, no patch to apply. -- Alessio Treglia Wed, 08 Jul 2009 14:12:58 +0200 xvidenc (8.1.6+dfsg-0ubuntu1) karmic; urgency=low * Initial release (LP: #394246). -- Alessio Treglia Thu, 02 Jul 2009 09:42:37 +0000 debian/xvidenc.docs0000644000000000000000000000003111371126356011477 0ustar doc/AUTHORS doc/README.* debian/compat0000644000000000000000000000000211371126356010371 0ustar 7 debian/source/0000755000000000000000000000000011371126501010463 5ustar debian/source/format0000644000000000000000000000001411371126501011671 0ustar 3.0 (quilt) debian/xvidenc.manpages0000644000000000000000000000001611371126356012345 0ustar man/xvidenc.1 debian/watch0000644000000000000000000000012611371126375010224 0ustar version=3 opts=dversionmangle=s/~dfsg// \ http://sf.net/xvidenc/xvidenc-(.*)\.tar\.gz debian/xvidenc.menu0000644000000000000000000000016111371126356011517 0ustar ?package(xvidenc): needs="text"\ section="Applications/Video"\ title="xvidenc"\ command="/usr/bin/xvidenc" debian/xvidenc.install0000644000000000000000000000002011371126356012213 0ustar xvidenc usr/bin debian/rules0000755000000000000000000000143611371126424010253 0ustar #!/usr/bin/make -f # Path to the debian directory DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname ) UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*\(.*\)<\/upstream-version>.*/\1/p') %: dh $@ override_dh_installchangelogs: dh_installchangelogs -pxvidenc doc/ChangeLog get-orig-source: cd $(DEBIAN_DIR)/.. && uscan --force-download tar xf ../xvidenc-$(UPSTREAM_VERSION).tar.gz rm ../xvidenc-$(UPSTREAM_VERSION).tar.gz \ ../xvidenc_$(UPSTREAM_VERSION).orig.tar.gz mv xvidenc-$(UPSTREAM_VERSION) xvidenc-$(UPSTREAM_VERSION)~dfsg tar cf ../xvidenc_$(UPSTREAM_VERSION)~dfsg.orig.tar \ --exclude=matrices xvidenc-$(UPSTREAM_VERSION)~dfsg gzip -9fn ../xvidenc_$(UPSTREAM_VERSION)~dfsg.orig.tar rm -r xvidenc-$(UPSTREAM_VERSION)~dfsg debian/control0000644000000000000000000000170211716243013010567 0ustar Source: xvidenc Section: video Priority: optional Maintainer: Alessio Treglia Standards-Version: 3.9.2 Homepage: http://xvidenc.sourceforge.net/ Build-Depends: debhelper (>= 7.0.50~) Package: xvidenc Architecture: all Depends: ${misc:Depends}, mencoder, lsdvd, gpac, mkvtoolnix, faac, vorbis-tools, ogmtools, pv, bc Description: shell script to encode DVDs to Xvid A shell script which makes it easy to encode DVDs, (S)VCDs or video files to the Xvid video format using MEncoder from the MPlayer project. . xvidenc is written in a way to be useful for power users yet it is also very user friendly for people who are novices when it comes to video encoding. xvidenc operates by asking questions to the user, collecting input and passing it over to the encoding software. One of its unique features is the ability to use built-in video quality presets. This is especially useful to people who are just starting to encode video. debian/README.Debian0000644000000000000000000000027311371126356011236 0ustar I repacked the original tarball because I couldn't find any copyright/license notice about matrices/* files. -- Alessio Treglia Thu, 02 Jul 2009 09:33:58 +0000 debian/copyright0000644000000000000000000000233111371126451011121 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: xvidenc Maintainer: Grozdan Nikolov aka microchip Source: http://xvidenc.sourceforge.net/download.html Copyright: 2006-2010, Grozdan Nikolov License: GPL-2 Files: ./debian/* Copyright: 2009-2010, Alessio Treglia License: GPL-2 License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. X-Comment: On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file.