Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/quodlibet/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 19 May 2007 20:17:58 -0000 1.21 +++ Makefile 5 Jun 2007 06:42:47 -0000 @@ -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+= 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+= vorbis .endif +.if !defined(WITHOUT_SPC) +USE_GSTREAMER+= spc +.endif + .if !defined(WITHOUT_SPEEX) USE_GSTREAMER+= speex .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/multimedia/quodlibet/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 29 Nov 2006 16:35:59 -0000 1.6 +++ distinfo 5 Jun 2007 06:42:47 -0000 @@ -1,3 +1,3 @@ -MD5 (quodlibet-0.24.tar.gz) = 39718994ee234d0c442d9db330d7445a -SHA256 (quodlibet-0.24.tar.gz) = 758d726fa57b177d574dc01141609df3415287611db073415230f1ac4520fd5e -SIZE (quodlibet-0.24.tar.gz) = 615554 +MD5 (quodlibet-1.0.tar.gz) = 5c925b754bd8505a7a66f2ffcc5b5fe4 +SHA256 (quodlibet-1.0.tar.gz) = bba92a91ac462b0277ad788a655b56af8bf02496a5878692dc88ffc4fdaddba4 +SIZE (quodlibet-1.0.tar.gz) = 617369 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/multimedia/quodlibet/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 29 Nov 2006 16:35:59 -0000 1.7 +++ pkg-plist 5 Jun 2007 06:42:47 -0000 @@ -64,14 +64,17 @@ %%DATADIR%%/formats/mp4.py %%DATADIR%%/formats/mpc.py %%DATADIR%%/formats/remote.py +%%DATADIR%%/formats/spc.py %%DATADIR%%/formats/trueaudio.py %%DATADIR%%/formats/wav.py %%DATADIR%%/formats/wavpack.py +%%DATADIR%%/formats/wma.py %%DATADIR%%/formats/xiph.py %%DATADIR%%/library/__init__.py %%DATADIR%%/library/_library.py %%DATADIR%%/library/songs.py %%DATADIR%%/media-eject.png +%%DATADIR%%/missing-cover.svg %%DATADIR%%/parse/__init__.py %%DATADIR%%/parse/_match.py %%DATADIR%%/parse/_pattern.py Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/quodlibet/files/patch-Makefile,v retrieving revision 1.3 diff -u -r1.3 patch-Makefile --- files/patch-Makefile 29 Nov 2006 16:35:59 -0000 1.3 +++ files/patch-Makefile 5 Jun 2007 06:42:47 -0000 @@ -1,6 +1,6 @@ ---- Makefile.orig Thu Oct 5 06:03:59 2006 -+++ Makefile Sat Nov 18 22:32:11 2006 -@@ -13,13 +13,12 @@ +--- Makefile.orig Sun Apr 15 19:45:47 2007 ++++ Makefile Mon Jun 4 21:41:02 2007 +@@ -13,7 +13,6 @@ @./check.py $(DESTDIR)$(PREFIX)/$(TO) make-install-dirs: @@ -8,14 +8,19 @@ mkdir -p $(DESTDIR)$(PREFIX)/bin mkdir -p $(DESTDIR)$(PREFIX)/$(TO) - install: make-install-dirs install-dirs install-programs - install -m 644 $(MODULES) audio-*.png media-*.png device-*.png $(DESTDIR)$(PREFIX)/$(TO) -- for E in $(EXTENSIONS); do (test -e $$E && install -m 755 -D $$E $(DESTDIR)$(PREFIX)/$(TODEP)/$$E); done -+ -for E in $(EXTENSIONS); do (test -e $$E && install -m 755 $$E $(DESTDIR)$(PREFIX)/$(TODEP)/$$E); done +@@ -21,9 +20,9 @@ + install -m 644 $(MODULES) missing-cover.svg audio-*.png media-*.png device-*.png $(DESTDIR)$(PREFIX)/$(TO) cd po && make install-po DESTDIR=$(DESTDIR) - install-dirs: $(addprefix dir-install-, $(MODULE_DIRS)) -@@ -32,10 +31,10 @@ +- for E in $(EXTENSIONS); do \ ++ -for E in $(EXTENSIONS); do \ + if test -e $$E; then \ +- install -m 755 -D $$E $(DESTDIR)$(PREFIX)/$(TODEP)/$$E; \ ++ install -m 755 $$E $(DESTDIR)$(PREFIX)/$(TODEP)/$$E; \ + fi; \ + done + +@@ -37,10 +36,10 @@ app-install-%: make-install-dirs %.desktop install -m 755 $*.py $(DESTDIR)$(PREFIX)/$(TO) Index: files/patch-po-Makefile =================================================================== RCS file: files/patch-po-Makefile diff -N files/patch-po-Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-po-Makefile 5 Jun 2007 06:42:47 -0000 @@ -0,0 +1,12 @@ +--- po/Makefile.orig Sun Nov 12 04:24:42 2006 ++++ po/Makefile Mon Jun 4 23:11:13 2007 +@@ -12,9 +12,6 @@ + quodlibet.pot: POTFILES.in ../*.py ../formats/*.py ../browsers/*.py ../qltk/*.py ../plugins/*.py tag-names.py ../util/*.py ../library/*.py ../devices/*.py + intltool-update --pot --gettext-package=$(NAME) + +-%.po: quodlibet.pot +- intltool-update --dist --gettext-package=$(NAME) $* +- + %.mo: %.po + msgfmt -o $@ $< + ===> Done