Commit Graph

39 Commits

Author SHA1 Message Date
Mateusz Piotrowski 1c41a71915 Lint port's makefile 2020-09-24 08:17:32 +00:00
Jan Beich b88defae3a audio/alsa-*: drop maintainership
No time to engage upstream or keep up with updates.
2020-02-23 18:47:40 +00:00
Jan Beich c60fe2af8a audio/alsa-lib: backport python3 support from 1.1.6 2019-12-26 00:37:24 +00:00
Jan Beich 9248d607a2 audio/alsa-lib: unbreak clang build on powerpc64
fatal error: error in backend: A @@ version cannot be undefined

Reported by:	Mark Millard
Submitted by:	dim
Obtained from:	upstream
2018-10-12 23:19:20 +00:00
Jan Beich d0b84518f8 audio/alsa-lib: drop _WANT_SEMUN 2018-03-13 14:11:42 +00:00
Brooks Davis 16a06ea402 Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

PR:		224300, 224443 (exp-run)
Approved by:	portmgr (antoine)
Exp-run:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14137
2018-03-02 22:34:53 +00:00
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Jan Beich e82895bb9b audio/alsa-{lib,utils}: update to 1.1.2
Changes:	http://www.alsa-project.org/main/index.php/Changes_v1.1.1_v1.1.2
ABI:		http://abi-laboratory.pro/tracker/compat_report/alsa/1.1.1/1.1.2/6d65a/abi_compat_report.html
MFH:		2016Q3
2016-08-05 01:51:43 +00:00
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Jan Beich ef86f4d9bd audio/alsa-lib: improve etc/asound.conf
- Expose "oss" via "aplay -L"
- Simplify "oss" and "pulse"
- Define "sysdefault"

Note, "aplay -D sysdefault" != "aplay -D oss" per ports/184006
2016-05-01 03:10:21 +00:00
Jan Beich e68ffdaff6 bsd.sites.mk: with last mirror dead retire MASTER_SITE_ALSA
$ fetch -v http://alsa.cybermirror.org/lib/alsa-lib-1.1.0.tar.bz2
[...]
404 Not Found

Not Found
The requested URL /lib/alsa-lib-1.1.0.tar.bz2 was not found on this server.
2016-04-01 20:45:03 +00:00
Jan Beich 49190875e4 audio/alsa-*: update to 1.1.1
Changes:	http://www.alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1
ABI:		https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.1.0_to_1.1.1/compat_report.html
2016-04-01 20:44:23 +00:00
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Jan Beich 776f213b7c audio/alsa-lib: add CPE information 2015-12-09 03:17:49 +00:00
Jan Beich 261ae99803 audio/alsa-lib: oops, avoid redundancy from r401216 2015-11-10 22:43:16 +00:00
Jan Beich 55e2d7a835 audio/alsa-*: update to 1.1.0
Changes:	http://www.alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.0.29_to_1.1.0/compat_report.html
2015-11-10 22:21:08 +00:00
Jan Beich dbd1be6896 audio/alsa-lib: hook lsb tests 2015-10-13 18:01:57 +00:00
Mathieu Arnold 60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Jan Beich 76519644a7 - Update to 1.0.29
- alsa-plugins-oss: Disable BUFSZ_P2 by default after r378529 [1]
- No PORTREVISION bumps because binary compatible

Changes:	http://www.alsa-project.org/main/index.php/Changes_v1.0.28_v1.0.29
ACC report:	http://upstream-tracker.org/compat_reports/alsa/1.0.28_to_1.0.29/abi_compat_report.html
PR:		196051 [1]
Suggested by:	mi [1]
2015-02-27 06:32:02 +00:00
Jan Beich 3e90806aee Per convention change my address to @FreeBSD.org
Differential Revision:	https://reviews.freebsd.org/D1565
Approved by:		bapt (mentor)
2015-01-20 22:03:55 +00:00
Marcus von Appen 472dad3abb - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat:	python@
2015-01-03 08:47:51 +00:00
John Marino 3d3d60b1eb audio/alsa-*: drop USES=alias
Jan says alias is no longer needed on alsa since verion 1.0.28.

PR:		194502
2014-10-20 21:31:06 +00:00
John Marino badd7a1eba Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 08:12:20 +00:00
Baptiste Daroussin a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
John Marino 46b7762a82 audio/alsa-(lib|plugins|utils): Upgrade version 1.0.27.2 => 1.0.28
Also switch maintainership to submitter with blessing of former
maintainer.  Other changes include:

  * fix for bug 191190
  * Use new options syntax
  * Proper detection of PYTHON and FFMPEG
  * fix leftovers
  * strip libraries to satisfy stage-qa
  * conf: alias surround stuff to pcm.default
  * lib: split patches and refactor
  * utils: rename XMLTO to MANPAGES

PR:		191524
Submitted by:	Jan Beich
Approved by:	former maintainer (Aragon Gouveia)
2014-08-09 15:20:35 +00:00
Baptiste Daroussin 5c79486dcd Convert to @sample, strip binaries 2014-06-26 14:38:04 +00:00
Dmitry Marakasov 691a0df2aa - Add missing USES=libtool
Approved by:	portmgr blanket
2014-06-10 20:49:24 +00:00
Olli Hauer 886a9071a1 - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) 2014-06-01 13:03:14 +00:00
Dmitry Marakasov 32b44e627a - Fix plist (@dirrmtry include/sys which is shared)
PR:		187153
Submitted by:	amdmi3
Approved by:	Aragon Gouveia <aragon@phat.za.net> (maintainer)
2014-03-01 10:35:10 +00:00
Rene Ladan 50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Florian Smeets 50cfc58f27 - ALSA now supports playing HTML5 audio with 32-bit sample format [1]
after being converted from float as passed by firefox/libcubeb [2]
- Restore behavior from r296140 while adding alignment options in case
  of issues. This should make things slightly less broken and add more
  sample formats. [1]
- Some apps (e.g. linux-firefox with ports/169896) don't check with ALSA
  which sample formats are supported and just feed whatever they like,
  assuming the underlying device supports it.
  While here also fix mixer device for OSS plugin. It should be /dev/dsp
  according to 4Front OSS wiki. The only works with ARIFF_OSS enabled
  but the volume is reset on close(). audio/oss doesn't work either way:
  the new (OSSv4) way to control mixer is via SNDCTL_MIX_* ioctls. [2]

PR:		ports/183861 [1]
PR:		ports/184006 [2]
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	maintainer timeout
2013-12-14 14:41:17 +00:00
Florian Smeets 4e23b4863e - update to 1.0.27.2 [1]
-- 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
2013-10-03 16:34:28 +00:00
Baptiste Daroussin 183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Florian Smeets d3c505e600 - update to 1.0.26 [1]
- 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
2012-10-04 17:04:44 +00:00
Sunpoet Po-Chuan Hsieh a28a1142b4 - Update to 1.0.25
- 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)
2012-07-20 03:03:56 +00:00
Martin Wilke e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke c6f888194d - Fix build on FreeBSD 10 2011-10-29 08:45:31 +00:00
Martin Wilke a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dima Panov 1bb606df35 - New port: audio/alsa-lib Compatibility layer for ALSA support
PR:		145964
Submitted by:	Aragon Gouveia <aragon AT phat.za.net>
2010-06-05 12:43:25 +00:00