Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.12 26 Jun 2024 19:51:19 |
Rodrigo Osorio (rodrigo) |
audio/alsa-lib: update to 1.2.12
Full changelog: https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.12 |
1.2.11 14 Apr 2024 11:07:57 |
Rodrigo Osorio (rodrigo) |
audio/alsa-lib: update to 1.2.11
Changelog: https://www.alsa-project.org/wiki/Changes_v1.2.10_v1.2.11 |
1.2.10_1 02 Feb 2024 13:44:55 |
Jan Beich (jbeich) |
audio/alsa-plugins: install vendor OSS config after 44c14328c08e
Allows overriding /dev/dsp without adjusting config e.g.,
$ aplay -D oss:/dev/dsp4 foo.wav
PR: 245321
See also: https://github.com/alsa-project/alsa-plugins/commit/6e40eb5fd346 |
1.2.10 22 Oct 2023 15:07:38 |
Rodrigo Osorio (rodrigo) |
audio/alsa-lib: Update to version 1.2.10
Full Changelog: https://github.com/alsa-project/alsa-lib/tags
PR: 262089 |
1.2.2_1 21 Sep 2023 15:46:12 |
Dimitry Andric (dim) |
audio/alsa-lib: fix build with lld 17
Some symbols in the linker version script Versions.in are only defined when
--enable-alisp is used at configure time. Suppress errors with lld >= 17 due
to these undefined symbols.
PR: 273753
MFH: 2023Q3 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.2_1 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.2.2_1 13 Oct 2021 15:14:24 |
Dag-Erling Smørgrav (des) |
audio/alsa-lib: Switch master site to GitHub.
The original distfiles are getting hard to come by for some reason, so
switch to pulling source tarballs directly from GitHub. |
1.2.2 20 Aug 2021 08:26:10 |
Bernhard Froehlich (decke) |
audio/alsa-lib: Fix CPE information
Approved by: portmgr (blanket) |
1.2.2 11 May 2021 16:53:01 |
Gleb Popov (arrowd) Author: Greg V |
audio/alsa-lib, audio/alsa-plugins, audio/alsa-utils: Update to 1.2.2
PR: 245321
Reviewed by: swills
Tested by: Oleh Hushchenkov <o.hushchenkov@gmail.com> |
1.1.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.2_2 24 Sep 2020 08:17:32 |
0mp |
Lint port's makefile |
1.1.2_2 23 Feb 2020 18:47:40 |
jbeich |
audio/alsa-*: drop maintainership
No time to engage upstream or keep up with updates. |
1.1.2_2 26 Dec 2019 00:37:25 |
jbeich |
audio/alsa-lib: backport python3 support from 1.1.6 |
1.1.2_2 12 Oct 2018 23:19:21 |
jbeich |
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 |
1.1.2_1 13 Mar 2018 14:11:42 |
jbeich |
audio/alsa-lib: drop _WANT_SEMUN |
1.1.2_1 02 Mar 2018 22:34:53 |
brooks |
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 |
1.1.2_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.1.2 05 Aug 2016 01:51:43 |
jbeich |
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 |
1.1.1_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.1.1_1 01 May 2016 03:10:22 |
jbeich |
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 |
1.1.1 01 Apr 2016 20:45:03 |
jbeich |
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. |
1.1.1 01 Apr 2016 20:44:24 |
jbeich |
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 |
1.1.0 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.1.0 09 Dec 2015 03:17:49 |
jbeich |
audio/alsa-lib: add CPE information |
1.1.0 10 Nov 2015 22:43:16 |
jbeich |
audio/alsa-lib: oops, avoid redundancy from r401216 |
1.1.0 10 Nov 2015 22:21:08 |
jbeich |
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 |
1.0.29 13 Oct 2015 18:01:57 |
jbeich |
audio/alsa-lib: hook lsb tests |
1.0.29 14 May 2015 10:15:09 |
mat |
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 |
1.0.29 27 Feb 2015 06:32:03 |
jbeich |
- 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] |
1.0.28 20 Jan 2015 22:03:56 |
jbeich |
Per convention change my address to @FreeBSD.org
Differential Revision: https://reviews.freebsd.org/D1565
Approved by: bapt (mentor) |
1.0.28 03 Jan 2015 08:47:52 |
mva |
- Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat: python@ |
1.0.28 20 Oct 2014 21:31:07 |
marino |
audio/alsa-*: drop USES=alias
Jan says alias is no longer needed on alsa since verion 1.0.28.
PR: 194502 |
1.0.28 20 Oct 2014 08:12:20 |
marino |
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) |
1.0.28 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.0.28 09 Aug 2014 15:20:35 |
marino |
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) |
1.0.27.2_2 26 Jun 2014 14:38:05 |
bapt |
Convert to @sample, strip binaries |
1.0.27.2_2 10 Jun 2014 20:49:24 |
amdmi3 |
- Add missing USES=libtool
Approved by: portmgr blanket |
1.0.27.2_1 01 Jun 2014 13:03:14 |
ohauer |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
1.0.27.2_1 01 Mar 2014 10:35:11 |
amdmi3 |
- Fix plist (@dirrmtry include/sys which is shared)
PR: 187153
Submitted by: amdmi3
Approved by: Aragon Gouveia <aragon@phat.za.net> (maintainer) |
1.0.27.2_1 13 Jan 2014 21:00:04 |
rene |
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) |
1.0.27.2_1 14 Dec 2013 14:41:17 |
flo |
- 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 |
1.0.27.2 03 Oct 2013 16:34:28 |
flo |
- 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 |
1.0.26 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.0.26 04 Oct 2012 17:04:44 |
flo |
- 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 |
1.0.25 20 Jul 2012 03:03:57 |
sunpoet |
- 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) |
1.0.23 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.0.23 29 Oct 2011 08:45:31 |
miwi |
- Fix build on FreeBSD 10 |
1.0.23 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0.23 05 Jun 2010 12:43:25 |
fluffy |
- New port: audio/alsa-lib Compatibility layer for ALSA support
PR: 145964
Submitted by: Aragon Gouveia <aragon AT phat.za.net> |