aboutsummaryrefslogtreecommitdiff
path: root/audio/alsa-utils
Commit message (Collapse)AuthorAgeFilesLines
* - Fix package buildSteve Wills2014-03-172-3/+4
| | | | | | | | | | | - Deprecate USE_BZIP PR: ports/187634 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Approved by: Aragon Gouveia <aragon@phat.za.net> (maintainer) Notes: svn path=/head/; revision=348484
* - update to 1.0.27.2 [1]Florian Smeets2013-10-034-16/+30
| | | | | | | | | | | | | | | | | | | | | | -- add PYTHON option to alsa-lib -- drop unresponsive mirrors and those that rarely catch up -- drop --disable-aload from alsa-lib, builds fine without -- drop USE_LDCONFIG from alsa-plugins, useless for dlopen'd plugins -- convert to new LIB_DEPENDS syntax and Makefile header -- convert PLIST_SUB to OPTIONS_SUB -- don't link alsa-utils against librt for clock_gettime(2) -- pass paths to configure relative to --prefix value -- install udev config(s) under PREFIX (for reference) -- cleanup /var/lib as it's not in default MTREE_FILE -- remove OSVERSION check for EOL releases - allow staging PR: ports/182245 [1] Submitted by: Jan Beich <jbeich@tormail.org> [1] Approved by: maintainer timeout Notes: svn path=/head/; revision=329208
* 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
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-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 Notes: svn path=/head/; revision=325727
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - update to 1.0.26 [1]Florian Smeets2012-10-043-9/+7
| | | | | | | | | | | | | | | | | | | | | - use newly added alphasort() instead of LGPLv2.1+ patch - fix async handler [2] - fix implicit declarations of calloc/free [3] - disable ARIFF_OSS option by default, except 7.x [4] - add 3 more mirrors from alsa wiki + gentoo as a backup - move alsa mirrors to bsd.sites.mk Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.25_v1.0.26 PR: ports/171601 [1] PR: ports/169770 [2] PR: ports/170457 [3] PR: ports/170473 [4] Obtained from: PkgSrc [2] Submitted by: Jan Beich <jbeich@tormail.org> Approved by: maintainer Notes: svn path=/head/; revision=305269
* - Update to 1.0.25Sunpoet Po-Chuan Hsieh2012-07-204-15/+82
| | | | | | | | | | | | | | | | | - Convert to new options framework - alsa-plugins: - Add option: ARIFF_OSS for FreeBSD-specific patch - Revert ports/165247 per regression in ports/169767 - Unbreak arcam-av and usb_stream plugins - While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.24_v1.0.25 http://www.alsa-project.org/main/index.php/Changes_v1.0.23_v1.0.24 PR: ports/169841 Submitted by: Jan Beich <jbeich@tormail.org> (maintainer) Notes: svn path=/head/; revision=301209
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - audio/alsa-utils: add @dirrmtry for entries not in MTREE_FILEDima Panov2010-08-131-0/+2
| | | | | | | | | PR: 149533 Submitted by: Anonymous <swell.k AT gmail DOT com> Approved by: Aragon Gouveia (maintainer) Notes: svn path=/head/; revision=259155
* - MLINKS is always polluted by MANLANG, so use _MANPAGES+= for frenchDima Panov2010-06-062-7/+7
| | | | | | | | translation of alsaconf.8 to produce correct package - Use @dirrmtry for common alsa dirs Notes: svn path=/head/; revision=255868
* - MLINKS should be MLINKS_EN, french translation installs only for ↵Dima Panov2010-06-061-1/+1
| | | | | | | | | alsaconf.8, not for aplay/arecord Noticed by: QAT Notes: svn path=/head/; revision=255865
* - Improve NLS supportDima Panov2010-06-062-8/+35
| | | | | | | | | | - Fix man links Noticed by: QAT Submitted by: maintainer Notes: svn path=/head/; revision=255861
* - New port: audio/alsa-utils Compatibility layer for ALSA supportDima Panov2010-06-055-0/+158
PR: 145967 Submitted by: Aragon Gouveia <aragon AT phat.za.net> Notes: svn path=/head/; revision=255776