aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pavucontrol
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-0/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Chase a bunch of failures after libsigc++20 updatebapt2017-04-021-1/+2
| | | | | | New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11 where needed. Mark as broken a bunch of ports which are not c++11 compatible
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 3.0romain2015-04-297-229/+23
| | | | | PR: ports/199762 Submitted by: olivierd
* Update to 2.0romain2015-01-047-16/+256
| | | | | PR: 192571 Submitted by: olivierd
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-302-37/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* Cleanup plistbapt2014-10-201-73/+0
|
* Add USES=libtool to accessibility/atkmm and bump dependent portstijl2014-09-021-1/+1
|
* Staging support.romain2014-05-121-1/+0
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-3/+3
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* - 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 an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-6/+2
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 0.9.10romain2010-05-173-16/+106
| | | | | | This fix a pkg-plist weirdness [1]. Submitted by: nork@ [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
|
* Change MAINTAINER address to romain@.romain2010-02-021-1/+1
| | | | Approved by: flz (mentor)
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 0.9.7gabor2009-01-313-8/+26
| | | | | PR: ports/131052 Submitted by: Romain Tartiere <romain@blogreen.org> (maintainer)
* A few typo fixes for ports/audio descriptions.olgeni2008-06-151-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+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)
* - Update to 0.9.6rafan2008-03-312-4/+4
| | | | | PR: ports/122226 Submitted by: Romain Tartiere <romain at blogreen.org> (maintainer)
* - Update to 0.9.5miwi2008-01-112-5/+7
| | | | | PR: 119342 Submitted by: Romain Tartiere <romain@blogreen.org>
* PulseAudio Volume Control (pavucontrol) is a simple GTK based volume controlmiwi2007-08-234-0/+38
tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream seperately. WWW: http://0pointer.de/lennart/projects/pavucontrol/ PR: ports/115320 Submitted by: Romain Tartière <romain at blogreen.org>