mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
audio/pulseaudio-module-sndio: Update to 12.0
Unbreak runtime after r484515 PR: 229492
This commit is contained in:
parent
bb497689a8
commit
2ab03ac9b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484516
@ -2,22 +2,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pulseaudio-module-sndio
|
||||
DISTVERSION= 10.99.1
|
||||
DISTVERSION= 12.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/t6/pulseaudio-module-sndio/releases/download/${DISTVERSION}/
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
COMMENT= Sndio module for PulseAudio
|
||||
|
||||
LICENSE= ISCL
|
||||
LICENSE= ISCL LGPL21+
|
||||
LICENSE_COMB= multi
|
||||
|
||||
LIB_DEPENDS= libsndio.so:audio/sndio \
|
||||
libpulse.so:audio/pulseaudio
|
||||
|
||||
USES= pkgconfig
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= t6
|
||||
|
||||
PULSE_MODDIR= `pkg-config --variable=modlibexecdir libpulse`
|
||||
PLIST_FILES= ${PULSE_MODDIR}/module-sndio.so
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1504721015
|
||||
SHA256 (t6-pulseaudio-module-sndio-10.99.1_GH0.tar.gz) = b4756d9ddc183fa785f9b96b77b20f076f466cbc9c8506c7af95621e755e52f4
|
||||
SIZE (t6-pulseaudio-module-sndio-10.99.1_GH0.tar.gz) = 93067
|
||||
TIMESTAMP = 1530629461
|
||||
SHA256 (pulseaudio-module-sndio-12.0.tar.gz) = 785baffed274241eb8e1642d0d6e66a411f7f6bf0d0257f46dcd51a809feb835
|
||||
SIZE (pulseaudio-module-sndio-12.0.tar.gz) = 68382
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.orig 2018-03-16 08:56:13 UTC
|
||||
+++ Makefile
|
||||
@@ -2,7 +2,7 @@ MKDIR?= mkdir -p
|
||||
PKGCONF?= pkg-config
|
||||
INSTALL_LIB?= install -s -m 444
|
||||
DESTDIR?=
|
||||
-PULSE_VERSION!= pulseaudio --version | cut -d' ' -f 2 | cut -d. -f 1-2
|
||||
+PULSE_VERSION!= ${PKGCONF} --modversion libpulse | cut -d. -f 1-2
|
||||
PULSE_LIBDIR?= `${PKGCONF} --variable=libdir libpulse`
|
||||
PULSE_MODDIR?= `${PKGCONF} --variable=modlibexecdir libpulse`
|
||||
CFLAGS+= -fPIC -I. `${PKGCONF} --cflags libpulse`
|
Loading…
Reference in New Issue
Block a user