diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-19 04:03:28 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-19 04:03:28 +0800 |
commit | a2d2a0ad67f7ae3fa33513bf608207ec8df9aabf (patch) | |
tree | a69ddbcd1b501d00bff72a4edea830b061e0bd97 /audio | |
parent | 10ad81fe0809e43ff9640834aca9ff7ecca6e29e (diff) | |
download | marcuscom-ports-a2d2a0ad67f7ae3fa33513bf608207ec8df9aabf.tar marcuscom-ports-a2d2a0ad67f7ae3fa33513bf608207ec8df9aabf.tar.gz marcuscom-ports-a2d2a0ad67f7ae3fa33513bf608207ec8df9aabf.tar.bz2 marcuscom-ports-a2d2a0ad67f7ae3fa33513bf608207ec8df9aabf.tar.lz marcuscom-ports-a2d2a0ad67f7ae3fa33513bf608207ec8df9aabf.tar.xz marcuscom-ports-a2d2a0ad67f7ae3fa33513bf608207ec8df9aabf.tar.zst marcuscom-ports-a2d2a0ad67f7ae3fa33513bf608207ec8df9aabf.zip |
Utilize new USE_GSTREAMER macro
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3079 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-media/Makefile | 3 | ||||
-rw-r--r-- | audio/gnomemedia2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index 5777a1591..a93f966de 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -25,7 +25,8 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomedesktop \ - gail gstreamerplugins + gail +USE_GSTREAMER= esound CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile index 5777a1591..a93f966de 100644 --- a/audio/gnomemedia2/Makefile +++ b/audio/gnomemedia2/Makefile @@ -25,7 +25,8 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomedesktop \ - gail gstreamerplugins + gail +USE_GSTREAMER= esound CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |