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

(-)audio/gogglesmm/Makefile (-41 / +92 lines)
Lines 2-64 Link Here
2
# $FreeBSD: head/audio/gogglesmm/Makefile 363436 2014-07-30 03:57:23Z pi $
2
# $FreeBSD: head/audio/gogglesmm/Makefile 363436 2014-07-30 03:57:23Z pi $
3
3
4
PORTNAME=	gogglesmm
4
PORTNAME=	gogglesmm
5
PORTVERSION=	0.12.7
5
PORTVERSION=	0.13.2
6
PORTREVISION=	8
7
CATEGORIES=	audio
6
CATEGORIES=	audio
8
MASTER_SITES=	GOOGLE_CODE
7
MASTER_SITES=	GH
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Music collection manager and player
10
COMMENT=	Music collection manager and player
12
11
13
LICENSE=	GPLv3
12
LICENSE=	GPLv3
14
13
15
LIB_DEPENDS=	libxine.so:${PORTSDIR}/multimedia/libxine \
14
LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib \
16
		libtag.so:${PORTSDIR}/audio/taglib	\
15
		libGLEW.so:${PORTSDIR}/graphics/glew \
17
		libsqlite3.so:${PORTSDIR}/databases/sqlite3
16
		libexpat.so:${PORTSDIR}/textproc/expat2 \
18
17
		libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17
19
OPTIONS_DEFINE=	DBUS CURL NLS NEWREMOTE GCRYPT DOCS
18
20
OPTIONS_SINGLE=	FOX
19
USE_GITHUB=	yes
21
OPTIONS_SINGLE_FOX=	FOX16 FOX17
20
GH_ACCOUNT=	${PORTNAME}
22
OPTIONS_DEFAULT=	DBUS CURL NEWREMOTE FOX16
21
GH_COMMIT=	ea16b55
23
24
FOX16_DESC=	Use stable branch of FOX
25
FOX17_DESC=	Use development branch of FOX
26
NEWREMOTE_DESC=	Use new remote player
27
GCRYPT_DESC=	Use libgcrypt for md5 calculation
28
29
OPTIONS_SUB=	yes
30
22
23
USES=		compiler:c++0x desktop-file-utils gmake pkgconfig
24
USE_SQLITE=	yes
31
HAS_CONFIGURE=	yes
25
HAS_CONFIGURE=	yes
32
CONFIGURE_ARGS+=	--mandir=${PREFIX}/man --prefix=${PREFIX}
26
CONFIGURE_ENV=	LINK="${CXX}" \
33
27
		OPT_CFLAGS="${CXXFLAGS}" \
34
USES=		tar:xz pkgconfig gmake desktop-file-utils
28
		OPT_LDFLAGS="${LDFLAGS}" \
35
MAKE_ARGS=	CXX="${CXX}" LINK="${CXX}"
29
		RESWRAP="${LOCALBASE}/bin/fox-1.7/reswrap"
30
CONFIGURE_ARGS=	--prefix=${PREFIX} --fox-prefix=${LOCALBASE} \
31
		--without-rsound --without-mpcdec
36
INSTALLS_ICONS=	yes
32
INSTALLS_ICONS=	yes
37
33
38
PORTDOCS=	README AUTHORS
34
CFLAGS+=	-Wno-error=return-type
39
35
CFLAGS+=	-I${LOCALBASE}/include
40
FOX16_LIB_DEPENDS=	libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16
36
LDFLAGS+=	-L${LOCALBASE}/lib -pthread
41
FOX17_LIB_DEPENDS=	libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17
37
42
38
OPTIONS_DEFINE=		ALSA CDIO DBUS DOCS FAAD FFMPEG FLAC GCRYPT JACK \
39
			MAD MMS NLS OPUS PULSEAUDIO SAMPLERATE SMB TREMOR \
40
			VORBIS WAVPACK
41
OPTIONS_DEFAULT=	CDIO DBUS FAAD FLAC MAD OPUS SAMPLERATE SMB \
42
			VORBIS WAVPACK
