Skip to content

Commit

Permalink
audio/alsa-lib: Update to version 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rosorio committed Oct 22, 2023
1 parent b488acf commit a32155c
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 88 deletions.
18 changes: 6 additions & 12 deletions audio/alsa-lib/Makefile
@@ -1,21 +1,15 @@
PORTNAME= alsa-lib
PORTVERSION= 1.2.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTVERSION= 1.2.10
CATEGORIES= audio
MASTER_SITES= GH
MASTER_SITES= https://www.alsa-project.org/files/pub/lib/

USE_GITHUB= yes
GH_ACCOUNT= alsa-project
GH_PROJECT= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= ALSA compatibility library
WWW= https://www.alsa-project.org/

LICENSE= LGPL21+

USES= autoreconf cpe libtool:keepla tar:bzip2
USES= cpe libtool:keepla tar:bzip2
CPE_VENDOR= alsa-project
CPE_PRODUCT= alsa
USE_LDCONFIG= yes
Expand All @@ -32,8 +26,8 @@ CPPFLAGS+= -I${FILESDIR}
# to these undefined symbols.
LDFLAGS+= -Wl,--undefined-version

OPTIONS_DEFINE= PYTHON
OPTIONS_SUB= yes
OPTIONS_DEFINE= PYTHON
OPTIONS_SUB= yes

PYTHON_USES= gettext-runtime python
PYTHON_CONFIGURE_ENABLE= mixer-pymods python
Expand Down
6 changes: 3 additions & 3 deletions audio/alsa-lib/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1634081449
SHA256 (alsa-project-alsa-lib-v1.2.2_GH0.tar.gz) = ad4fa29e3927c5bec0f71b24b6a88523f4e386905341fc9047abef5744805023
SIZE (alsa-project-alsa-lib-v1.2.2_GH0.tar.gz) = 780688
TIMESTAMP = 1695515195
SHA256 (alsa-lib-1.2.10.tar.bz2) = c86a45a846331b1b0aa6e6be100be2a7aef92efd405cf6bac7eef8174baa920e
SIZE (alsa-lib-1.2.10.tar.bz2) = 1107007
28 changes: 0 additions & 28 deletions audio/alsa-lib/files/patch-src_async.c

This file was deleted.

12 changes: 7 additions & 5 deletions audio/alsa-lib/files/patch-src_conf_alsa.conf
@@ -1,13 +1,15 @@
--- src/conf/alsa.conf.orig 2020-02-19 09:35:39 UTC
--- src/conf/alsa.conf.orig 2022-01-01 09:52:43 UTC
+++ src/conf/alsa.conf
@@ -8,8 +8,8 @@
@@ -8,10 +8,8 @@
{
func load
files [
- "/var/lib/alsa/conf.d"
- "/usr/etc/alsa/conf.d"
- "/etc/alsa/conf.d"
- "/etc/asound.conf"
- "/etc/asound.conf|||/usr/etc/asound.conf"
+ "%%PREFIX%%/etc/alsa/conf.d"
+ "%%PREFIX%%/etc/asound.conf"
"~/.asoundrc"
]
errors false
{
@func concat
20 changes: 0 additions & 20 deletions audio/alsa-lib/files/patch-src_pcm_pcm__direct.c

This file was deleted.

20 changes: 0 additions & 20 deletions audio/alsa-lib/files/patch-test_midifile.c

This file was deleted.

4 changes: 4 additions & 0 deletions audio/alsa-lib/pkg-plist
Expand Up @@ -4,6 +4,7 @@ include/alsa/asoundlib.h
include/alsa/conf.h
include/alsa/control.h
include/alsa/control_external.h
include/alsa/control_plugin.h
include/alsa/error.h
include/alsa/global.h
include/alsa/hwdep.h
Expand Down Expand Up @@ -42,6 +43,8 @@ include/alsa/sound/uapi/sscape_ioctl.h
include/alsa/sound/uapi/tlv.h
include/alsa/timer.h
include/alsa/topology.h
include/alsa/ump.h
include/alsa/ump_msg.h
include/alsa/use-case.h
include/alsa/version.h
include/asoundlib.h
Expand Down Expand Up @@ -119,6 +122,7 @@ share/alsa/cards/YMF744.conf
share/alsa/cards/aliases.conf
share/alsa/cards/pistachio-card.conf
share/alsa/cards/vc4-hdmi.conf
share/alsa/ctl/default.conf
share/alsa/pcm/center_lfe.conf
share/alsa/pcm/default.conf
share/alsa/pcm/dmix.conf
Expand Down

0 comments on commit a32155c

Please sign in to comment.