Add missing deps, fix COMMENT/CONFLICTS
Add missing dependencies to audio/linux-c6-{flac,libsndfile,alsa-plugins-pulseaudio,pulseaudio-libs}; set proper COMMENT and CONFLICTS in audio/linux-c6-flac (both of which I missed in r368845). PR: 193862 Differential Revision: https://reviews.freebsd.org/D816 Submitted by: Jan Beich <jbeich@vfemail.net> Approved by: koobs (mentor)
This commit is contained in:
parent
816b3437a2
commit
d6940dcb78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369048
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= alsa-plugins-pulseaudio
|
||||
PORTVERSION= 1.0.21
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio linux
|
||||
PKGNAMEPREFIX= linux-${USE_LINUX}-
|
||||
|
||||
@ -19,7 +20,7 @@ SRC_DISTFILES= alsa-plugins-1.0.21-3.el6.src.rpm
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_LINUX= c6
|
||||
USE_LINUX_APPS= pulseaudio-libs
|
||||
USE_LINUX_APPS= alsalib pulseaudio-libs
|
||||
USE_LINUX_RPM= yes
|
||||
RPMVERSION= 3.el6
|
||||
|
||||
|
@ -3,15 +3,17 @@
|
||||
|
||||
PORTNAME= flac
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio linux
|
||||
|
||||
MAINTAINER= emulation@FreeBSD.org
|
||||
COMMENT= Audio system for the KDE integrated X11 desktop (Linux CentOS ${LINUX_DIST_VER})
|
||||
COMMENT= Free lossless audio codec (Linux CentOS ${LINUX_DIST_VER})
|
||||
|
||||
CONFLICTS= linux-arts-[0-9]* linux-f10-arts-[0-9]*
|
||||
CONFLICTS= linux-flac-[0-9]* linux-f10-flac-[0-9]*
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_LINUX= c6
|
||||
USE_LINUX_APPS= libogg
|
||||
USE_LINUX_RPM= yes
|
||||
|
||||
RPMVERSION= 6.1.el6
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libsndfile
|
||||
PORTVERSION= 1.0.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio linux
|
||||
|
||||
MAINTAINER= emulation@FreeBSD.org
|
||||
@ -11,6 +12,7 @@ COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (
|
||||
CONTFLICTS= linux-libsndfile-[0-9]* linux-f10-libsndfile-[0-9]*
|
||||
|
||||
USE_LINUX= c6
|
||||
USE_LINUX_APPS= flac libogg libvorbis
|
||||
USE_LINUX_RPM= yes
|
||||
|
||||
RPMVERSION= 5.el6
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= pulseaudio-libs
|
||||
PORTVERSION= 0.9.21
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio linux
|
||||
|
||||
MAINTAINER= emulation@FreeBSD.org
|
||||
@ -10,7 +11,7 @@ COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
|
||||
|
||||
USE_LINUX= c6
|
||||
USE_LINUX_RPM= yes
|
||||
USE_LINUX_APPS= xorglibs
|
||||
USE_LINUX_APPS= dbuslibs libasyncns libsndfile xorglibs
|
||||
|
||||
RPMVERSION= 14.el6_3
|
||||
USE_LDCONFIG= yes
|
||||
|
Loading…
Reference in New Issue
Block a user