aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sonata
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.mat2018-02-041-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
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-1/+1
| | | | | PR: 218658 Submitted by: riggs
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Cleanup patches, a* categories.mat2016-07-273-12/+12
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* - Convert ports from audio/ to new USES=pythonmva2014-10-191-4/+2
| | | | Reviewed by: portmgr (implicit)
* Retire MANCOMPRESSED.mat2014-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
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-091-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
* - Fix build with mpd 0.18+ [1]mat2014-02-044-177/+39
| | | | | | | | | - Support staging - Use new options knobs PR: 185060 [1] Submitted by: Matthieu Volat [1] Sponsored by: Absolight
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Add explicit dependency on pkgconf (11 ports)marino2013-09-121-6/+2
|
* Fix threading issue with glib20.kwm2013-08-032-1/+11
| | | | | | PR: ports/176888 (reported) Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Obtained from: OpenBSD sonata port.
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Fix installation of docsnivit2012-07-191-2/+2
| | | | | | | - Bump PORTREVISION Buildlog: http://goo.gl/I2ixj Reported by: pointyhat (via beat)
* - Apply a patch (files/patch-sonata.py) to solve the conflictnivit2012-07-182-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]
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-1/+1
|
* - Fix the executable name of the run-dependency audio/musicpdnivit2011-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)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - devel/py-dbus, x11-toolkits/python-gnome-extras are now optional dependenciesnivit2009-11-111-4/+14
| | | | | - Add WITH_PYGNOMEEXTRAS and WITH_MMKEYS options - Set USE_GNOME to pygtk2
* - Update to 1.6.2.1nivit2009-11-063-12/+13
| | | | | - Add x11-toolkits/py-gnome-extras to depends - Add some items to the list of features in pkg-descr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 1.6.2nivit2009-05-314-37/+112
|
* - Update to 1.5.3nivit2008-10-064-32/+37
|
* - Update py-zsi dependencymnag2008-09-071-2/+2
| | | | - Bump PORTREVISION
* - Fix installation when the user sets WITH_TAGLIB, using port >= required ↵nivit2008-07-071-6/+6
| | | | | | | version in *_DEPENDS for all py-* dependencies PR: ports/125283 Submitted by: Zane C. B. <vvelox at vvelox.net>
* - Update to 1.5.2nivit2008-06-264-14/+15
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Fix INDEXrafan2008-05-221-1/+1
|
* - Add devel/py-dbus to RUN_DEPENDSnivit2008-05-221-2/+3
| | | | | | - Bump PORTREVISION Reported by: Christoph Brendes <christoph at brendes.net> (via email)
* - Update to 1.5.1nivit2008-05-224-9/+15
| | | | | PR: ports/123809 Submitted by: Romain Tartiere <romain at blogreen.org>
* - Update to 1.5nivit2008-04-065-51/+70
| | | | | | - Add audio/py-mpd to RUN_DEPENDS - Explicity list out required RUN_DEPENDS dependencies - Fix list of features in pkg-descr
* - Update to 1.4.2nivit2008-02-213-8/+14
|
* - Add x11-toolkits/py-gtk2 to RUN_DEPENDSnivit2008-01-261-1/+2
| | | | - Bump PORTREVISION
* - Update to 1.4nivit2008-01-174-14/+21
|
* - Update to 1.3nivit2008-01-104-19/+31
|
* - Update to 1.2.3nivit2007-09-174-12/+23
|
* - Update to 1.2.2nivit2007-08-065-23/+68
|
* - Make Python 2.5.1 the default Python versionalexbl2007-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
* - Welcome X.org 7.2 \o/.flz2007-05-202-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Updated to 1.0.1nivit2007-02-163-9/+9
|
* Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD).nivit2007-01-235-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)