Date: Wed, 18 Jan 2006 13:50:13 -0700 (MST) From: Byung-Hee HWANG <bh@izb.knu.ac.kr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17 Message-ID: <20060118205013.5B4BC65D6@viola.izb.knu.ac.kr> Resent-Message-ID: <200601182100.k0IL0Fig025860@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91971 >Category: ports >Synopsis: [PATCH] multimedia/quodlibet: update to 0.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 18 21:00:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Byung-Hee HWANG >Release: FreeBSD 6.0-STABLE i386 >Organization: InZealBomb >Environment: System: FreeBSD viola.izb.knu.ac.kr 6.0-STABLE FreeBSD 6.0-STABLE #2: Sat Jan 7 01:43:50 MST 2006 bh@viola.izb.knu.ac.kr:/usr/src/sys/i386/compile/II82801BA i386 >Description: Quod Libet has been update to 0.17 [1]. - FLAC support no longer depends on pyflac - Added Korean translation [1] http://www.sacredchao.net/quodlibet/milestone?id=EF%2FQL+0.17 >How-To-Repeat: After patch, I tried as follow: # make distclean # make install # make package # make deinstall # pkg_add -v /usr/ports/packages/All/quodlibet-0.17.tbz # make deinstall # make reinstall # make package It worked correctly. >Fix: --- ports-quodlibet-20060118.diff begins here --- diff --exclude=CVS -uNr quodlibet.orig/Makefile quodlibet/Makefile --- quodlibet.orig/Makefile 2006-01-14 18:41:26.000000000 -0700 +++ quodlibet/Makefile 2006-01-18 12:29:13.312993206 -0700 @@ -6,8 +6,8 @@ # PORTNAME= quodlibet -PORTVERSION= 0.16 -PORTREVISION= 3 +PORTVERSION= 0.17 +PORTREVISION= 0 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://www.sacredchao.net/~piman/software/ @@ -50,8 +50,6 @@ .endif .if defined(WANT_QUODLIBET_FLAC) -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/flac/__init__.py:${PORTSDIR}/audio/py-flac -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/flac/__init__.py:${PORTSDIR}/audio/py-flac USE_GSTREAMER+= flac .endif diff --exclude=CVS -uNr quodlibet.orig/distinfo quodlibet/distinfo --- quodlibet.orig/distinfo 2006-01-04 14:16:53.000000000 -0700 +++ quodlibet/distinfo 2006-01-18 10:48:33.116269041 -0700 @@ -1,3 +1,3 @@ -MD5 (quodlibet-0.16.tar.gz) = f47cdc1e8f7197a3cd281bd31b406d94 -SHA256 (quodlibet-0.16.tar.gz) = 8c23a08432f3be60d0d85ee650b7c12a30799a4bd307107b332db94b91db9a9d -SIZE (quodlibet-0.16.tar.gz) = 552149 +MD5 (quodlibet-0.17.tar.gz) = 7e4241ee4e16045d33e71d906fcad9aa +SHA256 (quodlibet-0.17.tar.gz) = 872948976ef6207ea0cc244b9b2642ddd6a2ce09d093d9dec4bbd759beda3dd7 +SIZE (quodlibet-0.17.tar.gz) = 595322 diff --exclude=CVS -uNr quodlibet.orig/pkg-plist quodlibet/pkg-plist --- quodlibet.orig/pkg-plist 2006-01-04 14:16:53.000000000 -0700 +++ quodlibet/pkg-plist 2006-01-18 12:54:23.176177214 -0700 @@ -14,6 +14,7 @@ share/locale/gl/LC_MESSAGES/quodlibet.mo share/locale/he/LC_MESSAGES/quodlibet.mo share/locale/it/LC_MESSAGES/quodlibet.mo +share/locale/ko/LC_MESSAGES/quodlibet.mo share/locale/nl/LC_MESSAGES/quodlibet.mo share/locale/pl/LC_MESSAGES/quodlibet.mo share/locale/pt/LC_MESSAGES/quodlibet.mo @@ -39,7 +40,7 @@ share/quodlibet/formats/_audio.py share/quodlibet/formats/_vorbis.py share/quodlibet/formats/ape.py -share/quodlibet/formats/flac_.py +share/quodlibet/formats/flac.py share/quodlibet/formats/mod.py share/quodlibet/formats/mp3.py share/quodlibet/formats/mp4.py @@ -48,18 +49,24 @@ share/quodlibet/formats/remote.py share/quodlibet/formats/wavpack.py share/quodlibet/library.py +share/quodlibet/massagers.py share/quodlibet/mutagen/__init__.py share/quodlibet/mutagen/_constants.py +share/quodlibet/mutagen/_vorbis.py share/quodlibet/mutagen/apev2.py +share/quodlibet/mutagen/flac.py share/quodlibet/mutagen/id3.py share/quodlibet/parse/__init__.py share/quodlibet/parse/_match.py share/quodlibet/parse/_pattern.py share/quodlibet/parse/_query.py share/quodlibet/player.py -share/quodlibet/plugins.py +share/quodlibet/plugins/__init__.py +share/quodlibet/plugins/_manager.py +share/quodlibet/plugins/editing.py share/quodlibet/plugins/qlscrobbler.py share/quodlibet/qltk/__init__.py +share/quodlibet/qltk/_editpane.py share/quodlibet/qltk/about.py share/quodlibet/qltk/browser.py share/quodlibet/qltk/cbes.py @@ -71,12 +78,14 @@ share/quodlibet/qltk/cover.py share/quodlibet/qltk/delete.py share/quodlibet/qltk/downloader.py +share/quodlibet/qltk/edittags.py share/quodlibet/qltk/entry.py share/quodlibet/qltk/exfalso.py share/quodlibet/qltk/filesel.py share/quodlibet/qltk/getstring.py share/quodlibet/qltk/info.py share/quodlibet/qltk/information.py +share/quodlibet/qltk/lyrics.py share/quodlibet/qltk/mmkeys.py share/quodlibet/qltk/msg.py share/quodlibet/qltk/playorder.py @@ -86,8 +95,12 @@ share/quodlibet/qltk/queue.py share/quodlibet/qltk/quodlibet.py share/quodlibet/qltk/remote.py +share/quodlibet/qltk/renamefiles.py share/quodlibet/qltk/sliderbutton.py share/quodlibet/qltk/songlist.py +share/quodlibet/qltk/tagsfrompath.py +share/quodlibet/qltk/textedit.py +share/quodlibet/qltk/tracknumbers.py share/quodlibet/qltk/trayicon.py share/quodlibet/qltk/views.py share/quodlibet/qltk/watcher.py --- ports-quodlibet-20060118.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060118205013.5B4BC65D6>