summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiggi Langauf <siggi@users.sourceforge.net>2002-05-25 23:01:16 +0000
committerSiggi Langauf <siggi@users.sourceforge.net>2002-05-25 23:01:16 +0000
commit038da7da2b2024a491ad2bb8831a3ac5f36e934e (patch)
tree67289d37a3775cbf9ac89fa11f4d031989773c74
parent92ef4f25e2ad9e5daff482448dac75603e1aaecd (diff)
downloadxine-lib-038da7da2b2024a491ad2bb8831a3ac5f36e934e.tar.gz
xine-lib-038da7da2b2024a491ad2bb8831a3ac5f36e934e.tar.bz2
the 0.9.10-1 Debian package
CVS patchset: 1940 CVS date: 2002/05/25 23:01:16
-rw-r--r--debian/changelog7
-rw-r--r--debian/control13
-rwxr-xr-xdebian/rules2
3 files changed, 13 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index f1a36c42d..aa6b06848 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,14 @@ xine-lib (0.9.10-1) unstable; urgency=low
* new upstream release
* uses new logo mechanism (closes: #145483)
- * after long fights using sane SONAME (closes: #145668)
+ * after long fights using sane SONAME (closes: #145668, #148099)
+ * safer check and bigger buffer in xine_get_homedir() (closes: #133550)
+ (see upstream ChangeLog for further highlights)
* build-depends on libz-dev (closes: #14562)
* libxine-dev depends on slang1-dev (closes: #140842)
+ * removed references to (never released, long obsolete) xine packages
- -- Siggi Langauf <siggi@debian.org> Fri, 10 May 2002 01:58:38 +0200
+ -- Siggi Langauf <siggi@debian.org> Sun, 26 May 2002 00:00:14 +0200
xine-lib (0.9.9-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a458fec4b..038bf0590 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: xine-lib
Section: libs
Priority: optional
Maintainer: Siggi Langauf <siggi@debian.org>
-Build-Depends: debhelper (>> 2.0.0), aalib1-dev (>= 1.4p5-2), xlibs-dev (>> 4.1), libesd0-dev, libz-dev, libarts-dev (>=4:2.2.0-final-3), liblircclient-dev, libogg-dev, libvorbis-dev, libasound2-dev [i386]
+Build-Depends: debhelper (>> 2.0.0), aalib1-dev (>= 1.4p5-2), xlibs-dev (>> 4.1), libesd0-dev, libz-dev, libarts-dev (>=4:2.2.0-final-3), liblircclient-dev, libogg-dev, libvorbis-dev, libasound2-dev
Standards-Version: 3.2.1
Package: libxine-dev
Architecture: any
Section: devel
Depends: libxine0 (= ${Source-Version}), libc6-dev, xlibs-dev, libz-dev, slang1-dev
-Conflicts: xine-ui (<< 0.9.5)
+Conflicts: xine-ui (<< 0.9.10)
Description: the xine video player library, development packages
This contains development files (headers, documentation and the like)
for the xine library (libxine).
@@ -29,16 +29,17 @@ Architecture: any
Depends: ${shlibs:Depends}
Recommends: ${shlibs:Recommends}
Suggests: ${shlibs:Suggests}, xine-dvdnav
-Conflicts: xine (<< 0.5.0), xine-dvd (<< 0.5.0), xine-dvd-css (<< 0.5.0)
+Conflicts: xine (<< 0.5.0), xine-dvd (<< 0.5.0), xine-dvd-css (<< 0.5.0), xine-ui (<< 0.9.10)
Replaces: xine-dvd
Description: the xine video/media player library, binary files
This is the xine media player library (libxine).
Libxine provides the complete infrastructure for a video/media player.
It supports MPEG 1/2 and some AVI and Quicktime videos out of the box,
so you can use it to play DVDs, (S)VCDs and most video files out there.
- It supports network streams, subtitles and even mp3 files. It's extensible
- to your heart's content via plugins for audio_out, video_out, input media,
- demuxers (stream types), audio/video and subtitle codecs.
+ It supports network streams, subtitles and even mp3 or ogg files.
+ It's extensible to your heart's content via plugins for audio_out,
+ video_out, input media, demuxers (stream types), audio/video and
+ subtitle codecs.
Building a GUI (or text based) frontend around this should be quite easy.
The xine-ui package provides one for your convenience, so you can just
start watching your VCDs ;-)
diff --git a/debian/rules b/debian/rules
index fc9b45edd..6ad008f01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ binary-arch: build install
dh_strip
dh_compress
dh_fixperms
- dh_makeshlibs
+ dh_makeshlibs -V 'libxine0 (>= 0.9.10)'
dh_installdeb
# dh_shlibdeps
chmod +x debian/shlibdeps.sh