aboutsummaryrefslogtreecommitdiff
path: root/audio/sonata
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-5/+5
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-12/+12
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Convert ports from audio/ to new USES=pythonMarcus von Appen2014-10-191-4/+2
| | | | | | | Reviewed by: portmgr (implicit) Notes: svn path=/head/; revision=371170
* Retire MANCOMPRESSED.Mathieu Arnold2014-09-181-1/+1
| | | | | | | | | | | | Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=368446
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* - Fix build with mpd 0.18+ [1]Mathieu Arnold2014-02-044-177/+39
| | | | | | | | | | | | - Support staging - Use new options knobs PR: 185060 [1] Submitted by: Matthieu Volat [1] Sponsored by: Absolight Notes: svn path=/head/; revision=342517
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340670
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add explicit dependency on pkgconf (11 ports)John Marino2013-09-121-6/+2
| | | | Notes: svn path=/head/; revision=327021
* Fix threading issue with glib20.Koop Mast2013-08-032-1/+11
| | | | | | | | | PR: ports/176888 (reported) Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Obtained from: OpenBSD sonata port. Notes: svn path=/head/; revision=324188
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Fix installation of docsNicola Vitale2012-07-181-2/+2
| | | | | | | | | | - Bump PORTREVISION Buildlog: http://goo.gl/I2ixj Reported by: pointyhat (via beat) Notes: svn path=/head/; revision=301121
* - Apply a patch (files/patch-sonata.py) to solve the conflictNicola Vitale2012-07-172-22/+37
| | | | | | | | | | | | | | with net/mpich2 (problem reported by [1]) - Bump PORTREVISION - Update MASTER_SITES - Add LICENSE (GPLv3) - Convert to the new options framework PR: ports/150295 Submitted by: Robert Jenssen <robertjenssen at ozemail.com.au> [1] Notes: svn path=/head/; revision=301013
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* - Fix the executable name of the run-dependency audio/musicpdNicola Vitale2011-05-161-1/+1
| | | | | | | | | PR: ports/156624 Submitted by: Chris Rees <utisoft at gmail.com> Approved by: Henrik Friedrichsen <hrkfdn at gmail.com (maintainer of audio/mpdbrowser), nivit (audio/sonata) Notes: svn path=/head/; revision=274191
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - devel/py-dbus, x11-toolkits/python-gnome-extras are now optional dependenciesNicola Vitale2009-11-101-4/+14
| | | | | | | | - Add WITH_PYGNOMEEXTRAS and WITH_MMKEYS options - Set USE_GNOME to pygtk2 Notes: svn path=/head/; revision=244077
* - Update to 1.6.2.1Nicola Vitale2009-11-063-12/+13
| | | | | | | | - Add x11-toolkits/py-gnome-extras to depends - Add some items to the list of features in pkg-descr Notes: svn path=/head/; revision=243883
* - 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 to 1.6.2Nicola Vitale2009-05-304-37/+112
| | | | Notes: svn path=/head/; revision=234874
* - Update to 1.5.3Nicola Vitale2008-10-064-32/+37
| | | | Notes: svn path=/head/; revision=221277
* - Update py-zsi dependencyMarcus Alves Grando2008-09-071-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=220050
* - Fix installation when the user sets WITH_TAGLIB, using port >= required ↵Nicola Vitale2008-07-071-6/+6
| | | | | | | | | | version in *_DEPENDS for all py-* dependencies PR: ports/125283 Submitted by: Zane C. B. <vvelox at vvelox.net> Notes: svn path=/head/; revision=216451
* - Update to 1.5.2Nicola Vitale2008-06-264-14/+15
| | | | Notes: svn path=/head/; revision=215804
* 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=214428
* - Fix INDEXRong-En Fan2008-05-221-1/+1
| | | | Notes: svn path=/head/; revision=213512
* - Add devel/py-dbus to RUN_DEPENDSNicola Vitale2008-05-211-2/+3
| | | | | | | | | - Bump PORTREVISION Reported by: Christoph Brendes <christoph at brendes.net> (via email) Notes: svn path=/head/; revision=213476
* - Update to 1.5.1Nicola Vitale2008-05-214-9/+15
| | | | | | | | PR: ports/123809 Submitted by: Romain Tartiere <romain at blogreen.org> Notes: svn path=/head/; revision=213462
* - Update to 1.5Nicola Vitale2008-04-055-51/+70
| | | | | | | | | - Add audio/py-mpd to RUN_DEPENDS - Explicity list out required RUN_DEPENDS dependencies - Fix list of features in pkg-descr Notes: svn path=/head/; revision=210595
* - Update to 1.4.2Nicola Vitale2008-02-213-8/+14
| | | | Notes: svn path=/head/; revision=207705
* - Add x11-toolkits/py-gtk2 to RUN_DEPENDSNicola Vitale2008-01-251-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=206191
* - Update to 1.4Nicola Vitale2008-01-174-14/+21
| | | | Notes: svn path=/head/; revision=205743
* - Update to 1.3Nicola Vitale2008-01-104-19/+31
| | | | Notes: svn path=/head/; revision=205379
* - Update to 1.2.3Nicola Vitale2007-09-174-12/+23
| | | | Notes: svn path=/head/; revision=199593
* - Update to 1.2.2Nicola Vitale2007-08-065-23/+68
| | | | Notes: svn path=/head/; revision=197212
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Updated to 1.0.1Nicola Vitale2007-02-153-9/+9
| | | | Notes: svn path=/head/; revision=185245
* Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD).Nicola Vitale2007-01-225-0/+108
It aims to be efficient (no toolbar, main menu, or statusbar), user-friendly, and clean. FEATURES: + Expanded and collapsed views + Automatic remote or local album art + Automatic fetching of lyrics + Playlist and stream support + Support for editing song tags + System tray icon with tooltip + Popup notification + Library searching by artist, song, etc. + Keyboard friendly + Support for multimedia keys + Commandline control WWW: http://sonata.berlios.de/index.html Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=183026