From 3118927915161d5f32b3bb5dcd6c2b721b9fcb99 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 2 Jun 2007 00:16:48 +0100 Subject: Add a -doc package, allowing libxine1 and libxine2 to be installed together. --- debian/control | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c01e82fa5..b3e499ba5 100644 --- a/debian/control +++ b/debian/control @@ -42,10 +42,25 @@ Description: the xine video player library, development packages The xine-ui and gxine packages each provide one for your convenience, so you can just start watching your VCDs ;-) +Package: libxine1-doc +Architecture: all +Section: libdevel +Provides: libxine-doc +Conflicts: libxine2-doc +Description: the xine video player library, development packages + This contains documentation for the xine 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 or Ogg files. It's + extensible to your heart's content via plugins for audio and video output, + input media, demuxers (stream types), audio/video and subtitle codecs. + Package: libxine1 Architecture: any Depends: ${shlibs:Depends} -Recommends: ${shlibs:Recommends} +Recommends: ${shlibs:Recommends}, libxine1-doc | libxine-doc Suggests: ${shlibs:Suggests}, libartsc0 Description: the xine video/media player library, binary files This is the xine media player library (libxine). -- cgit v1.2.3 From 29a4bed3de97bf33fe1dd786c0b1f0638c152684 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 2 Jun 2007 15:25:50 +0100 Subject: Conflict with libxine2-dev. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b3e499ba5..fc8098175 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Package: libxine-dev Architecture: any Section: libdevel Depends: libxine1 (= ${Source-Version}), libc6-dev, zlib1g-dev | libz-dev, libslang2-dev | slang1-dev, libfreetype6-dev -Conflicts: xine-ui (<< 0.9.10) +Conflicts: xine-ui (<< 0.9.10), libxine2-dev Description: the xine video player library, development packages This contains development files (headers, documentation and the like) for the xine library (libxine). -- cgit v1.2.3 From a283e883dea4187165d4cd6f4f2e02989796feba Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 2 Jun 2007 15:38:09 +0100 Subject: Rename libxine-dev to libxine2-dev. --HG-- rename : debian/libxine-dev.install => debian/libxine2-dev.install --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index a8f4cccb3..a831ad8c7 100644 --- a/debian/control +++ b/debian/control @@ -22,11 +22,11 @@ Build-Depends: debhelper (>= 5.0.1), binutils (>= 2.12.90.0.9), pkg-config, Build-Conflicts: libdvdnav-dev, libvcdinfo-dev Standards-Version: 3.7.2 -Package: libxine-dev +Package: libxine2-dev Architecture: any Section: libdevel Depends: libxine2 (= ${Source-Version}), libc6-dev, zlib1g-dev | libz-dev, libslang2-dev | slang1-dev, libfreetype6-dev -Conflicts: xine-ui (<< 0.9.10), libxine2-dev +Conflicts: xine-ui (<< 0.9.10), libxine-dev Description: the xine video player library, development packages This contains development files (headers, documentation and the like) for the xine library (libxine). -- cgit v1.2.3