mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- 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]
This commit is contained in:
parent
266ea93d6c
commit
76519644a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380063
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= alsa-lib
|
||||
PORTVERSION= 1.0.28
|
||||
PORTVERSION= 1.0.29
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ALSA/lib \
|
||||
GENTOO/distfiles
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (alsa-lib-1.0.28.tar.bz2) = 3c074b85dde1b30e78ef4995579765833e5b693fbbd8f834c335e080cb734a6d
|
||||
SIZE (alsa-lib-1.0.28.tar.bz2) = 903786
|
||||
SHA256 (alsa-lib-1.0.29.tar.bz2) = 73043c35eb9636be0f4af6a240235c213f12a25feb1f04aeeac8cb7e30fcbdd0
|
||||
SIZE (alsa-lib-1.0.29.tar.bz2) = 905417
|
||||
|
@ -132,6 +132,11 @@ share/alsa/smixer.conf
|
||||
share/alsa/sndo-mixer.alisp
|
||||
share/alsa/ucm/DAISY-I2S/DAISY-I2S.conf
|
||||
share/alsa/ucm/DAISY-I2S/HiFi.conf
|
||||
share/alsa/ucm/GoogleNyan/GoogleNyan.conf
|
||||
share/alsa/ucm/GoogleNyan/HiFi.conf
|
||||
share/alsa/ucm/PAZ00/HiFi.conf
|
||||
share/alsa/ucm/PAZ00/PAZ00.conf
|
||||
share/alsa/ucm/PAZ00/Record.conf
|
||||
share/alsa/ucm/PandaBoard/FMAnalog
|
||||
share/alsa/ucm/PandaBoard/PandaBoard.conf
|
||||
share/alsa/ucm/PandaBoard/hifi
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= alsa-plugins
|
||||
PORTVERSION= 1.0.28
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.29
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ALSA/plugins \
|
||||
GENTOO/distfiles
|
||||
@ -22,7 +21,7 @@ INSTALL_TARGET= install-strip
|
||||
CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFAULT=BUFSZ_P2 IO_PTR
|
||||
OPTIONS_DEFAULT=IO_PTR
|
||||
OPTIONS_DEFINE= JACK FFMPEG PULSEAUDIO SAMPLERATE SPEEX
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (alsa-plugins-1.0.28.tar.bz2) = 426f8af1a07ee9d8c06449524d1f0bd59a06e0331a51aa3d59d343a7c6d03120
|
||||
SIZE (alsa-plugins-1.0.28.tar.bz2) = 366023
|
||||
SHA256 (alsa-plugins-1.0.29.tar.bz2) = 325d85cac285f632b83e0191ae3f348bad03c1f007b937042f164abb81ea6532
|
||||
SIZE (alsa-plugins-1.0.29.tar.bz2) = 366077
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= alsa-utils
|
||||
PORTVERSION= 1.0.28
|
||||
PORTVERSION= 1.0.29
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ALSA/utils \
|
||||
GENTOO/distfiles
|
||||
@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/a
|
||||
USES= gmake shebangfix tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-udev-rules-dir="\$${prefix}/lib/udev"
|
||||
SHEBANG_FILES= alsaconf/alsaconf.in
|
||||
SHEBANG_FILES= alsa-info/alsa-info.sh alsaconf/alsaconf.in
|
||||
INSTALL_TARGET= install-strip
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${.CURDIR}/../alsa-lib/files
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (alsa-utils-1.0.28.tar.bz2) = f3ff4c89b0125a7797b1b13cd094cc92276e655458274967386e812d03642acc
|
||||
SIZE (alsa-utils-1.0.28.tar.bz2) = 1146887
|
||||
SHA256 (alsa-utils-1.0.29.tar.bz2) = 5160058f3e14483ced5de919dd473f93932059454530a9b7ef97dcabd6833e9b
|
||||
SIZE (alsa-utils-1.0.29.tar.bz2) = 1154497
|
||||
|
@ -30,6 +30,7 @@ man/man1/iecset.1.gz
|
||||
man/man1/speaker-test.1.gz
|
||||
%%MANPAGES%%man/man7/alsactl_init.7.gz
|
||||
man/man8/alsaconf.8.gz
|
||||
sbin/alsa-info.sh
|
||||
sbin/alsaconf
|
||||
sbin/alsactl
|
||||
share/alsa/init/00main
|
||||
|
Loading…
Reference in New Issue
Block a user