43
OPTIONS_SUB=		yes
44
45
ALSA_LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
46
ALSA_CONFIGURE_OFF=	--without-alsa
47
CDIO_LIB_DEPENDS=	libcdio.so:${PORTSDIR}/sysutils/libcdio
48
CDIO_CONFIGURE_OFF=	--without-cdda
49
DBUS_LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
50
DBUS_CONFIGURE_OFF=	--without-dbus
51
FAAD_LIB_DEPENDS=	libfaad.so:${PORTSDIR}/audio/faad
52
FAAD_CONFIGURE_ON=	--faad-prefix=${LOCALBASE}
53
FAAD_CONFIGURE_OFF=	--without-faad
54
FFMPEG_LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
55
FFMPEG_CONFIGURE_ON=	--with-avcodec
56
FLAC_LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audio/flac
57
FLAC_CONFIGURE_OFF=	--without-flac
58
GCRYPT_DESC=		Use libgcrypt for md5 calculation
43
GCRYPT_LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
59
GCRYPT_LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
44
GCRYPT_CONFIGURE_ON=	--with-md5=gcrypt
60
GCRYPT_CONFIGURE_ON=	--with-md5=gcrypt
45
GCRYPT_CONFIGURE_OFF=	--with-md5=internal
61
GCRYPT_CONFIGURE_OFF=	--with-md5=internal
46
62
JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
47
DBUS_LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
63
JACK_CONFIGURE_OFF=	--without-jack
48
DBUS_CONFIGURE_OFF=	--with-dbus
64
MAD_LIB_DEPENDS=	libmad.so:${PORTSDIR}/audio/libmad
49
65
MAD_CONFIGURE_ON=	--mad-prefix=${LOCALBASE}
50
CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
66
MAD_CONFIGURE_OFF=	--without-mad
51
CURL_CONFIGURE_OFF=	--without-curl
67
MMS_LIB_DEPENDS=	libmms.so:${PORTSDIR}/net/libmms
52
68
MMS_CONFIGURE_OFF=	--without-mms
53
NLS_USES=		gettext
69
NLS_USES=		gettext
54
NLS_LDFLAGS=		-lintl
70
NLS_LIBS=		-lintl
55
NLS_CONFIGURE_OFF=	--disable-nls
71
NLS_CONFIGURE_OFF=	--without-nls
56
72
OPUS_DESC=		Opus decoding with libopus
57
NEWREMOTE_CONFIGURE_OFF=	--without-new-remote
73
OPUS_LIB_DEPENDS=	libopus.so:${PORTSDIR}/audio/opus
74
OPUSE_CONFIGURE_OFF=	--without-opus
75
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:${PORTSDIR}/audio/pulseaudio
76
PULSEAUDIO_CONFIGURE_OFF=	--without-pulse
77
SAMPLERATE_LIB_DEPENDS=	libsamplerate.so:${PORTSDIR}/audio/libsamplerate
78
SAMPLERATE_CONFIGURE_OFF=	--without-samplerate
79
SMB_LIB_DEPENDS=	libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
80
SMB_CONFIGURE_ON=	--smb-prefix=${LOCALBASE}
81
SMB_CONFIGURE_OFF=	--without-smb
82
TREMOR_LIB_DEPENDS=	libvorbisidec.so:${PORTSDIR}/audio/libtremor
83
TREMOR_CONFIGURE_ON=	--with-tremor
84
VORBIS_LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
85
VORBIS_CONFIGURE_OFF=	--without-off --without-vorbis
86
WAVPACK_LIB_DEPENDS=	libwavpack.so:${PORTSDIR}/audio/wavpack
87
WAVPACK_CONFIGURE_OFF=	--without-wavpack
88
89
post-patch:
90
	@${REINPLACE_CMD} -e \
91
		's|share/man|man|' ${WRKSRC}/configure
92
	@${REINPLACE_CMD} -e \
93
		's|$$(sharedir)/man|$$(installdir)/man| ; \
94
		 /INSTALL/s|-D|-c| ; \
95
		 s|@$$(CXX)|$$(CXX)|' ${WRKSRC}/Makefile
96
	@${REINPLACE_CMD} -e \
