diff options
Diffstat (limited to 'multimedia/quodlibet/Makefile')
-rw-r--r-- | multimedia/quodlibet/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index c466121a4e82..11ccd42feffa 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -6,8 +6,7 @@ # PORTNAME= quodlibet -PORTVERSION= 0.24 -PORTREVISION= 4 +PORTVERSION= 1.0 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://www.sacredchao.net/~piman/software/ \ http://www.tortall.net/mirrors/piman-software/ @@ -32,6 +31,7 @@ OPTIONS+= MP3 "MP3 audio support" on OPTIONS+= MPEG4IP "AAC/mp4 support with MPEG4IP" on OPTIONS+= MUSEPACK "Musepack (MPC, musicpd, libmpcdec) support" on OPTIONS+= OGG "OGG multimedia container support" on +OPTIONS+= SPC "SPC (SNES ROM audio) support" on OPTIONS+= SPEEX "OGG/Speex audio support" on OPTIONS+= VORBIS "OGG/Vorbis audio support" on OPTIONS+= WAVPACK "Wavpack support" on @@ -49,6 +49,10 @@ USE_GSTREAMER+= ogg USE_GSTREAMER+= vorbis .endif +.if !defined(WITHOUT_SPC) +USE_GSTREAMER+= spc +.endif + .if !defined(WITHOUT_SPEEX) USE_GSTREAMER+= speex .endif |