smpeg (0.4.4-8) unstable; urgency=high
* debian/control: Add conflicts for libsmpeg-dev (<= 0.3.5-1), smpeg-gtv (<=
0.3.5-1), smpeg-plaympeg (<= 0.3.5-1) to libsmpeg0 as per Anthony Towns'
suggestion so that upgrades from potato at least will be less likely to
horribly break. Closes: Bug#140572
-- Joe Drew <drew@debian.org> Wed, 3 Apr 2002 23:17:25 -0500
smpeg (0.4.4-7) unstable; urgency=low
* plaympeg.1: remove section about fullscreen requiring root privileges.
Closes: Bug#100042
* Makefile.am: Add -lstdc++ to the link flags for smpeg itself, and remove
it from each of the smpeg-source generated binaries (plaympeg, gtv, etc).
This lets anything using the new libstdc++ link properly.
Closes: Bug#128623
* debian/libsmpeg0.shlibs: change shlibs on smpeg to be equal to this
version of the library. This is required now that libstdc++ is linked
with smpeg.
* aclocal ; automake ; autoconf
-- Joe Drew <drew@debian.org> Fri, 11 Jan 2002 22:24:48 -0500
smpeg (0.4.4-6) unstable; urgency=low
* MPEG.cpp: Fix smpeg-xmms' crashing when the file specified on the xmms
command-line doesn't exist. Closes: Bug#97914.
Patch sent upstream.
* depcomp: removed. No longer built with weird automake 1.5.
-- Joe Drew <drew@debian.org> Sun, 6 Jan 2002 00:34:02 -0500
smpeg (0.4.4-5) unstable; urgency=high
* smpeg-config.in: Add --plugin-libs option.
* debian/smpeg-config.1: update for --plugin-libs, and add verbiage from
Branden's new sdl-config.1.
* smpeg.m4: define and export SMPEG_LIBS_FOR_PLUGINS
* aclocal; automake --foreign; autoconf
* debian/control: update libsmpeg-dev dependency on SDL 1.2.2-3.3, because
of the above
-- Joe Drew <drew@debian.org> Sun, 30 Dec 2001 00:26:38 -0500
smpeg (0.4.4-4) unstable; urgency=low
* Patch Makefile.am to link in libstdc++ when creating executables.
Closes: Bug#120119.
-- Joe Drew <drew@debian.org> Mon, 19 Nov 2001 08:41:33 -0500
smpeg (0.4.4-3) unstable; urgency=low
* Acknowledge NMU. Closes: Bug#115053
* Branden's NMU now lets libSDL-dependent packages work on all
architectures. Closes: Bug#107333
* libsdl1.2debian now exists. Closes: Bug#115396
* Removed rpath definition from configure.in. Closes: Bug#107513
* Removed $DISPLAY requirements for audio/mpeg mime type with plaympeg.
Closes: Bug#108136
* Updated 'missing' in source package.
* Added decomp to source package.
* Added work-around for automake: define AS as CC for now.
* Remove reference to mpg321 in description of libsmpeg0.
-- Joe Drew <drew@debian.org> Sat, 13 Oct 2001 21:05:08 -0400
smpeg (0.4.4-2.1) unstable; urgency=low
* NMU to fix the Big SDL and X Extension Library Problem (Closes: #115053)
* built against libsdl1.2 1.2.2-3.1 and sdl-image1.2 1.2.0-1.1
* Thanks to Eric Gillespie, Jr. for help preparing this solution
* INSTALL, NEWS, AUTHORS, ChangeLog: automake wants these files;
upstream should do something about this
* Makefile.am:
- add @SDL_LIBS@ to _LDADD targets
- add @SDL_LIBS_FOR_LIBS@ to _LIBADD targets
* acinclude.m4: remove everything except AC_TYPE_SOCKLEN_T
* configure.in: s/$SDL_LIBS/$SDL_LIBS_FOR_LIBS/
* smpeg.m4: export SMPEG_LIBS_FOR_LIBS
* smpeg-config.in:
- added --library-libs option and updated usage message
- removed @SMPEG_RDL_FLAGS@
* smpeg-config.1: updated to document --library-libs option
* re-ran libtoolize --copy --force; aclocal; automake --foreign; autoconf
* debian/control:
- bump dependencies and build-dependencies on libsdl1.2-dev to (>=
1.2.2-3.1)
- remove redundant dependency of smpeg-gtv on libsmpeg0
* debian/*.copyright: only one copyright file was actually used, so move
it to debian/copyright, and correct spelling of "Debian GNU/Linux"
* debian/libsmpeg0.postinst: don't use an absolute path to ldconfig
* debian/libsmpeg-dev.files: ship /usr/share/aclocal/smpeg.m4
* debian/rules: give dh_shlipdeps an appropriate -l argument so
dpkg-shlibdeps can find libsmpeg0 for the other binary packages
-- Branden Robinson <branden@debian.org> Tue, 9 Oct 2001 16:43:36 -0500
smpeg (0.4.4-2) unstable; urgency=low
* Correct Section of smpeg-gtv. Thanks, Junichi. (Closes: Bug#106279)
-- Joe Drew <drew@debian.org> Mon, 23 Jul 2001 19:37:24 -0400
smpeg (0.4.4-1) unstable; urgency=low
* New upstream release
* Resurrected gtv, as requested - available in smpeg-gtv package.
-- Joe Drew <drew@debian.org> Sun, 24 Jun 2001 17:38:43 -0400
smpeg (0.4.3-3) unstable; urgency=low
* Included fix from smpeg CVS which caused segfaults if the file doesn't
exist (Closes: Bug#99722)
-- Joe Drew <drew@debian.org> Sun, 10 Jun 2001 12:59:06 -0400
smpeg (0.4.3-2) unstable; urgency=low
* Corrected shlibs file due to SDL 1.2 dependency
-- Joe Drew <drew@debian.org> Wed, 25 Apr 2001 17:40:14 -0400
smpeg (0.4.3-1) unstable; urgency=low
* New upstream release
* Put libsmpeg0 in section libs, libsmpeg-dev in devel to agree with the
overrides file
* Updated build-depends to libsdl1.2, added xlibs-dev to build-depends
* My audio timestamp patch integrated upstream, removed from diff
-- Joe Drew <drew@debian.org> Mon, 23 Apr 2001 23:43:09 -0400
smpeg (0.4.2-3) unstable; urgency=low
* New Maintainer
* Applied my audio time calculation patch (Closes: Bug#84685)
* Added proper shlibs file (Closes: Bug#85596)
* Removed all references to gtv
* Updated to policy 3.5.2
* Made rules less convoluted wrt moving of files and creation of directories
* Use features of debhelper 3.0, so update build-depends
-- Joe Drew <drew@debian.org> Sat, 3 Mar 2001 19:10:26 -0500
smpeg (0.4.2-2) unstable; urgency=low
* Don't build gtv any longer. There's now an XMMS plugin (smpeg-xmms) available
with more features.
* Fixed shlibs
-- Stefan Gybas <sgybas@debian.org> Sun, 17 Dec 2000 11:19:10 +0100
smpeg (0.4.2-1) unstable; urgency=low
* New upstream release
* Built using libsdl1.1-dev 1.1.6-3 which uses XFree4 extensions. This
causes much less CPU usage on MPEG playback on modern graphic cards.
-- Stefan Gybas <sgybas@debian.org> Tue, 12 Dec 2000 23:01:36 +0100
smpeg (0.4.1-1) unstable; urgency=low
* New upstream release
- support for VideoCDs and URLs in plaympeg
- built using SDL 1.1.5 (closes: #72801, #72616)
- fixed smpeg-config output (closes: #68817, #71101)
* Fixed segfault in gtv when seeking without a loaded movie (closes: #65527)
* Standards-Version: 3.2.1 (no changes required)
* Use debhelper V2
* Added shlibs.local to depend on svgalibg1 | svgalib-dummyg1 (closes: #67705)
-- Stefan Gybas <sgybas@debian.org> Tue, 3 Oct 2000 12:51:54 +0200
smpeg (0.4.0-1) unstable; urgency=low
* New upstream release
- plays a lot more MPEG movies (closes: #44572)
- timestamp based audio/video synchronization
- support for arbitrary scaling in plaympeg
- support for seeking in gtv
* Added menu entry for gtv
* Build dependency on libsdl1.1-dev (>= 1.1.3-2) and remove build dependency
for libggi2-dev
* Don't create /usr/bin/smpeg symlink in smpeg-plaympeg package any longer
* Run configure with --prefix=/usr so smpeg-config now shows -L/usr/lib
and -I/usr/include instead of /usr/local/{lib,incluse}.
* Wrote smpeg-config(1) man page
-- Stefan Gybas <sgybas@debian.org> Thu, 15 Jun 2000 11:56:14 +0200
smpeg (0.3.5-1) unstable; urgency=low
* New upstream release which fixes some MPEG video problems
(closes: #61248)
* Changed build dependency from libsdl1.0-dev to libsdl1.1-dev
* Added build dependency for libggi2-dev as libsdl1.1-dev only recommends it
-- Stefan Gybas <sgybas@debian.org> Wed, 10 May 2000 13:36:21 +0200
smpeg (0.3.3-1) frozen unstable; urgency=low
* New upstream release which fixes audio plaympeg on system streams
and MP3 detection (closes: #54844, #56006 - an important bug)
* Add symlink /usr/bin/smpeg -> /usr/bin/plaympeg (closes: #50749)
-- Stefan Gybas <sgybas@debian.org> Thu, 10 Feb 2000 13:35:08 +0100
smpeg (0.3.2-1) unstable; urgency=low
* New upstream release
* Removed local copy of gtv.1 manpage as it is now included upstream
* Install upstream changelog
* Added byte order detection using /usr/include/endian.h (Thanks to
Jim Studt for the patch, closes: #53968)
-- Stefan Gybas <sgybas@debian.org> Tue, 4 Jan 2000 00:43:25 +0100
smpeg (0.3.1-1) unstable; urgency=low
* New upstream release
* Removed BSD advertising clause from copyright
* Standards-Version: 3.1.1 (no changes required)
* Changed build dependencies from libsdl0.11-dev to libsdl1.0-dev
* Split smpeg package into 4 packages: libsmpeg0, libsmpeg-dev,
smpeg-plaympeg and smpeg-gtv
* Updated plaympeg.1 and gtv.1 manual pages
* Added mime entry for audio/mpeg and video/mpeg (closes: #50582)
-- Stefan Gybas <sgybas@debian.org> Tue, 28 Dec 1999 23:12:12 +0100
smpeg (0.3.0-1) unstable; urgency=low
* New upstream release with audio/video sync support
* Standards-Version: 3.1.0
- Added build dependencies
* Renamed the smpeg binary to plaympeg (as in the upstream source)
* Build the new gtv GTK+ GUI player (which replaces a Qt GUI player)
-- Stefan Gybas <sgybas@debian.org> Sat, 6 Nov 1999 21:41:55 +0100
smpeg (0.2.7-4) unstable; urgency=low
* Corrected typo in previous changelog: Bug 43533 (instead of 43553
was fixed)
* Standards-Version: 3.0.1
- FHS (built using debhelper 2.0.40+)
-- Stefan Gybas <sgybas@debian.org> Tue, 21 Sep 1999 20:43:22 +0200
smpeg (0.2.7-3) unstable; urgency=low
* Corrected bug reporting email address in manpage
* Include m68k patch from Roman Hodek (closes: #43533)
-- Stefan Gybas <sgybas@debian.org> Thu, 26 Aug 1999 16:09:59 +0200
smpeg (0.2.7-2) unstable; urgency=low
* Wrote manpage
-- Stefan Gybas <sgybas@debian.org> Mon, 16 Aug 1999 17:17:01 +0200
smpeg (0.2.7-1) unstable; urgency=low
* Initial release
-- Stefan Gybas <sgybas@debian.org> Sun, 15 Aug 1999 20:26:11 +0200