97
		's|@$$(LINK)|$$(LINK)|' ${WRKSRC}/build/*.mk
98
99
pre-install:
100
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/gogglesmm
101
	@${MKDIR} ${STAGEDIR}${DATADIR}/utils
102
.for i in 16 22 24 32 48
103
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps
104
.endfor
105
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
58
106
59
post-install:
107
post-install:
60
	${MKDIR} ${STAGEDIR}${DOCSDIR}
108
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
61
	cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
109
.for i in AUTHORS ChangeLog README
62
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
110
	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
111
.endfor
112
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
113
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gogglesmm/libgap_*.so
63
114
64
.include <bsd.port.mk>
115
.include <bsd.port.mk>
(-)audio/gogglesmm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gogglesmm-0.12.7.tar.xz) = ceaec9a6b3f492901adc5c4a9331a8f2e05c38e292dd1b8f9e31219b215cbbf4
1
SHA256 (gogglesmm-0.13.2.tar.gz) = d6f577c06b420dcab813a56672c07434b034f30aad0cfc379b9b2a6c20d75e3f
2
SIZE (gogglesmm-0.12.7.tar.xz) = 344652
2
SIZE (gogglesmm-0.13.2.tar.gz) = 1336120
(-)audio/gogglesmm/files/patch-Makefile (-45 lines)
Lines 1-45 Link Here
1
--- Makefile.orig	2011-06-08 22:00:13.000000000 +0200
2
+++ Makefile	2011-07-10 23:08:16.155548542 +0200
3
@@ -149,24 +149,32 @@
4
 #----------------------------------------------------------
5
 install: $(BINNAME)
6
 	@echo "    Installing $(INSTALL_DIR)/bin/gogglesmm ..."
7
-	@$(INSTALL) -m 755 -D src/gogglesmm $(INSTALL_DIR)/bin/gogglesmm
8
+	@$(INSTALL) -m 755 src/gogglesmm $(INSTALL_DIR)/bin/gogglesmm
9
+	mkdir -p $(INSTALL_DIR)/share/applications
10
 	@echo "    Installing $(INSTALL_DIR)/share/applications/gogglesmm.desktop"
11
-	@$(INSTALL) -m 644 -D extra/gogglesmm.desktop $(INSTALL_DIR)/share/applications/gogglesmm.desktop
12
+	@$(INSTALL) -m 644 extra/gogglesmm.desktop $(INSTALL_DIR)/share/applications/gogglesmm.desktop
13
 	@echo "    Installing Icons"
14
-	$(INSTALL) -m 644 -D icons/gogglesmm_16.png $(INSTALL_DIR)/share/icons/hicolor/16x16/apps/gogglesmm.png
15
-	$(INSTALL) -m 644 -D extra/gogglesmm_22.png $(INSTALL_DIR)/share/icons/hicolor/22x22/apps/gogglesmm.png
16
-	$(INSTALL) -m 644 -D extra/gogglesmm_24.png $(INSTALL_DIR)/share/icons/hicolor/24x24/apps/gogglesmm.png
17
-	$(INSTALL) -m 644 -D icons/gogglesmm_32.png $(INSTALL_DIR)/share/icons/hicolor/32x32/apps/gogglesmm.png
18
-	$(INSTALL) -m 644 -D extra/gogglesmm_48.png $(INSTALL_DIR)/share/icons/hicolor/48x48/apps/gogglesmm.png
19
-	$(INSTALL) -m 644 -D extra/gogglesmm.svg $(INSTALL_DIR)/share/icons/hicolor/scalable/apps/gogglesmm.svg
20
+	mkdir -p $(INSTALL_DIR)/share/icons/hicolor/16x16/apps/
21
+	$(INSTALL) -m 644 icons/gogglesmm_16.png $(INSTALL_DIR)/share/icons/hicolor/16x16/apps/gogglesmm.png
22
+	mkdir -p $(INSTALL_DIR)/share/icons/hicolor/22x22/apps/
23
+	$(INSTALL) -m 644 extra/gogglesmm_22.png $(INSTALL_DIR)/share/icons/hicolor/22x22/apps/gogglesmm.png
24
+	mkdir -p $(INSTALL_DIR)/share/icons/hicolor/24x24/apps/
25
+	$(INSTALL) -m 644 extra/gogglesmm_24.png $(INSTALL_DIR)/share/icons/hicolor/24x24/apps/gogglesmm.png
26
+	mkdir -p $(INSTALL_DIR)/share/icons/hicolor/32x32/apps/
27
+	$(INSTALL) -m 644 icons/gogglesmm_32.png $(INSTALL_DIR)/share/icons/hicolor/32x32/apps/gogglesmm.png
28
+	mkdir -p $(INSTALL_DIR)/share/icons/hicolor/48x48/apps/
29
+	$(INSTALL) -m 644 extra/gogglesmm_48.png $(INSTALL_DIR)/share/icons/hicolor/48x48/apps/gogglesmm.png
30
+	mkdir -p $(INSTALL_DIR)/share/icons/hicolor/scalable/apps/
31
+	$(INSTALL) -m 644 extra/gogglesmm.svg $(INSTALL_DIR)/share/icons/hicolor/scalable/apps/gogglesmm.svg
32
 	@echo "    Installing $(INSTALL_MANDIR)/man1/gogglesmm.1"
33
-	@$(INSTALL) -m 644 -D extra/gogglesmm.1 $(INSTALL_MANDIR)/man1/gogglesmm.1
34
+	@$(INSTALL) -m 644 extra/gogglesmm.1 $(INSTALL_MANDIR)/man1/gogglesmm.1
35
 ifneq (,$(findstring nls,$(OPTIONS)))
36
 	@echo "    Installing Translations"
37
 	@linguas='$(filter $(TRANSLATIONS),$(LINGUAS))'; \
38
 	for tr in $$linguas ; do \
39
     echo "    Installing $(INSTALL_LOCALEDIR)/$$tr/LC_MESSAGES/gogglesmm.mo" ;\
40
-  	$(INSTALL) -m 644 -D po/$$tr.mo -T $(INSTALL_LOCALEDIR)/$$tr/LC_MESSAGES/gogglesmm.mo ; \
41
+        mkdir -p $(INSTALL_LOCALEDIR)/$$tr/LC_MESSAGES/ ; \
42
+  	$(INSTALL) -m 644 po/$$tr.mo $(INSTALL_LOCALEDIR)/$$tr/LC_MESSAGES/gogglesmm.mo ; \
43
 	done;
44
 endif
45
 
(-)audio/gogglesmm/files/patch-build__functions (-20 lines)
Lines 1-20 Link Here
1
--- ./build/functions.orig	2010-11-09 17:21:47.000000000 +0100
2
+++ ./build/functions	2010-11-17 11:42:12.745161258 +0100
3
@@ -108,7 +108,7 @@
4
   if [ "$?" -eq "0" ] ; then
5
     exit -1
6
   fi
7
-  PACKAGES="$PACKAGES $1 "
8
+  GMMPKG="$GMMPKG $1 "
9
   add_config "$2"
10
   return 1
11
 }
12
@@ -119,7 +119,7 @@
13
   if [ "$?" -eq "0" ] ; then
14
     return 0
15
   fi
16
-  PACKAGES="$PACKAGES $1 "
17
+  GMMPKG="$GMMPKG $1 "
18
   add_config "$2"
19
   return 1
20
 }
(-)audio/gogglesmm/files/patch-configure (-17 lines)
Lines 1-17 Link Here
1
--- ./configure.orig	2010-11-09 17:21:47.000000000 +0100
2
+++ ./configure	2010-11-17 11:42:22.565124308 +0100
3
@@ -187,10 +187,10 @@
4
 fi
5
 
6
 
7
-PKG_LDFLAGS=$(pkg-config --libs-only-L $PACKAGES)
8
-PKG_LIBS=$(pkg-config --libs-only-l --libs-only-other $PACKAGES)
9
-PKG_CFLAGS=$(pkg-config --cflags-only-other $PACKAGES)
10
-PKG_CPPFLAGS=$(pkg-config --cflags-only-I $PACKAGES)
11
+PKG_LDFLAGS=$(pkg-config --libs-only-L $GMMPKG)
12
+PKG_LIBS=$(pkg-config --libs-only-l --libs-only-other $GMMPKG)
13
+PKG_CFLAGS=$(pkg-config --cflags-only-other $GMMPKG)
14
+PKG_CPPFLAGS=$(pkg-config --cflags-only-I $GMMPKG)
15
 
16
 if [ -n "$PKG_LDFLAGS"  ] ; then LIBS="$LIBS $PKG_LDFLAGS"; fi
17
 if [ -n "$PKG_LIBS"     ] ; then LIBS="$LIBS $PKG_LIBS"; fi
(-)audio/gogglesmm/files/patch-src__gap__ap_reactor.cpp (+30 lines)
Line 0 Link Here
1
--- src/gap/ap_reactor.cpp.orig
2
+++ src/gap/ap_reactor.cpp
3
@@ -98,17 +98,27 @@
4
 #ifndef WIN32
5
   FXint n;
6
   if (timeout>=0) {
7
+#ifdef _GNU_SOURCE
8
     struct timespec ts;
9
     ts.tv_sec  = timeout / 1000000000;
10
     ts.tv_nsec = timeout % 1000000000;
11
+#endif
12
     do {
13
+#ifdef _GNU_SOURCE
14
       n = ppoll(pfds,nfds,&ts,NULL);
15
+#else
16
+      n = poll(pfds,nfds,-1);
17
+#endif
18
       }
19
     while(n==-1 && errno==EINTR);
20
     }
21
   else {
22
     do {
23
+#ifdef _GNU_SOURCE
24
       n = ppoll(pfds,nfds,NULL,NULL);
25
+#else
26
+      n = poll(pfds,nfds,0);
27
+#endif
28
       }
29
     while(n==-1 && errno==EINTR);
30
     }    
(-)audio/gogglesmm/files/patch-src__gap__ap_socket.cpp (+10 lines)
Line 0 Link Here
1
--- src/gap/ap_socket.cpp.orig
2
+++ src/gap/ap_socket.cpp
3
@@ -18,6 +18,7 @@
4
 ********************************************************************************/
