Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26324 - xine-lib .ebuild file errors.
Summary: xine-lib .ebuild file errors.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-10 04:29 UTC by James
Modified: 2003-08-10 07:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch file to fix bug. (xine-lib.ebuild.diff,473 bytes, patch)
2003-08-10 04:30 UTC, James
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James 2003-08-10 04:29:15 UTC
xine-lib .ebuild file has incorrect depend entries.
Here is a diff: -
--- xine-lib-1_rc0-r1.ebuild.org        2003-08-10 12:17:21.719022584 +0100
+++ xine-lib-1_rc0-r1.ebuild    2003-08-10 12:18:31.918350664 +0100
@@ -32,8 +32,7 @@
        avi? ( x86? ( >=media-libs/win32codecs-0.50
               media-libs/divx4linux ) )
        esd? ( media-sound/esound )
-       dvd? ( >=media-libs/libdvdcss-0.0.3.3
-              >=media-libs/libdvdread-0.9.2 )
+       dvd? ( >=media-libs/libdvdcss-1.2.7 )
        arts? ( kde-base/arts )
        alsa? ( media-libs/alsa-lib )
        aalib? ( media-libs/aalib )


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 James 2003-08-10 04:30:29 UTC
Created attachment 15846 [details, diff]
patch file to fix bug.
Comment 2 Michael Imhof (RETIRED) gentoo-dev 2003-08-10 07:48:41 UTC
After talking to Guenter Bartsch i decided to commit these changes.
Comment 3 Michael Imhof (RETIRED) gentoo-dev 2003-08-10 07:49:42 UTC
Closing this bug.