diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-01-29 10:25:36 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-01-29 10:25:36 +0000 |
commit | 15faa302ea85270e3a3d64afb532c5cd8fc39944 (patch) | |
tree | 5f63324e2c0494feae40b1718073eccf9f22cb01 | |
parent | 1729fa4773a6cd22f809fd7105222cf35d85db4f (diff) | |
download | xine-lib-15faa302ea85270e3a3d64afb532c5cd8fc39944.tar.gz xine-lib-15faa302ea85270e3a3d64afb532c5cd8fc39944.tar.bz2 |
some Debian changes for 0.9.9-1, more to come...
CVS patchset: 1459
CVS date: 2002/01/29 10:25:36
-rw-r--r-- | debian/changelog | 14 | ||||
-rwxr-xr-x | debian/shlibdeps.sh | 8 |
2 files changed, 19 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 84b35ba19..715c1613a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +xine-lib (0.9.9-1) unstable; urgency=low + + * new upstream release + * downgraded ogg/vorbis dependancies to recommendations (closes: #130492) + * made resetting volume an option, disabled by default (closes: #127485) + + -- Siggi Langauf <siggi@debian.org> Mon, 28 Jan 2002 10:54:14 +0100 + +xine-lib (0.9.8-2) unstable; urgency=high + + * including version in shlibs file, so shlibdeps will work + + -- Siggi Langauf <siggi@debian.org> Sat, 19 Jan 2002 16:20:32 +0100 + xine-lib (0.9.8-1) unstable; urgency=high * new upstream release diff --git a/debian/shlibdeps.sh b/debian/shlibdeps.sh index 0f07ca3a8..1e56b9256 100755 --- a/debian/shlibdeps.sh +++ b/debian/shlibdeps.sh @@ -11,12 +11,14 @@ installdir=debian/$1 OPTIONAL="$installdir/usr/lib/xine/plugins/xineplug_ao_out_alsa.so $installdir/usr/lib/xine/plugins/xineplug_ao_out_arts.so $installdir/usr/lib/xine/plugins/xineplug_ao_out_esd.so - $installdir/usr/lib/xine/plugins/xineplug_ao_out_oss.so $installdir/usr/lib/xine/plugins/xineplug_vo_out_aa.so $installdir/usr/lib/xine/plugins/xineplug_vo_out_syncfb.so - $installdir/usr/lib/xine/plugins/xineplug_vo_out_xv.so" +" -RECOMMENDED="$installdir/usr/lib/xine/plugins/xineplug_vo_out_aa.so" +RECOMMENDED="$installdir/usr/lib/xine/plugins/xineplug_decode_vorbis.so + $installdir/usr/lib/xine/plugins/xineplug_ao_out_oss.so + $installdir/usr/lib/xine/plugins/xineplug_vo_out_xv.so + $installdir/usr/lib/xine/plugins/xineplug_dmx_ogg.so" #start with all executables and shared objects REQUIRED=`find $installdir -type f \( -name \*.so -o -perm +111 \)` |