5
 #include "ap_defs.h"
6
 #include "ap_socket.h"
7
+#include "ap_utils.h"
8
 
9
 
10
 #ifndef WIN32
(-)audio/gogglesmm/files/patch-src__gap__ap_utils.cpp (+30 lines)
Line 0 Link Here
1
--- src/gap/ap_utils.cpp.orig
2
+++ src/gap/ap_utils.cpp
3
@@ -247,17 +247,27 @@
4
     nfds=2;
5
     }
6
   if (timeout) {
7
+#ifdef _GNU_SOURCE
8
     struct timespec ts;
9
     ts.tv_sec  = (timeout / 1000000000);
10
     ts.tv_nsec = (timeout % 1000000000);
11
+#endif
12
     do {
13
+#ifdef _GNU_SOURCE
14
       n=ppoll(fds,nfds,&ts,NULL);
15
+#else
16
+      n=poll(fds,nfds,-1);
17
+#endif
18
       }
19
     while(n==-1 && (errno==EAGAIN || errno==EINTR));
20
     }
21
   else {
22
     do {
23
+#ifdef _GNU_SOURCE
24
       n=ppoll(fds,nfds,NULL,NULL);
25
+#else
26
+      n=poll(fds,nfds,0);
27
+#endif
28
       }
29
     while(n==-1 && (errno==EAGAIN || errno==EINTR));
30
     }
