Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4939 - wine-20020710.ebuild (update)
Summary: wine-20020710.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: phoen][x
URL: http://www.winehq.com/news/announce.p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-13 03:29 UTC by José Fonseca
Modified: 2002-07-19 01:00 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description José Fonseca 2002-07-13 03:29:30 UTC
These are the changes to the existing wine ebuild for the new version:

--- wine-20020605-r2.ebuild     Thu Jul 11 07:50:30 2002
+++ wine-20020710.ebuild        Sat Jul 13 08:45:55 2002
@@ -16,6 +16,8 @@
        >=sys-libs/ncurses-5.2
        cups? ( net-print/cups )
        >=media-libs/freetype-2.0.0
+       arts? ( kde-base/arts )
+       alsa? ( media-libs/alsa-lib )
        dev-lang/tcl dev-lang/tk"
 
 src_compile() {
@@ -25,7 +27,7 @@
 
        use opengl && myconf="--enable-opengl" || myconf="--disable-opengl"
        [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug"
-       # there's no configure flag for cups, it's supposed to be autodetected
+       # there's no configure flag for cups, arts and alsa, it's supposed to be autodetected
 
        # the folks at #winehq were really angry about custom optimization
        export CFLAGS=""
Comment 1 phoen][x 2002-07-19 01:00:12 UTC
Look at #5206.

-phoen][x-