debian/0000755000000000000000000000000012227263316007172 5ustar debian/watch0000644000000000000000000000015711613515631010224 0ustar version=3 http://www.xvid.org/downloads.html \ http://downloads.xvid.org/downloads/xvidcore-([\d\.]*)\.tar\.gz debian/clean0000644000000000000000000000003011730737314010172 0ustar build/generic/configure debian/libxvidcore-dev.install0000644000000000000000000000005111730737314013646 0ustar usr/include usr/lib/*/*.a usr/lib/*/*.so debian/rules0000755000000000000000000000033212227263275010254 0ustar #!/usr/bin/make -f include debian/confflags %: dh $@ --sourcedirectory=build/generic \ --parallel --with autotools_dev override_dh_auto_configure: cd build/generic && autoconf dh_auto_configure -- $(confflags) debian/confflags0000644000000000000000000000240711731367213011062 0ustar # -*- mode: makefile -*- # vim:syntax=make # Set hardened CFLAGS HARDENED_CFLAGS = $(shell dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e 's/-g\|-O2//g') HARDENED_CFLAGS += $(shell dpkg-buildflags --get CPPFLAGS) ifeq (,$(HARDENED_CFLAGS)) # Handle case for versions of Debian/Ubuntu that have dpkg-dev (<< 1.15.7). HARDENED_CFLAGS = -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 endif # Set CFLAGS from DEB_CFLAGS if defined, otherwise let xvidcore's build system # set CFLAGS to use. DEFAULT_CFLAGS = -Wall -O3 -fstrength-reduce -finline-functions -ffast-math \ -fomit-frame-pointer $(HARDENED_CFLAGS) export CFLAGS = $(or $(DEB_CFLAGS),$(DEFAULT_CFLAGS)) export DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) export DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) # Explicitely disable Altivec support on powerpc until we introduce flavours ifeq ($(DEB_HOST_ARCH_CPU),powerpc) confflags += --disable-assembly endif # Explicitely disable yasm support on kfreebsd, it's broken on 64bit; # see: http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/xvid/Makefile?rev=1.36 ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) confflags += --disable-assembly endif debian/libxvidcore4.symbols0000644000000000000000000000055211613515631013202 0ustar libxvidcore.so.4 libxvidcore4 #MINVER# xvid_decore@Base 1.2.2 xvid_encore@Base 1.2.2 xvid_global@Base 1.2.2 xvid_plugin_2pass1@Base 1.2.2 xvid_plugin_2pass2@Base 1.2.2 xvid_plugin_dump@Base 1.2.2 xvid_plugin_lumimasking@Base 1.2.2 xvid_plugin_psnr@Base 1.2.2 xvid_plugin_psnrhvsm@Base 2:1.3.0 xvid_plugin_single@Base 1.2.2 xvid_plugin_ssim@Base 1.2.2 debian/copyright0000644000000000000000000001113411613520423011116 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=markup Upstream-Name: xvidcore Upstream-Contact: xvid-devel@xvid.org Source: http://www.xvid.org Files: * Copyright: © 1999, Intel Corporation © 2000-2001, Michel Lespinasse © 2000, Royce Shih-Wea Liao © 2000-2001, Peter Gubanov © 2001, Fabrice Bellard © 2001, Michael Niedermayer © 2001-2003, xvid team © 2001-2004, Peter Ross © 2001-2011, Michael Militzer © 2002, Alexander Viehl © 2002, Benjamin Herrenschmidt © 2002, Christian Engel © 2002, Christian Schwarz © 2002, Christopher Özbek © 2002, Daniel Kallfass © 2002, Daniel Smith © 2002, Daniel Winkler © 2002, Dirk Knop © 2002, Dmitry Rozhdestvensky © 2002, Haiko Gaisser © 2002, Hannes Jütting © 2002, Hans-Joachim Daniels © 2002, Ingo-Marc Weber © 2002, Johannes Singler © 2002, Kai Kühn © 2002, Max Stengel © 2002, MinChen © 2002, Sebastian Felis © 2002, Sebastian Hack © 2002, Stephan Krause © 2002-2003, Christoph Lampert © 2002-2003, Jaan Kalda © 2002-2004, Benjamin Lambert © 2002-2004, Edouard Gomez © 2002-2005, Radoslaw Czyz © 2002-2006, Pascal Massimino © 2004, Dcoder © 2004, Jean-Marc Bastide © 2004, Marc Fauconneau © 2004, Christoph Naegeli © 2004-2005, Christoph Naegeli © 2005, Carlo Bramini © 2005-2006, Johannes Reinhardt © 2006-2011, Xvid Solutions GmbH © 2008, Jason Garrett-Glaser © Johannes Singler License: GPL-2+ Files: debian/* Copyright: © 2001, Christian Marillat © 2003, Edouard Gomez © 2005-2009, Fabian Greffrath © 2009, Loïc Martin © 2009-2011, Reinhard Tartler , © 2009-2011, Andres Mejia License: GPL-2+ Files: src/dct/ppc_asm/* Copyright: © 2001, Michel Lespinasse © 2004, Christoph Naegeli License: LGPL-2+ License: GPL-2+ This package 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 package 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, see . . On Debian systems, the complete text of the GNU General Public License can be found at '/usr/share/common-licenses/GPL-2'. License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found at '/usr/share/common-licenses/LGPL-2'. debian/libxvidcore4.install0000644000000000000000000000002111730737314013153 0ustar usr/lib/*/*.so.* debian/source/0000755000000000000000000000000011730737314010474 5ustar debian/source/format0000644000000000000000000000001411613515631011676 0ustar 3.0 (quilt) debian/source/lintian-overrides0000644000000000000000000000021011730737314014046 0ustar # Ignore this, since currently only debhelper (>= 8.1.3~) is needed. xvidcore source: package-needs-versioned-debhelper-build-depends 9 debian/patches/0000755000000000000000000000000011730737314010623 5ustar debian/patches/add-soname-links.patch0000644000000000000000000000565511730737314015005 0ustar Description: xvidcore: Adds common symlinks for shared library. Author: Andres Mejia Forwarded: http://list.xvid.org/pipermail/xvid-devel/2011-September/006349.html --- a/build/generic/configure.in +++ b/build/generic/configure.in @@ -144,6 +144,12 @@ AC_CHECK_TOOL([AR], [ar], [ar-not-found]) dnl ========================================================================== +dnl Check how the system supports symlinks. +dnl ========================================================================== + +AC_PROG_LN_S + +dnl ========================================================================== dnl dnl This part looks for: dnl @@ -280,11 +286,15 @@ SPECIFIC_CFLAGS="" ALTIVEC_CFLAGS="" PRE_SHARED_LIB="" +SO_API_MAJOR_LINK="" +SO_LINK="" case "$target_os" in linux*|solaris*|gnu*) AC_MSG_RESULT([ok]) STATIC_LIB="libxvidcore.\$(STATIC_EXTENSION)" SHARED_LIB="libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR).\$(API_MINOR)" + SO_API_MAJOR_LINK="libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR)" + SO_LINK="libxvidcore.\$(SHARED_EXTENSION)" SPECIFIC_LDFLAGS="-Wl,-soname,libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR) -shared -Wl,--version-script=libxvidcore.ld -lc -lm" SPECIFIC_CFLAGS="-fPIC" ;; @@ -292,6 +302,8 @@ AC_MSG_RESULT([ok]) STATIC_LIB="libxvidcore.\$(STATIC_EXTENSION)" SHARED_LIB="libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR).\$(API_MINOR)" + SO_API_MAJOR_LINK="libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR)" + SO_LINK="libxvidcore.\$(SHARED_EXTENSION)" SPECIFIC_LDFLAGS="-Wl,-soname,libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR) -shared -lc -lm" SPECIFIC_CFLAGS="-fPIC" ;; @@ -711,12 +723,15 @@ AC_SUBST(SPECIFIC_CFLAGS) AC_SUBST(DCT_IA64_SOURCES) AC_SUBST(PPC_ALTIVEC_SOURCES) +AC_SUBST(LN_S) AC_SUBST(RANLIB) AC_SUBST(AR) AC_SUBST(API_MAJOR) AC_SUBST(API_MINOR) AC_SUBST(STATIC_LIB) AC_SUBST(PRE_SHARED_LIB) +AC_SUBST(SO_API_MAJOR_LINK) +AC_SUBST(SO_LINK) AC_SUBST(SHARED_LIB) AC_SUBST(ALTIVEC_CFLAGS) --- a/build/generic/platform.inc.in +++ b/build/generic/platform.inc.in @@ -57,6 +57,7 @@ # ============================================================================ INSTALL=@INSTALL@ +LN_S=@LN_S@ DESTDIR= prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -79,3 +80,5 @@ STATIC_LIB=@STATIC_LIB@ SHARED_LIB=@SHARED_LIB@ PRE_SHARED_LIB=@PRE_SHARED_LIB@ +SO_API_MAJOR_LINK=@SO_API_MAJOR_LINK@ +SO_LINK=@SO_LINK@ --- a/build/generic/Makefile +++ b/build/generic/Makefile @@ -145,6 +145,10 @@ @$(INSTALL) -d $(DESTDIR)$(libdir) @echo " I: $(libdir)/$(SHARED_LIB)" @$(INSTALL) -m 644 $(BUILD_DIR)/$(SHARED_LIB) $(DESTDIR)$(libdir)/$(SHARED_LIB) + @test -z "$(SO_API_MAJOR_LINK)" || \ + $(LN_S) $(SHARED_LIB) $(DESTDIR)$(libdir)/$(SO_API_MAJOR_LINK) + @test -z "$(SO_LINK)" || \ + $(LN_S) $(SHARED_LIB) $(DESTDIR)$(libdir)/$(SO_LINK) @echo " I: $(libdir)/$(STATIC_LIB)" @$(INSTALL) -m 644 $(BUILD_DIR)/$(STATIC_LIB) $(DESTDIR)$(libdir)/$(STATIC_LIB) @echo " D: $(includedir)" debian/patches/series0000644000000000000000000000004111730737314012033 0ustar hurd.diff add-soname-links.patch debian/patches/hurd.diff0000644000000000000000000000250111730737314012415 0ustar Description: xvidcore: FTBFS on hurd-i386: unrecognized platform Currently, xvidcore does not compile on hurd-i386. The problem is the lack of support for GNU/Hurd in configure; the attached patch (which requires autoreconf) provides it. Author: Pino Toscano Bug-Debian: http://bugs.debian.org/635662 Forwarded: Michael Militzer --- a/build/generic/configure.in +++ b/build/generic/configure.in @@ -237,7 +237,7 @@ STATIC_EXTENSION="" OBJECT_EXTENSION="" case "$target_os" in - *bsd*|linux*|beos|irix*|solaris*) + *bsd*|linux*|beos|irix*|solaris*|gnu*) AC_MSG_RESULT([.so .a .o]) STATIC_EXTENSION="a" SHARED_EXTENSION="so" @@ -281,7 +281,7 @@ ALTIVEC_CFLAGS="" PRE_SHARED_LIB="" case "$target_os" in - linux*|solaris*) + linux*|solaris*|gnu*) AC_MSG_RESULT([ok]) STATIC_LIB="libxvidcore.\$(STATIC_EXTENSION)" SHARED_LIB="libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR).\$(API_MINOR)" @@ -419,7 +419,7 @@ if test "$found_nasm_comp_prog" = "yes" ; then AC_MSG_CHECKING([for asm object format]) case "$target_os" in - *bsd*|linux*|beos|irix*|solaris*) + *bsd*|linux*|beos|irix*|solaris*|gnu*) if test "$ARCHITECTURE" = "X86_64" ; then AC_MSG_RESULT([elf64]) NASM_FORMAT="elf64" debian/compat0000644000000000000000000000000211730737314010372 0ustar 9 debian/control0000644000000000000000000000405412227263313010575 0ustar Source: xvidcore Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: Loïc Martin , Reinhard Tartler , Fabian Greffrath , Andres Mejia Build-Depends: debhelper (>= 8.1.3~), yasm (>= 1.0) [any-i386 amd64], autoconf, autotools-dev Standards-Version: 3.9.3 DM-Upload-Allowed: yes Homepage: http://www.xvid.org/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/xvidcore.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/xvidcore.git Package: libxvidcore4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: Open source MPEG-4 video codec (library) Xvid (formerly XviD) is an open source MPEG-4 video codec, implementing MPEG-4 Simple Profile, Advanced Simple Profile, and Advanced Video Coding standards. It is written in C with assembler optimizations for quality and speed (including MMX, SSE, and 3Dnow! code for i386 and AltiVec for PowerPC), and is especially optimized towards offline, multi-pass compression for storage and archival purposes. . This package contains the shared library. Package: libxvidcore-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libxvidcore4 (= ${binary:Version}), ${misc:Depends} Description: Open source MPEG-4 video codec (development) Xvid (formerly XviD) is an open source MPEG-4 video codec, implementing MPEG-4 Simple Profile, Advanced Simple Profile, and Advanced Video Coding standards. It is written in C with assembler optimizations for quality and speed (including MMX, SSE, and 3Dnow! code for i386 and AltiVec for PowerPC), and is especially optimized towards offline, multi-pass compression for storage and archival purposes. . This package contains the development files. debian/gbp.conf0000644000000000000000000000006511613515631010610 0ustar [DEFAULT] debian-branch = master pristine-tar = True debian/changelog0000644000000000000000000002162212227263312011043 0ustar xvidcore (2:1.3.2-9ubuntu1) saucy; urgency=low * Use the autotools-dev dh addon to update config.guess/config.sub for arm64. -- Colin Watson Tue, 15 Oct 2013 17:01:13 +0100 xvidcore (2:1.3.2-9) unstable; urgency=low * Pass hardened CPPFLAGS to CFLAGS. (Closes: #664512) -- Andres Mejia Sun, 18 Mar 2012 10:15:39 -0400 xvidcore (2:1.3.2-8) unstable; urgency=low * Add in hardened CFLAGS. -- Andres Mejia Sat, 17 Mar 2012 13:49:24 -0400 xvidcore (2:1.3.2-7) unstable; urgency=low * Allow dev package to be multiarch installable. * Bump to Standards-Version 3.9.3. -- Andres Mejia Fri, 16 Mar 2012 18:33:18 -0400 xvidcore (2:1.3.2-6) unstable; urgency=low * Convert package to support multiarch library. -- Andres Mejia Sat, 17 Sep 2011 12:36:05 -0400 xvidcore (2:1.3.2-5) unstable; urgency=low * Introduce a debian/confflags file to conditionally disable assembly optimizations on certain archs until we introduce flavours. * Disable yasm support for kfreebsd-amd64 again, it is known to be broken and also disabled in FreeBSD (Closes: #635719). -- Fabian Greffrath Fri, 29 Jul 2011 10:07:49 +0200 xvidcore (2:1.3.2-4) unstable; urgency=low * Add patch by Pino Toscano to add support for GNU Hurd as target OS, requires running autoconf (Closes: #635662). * Extend Build-Depends on yasm to [any-i386 any-amd64]. -- Fabian Greffrath Thu, 28 Jul 2011 09:46:20 +0200 xvidcore (2:1.3.2-3) unstable; urgency=low * Fix typo to location of LGPL-2 on Debian systems. -- Andres Mejia Tue, 26 Jul 2011 06:50:31 -0400 xvidcore (2:1.3.2-2) unstable; urgency=low [ Fabian Greffrath ] * Build-Depend on yasm. A recent enough version is in Debian now and the configure script prefers it over nasm. [ Reinhard Tartler ] * document copyright and license of altivec assembler -- Reinhard Tartler Tue, 26 Jul 2011 11:02:05 +0200 xvidcore (2:1.3.2-1) unstable; urgency=low [ Fabian Greffrath ] * Imported Upstream version 1.3.2 (Closes: #531040) + dropped the debian/ directory from release tarballs. + updated the configure helper scripts. + Makefile does not include platform.inc in clean rules anymore. + Makefile now shows build infos in the default build rule. [ Andres Mejia ] * Update to my @debian.org email. * Update debian/copyright to reflect licensing of new upstream release. * Update debian/copyright to DEP-5 spec. -- Andres Mejia Mon, 25 Jul 2011 21:07:23 -0400 xvidcore (2:1.3.1-1) UNRELEASED; urgency=low [ Fabian Greffrath ] * Imported Upstream version 1.3.1 * Remove configure.in-fix.patch and no-exec-stack-elf32.patch, applied upstream. * Upstream updated their configure script, so drop autoconf. * Update debian/gbp.conf and document filtering in git-import-orig. * Fix so-symlink in debian/libxvidcore-dev.links. * Simplify the changes to show build options during build. [ Andres Mejia ] * Show build options during build. * Simplify setting of CFLAGS. * Bump to Standards-Version 3.9.2. * Fix description-synopsis-starts-with-article lintian warnings. * Support parallel builds. * Enable -O3 instead of -O2. * Include Vcs-* entries. * Add DM-Upload-Allowed: yes. * Include local options to unapply all patches and abort on any upstream changes. -- Andres Mejia Tue, 03 May 2011 18:56:05 -0400 xvidcore (2:1.3.0-1) UNRELEASED; urgency=low * Imported Upstream version 1.3.0 * Use 3.0 (quilt) source format. * Refresh build system patches. * yasm (> 1.0) is required but not in Debian yet, build-depend on nasm (>= 2.0) * Avoid running configure in the clean rule. * Remove unused lintian overrides. * Fix ldconfig-symlink-referencing-wrong-file. * Update libxvidcore4.symbols file. * Drop build-system-update.patch, use autotools-dev and autoconf at build-time instead. * Backup and restore build/generic/configure instead of removing it. * Really disable the executable bit for GNU-stack for elf32 archs. -- Fabian Greffrath Fri, 25 Feb 2011 11:49:07 +0100 xvidcore (2:1.2.2+debian-3) UNRELEASED; urgency=low [ Fabian Greffrath ] * Update my e-mail address. * Make use of dh --sourcedirectory, instead of overriding all of dh_auto_*. * Remove ltmain.sh from debian/patches/build-system-update.patch, xvidcore does not even use libtool. * Update debian/patches/build-system-update.patch with a recent autoconf and autotools-dev. [ Andres Mejia ] * Fix issue where autoconf outputs badly formatted configure script. * Update build-system-update.patch description with instructions on how to update build system. * Update Standards-Version to 3.9.1. No changes needed. -- Andres Mejia Sat, 11 Sep 2010 15:38:00 -0400 xvidcore (2:1.2.2+debian-2) unstable; urgency=low [ Maia Kozheva ] * Merged README.Source and README.source. [ Reinhard Tartler ] * Upload to Debian, Closes: #531040 -- Reinhard Tartler Sat, 31 Jul 2010 21:52:24 -0400 xvidcore (2:1.2.2+debian-1ubuntu2) maverick; urgency=low * Really merge README.Source and README.source now. -- Maia Kozheva Sat, 05 Jun 2010 18:02:44 +0700 xvidcore (2:1.2.2+debian-1ubuntu1) maverick; urgency=low * Merged from debian-unofficial release 2:1.2.2+debian-1, remaining Ubuntu changes: - Merged README.Source and README.source. -- Maia Kozheva Sat, 05 Jun 2010 17:47:10 +0700 xvidcore (2:1.2.2+debian-1) unstable; urgency=low * Prepare release for Debian. * Set appropriate debian-branch default for master branch. * Fix Maintainer field and set myself as an uploader. * Bump Standards-Version to 4. * Remove dependence on cdbs and just use debhelper. * Update the build system via a quilt patch. * Add lintian overrides with appropriate messages for overrides. -- Andres Mejia Sat, 08 May 2010 01:37:15 -0400 xvidcore (2:1.2.2+debian-0ubuntu2) lucid; urgency=low * Non-exec patches got broken upstream by invoking yasm -f elf64/elf32, so the __OUTPUT_FORMAT__==elf test no longer works. Instead, trigger the section in the global include file, thanks to Russell Coker (LP: #530876). -- Kees Cook Tue, 02 Mar 2010 11:20:39 -0800 xvidcore (2:1.2.2+debian-0ubuntu1) lucid; urgency=low * Fakesynced new upstream release from the debian-multimedia git repository. (LP: #306399) * Dropped Ubuntu patches, all applied upstream: - 01_ia64_fix.dpatch - 50_non-exec-stack.dpatch - CVE-2007-3329.dpatch -- Maia Kozheva Fri, 20 Nov 2009 12:48:09 +0600 xvidcore (1.2.2+debian-0debimedia1) unstable; urgency=low * Added debian/README.Source. * Updated Maintainer and Uploaders fields. * Build-Depend on yasm (>= 0.8), since it's in squeeze now. * Bumped Standards-Version to 3.8.2. -- Fabian Greffrath Wed, 12 Aug 2009 08:38:39 +0200 xvidcore (1.2.2+debian-0fab5) unstable; urgency=low * debian/copyright: Finalized. -- Fabian Greffrath Fri, 26 Jun 2009 09:00:00 +0200 xvidcore (1.2.2+debian-0fab4) unstable; urgency=low * debian/control: Prefer yasm (>= 0.8) over nasm (>= 2.0). * debian/copyright: Simplified. -- Fabian Greffrath Thu, 25 Jun 2009 11:00:00 +0200 xvidcore (1.2.2+debian-0fab3) unstable; urgency=low * debian/control, debian/rules: Ported from debhelper (>= 7.2) to cdbs. * debian/control: Wrapped Build-Depends and Depends fields. * debian/control: Removed Build-Depends on quilt. * debian/patches/: Removed. -- Fabian Greffrath Wed, 24 Jun 2009 16:30:00 +0200 xvidcore (1.2.2+debian-0fab2) unstable; urgency=low * debian/control: Bumped Build-Depends to debhelper (>= 7.2). * debian/control: Adjusted Build-Depends on nasm and yasm. * debian/copyright: Improved based on an approach by Loïc Martin . * debian/libxvidcore4.symbols: Added. * debian/rules: Added reasonable defaults to CFLAGS. * debian/rules: Added execute permissions to the configure script after the patch rule instead of before the configure rule. * debian/watch: Added. -- Fabian Greffrath Wed, 24 Jun 2009 15:00:00 +0200 xvidcore (1.2.2+debian-0fab1) unstable; urgency=low * New upstream release. -- Fabian Greffrath Tue, 02 Jun 2009 00:00:00 +0200 xvidcore (1.2.1+debian-0fab1) unstable; urgency=low * Initial release. * Rebuilt upstream tarball without debian/ directory. * Patched a build environment into the top level source directory. -- Fabian Greffrath Mon, 01 Jun 2009 00:00:00 +0200