View | Details | Raw Unified | Return to bug 193861 | Differences between
and this patch

Collapse All | Expand All

(-)audio/linux-f10-pulseaudio-libs/Makefile (-4 / +4 lines)
Lines 8-27 MASTER_SITES= LOCAL Link Here
8
MASTER_SITE_SUBDIR=	netchild/rpms/${LINUX_DIST}${LINUX_DIST_VER}
8
MASTER_SITE_SUBDIR=	netchild/rpms/${LINUX_DIST}${LINUX_DIST_VER}
9
9
10
MAINTAINER=	emulation@FreeBSD.org
10
MAINTAINER=	emulation@FreeBSD.org
11
COMMENT=	Libraries for PulseAudio clients
11
COMMENT=	Libraries for PulseAudio clients (Linux Fedora 10)
12
12
13
ONLY_FOR_ARCHS=	i386 amd64
13
ONLY_FOR_ARCHS=	i386 amd64
14
USE_LINUX=	f10
14
USE_LINUX=	f10
15
USE_LINUX_RPM=	yes
15
USE_LINUX_RPM=	yes
16
USE_LINUX_APPS=	libasyncns xorglibs
16
17
17
RPMVERSION=	4.fc10
18
RPMVERSION=	4.fc10
18
SRC_DISTFILES=	${PORTNAME:S/-libs//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}
19
SRC_DISTFILES=	${PORTNAME:S/-libs//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}
19
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
20
21
21
CONF_FILE=	etc/pulse/client.conf
22
pre-patch:
23
	@cd ${WRKSRC}/etc/pulse && ${MV} client.conf client.conf.sample
22
24
23
pre-patch:
24
	@${MV} ${WRKSRC}/${CONF_FILE} ${WRKSRC}/${CONF_FILE}-dist
25
post-patch:
25
post-patch:
26
	@${FIND} ${WRKSRC} -name "*.orig" -delete
26
	@${FIND} ${WRKSRC} -name "*.orig" -delete
27
27
(-)audio/linux-f10-pulseaudio-libs/files/patch-etc_pulse_client.conf-dist (-16 lines)
Lines 1-16 Link Here
1
--- etc/pulse/client.conf-dist.orig	2011-04-01 15:42:58.548733177 +0300
2
+++ etc/pulse/client.conf-dist	2011-04-01 15:53:03.306719164 +0300
3
@@ -23,11 +23,11 @@
4
 ; default-source =
5
 ; default-server =
6
 
7
-; autospawn = yes
8
+autospawn = no
9
 ; daemon-binary = /usr/bin/pulseaudio
10
 ; extra-arguments = --log-target=syslog
11
 
12
 ; cookie-file =
13
 
14
-; disable-shm = no
15
+disable-shm = yes
16
 ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
(-)audio/linux-f10-pulseaudio-libs/files/patch-etc_pulse_client.conf.sample (+16 lines)
Line 0 Link Here
1
--- etc/pulse/client.conf.sample.orig	2011-04-01 15:42:58.548733177 +0300
2
+++ etc/pulse/client.conf.sample	2011-04-01 15:53:03.306719164 +0300
3
@@ -23,11 +23,11 @@
4
 ; default-source =
5
 ; default-server =
6
 
7
-; autospawn = yes
8
+autospawn = no
9
 ; daemon-binary = /usr/bin/pulseaudio
10
 ; extra-arguments = --log-target=syslog
11
 
12
 ; cookie-file =
13
 
14
-; disable-shm = no
15
+disable-shm = yes
16
 ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
(-)audio/linux-f10-pulseaudio-libs/pkg-plist (-3 / +1 lines)
Lines 1-6 Link Here
1
@unexec if cmp -s %D/etc/pulse/client.conf-dist %D/etc/pulse/client.conf; then rm -f %D/etc/pulse/client.conf; fi
1
@sample etc/pulse/client.conf.sample
2
etc/pulse/client.conf-dist
3
@exec if [ ! -f %D/etc/pulse/client.conf ] ; then cp -p %D/%F %B/client.conf; fi
4
usr/lib/libpulse-simple.so.0
2
usr/lib/libpulse-simple.so.0
5
usr/lib/libpulse-simple.so.0.0.2
3
usr/lib/libpulse-simple.so.0.0.2
6
usr/lib/libpulse.so.0
4
usr/lib/libpulse.so.0
(-)net-im/skype4/Makefile (-1 / +1 lines)
Lines 20-26 NO_BUILD= yes Link Here
20
20
21
USES=		desktop-file-utils tar:bzip2
21
USES=		desktop-file-utils tar:bzip2
22
USE_LINUX=	yes
22
USE_LINUX=	yes
23
USE_LINUX_APPS+= fontconfig xorglibs qt47 qt47-x11 qt47-webkit libsndfile openssl-compat pulseaudio-libs tcp_wrappers-libs flac libasyncns
23
USE_LINUX_APPS+= fontconfig xorglibs qt47 qt47-x11 qt47-webkit libsndfile openssl-compat pulseaudio-libs tcp_wrappers-libs flac
24
24
25
RESTRICTED=	Redistribution prohibited.
25
RESTRICTED=	Redistribution prohibited.
26
26

Return to bug 193861