(-)audio/gogglesmm/files/patch-src__gap__plugins__ap_oss_plugin.cpp (+11 lines)
Line 0 Link Here
1
--- src/gap/plugins/ap_oss_plugin.cpp.orig
2
+++ src/gap/plugins/ap_oss_plugin.cpp
3
@@ -117,7 +117,7 @@
4
 #ifdef SNDCTL_DSP_COOKEDMODE
5
     /// Turn off automatic resampling.
6
     FXint enabled=(config.flags&OSSConfig::DeviceNoResample) ? 0 : 1;
7
-    if (ioctl(fd,SNDCTL_DSP_COOKEDMODE,&enabled)==-1)
8
+    if (ioctl(handle,SNDCTL_DSP_COOKEDMODE,&enabled)==-1)
9
       GM_DEBUG_PRINT("[oss] unable to set cooked mode\n");
10
 #endif
11
 
(-)audio/gogglesmm/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
automatically categorizes your music files based on genre, artist, album,
2
automatically categorizes your music files based on genre, artist, album,
3
and song. It supports gapless playback and features easy tag editing.
3
and song. It supports gapless playback and features easy tag editing.
4
4
5
WWW: http://code.google.com/p/gogglesmm/
5
WWW: http://gogglesmm.github.io/
(-)audio/gogglesmm/pkg-plist (-15 / +14 lines)
Lines 1-30 Link Here
1
bin/gogglesmm
1
bin/gogglesmm
2
%%ALSA%%lib/gogglesmm/libgap_alsa.so
3
lib/gogglesmm/libgap_oss.so
4
%%PULSEAUDIO%%lib/gogglesmm/libgap_pulse.so
5
lib/gogglesmm/libgap_wav.so
2
man/man1/gogglesmm.1.gz
6
man/man1/gogglesmm.1.gz
3
share/applications/gogglesmm.desktop
7
share/applications/gogglesmm.desktop
8
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
9
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
10
%%PORTDOCS%%%%DOCSDIR%%/README
11
%%DATADIR%%/utils/import_banshee_stats.py
12
%%DATADIR%%/utils/import_gogglesmm12.py
13
%%DATADIR%%/utils/import_gogglesmm12_stats.py
4
share/icons/hicolor/16x16/apps/gogglesmm.png
14
share/icons/hicolor/16x16/apps/gogglesmm.png
5
share/icons/hicolor/22x22/apps/gogglesmm.png
15
share/icons/hicolor/22x22/apps/gogglesmm.png
6
share/icons/hicolor/24x24/apps/gogglesmm.png
16
share/icons/hicolor/24x24/apps/gogglesmm.png
7
share/icons/hicolor/32x32/apps/gogglesmm.png
17
share/icons/hicolor/32x32/apps/gogglesmm.png
8
share/icons/hicolor/48x48/apps/gogglesmm.png
18
share/icons/hicolor/48x48/apps/gogglesmm.png
9
share/icons/hicolor/scalable/apps/gogglesmm.svg
19
share/icons/hicolor/scalable/apps/gogglesmm.svg
10
%%NLS%%share/locale/cs/LC_MESSAGES/gogglesmm.mo
11
%%NLS%%share/locale/de/LC_MESSAGES/gogglesmm.mo
20
%%NLS%%share/locale/de/LC_MESSAGES/gogglesmm.mo
12
%%NLS%%share/locale/es/LC_MESSAGES/gogglesmm.mo
21
%%NLS%%share/locale/es/LC_MESSAGES/gogglesmm.mo
13
%%NLS%%share/locale/fr/LC_MESSAGES/gogglesmm.mo
22
%%NLS%%share/locale/fr/LC_MESSAGES/gogglesmm.mo
14
%%NLS%%share/locale/hu/LC_MESSAGES/gogglesmm.mo
23
%%NLS%%share/locale/hu/LC_MESSAGES/gogglesmm.mo
15
%%NLS%%share/locale/pt/LC_MESSAGES/gogglesmm.mo
24
%%NLS%%share/locale/pt/LC_MESSAGES/gogglesmm.mo
16
%%NLS%%share/locale/ru/LC_MESSAGES/gogglesmm.mo
25
%%NLS%%share/locale/ru/LC_MESSAGES/gogglesmm.mo
17
@dirrmtry share/icons/hicolor/scalable/apps
26
@dirrm %%DATADIR%%/utils
18
@dirrmtry share/icons/hicolor/scalable
27
@dirrm %%DATADIR%%
19
@dirrmtry share/icons/hicolor/48x48/apps
28
%%PORTDOCS%%@dirrm %%DOCSDIR%%
20
@dirrmtry share/icons/hicolor/48x48
29
@dirrm lib/gogglesmm
21
@dirrmtry share/icons/hicolor/32x32/apps
22
@dirrmtry share/icons/hicolor/32x32
23
@dirrmtry share/icons/hicolor/24x24/apps
24
@dirrmtry share/icons/hicolor/24x24
25
@dirrmtry share/icons/hicolor/22x22/apps
26
@dirrmtry share/icons/hicolor/22x22
27
@dirrmtry share/icons/hicolor/16x16/apps
28
@dirrmtry share/icons/hicolor/16x16
29
@dirrmtry share/icons/hicolor
30
@dirrmtry share/icons

Return to bug 193024