View | Details | Raw Unified | Return to bug 119343
Collapse All | Expand All

(-)/tmp/paprefs/Makefile (-1 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	paprefs
8
PORTNAME=	paprefs
9
PORTVERSION=	0.9.5
9
PORTVERSION=	0.9.6
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	http://0pointer.de/lennart/projects/${PORTNAME}/
11
MASTER_SITES=	http://0pointer.de/lennart/projects/${PORTNAME}/
12
12
Lines 18-23 Link Here
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
USE_GNOME=	gnomeprefix gnomehack intltool
22
23
.if !defined(WITHOUT_NLS)
24
USE_GETTEXT=            yes
25
PLIST_SUB+=             NLS=""
26
.else
27
CONFIGURE_ARGS+=        --disable-nls
28
PLIST_SUB+=             NLS="@comment "
29
.endif
21
30
22
CONFIGURE_ARGS=	--disable-lynx
31
CONFIGURE_ARGS=	--disable-lynx
23
32
(-)/tmp/paprefs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (paprefs-0.9.5.tar.gz) = 3c7688657415618996344f475cde2442
1
MD5 (paprefs-0.9.6.tar.gz) = de5474d17aad63b40855a8815018cdf8
2
SHA256 (paprefs-0.9.5.tar.gz) = afef8ecadcf81101ccc198589f8e8aadb0b7ec942703e69544613d6801c1c728
2
SHA256 (paprefs-0.9.6.tar.gz) = f458a468f007fd797a980533a43c4bc4e7a01d20505f86dce333fa86daaab99b
3
SIZE (paprefs-0.9.5.tar.gz) = 88369
3
SIZE (paprefs-0.9.6.tar.gz) = 202109
(-)/tmp/paprefs/files/patch-src_paprefs.cc (+13 lines)
Line 0 Link Here
1
2
$FreeBSD$
3
4
--- src/paprefs.cc.orig
5
+++ src/paprefs.cc
6
@@ -28,6 +28,7 @@
7
 #include <gtkmm.h>
8
 #include <libglademm.h>
9
 #include <gconfmm.h>
10
+#include <libintl.h>
11
 
12
 #define PA_GCONF_ROOT "/system/pulseaudio"
13
 #define PA_GCONF_PATH_MODULES PA_GCONF_ROOT"/modules"
(-)/tmp/paprefs/pkg-plist (+3 lines)
Lines 1-5 Link Here
1
bin/paprefs
1
bin/paprefs
2
share/applications/paprefs.desktop
2
share/applications/paprefs.desktop
3
%%DATADIR%%/paprefs.glade
3
%%DATADIR%%/paprefs.glade
4
share/locale/de/LC_MESSAGES/paprefs.mo
4
@dirrm %%DATADIR%%
5
@dirrm %%DATADIR%%
6
@dirrmtry share/locale/de/LC_MESSAGES
7
@dirrmtry share/locale/de
5
@dirrmtry share/applications
8
@dirrmtry share/applications

Return to bug 119343