diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-01 03:09:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-01 03:09:50 +0800 |
commit | 99a4a5b894e6d16f8516f7c092a4b21ce416a26f (patch) | |
tree | 215d7f0226e83c4870cdfeee64ac0de69d81af5b /audio/sound-juicer/Makefile | |
parent | 1207e2cfd468ea58860d0b0f579ae13565f4a9ae (diff) | |
download | marcuscom-ports-99a4a5b894e6d16f8516f7c092a4b21ce416a26f.tar marcuscom-ports-99a4a5b894e6d16f8516f7c092a4b21ce416a26f.tar.gz marcuscom-ports-99a4a5b894e6d16f8516f7c092a4b21ce416a26f.tar.bz2 marcuscom-ports-99a4a5b894e6d16f8516f7c092a4b21ce416a26f.tar.lz marcuscom-ports-99a4a5b894e6d16f8516f7c092a4b21ce416a26f.tar.xz marcuscom-ports-99a4a5b894e6d16f8516f7c092a4b21ce416a26f.tar.zst marcuscom-ports-99a4a5b894e6d16f8516f7c092a4b21ce416a26f.zip |
Update to 2.9.92.
Add vorbis and flac, what is a ripping tool without encode plugins :)
Make sure configure can find gettext so po files are installed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3734 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/sound-juicer/Makefile')
-rw-r--r-- | audio/sound-juicer/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 64d975497..67aa752ba 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sound-juicer -PORTVERSION= 2.9.91 -PORTREVISION= 1 +PORTVERSION= 2.9.92 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9 @@ -25,9 +24,11 @@ USE_GMAKE= yes INSTALLS_OMF= yes USE_REINPLACE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -USE_GSTREAMER= cdparanoia +USE_GSTREAMER= cdparanoia vorbis flac USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --enable-ignore-missing-cd +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= sound-juicer.schemas |