aboutsummaryrefslogtreecommitdiff
path: root/multimedia/quodlibet
Commit message (Collapse)AuthorAgeFilesLines
* www/webkit2-gtk3: Update to 2.20.0Tobias Kortkamp2018-04-051-1/+1
| | | | | | | | | | | | | | | | | - Add WAYLAND option - Bump PORTREVISION of dependents - Fix build of epiphany 3.24.2 with newer WebKit versions PR: 223733 Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3) Reviewed by: Ting-Wei Lan <lantw44@gmail.com> Approved by: gnome (maintainer timeout, too long) Security: 1ce95bc7-3278-11e8-b527-00012e582166 MFH: 2018Q2 Differential Revision: https://reviews.freebsd.org/D14872 Notes: svn path=/head/; revision=466598
* - Fix shebangsDmitry Marakasov2018-03-131-2/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=464401
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update GStreamer1 ports to 1.12.2.Koop Mast2017-07-221-2/+2
| | | | | | | | | | | | | | | | | | | Rework the adding of dependancies in Mk/bsd.gstreamer.mk. Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included. * The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin. * gtksink plugin renamed -> gtk * Hook up the sndio plugin into the framework * Add some indirect dependacies where needed * Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed. * Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed. * Depend on libunwind on i386/amd64, GStreamer links to it if it is present. PR: 220753 Exp-run by: antoine@ Notes: svn path=/head/; revision=446388
* Chase wavpack update: bump PORTREVISION on ports linking to it by defaultThomas Zander2017-02-181-0/+1
| | | | | | | | | PR: 216847 Reported by: pkubaj@anongoth.pl MFH: 2017Q1 Notes: svn path=/head/; revision=434359
* multimedia/quodlibet: Update to 3.6.2Ben Woods2016-05-288-200/+35
| | | | | | | | | | | | | | | | | | | | | | | - Move to gtk3 and gstreamer-1.0 [1] - Add dependencies on musicbrainzngs, notification-daemon, libsoup, libwebkit2gtk-4.0, pygobject3 [1] - Remove gconf, python, musepack from USE_GSTREAMER (not in gstreamer 1.0) - Change name of gstreamer mp3 plugin from mp3 to mad (per gstreamer 1.0 ports) - Add LICENSE_FILE, and general port tidy-up - Update WWW link to new project site - Remove pkg-message regarding adding new plugins, as they are now bundled [1] [1] https://quodlibet.readthedocs.org/en/latest/packaging.html Changes this release: https://quodlibet.readthedocs.org/en/latest/changelog.html PR: 208988 Reviewed by: mat (mentor) Approved by: johnson.peter@gmail.com (maintainer timeout), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6604 Notes: svn path=/head/; revision=415979
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-1/+1
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
* - Remove EXTENSIONS option it depended on USE_GNOME=pygnomeestras8-eolPawel Pekala2015-08-011-62/+29
| | | | | | | | | | | | | | funcionality removed in r372768 - Make depends path independent - Use option helpers for better clarity PR: 201328 Submitted by: myslef Approved by: maintainer timeout Notes: svn path=/head/; revision=393388 svn path=/tags/RELEASE_8_EOL/; revision=393389; tag=8-eol
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Convert ports of multimedia/ to new USES=pythonMarcus von Appen2014-10-211-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371331
* - Switch audio/musepack to USES=libtool, drop .la filesDmitry Marakasov2014-08-041-1/+1
| | | | | | | | | | | - Bump dependent ports as .so version has changed - Fix audio/abcde by requiring python - Fix audio/moc plist with MUSEPACK enabled Approved by: portmgr blanket Notes: svn path=/head/; revision=364024
* - Switch multimedia/mp4v2 to USES=libtool, drop .la filesDmitry Marakasov2014-07-251-0/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362926
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* Un-break install, but while on itThomas Zander2014-05-117-440/+181
| | | | | | | | | | | | | | | | | | | | | | | | - Update port to upstream release 2.6.3 - Use correct download URL (move from Google code to bitbucket) - Add LICENSE - USE_* -> USES - Generate plist via pydistutils - Use SPC option on i386 only, it's not supported elsewhere - Stagify - Change URLs in pkg-message (pointing to bitbucket), simplify Special thanks to Carlos (submitter) for reviewing, and to Christoph Reiter (Quodlibet project) for fixing the '--record' option for Quodlibet with pydistutils. PR: ports/187263 Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Reviewed by: submitter Approved by: thierry (mentor), maintainer timeout MFH: 2014Q2 Notes: svn path=/head/; revision=353703
* Mark broken, fails to installAntoine Brodin2014-04-201-0/+2
| | | | | | | | | | | riggs@ and the maintainer are working on an update PR: ports/187263 Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=351641
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - adoption of optionsNGJason Helfman2013-06-051-33/+21
| | | | | | | | | - while here convert to USES for py-periscope Approved by: portmgr (bapt) Notes: svn path=/head/; revision=319944
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get rid (RUN|BUILD) PYCTYPES since py25 is default in pythonMartin Wilke2011-02-251-2/+0
| | | | Notes: svn path=/head/; revision=269664
* - Move to py25 or aboveMartin Wilke2011-02-252-3/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269623
* Switch to audio/musepack from deprecated audio/libmpcdecMax Brazhnikov2010-10-011-2/+2
| | | | | | | | | PR: ports/150510 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org> Approved by: maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=262278
* Chase multimedia/mp4v2 update.Max Brazhnikov2010-08-111-2/+2
| | | | | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=259121
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Chase wavpack's lib dumpSylvio Cesar Teixeira2010-04-101-2/+2
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252527
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 2.2Martin Wilke2010-03-1010-748/+432
| | | | | | | | | PR: 144094 Submitted by: "J.D. Morris" <jdm720@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=250857
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-5/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200776
* Switch from using mad to mp3 in USE_GSTREAMERMichael Johnson2007-06-071-1/+2
| | | | Notes: svn path=/head/; revision=193013
* - Update to 1.0Martin Wilke2007-06-065-14/+38
| | | | | | | | PR: 113354 Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) Notes: svn path=/head/; revision=192938
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Chase lib version bump in libmpcdecMichael Johnson2007-02-251-2/+2
| | | | Notes: svn path=/head/; revision=185923
* - Add a site to MASTER_SITESMichael Johnson2007-01-301-3/+4
| | | | | | | | | | | | | - Fix OPTIONS to match test [1] PR: ports/108535 ports/108531 [1] Submitted by: ahze [1] Peter Johnson <johnson.peter@gmail.com> (maintainer) Approved by: maintainer [1] Notes: svn path=/head/; revision=183711
* Chase wavpack's shared library version bump, bump PORTREVISION on these ports.Jeremy Messenger2007-01-031-2/+2
| | | | Notes: svn path=/head/; revision=181310
* - Add the gstreamer-plugins-good dependency to make ID3 tags to be playable,Jeremy Messenger2006-12-281-9/+5
| | | | | | | | | | | | | bump the PORTREVISION. - Remove USE_GSTREAMER=yes, taken care by USE_GSTREAMER=foobar - Move from (BUILD|RUN)_DEPENDS=[...]py-gstreamer to USE_GSTREAMER=python - Move from (BUILD|RUN)_DEPENDS=[...]py-gnome-extras to USE_GNOME+=pygnomeextras PR: ports/107256 Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) Notes: svn path=/head/; revision=180919
* - Use PYCTYPES macro to assure compatability with Python 2.5Alexander Botero-Lowry2006-12-101-2/+2
| | | | | | | Approved by: Peter Johnson <johnson.peter@gmail.com> (maintainer) Notes: svn path=/head/; revision=179442
* - Update to 0.24Rong-En Fan2006-11-295-325/+33
| | | | | | | | | | | - Add dbus support option - Remove patches merged into upstream PR: ports/105897 Submitted by: Peter Johnson <johnson.peter at gmail.com> (maintainer) Notes: svn path=/head/; revision=178265
* - Fix with Python 2.5.Alejandro Pulver2006-10-311-0/+307
| | | | | | | | PR: ports/104451 Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) Notes: svn path=/head/; revision=175607
* - update to 0.23.1Alexander Botero-Lowry2006-09-273-154/+153
| | | | | | | | | | | - transfer maintainership to submitter PR: 102631 Submitted by: Peter Johnson <johnson.peter@gmail.com> Approved by: novel (mentor), maintainer timeout (3 weeks) Notes: svn path=/head/; revision=173938
* Reassign from inactive maintainer, to new maintainer who has been submittingMark Linimon2006-09-231-1/+1
| | | | | | | | | PRs for updates. Hat: portmgr Notes: svn path=/head/; revision=173668
* Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-021-0/+2
| | | | Notes: svn path=/head/; revision=171889