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

Collapse All | Expand All

(-)audio/beast/Makefile (-33 / +46 lines)
Lines 2-33 Link Here
2
# $FreeBSD: head/audio/beast/Makefile 314074 2013-03-13 11:54:25Z danfe $
2
# $FreeBSD: head/audio/beast/Makefile 314074 2013-03-13 11:54:25Z danfe $
3
3
4
PORTNAME=	beast
4
PORTNAME=	beast
5
PORTVERSION=	0.7.6
5
PORTVERSION=	0.7.8
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://dist.testbit.eu/beast/v${PORTVERSION:R}/
7
MASTER_SITES=	http://dist.testbit.eu/beast/%SUBDIR%/
8
MASTER_SITE_SUBDIR=	v${PORTVERSION:R}
8
9
9
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Powerful music composition and modular synthesis application
11
COMMENT=	Powerful music composition and modular synthesis application
11
12
12
LIB_DEPENDS=	vorbisfile:${PORTSDIR}/audio/libvorbis \
13
LICENSE=	LGPL21
14
15
LIB_DEPENDS=	asound:${PORTSDIR}/audio/alsa-lib \
13
		mad:${PORTSDIR}/audio/libmad \
16
		mad:${PORTSDIR}/audio/libmad \
14
		guile:${PORTSDIR}/lang/guile \
17
		vorbisfile:${PORTSDIR}/audio/libvorbis \
15
		asound.2:${PORTSDIR}/audio/alsa-lib
18
		guile:${PORTSDIR}/lang/guile
19
RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
16
20
17
BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc/gsed
21
OPTIONS_DEFINE_i386=	SSE
18
22
19
USE_XORG=	x11
20
USE_GMAKE=	yes
21
USE_GNOME=	gnomehack intlhack libgnomecanvas
22
USE_BZIP2=	yes
23
USE_BZIP2=	yes
23
USE_LDCONFIG=	yes
24
USES=		pathfix
24
GNU_CONFIGURE=	yes
25
USE_GCC=	4.6+
26
USE_GNOME=	gnomehier libgnomecanvas
25
USE_GETTEXT=	yes
27
USE_GETTEXT=	yes
26
CPPFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -DENODATA=255
28
USE_GMAKE=	yes
27
CONFIGURE_ARGS=	--disable-debug \
29
GNU_CONFIGURE=	yes
30
CONFIGURE_ARGS=	--disable-silent-rules \
28
		--enable-osspcm=/dev/dsp \
31
		--enable-osspcm=/dev/dsp \
29
		--enable-ossmidi=/dev/midi
32
		--enable-ossmidi=/dev/midi
30
MAKE_JOBS_UNSAFE=	yes
33
USE_LDCONFIG=	yes
34
MAKE_JOBS_SAFE=	yes
35
36
CXXFLAGS+=	-fpermissive
37
CPPFLAGS+=	-I${LOCALBASE}/include -DENODATA=255
38
LDFLAGS+=	-L${LOCALBASE}/lib
39
40
PLIST_SUB=	VERSION="${PORTVERSION}"
41
42
MAN1=		beast.1 bsescm.1 bsewavetool.1 sfidl.1
43
MAN5=		bse.5
31
44
32
.include <bsd.port.pre.mk>
45
.include <bsd.port.pre.mk>
33
46
Lines 35-65 Link Here
35
BROKEN=		Does not compile on powerpc: array bound is not an integer constant
48
BROKEN=		Does not compile on powerpc: array bound is not an integer constant
36
.endif
49
.endif
37
50
38
HAS_SSE!=	${SYSCTL} -n hw.instruction_sse 2> /dev/null
51
.if ${PORT_OPTIONS:MSSE} || ${ARCH} == "amd64"
39
.if ${HAS_SSE} == 1
40
PLIST_SUB+=	SSE=""
52
PLIST_SUB+=	SSE=""
53
SSE_FLAGS=	-mmmx -msse
41
.else
54
.else
42
PLIST_SUB+=	SSE="@comment "
55
PLIST_SUB+=	SSE="@comment "
56
SSE_FLAGS=	# none
43
.endif
57
.endif
44
58
45
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
59
.if empty(PORT_OPTIONS:MDEBUG)
46
60
CONFIGURE_ARGS+=--disable-debug
47
MAN1=		beast.1 bsescm.1 bsewavetool.1 sfidl.1
61
.endif
48
MAN5=		bse.5
49
62
50
post-patch:
63
post-patch:
51
	@${REINPLACE_CMD} -Ee 's|$${libdir}/ladspa|${LOCALBASE}/lib/ladspa|; \
64
	@${REINPLACE_CMD} -e \
52
		/FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//; \
65
		'/^[[:space:]].*FLAGS -[Ofgp].*"/s|^|#| ; \
53
		s|echo aout|echo elf|g' \
66
		 s|-mmmx -msse \(-ftree-vectorize\)|${SSE_FLAGS} \1| ; \
54
		${WRKSRC}/configure
67
		 s|\(if test 0\) ==|\1 -eq| ; \
55
	@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \
68
		 s|\(bseladspapath=\)$${|\1\\\$${| ; \
56
		${WRKSRC}/autotools/intltool-merge
69
		 s|\(LDFLAGS=\)""|\1"$$LDFLAGS"|' ${WRKSRC}/configure
57
	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
70
	@${REINPLACE_CMD} -e \
58
		${WRKSRC}/mkrelease.sh
71
		's|/bin/bash|${SH}|' ${WRKSRC}/mkrelease.sh
59
	@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
72
	@${REINPLACE_CMD} -e \
60
		${WRKSRC}/bse/Makefile.in \
73
		's|BIRNET_.*_UINT == 0|1|' ${WRKSRC}/birnet/birnetcdefs.h
61
		${WRKSRC}/bse/zintern/Makefile.in
74
	@${REINPLACE_CMD} -e \
62
	@${REINPLACE_CMD} -e 's|; q|;|; /pipefail/s|-o ||;' \
75
		's|; q|;| ; \
63
	    ${WRKSRC}/docs/Makefile.in ${WRKSRC}/docs/Makefile.am
76
		 s|-o \(pipefail\)|\1|' ${WRKSRC}/docs/Makefile.in
64
77
65
.include <bsd.port.post.mk>
78
.include <bsd.port.post.mk>
(-)audio/beast/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (beast-0.7.6.tar.bz2) = 3eadbad7d7a7e6b51baf56c65f0b33b4a466ca8332d2a25bb0d26993360742ae
1
SHA256 (beast-0.7.8.tar.bz2) = ffcf8e3b6f8728d0d07b3c4cf314286d9e88dd427d4bd3584372ab90dc14e8eb
2
SIZE (beast-0.7.6.tar.bz2) = 6355826
2
SIZE (beast-0.7.8.tar.bz2) = 6293313
(-)audio/beast/files/patch-birnet_birnetcdefs.h (-16 lines)
Lines 1-16 Link Here
1
--- birnet/birnetcdefs.h.orig	2010-09-15 12:21:26.000000000 +0000
2
+++ birnet/birnetcdefs.h	2010-09-15 12:21:17.000000000 +0000
3
@@ -24,6 +24,13 @@
4
 #include <float.h>                      /* {FLT|DBL}_{MIN|MAX|EPSILON} */
5
 #include <birnet/birnetconfig.h>
6
 
7
+/*
8
+ * Dirty hack... no idea why it's needed
9
+ */
10
+#ifndef uint
11
+# define uint unsigned int
12
+#endif
13
+
14
 BIRNET_EXTERN_C_BEGIN();
15
 
16
 /* --- standard macros --- */
(-)audio/beast/files/patch-bse_bsecxxplugin.hh (-38 lines)
Lines 1-38 Link Here
1
--- bse/bsecxxplugin.hh.orig	2010-09-16 07:35:32.000000000 +0000
2
+++ bse/bsecxxplugin.hh	2010-09-16 07:36:25.000000000 +0000
3
@@ -55,7 +55,7 @@
4
 #define BSE_CXX_REGISTER_STATIC_HOOK(HookType)  BSE_CXX_REGISTER_HOOK_NODE (HookType, 1)
5
 #define BSE_CXX_REGISTER_HOOK_NODE(HookType, __static)                  \
6
   template<class E> static BseExportNode* bse_export_node ();           \
7
-  template<> inline BseExportNode*                                      \
8
+  template<> inline static BseExportNode*                                      \
9
   bse_export_node<HookType> ()                                          \
10
   {                                                                     \
11
     static BseExportNodeHook hnode = {                                  \
12
@@ -90,7 +90,7 @@
13
   (::NameSpace::bse_type_keeper__3##EnumType.get_type ())
14
 #define BSE_CXX_DECLARE_ENUM(EnumType,EnumName,N,ICode)                 \
15
   template<class E> static BseExportNode* bse_export_node ();           \
16
-  template<> BseExportNode*                                             \
17
+  template<> static BseExportNode*                                             \
18
   bse_export_node<EnumType> ()                                          \
19
   {                                                                     \
20
     static BseExportNodeEnum enode = {                                  \
21
@@ -144,7 +144,7 @@
22
   (::NameSpace::bse_type_keeper__1##RecordType.get_type ())
23
 #define BSE_CXX_DECLARE_RECORD(RecordType)                              \
24
   template<class E> static BseExportNode* bse_export_node ();           \
25
-  template<> BseExportNode*                                             \
26
+  template<> static BseExportNode*                                             \
27
   bse_export_node<RecordType> ()                                        \
28
   {                                                                     \
29
     static BseExportNodeBoxed bnode = {                                 \
30
@@ -180,7 +180,7 @@
31
   (::NameSpace::bse_type_keeper__2##SequenceType.get_type ())
32
 #define BSE_CXX_DECLARE_SEQUENCE(SequenceType)                                  \
33
   template<class E> static BseExportNode* bse_export_node ();                   \
34
-  template<> BseExportNode*                                                     \
35
+  template<> static BseExportNode*                                                     \
36
   bse_export_node<SequenceType> ()                                              \
37
   {                                                                             \
38
     static BseExportNodeBoxed bnode = {                                         \
(-)audio/beast/files/patch-bse_bseloader-bsewave.cc (-21 lines)
Lines 1-21 Link Here
1
--- bse/bseloader-bsewave.cc.orig	2008-02-26 23:31:32.000000000 +0100
2
+++ bse/bseloader-bsewave.cc	2008-02-26 23:35:26.000000000 +0100
3
@@ -111,13 +111,13 @@
4
 } WaveDsc;
5
 
6
 /* BseWaveChunkDsc accessors */
7
-#define LOADER_TYPE(wcd)        ((wcd)->loader_data[0].uint)
8
+#define LOADER_TYPE(wcd)        ((wcd)->loader_data[0].u_int)
9
 #define LOADER_FILE(wcd)        ((wcd)->loader_data[1].ptr)
10
 #define LOADER_INDEX(wcd)       ((wcd)->loader_data[2].ptr)
11
-#define LOADER_FORMAT(wcd)      ((wcd)->loader_data[4].uint)
12
-#define LOADER_BYTE_ORDER(wcd)  ((wcd)->loader_data[5].uint)
13
-#define LOADER_BOFFSET(wcd)     ((wcd)->loader_data[6].uint)
14
-#define LOADER_LENGTH(wcd)      ((wcd)->loader_data[7].uint)
15
+#define LOADER_FORMAT(wcd)      ((wcd)->loader_data[4].u_int)
16
+#define LOADER_BYTE_ORDER(wcd)  ((wcd)->loader_data[5].u_int)
17
+#define LOADER_BOFFSET(wcd)     ((wcd)->loader_data[6].u_int)
18
+#define LOADER_LENGTH(wcd)      ((wcd)->loader_data[7].u_int)
19
 /* loader types */
20
 #define AUTO_FILE_MAGIC         (('A' << 24) | ('u' << 16) | ('t' << 8) | 'F')
21
 #define RAW_FILE_MAGIC          (('R' << 24) | ('a' << 16) | ('w' << 8) | 'F')
(-)audio/beast/files/patch-bse_bseloader-guspatch.cc (-11 lines)
Lines 1-11 Link Here
1
--- bse/bseloader-guspatch.cc.orig	2008-02-26 23:28:43.000000000 +0100
2
+++ bse/bseloader-guspatch.cc	2008-02-26 23:29:31.000000000 +0100
3
@@ -347,7 +347,7 @@
4
   guint&
5
   data_offset (int chunk_number)
6
   {
7
-    return wdsc.chunks[chunk_number].loader_data[0].uint;
8
+    return wdsc.chunks[chunk_number].loader_data[0].u_int;
9
   }
10
   
11
   GslWaveFormatType
(-)audio/beast/files/patch-bse_bseloader-oggvorbis.cc (-11 lines)
Lines 1-11 Link Here
1
--- bse/bseloader-oggvorbis.cc.orig	2008-02-26 23:29:43.000000000 +0100
2
+++ bse/bseloader-oggvorbis.cc	2008-02-26 23:31:04.000000000 +0100
3
@@ -33,7 +33,7 @@
4
   BseWaveFileInfo wfi;
5
   OggVorbis_File  ofile;
6
 } FileInfo;
7
-#define LOADER_LOGICAL_BIT_STREAM(chunk)    ((chunk).loader_data[0].uint)
8
+#define LOADER_LOGICAL_BIT_STREAM(chunk)    ((chunk).loader_data[0].u_int)
9
 
10
 /* --- functions --- */
11
 static BseWaveFileInfo*
(-)audio/beast/files/patch-bse_bseloader.h (-11 lines)
Lines 1-11 Link Here
1
--- bse/bseloader.h.orig	2008-02-26 23:42:45.000000000 +0100
2
+++ bse/bseloader.h	2008-02-26 23:42:55.000000000 +0100
3
@@ -56,7 +56,7 @@
4
   gchar         **xinfos;
5
   /* loader-specific */
6
   union {
7
-    guint         uint;
8
+    guint         u_int;
9
     gpointer      ptr;
10
     gfloat        vfloat;
11
   }               loader_data[8];
(-)audio/beast/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	2011-03-18 13:12:32.000000000 +0100
2
+++ configure	2011-03-18 13:11:32.000000000 +0100
3
@@ -18739,7 +18739,7 @@
4
 
5
 
6
     not_with_sse_value=`echo "$SSE_FLAGS" | grep 'mmx.*sse' -q ; echo $?` # sh truth value: 1 (without sse) or 0 (with sse)
7
-     if test 0 == $not_with_sse_value; then
8
+     if test 0 -eq $not_with_sse_value; then
9
   WITH_SSE_FLAGS_TRUE=
10
   WITH_SSE_FLAGS_FALSE='#'
11
 else
(-)audio/beast/files/patch-tools_bsefextract.cc (-11 lines)
Lines 1-11 Link Here
1
--- tools/bsefextract.cc.orig	2010-09-16 10:07:57.000000000 +0000
2
+++ tools/bsefextract.cc	2010-09-16 10:08:06.000000000 +0000
3
@@ -1120,7 +1120,7 @@
4
 	  fft_size_samples);
5
 	g_printerr ("  * stepping     %5.2f ms    %6u samples\n",
6
 	  float (options.timing_window_stepping_ms),
7
-	  uint (options.timing_window_stepping_ms * signal.mix_freq() / 1000));
8
+	  unsigned (options.timing_window_stepping_ms * signal.mix_freq() / 1000));
9
       }
10
 
11
     for (double offset_ms = 0; offset_ms < file_size_ms; offset_ms += options.timing_window_stepping_ms)
(-)audio/beast/pkg-plist (-305 / +254 lines)
Lines 1-7 Link Here
1
bin/beast
1
bin/beast
2
bin/beast-%%PORTVERSION%%
2
bin/beast-%%VERSION%%
3
bin/bsescm
3
bin/bsescm
4
bin/bsescm-%%PORTVERSION%%
4
bin/bsescm-%%VERSION%%
5
bin/bsewavetool
5
bin/bsewavetool
6
bin/sfidl
6
bin/sfidl
7
include/birnet/birnet.hh
7
include/birnet/birnet.hh
Lines 15-36 Link Here
15
include/birnet/birnetthread.hh
15
include/birnet/birnetthread.hh
16
include/birnet/birnetutf8.hh
16
include/birnet/birnetutf8.hh
17
include/birnet/birnetutils.hh
17
include/birnet/birnetutils.hh
18
include/bse/bse.h
18
include/bse/bse.hh
19
include/bse/bse.idl
19
include/bse/bse.idl
20
include/bse/bsebiquadfilter.h
20
include/bse/bsebiquadfilter.hh
21
include/bse/bseblockutils.hh
21
include/bse/bseblockutils.hh
22
include/bse/bsebus.h
22
include/bse/bsebus.hh
23
include/bse/bsebusmodule.idl
23
include/bse/bsebusmodule.idl
24
include/bse/bsecategories.h
24
include/bse/bsecategories.hh
25
include/bse/bsecompat.h
25
include/bse/bsecompat.hh
26
include/bse/bseconfig.h
26
include/bse/bseconfig.h
27
include/bse/bseconstant.h
27
include/bse/bseconstant.hh
28
include/bse/bseconstvalues.h
28
include/bse/bseconstvalues.hh
29
include/bse/bsecontainer.h
29
include/bse/bsecontainer.hh
30
include/bse/bsecontextmerger.h
30
include/bse/bsecontextmerger.hh
31
include/bse/bsecore.genidl.hh
31
include/bse/bsecore.genidl.hh
32
include/bse/bsecore.idl
32
include/bse/bsecore.idl
33
include/bse/bsecsynth.h
33
include/bse/bsecsynth.hh
34
include/bse/bsecxxarg.hh
34
include/bse/bsecxxarg.hh
35
include/bse/bsecxxbase.hh
35
include/bse/bsecxxbase.hh
36
include/bse/bsecxxbase.idl
36
include/bse/bsecxxbase.idl
Lines 40-363 Link Here
40
include/bse/bsecxxplugin.hh
40
include/bse/bsecxxplugin.hh
41
include/bse/bsecxxutils.hh
41
include/bse/bsecxxutils.hh
42
include/bse/bsecxxvalue.hh
42
include/bse/bsecxxvalue.hh
43
include/bse/bsedatapocket.h
43
include/bse/bsedatapocket.hh
44
include/bse/bsedefs.h
44
include/bse/bsedefs.hh
45
include/bse/bsedevice.h
45
include/bse/bsedevice.hh
46
include/bse/bseeditablesample.h
46
include/bse/bseeditablesample.hh
47
include/bse/bseengine.h
47
include/bse/bseengine.hh
48
include/bse/bseenginemaster.h
48
include/bse/bseenginemaster.hh
49
include/bse/bseenginenode.h
49
include/bse/bseenginenode.hh
50
include/bse/bseengineschedule.h
50
include/bse/bseengineschedule.hh
51
include/bse/bseengineutils.h
51
include/bse/bseengineutils.hh
52
include/bse/bseenums.h
52
include/bse/bseenums.hh
53
include/bse/bseexports.h
53
include/bse/bseexports.hh
54
include/bse/bsefilter.h
54
include/bse/bsefilter.hh
55
include/bse/bsegconfig.h
55
include/bse/bsegconfig.hh
56
include/bse/bsegenclosures.h
56
include/bse/bsegenclosures.hh
57
include/bse/bsegentypes.h
57
include/bse/bsegentypes.h
58
include/bse/bseglobals.h
58
include/bse/bseglobals.hh
59
include/bse/bseglue.h
59
include/bse/bseglue.hh
60
include/bse/bsehack.idl
60
include/bse/bsehack.idl
61
include/bse/bseieee754.h
61
include/bse/bseieee754.hh
62
include/bse/bseincluder.h
62
include/bse/bseincluder.hh
63
include/bse/bseinstrumentinput.h
63
include/bse/bseinstrumentinput.hh
64
include/bse/bseinstrumentoutput.h
64
include/bse/bseinstrumentoutput.hh
65
include/bse/bseitem.h
65
include/bse/bseitem.hh
66
include/bse/bsejanitor.h
66
include/bse/bsejanitor.hh
67
include/bse/bseladspa.h
67
include/bse/bseladspa.hh
68
include/bse/bseladspamodule.h
68
include/bse/bseladspamodule.hh
69
include/bse/bseloader.h
69
include/bse/bseloader.hh
70
include/bse/bsemain.h
70
include/bse/bsemain.hh
71
include/bse/bsemath.h
71
include/bse/bsemath.hh
72
include/bse/bsemathsignal.h
72
include/bse/bsemathsignal.hh
73
include/bse/bsemidicontroller.h
73
include/bse/bsemidicontroller.hh
74
include/bse/bsemididecoder.h
74
include/bse/bsemididecoder.hh
75
include/bse/bsemididevice-null.h
75
include/bse/bsemididevice-null.hh
76
include/bse/bsemididevice-oss.h
76
include/bse/bsemididevice-oss.hh
77
include/bse/bsemididevice.h
77
include/bse/bsemididevice.hh
78
include/bse/bsemidievent.h
78
include/bse/bsemidievent.hh
79
include/bse/bsemidifile.h
79
include/bse/bsemidifile.hh
80
include/bse/bsemidiinput.h
80
include/bse/bsemidiinput.hh
81
include/bse/bsemidinotifier.h
81
include/bse/bsemidinotifier.hh
82
include/bse/bsemidireceiver.h
82
include/bse/bsemidireceiver.hh
83
include/bse/bsemidisynth.h
83
include/bse/bsemidisynth.hh
84
include/bse/bsemidivoice.h
84
include/bse/bsemidivoice.hh
85
include/bse/bsenote.h
85
include/bse/bsenote.hh
86
include/bse/bseobject.h
86
include/bse/bseobject.hh
87
include/bse/bseparam.h
87
include/bse/bseparam.hh
88
include/bse/bseparasite.h
88
include/bse/bseparasite.hh
89
include/bse/bsepart.h
89
include/bse/bsepart.hh
90
include/bse/bsepcmdevice-null.h
90
include/bse/bsepcmdevice-null.hh
91
include/bse/bsepcmdevice-oss.h
91
include/bse/bsepcmdevice-oss.hh
92
include/bse/bsepcmdevice.h
92
include/bse/bsepcmdevice.hh
93
include/bse/bsepcminput.h
93
include/bse/bsepcminput.hh
94
include/bse/bsepcmoutput.h
94
include/bse/bsepcmoutput.hh
95
include/bse/bsepcmwriter.h
95
include/bse/bsepcmwriter.hh
96
include/bse/bseplugin.h
96
include/bse/bseplugin.hh
97
include/bse/bseprobe.idl
97
include/bse/bseprobe.idl
98
include/bse/bseprocedure.h
98
include/bse/bseprocedure.hh
99
include/bse/bseproject.h
99
include/bse/bseproject.hh
100
include/bse/bseresampler.hh
100
include/bse/bseresampler.hh
101
include/bse/bseresamplerimpl.hh
101
include/bse/bseresamplerimpl.hh
102
include/bse/bsescripthelper.h
102
include/bse/bsescripthelper.hh
103
include/bse/bsesequencer.h
103
include/bse/bsesequencer.hh
104
include/bse/bseserver.h
104
include/bse/bseserver.hh
105
include/bse/bsesnet.h
105
include/bse/bsesnet.hh
106
include/bse/bsesnooper.h
106
include/bse/bsesnooper.hh
107
include/bse/bsesong.h
107
include/bse/bsesong.hh
108
include/bse/bsesource.h
108
include/bse/bsesource.hh
109
include/bse/bsestandardosc.h
109
include/bse/bsestandardosc.hh
110
include/bse/bsestandardsynths.h
110
include/bse/bsestandardsynths.hh
111
include/bse/bsestorage.h
111
include/bse/bsestorage.hh
112
include/bse/bsesubiport.h
112
include/bse/bsesubiport.hh
113
include/bse/bsesuboport.h
113
include/bse/bsesuboport.hh
114
include/bse/bsesubsynth.h
114
include/bse/bsesubsynth.hh
115
include/bse/bsesuper.h
115
include/bse/bsesuper.hh
116
include/bse/bsetrack.h
116
include/bse/bsetrack.hh
117
include/bse/bsetype.h
117
include/bse/bsetype.hh
118
include/bse/bseundostack.h
118
include/bse/bseundostack.hh
119
include/bse/bseutils.h
119
include/bse/bseutils.hh
120
include/bse/bsewave.h
120
include/bse/bsewave.hh
121
include/bse/bsewaveosc.h
121
include/bse/bsewaveosc.hh
122
include/bse/bsewaverepo.h
122
include/bse/bsewaverepo.hh
123
include/bse/gslcommon.h
123
include/bse/gslcommon.hh
124
include/bse/gsldatacache.h
124
include/bse/gsldatacache.hh
125
include/bse/gsldatahandle-mad.h
125
include/bse/gsldatahandle-mad.hh
126
include/bse/gsldatahandle-vorbis.h
126
include/bse/gsldatahandle-vorbis.hh
127
include/bse/gsldatahandle.h
127
include/bse/gsldatahandle.hh
128
include/bse/gsldatautils.h
128
include/bse/gsldatautils.hh
129
include/bse/gsldefs.h
129
include/bse/gsldefs.hh
130
include/bse/gslfft.h
130
include/bse/gslfft.hh
131
include/bse/gslfilehash.h
131
include/bse/gslfilehash.hh
132
include/bse/gslfilter.h
132
include/bse/gslfilter.hh
133
include/bse/gslmagic.h
133
include/bse/gslmagic.hh
134
include/bse/gsloscillator.h
134
include/bse/gsloscillator.hh
135
include/bse/gslosctable.h
135
include/bse/gslosctable.hh
136
include/bse/gslvorbis-cutter.h
136
include/bse/gslvorbis-cutter.hh
137
include/bse/gslvorbis-enc.h
137
include/bse/gslvorbis-enc.hh
138
include/bse/gslwavechunk.h
138
include/bse/gslwavechunk.hh
139
include/bse/gslwaveosc.h
139
include/bse/gslwaveosc.hh
140
include/bse/ladspa.h
140
include/bse/ladspa.hh
141
include/sfi/glib-extra.h
141
include/sfi/glib-extra.hh
142
include/sfi/sfi.h
142
include/sfi/sfi.hh
143
include/sfi/sficomport.h
143
include/sfi/sficomport.hh
144
include/sfi/sficomwire.h
144
include/sfi/sficomwire.hh
145
include/sfi/sficxx.hh
145
include/sfi/sficxx.hh
146
include/sfi/sfifilecrawler.h
146
include/sfi/sfifilecrawler.hh
147
include/sfi/sfiglue.h
147
include/sfi/sfiglue.hh
148
include/sfi/sfigluecodec.h
148
include/sfi/sfigluecodec.hh
149
include/sfi/sfiglueproxy.h
149
include/sfi/sfiglueproxy.hh
150
include/sfi/sfimemory.h
150
include/sfi/sfimemory.hh
151
include/sfi/sfinote.h
151
include/sfi/sfinote.hh
152
include/sfi/sfiparams.h
152
include/sfi/sfiparams.hh
153
include/sfi/sfiprimitives.h
153
include/sfi/sfiprimitives.hh
154
include/sfi/sfiring.h
154
include/sfi/sfiring.hh
155
include/sfi/sfiserial.h
155
include/sfi/sfiserial.hh
156
include/sfi/sfistore.h
156
include/sfi/sfistore.hh
157
include/sfi/sfitests.h
157
include/sfi/sfitests.hh
158
include/sfi/sfitime.h
158
include/sfi/sfitime.hh
159
include/sfi/sfitypes.h
159
include/sfi/sfitypes.hh
160
include/sfi/sfiustore.h
160
include/sfi/sfiustore.hh
161
include/sfi/sfivalues.h
161
include/sfi/sfivalues.hh
162
include/sfi/sfivmarshal.h
162
include/sfi/sfivmarshal.hh
163
include/sfi/sfiwrapper.h
163
include/sfi/sfiwrapper.hh
164
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseblockutils.SSE.so
164
lib/bse/v%%VERSION%%/drivers/bsemididevice-alsa.la
165
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseblockutils.SSE.la
165
lib/bse/v%%VERSION%%/drivers/bsemididevice-alsa.so
166
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/artsplugins.SSE.so
166
lib/bse/v%%VERSION%%/drivers/bsepcmdevice-alsa.la
167
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/artsplugins.SSE.la
167
lib/bse/v%%VERSION%%/drivers/bsepcmdevice-alsa.so
168
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/contribplugins.SSE.so
168
%%SSE%%lib/bse/v%%VERSION%%/plugins/bseblockutils.SSE.la
169
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/contribplugins.SSE.la
169
%%SSE%%lib/bse/v%%VERSION%%/plugins/bseblockutils.SSE.so
170
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseplugins.SSE.so
170
lib/bse/v%%VERSION%%/plugins/bseplugins.FPU.la
171
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseplugins.SSE.la
171
lib/bse/v%%VERSION%%/plugins/bseplugins.FPU.so
172
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/davplugins.SSE.so
172
%%SSE%%lib/bse/v%%VERSION%%/plugins/bseplugins.SSE.la
173
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/davplugins.SSE.la
173
%%SSE%%lib/bse/v%%VERSION%%/plugins/bseplugins.SSE.so
174
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bsesimpleadsr.SSE.so
174
lib/bse/v%%VERSION%%/plugins/cxxplugins.FPU.la
175
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bsesimpleadsr.SSE.la
175
lib/bse/v%%VERSION%%/plugins/cxxplugins.FPU.so
176
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseadder.SSE.so
176
lib/bse/v%%VERSION%%/plugins/cxxplugins.SSE.la
177
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseadder.SSE.la
177
lib/bse/v%%VERSION%%/plugins/cxxplugins.SSE.so
178
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseatandistort.SSE.so
178
lib/bse/v%%VERSION%%/plugins/freeverb.la
179
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseatandistort.SSE.la
179
lib/bse/v%%VERSION%%/plugins/freeverb.so
180
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseiirfilter.SSE.so
180
lib/libbse-0.7.so.8
181
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bseiirfilter.SSE.la
182
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bsemixer.SSE.so
183
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bsemixer.SSE.la
184
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bsemult.SSE.so
185
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bsemult.SSE.la
186
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bsesequencer.SSE.so
187
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/bsesequencer.SSE.la
188
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/davxtalstrings.SSE.so
189
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/davxtalstrings.SSE.la
190
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/davsyndrum.SSE.so
191
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/davsyndrum.SSE.la
192
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/davcanyondelay.SSE.so
193
%%SSE%%lib/bse/v%%PORTVERSION%%/plugins/davcanyondelay.SSE.la
194
lib/bse/v%%PORTVERSION%%/drivers/bsepcmdevice-alsa.so
195
lib/bse/v%%PORTVERSION%%/drivers/bsepcmdevice-alsa.la
196
lib/bse/v%%PORTVERSION%%/drivers/bsemididevice-alsa.so
197
lib/bse/v%%PORTVERSION%%/drivers/bsemididevice-alsa.la
198
lib/bse/v%%PORTVERSION%%/plugins/artsplugins.FPU.la
199
lib/bse/v%%PORTVERSION%%/plugins/artsplugins.FPU.so
200
lib/bse/v%%PORTVERSION%%/plugins/bseadder.FPU.la
201
lib/bse/v%%PORTVERSION%%/plugins/bseadder.FPU.so
202
lib/bse/v%%PORTVERSION%%/plugins/bseatandistort.FPU.la
203
lib/bse/v%%PORTVERSION%%/plugins/bseatandistort.FPU.so
204
lib/bse/v%%PORTVERSION%%/plugins/bseiirfilter.FPU.la
205
lib/bse/v%%PORTVERSION%%/plugins/bseiirfilter.FPU.so
206
lib/bse/v%%PORTVERSION%%/plugins/bsemixer.FPU.la
207
lib/bse/v%%PORTVERSION%%/plugins/bsemixer.FPU.so
208
lib/bse/v%%PORTVERSION%%/plugins/bsemult.FPU.la
209
lib/bse/v%%PORTVERSION%%/plugins/bsemult.FPU.so
210
lib/bse/v%%PORTVERSION%%/plugins/bseplugins.FPU.la
211
lib/bse/v%%PORTVERSION%%/plugins/bseplugins.FPU.so
212
lib/bse/v%%PORTVERSION%%/plugins/bsesequencer.FPU.la
213
lib/bse/v%%PORTVERSION%%/plugins/bsesequencer.FPU.so
214
lib/bse/v%%PORTVERSION%%/plugins/bsesimpleadsr.FPU.la
215
lib/bse/v%%PORTVERSION%%/plugins/bsesimpleadsr.FPU.so
216
lib/bse/v%%PORTVERSION%%/plugins/contribplugins.FPU.la
217
lib/bse/v%%PORTVERSION%%/plugins/contribplugins.FPU.so
218
lib/bse/v%%PORTVERSION%%/plugins/davcanyondelay.FPU.la
219
lib/bse/v%%PORTVERSION%%/plugins/davcanyondelay.FPU.so
220
lib/bse/v%%PORTVERSION%%/plugins/davplugins.FPU.la
221
lib/bse/v%%PORTVERSION%%/plugins/davplugins.FPU.so
222
lib/bse/v%%PORTVERSION%%/plugins/davsyndrum.FPU.la
223
lib/bse/v%%PORTVERSION%%/plugins/davsyndrum.FPU.so
224
lib/bse/v%%PORTVERSION%%/plugins/davxtalstrings.FPU.la
225
lib/bse/v%%PORTVERSION%%/plugins/davxtalstrings.FPU.so
226
lib/bse/v%%PORTVERSION%%/plugins/freeverb.la
227
lib/bse/v%%PORTVERSION%%/plugins/freeverb.so
228
lib/libbse-0.7.so.6
229
lib/libbse-0.7.so
181
lib/libbse-0.7.so
230
lib/libbse.la
182
lib/libbse.la
231
lib/libbse.so
183
lib/libbse.so
232
libdata/pkgconfig/bse.pc
184
libdata/pkgconfig/bse.pc
233
share/application-registry/beast.applications
185
share/application-registry/beast.applications
234
share/applications/beast.desktop
186
share/applications/beast.desktop
235
%%DATADIR%%/v%%PORTVERSION%%/docs/html/Beast-Quickstart.html
187
%%DATADIR%%/v%%VERSION%%/docs/html/Beast-Quickstart.html
236
%%DATADIR%%/v%%PORTVERSION%%/docs/html/Beast_FAQ.html
188
%%DATADIR%%/v%%VERSION%%/docs/html/Beast_FAQ.html
237
%%DATADIR%%/v%%PORTVERSION%%/docs/html/beast-index.html
189
%%DATADIR%%/v%%VERSION%%/docs/html/beast-index.html
238
%%DATADIR%%/v%%PORTVERSION%%/docs/html/beast.1.html
190
%%DATADIR%%/v%%VERSION%%/docs/html/beast.1.html
239
%%DATADIR%%/v%%PORTVERSION%%/docs/html/bse.5.html
191
%%DATADIR%%/v%%VERSION%%/docs/html/bse.5.html
240
%%DATADIR%%/v%%PORTVERSION%%/docs/html/bsescm.1.html
192
%%DATADIR%%/v%%VERSION%%/docs/html/bsescm.1.html
241
%%DATADIR%%/v%%PORTVERSION%%/docs/html/bsewavetool.1.html
193
%%DATADIR%%/v%%VERSION%%/docs/html/bsewavetool.1.html
242
%%DATADIR%%/v%%PORTVERSION%%/docs/html/news-file.txt
194
%%DATADIR%%/v%%VERSION%%/docs/html/news-file.txt
243
%%DATADIR%%/v%%PORTVERSION%%/docs/html/sfidl.1.html
195
%%DATADIR%%/v%%VERSION%%/docs/html/sfidl.1.html
244
%%DATADIR%%/v%%PORTVERSION%%/images/beast-components.png
196
%%DATADIR%%/v%%VERSION%%/images/beast-components.png
245
%%DATADIR%%/v%%PORTVERSION%%/images/beast-mime.png
197
%%DATADIR%%/v%%VERSION%%/images/beast-mime.png
246
%%DATADIR%%/v%%PORTVERSION%%/images/beast-progs.png
198
%%DATADIR%%/v%%VERSION%%/images/beast-progs.png
247
%%DATADIR%%/v%%PORTVERSION%%/images/beast-splash.png
199
%%DATADIR%%/v%%VERSION%%/images/beast-splash.png
248
%%DATADIR%%/v%%PORTVERSION%%/images/bse-mime.png
200
%%DATADIR%%/v%%VERSION%%/images/bse-mime.png
249
%%DATADIR%%/v%%PORTVERSION%%/images/module-voices.png
201
%%DATADIR%%/v%%VERSION%%/images/module-voices.png
250
%%DATADIR%%/v%%PORTVERSION%%/keys/keyrc.de
202
%%DATADIR%%/v%%VERSION%%/keys/keyrc.de
251
%%DATADIR%%/v%%PORTVERSION%%/keys/keyrc.us
203
%%DATADIR%%/v%%VERSION%%/keys/keyrc.us
252
%%DATADIR%%/v%%PORTVERSION%%/skins/biogreen.skin
204
%%DATADIR%%/v%%VERSION%%/skins/biogreen.skin
253
%%DATADIR%%/v%%PORTVERSION%%/skins/blueimpress.skin
205
%%DATADIR%%/v%%VERSION%%/skins/blueimpress.skin
254
%%DATADIR%%/v%%PORTVERSION%%/skins/brownforms.skin
206
%%DATADIR%%/v%%VERSION%%/skins/brownforms.skin
255
%%DATADIR%%/v%%PORTVERSION%%/skins/images/biogreen.jpg
207
%%DATADIR%%/v%%VERSION%%/skins/images/biogreen.jpg
256
%%DATADIR%%/v%%PORTVERSION%%/skins/images/blueimpress.jpg
208
%%DATADIR%%/v%%VERSION%%/skins/images/blueimpress.jpg
257
%%DATADIR%%/v%%PORTVERSION%%/skins/images/brownforms.jpg
209
%%DATADIR%%/v%%VERSION%%/skins/images/brownforms.jpg
258
%%DATADIR%%/v%%PORTVERSION%%/skins/images/moonpaper.png
210
%%DATADIR%%/v%%VERSION%%/skins/images/moonpaper.png
259
%%DATADIR%%/v%%PORTVERSION%%/skins/images/silvervein.png
211
%%DATADIR%%/v%%VERSION%%/skins/images/silvervein.png
260
%%DATADIR%%/v%%PORTVERSION%%/skins/moonpaper.skin
212
%%DATADIR%%/v%%VERSION%%/skins/moonpaper.skin
261
%%DATADIR%%/v%%PORTVERSION%%/skins/silvervein.skin
213
%%DATADIR%%/v%%VERSION%%/skins/silvervein.skin
262
%%DATADIR%%/v%%PORTVERSION%%/skins/white.skin
214
%%DATADIR%%/v%%VERSION%%/skins/white.skin
263
share/bse/v%%PORTVERSION%%/demo/partymonster.bse
215
share/bse/v%%VERSION%%/demo/partymonster.bse
264
share/bse/v%%PORTVERSION%%/demo/stereo-through.bse
216
share/bse/v%%VERSION%%/demo/stereo-through.bse
265
share/bse/v%%PORTVERSION%%/demo/x2-midi-test.bse
217
share/bse/v%%VERSION%%/demo/x2-midi-test.bse
266
share/bse/v%%PORTVERSION%%/effects/atan-canyon.bse
218
share/bse/v%%VERSION%%/effects/atan-canyon.bse
267
share/bse/v%%PORTVERSION%%/effects/bqs-compressor.bse
219
share/bse/v%%VERSION%%/effects/bqs-compressor.bse
268
share/bse/v%%PORTVERSION%%/effects/bqs-reverb.bse
220
share/bse/v%%VERSION%%/effects/bqs-reverb.bse
269
share/bse/v%%PORTVERSION%%/effects/bqs-saturation-and-reverb.bse
221
share/bse/v%%VERSION%%/effects/bqs-saturation-and-reverb.bse
270
share/bse/v%%PORTVERSION%%/instruments/bqs-bass-drum-e8012.bse
222
share/bse/v%%VERSION%%/instruments/bqs-bass-drum-e8012.bse
271
share/bse/v%%PORTVERSION%%/instruments/bqs-fretless-bass.bse
223
share/bse/v%%VERSION%%/instruments/bqs-fretless-bass.bse
272
share/bse/v%%PORTVERSION%%/instruments/bqs-merp-pad.bse
224
share/bse/v%%VERSION%%/instruments/bqs-merp-pad.bse
273
share/bse/v%%PORTVERSION%%/instruments/bqs-moog-saw-bass.bse
225
share/bse/v%%VERSION%%/instruments/bqs-moog-saw-bass.bse
274
share/bse/v%%PORTVERSION%%/instruments/bqs-organ.bse
226
share/bse/v%%VERSION%%/instruments/bqs-organ.bse
275
share/bse/v%%PORTVERSION%%/instruments/bqs-queek-synth.bse
227
share/bse/v%%VERSION%%/instruments/bqs-queek-synth.bse
276
share/bse/v%%PORTVERSION%%/instruments/bqs-slow-hum.bse
228
share/bse/v%%VERSION%%/instruments/bqs-slow-hum.bse
277
share/bse/v%%PORTVERSION%%/instruments/bqs-syndrum.bse
229
share/bse/v%%VERSION%%/instruments/bqs-syndrum.bse
278
share/bse/v%%PORTVERSION%%/instruments/fsm-fresh-water-bass.bse
230
share/bse/v%%VERSION%%/instruments/fsm-fresh-water-bass.bse
279
share/bse/v%%PORTVERSION%%/instruments/fsm-growl-bass.bse
231
share/bse/v%%VERSION%%/instruments/fsm-growl-bass.bse
280
share/bse/v%%PORTVERSION%%/instruments/fsm-synth-string-sweep.bse
232
share/bse/v%%VERSION%%/instruments/fsm-synth-string-sweep.bse
281
share/bse/v%%PORTVERSION%%/instruments/illus-vtremolo.bse
233
share/bse/v%%VERSION%%/instruments/illus-vtremolo.bse
282
share/bse/v%%PORTVERSION%%/instruments/stw-iron-string.bse
234
share/bse/v%%VERSION%%/instruments/stw-iron-string.bse
283
share/bse/v%%PORTVERSION%%/samples/retrokit.bsewave
235
share/bse/v%%VERSION%%/samples/retrokit.bsewave
284
share/bse/v%%PORTVERSION%%/scripts/bse-scm-glue.boot
236
share/bse/v%%VERSION%%/scripts/bse-scm-glue.boot
285
share/bse/v%%PORTVERSION%%/scripts/mixer-splitup-by-track.scm
237
share/bse/v%%VERSION%%/scripts/mixer-splitup-by-track.scm
286
share/bse/v%%PORTVERSION%%/scripts/modules2grid.scm
238
share/bse/v%%VERSION%%/scripts/modules2grid.scm
287
share/bse/v%%PORTVERSION%%/scripts/part-harmonic-transposer.scm
239
share/bse/v%%VERSION%%/scripts/part-harmonic-transposer.scm
288
share/bse/v%%PORTVERSION%%/scripts/progressor-example.scm
240
share/bse/v%%VERSION%%/scripts/progressor-example.scm
289
share/bse/v%%PORTVERSION%%/scripts/record-midi.scm
241
share/bse/v%%VERSION%%/scripts/record-midi.scm
290
share/bse/v%%PORTVERSION%%/scripts/song-parts-operations.scm
242
share/bse/v%%VERSION%%/scripts/song-parts-operations.scm
291
share/locale/ar/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
243
share/locale/ar/LC_MESSAGES/beast-v%%VERSION%%.mo
292
share/locale/az/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
244
share/locale/az/LC_MESSAGES/beast-v%%VERSION%%.mo
293
share/locale/bg/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
245
share/locale/bg/LC_MESSAGES/beast-v%%VERSION%%.mo
294
share/locale/ca/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
246
share/locale/ca/LC_MESSAGES/beast-v%%VERSION%%.mo
295
share/locale/cs/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
247
share/locale/cs/LC_MESSAGES/beast-v%%VERSION%%.mo
296
share/locale/da/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
248
share/locale/da/LC_MESSAGES/beast-v%%VERSION%%.mo
297
share/locale/de/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
249
share/locale/de/LC_MESSAGES/beast-v%%VERSION%%.mo
298
share/locale/el/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
250
share/locale/el/LC_MESSAGES/beast-v%%VERSION%%.mo
299
share/locale/en_CA/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
251
share/locale/en_CA/LC_MESSAGES/beast-v%%VERSION%%.mo
300
share/locale/en_GB/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
252
share/locale/en_GB/LC_MESSAGES/beast-v%%VERSION%%.mo
301
share/locale/eo/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
253
share/locale/eo/LC_MESSAGES/beast-v%%VERSION%%.mo
302
share/locale/es/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
254
share/locale/es/LC_MESSAGES/beast-v%%VERSION%%.mo
303
share/locale/eu/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
255
share/locale/eu/LC_MESSAGES/beast-v%%VERSION%%.mo
304
share/locale/fi/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
256
share/locale/fi/LC_MESSAGES/beast-v%%VERSION%%.mo
305
share/locale/fr/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
257
share/locale/fr/LC_MESSAGES/beast-v%%VERSION%%.mo
306
share/locale/hr/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
258
share/locale/hr/LC_MESSAGES/beast-v%%VERSION%%.mo
307
share/locale/it/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
259
share/locale/it/LC_MESSAGES/beast-v%%VERSION%%.mo
308
share/locale/ja/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
260
share/locale/ja/LC_MESSAGES/beast-v%%VERSION%%.mo
309
share/locale/mn/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
261
share/locale/mn/LC_MESSAGES/beast-v%%VERSION%%.mo
310
share/locale/nb/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
262
share/locale/nb/LC_MESSAGES/beast-v%%VERSION%%.mo
311
share/locale/ne/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
263
share/locale/ne/LC_MESSAGES/beast-v%%VERSION%%.mo
312
share/locale/nl/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
264
share/locale/nl/LC_MESSAGES/beast-v%%VERSION%%.mo
313
share/locale/oc/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
265
share/locale/oc/LC_MESSAGES/beast-v%%VERSION%%.mo
314
share/locale/pa/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
266
share/locale/pa/LC_MESSAGES/beast-v%%VERSION%%.mo
315
share/locale/pt/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
267
share/locale/pt/LC_MESSAGES/beast-v%%VERSION%%.mo
316
share/locale/pt_BR/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
268
share/locale/pt_BR/LC_MESSAGES/beast-v%%VERSION%%.mo
317
share/locale/ru/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
269
share/locale/ru/LC_MESSAGES/beast-v%%VERSION%%.mo
318
share/locale/rw/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
270
share/locale/rw/LC_MESSAGES/beast-v%%VERSION%%.mo
319
share/locale/sl/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
271
share/locale/sl/LC_MESSAGES/beast-v%%VERSION%%.mo
320
share/locale/sq/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
272
share/locale/sq/LC_MESSAGES/beast-v%%VERSION%%.mo
321
share/locale/sr/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
273
share/locale/sr/LC_MESSAGES/beast-v%%VERSION%%.mo
322
share/locale/sr@Latn/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
274
share/locale/sr@Latn/LC_MESSAGES/beast-v%%VERSION%%.mo
323
share/locale/sv/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
275
share/locale/sv/LC_MESSAGES/beast-v%%VERSION%%.mo
324
share/locale/te/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
276
share/locale/te/LC_MESSAGES/beast-v%%VERSION%%.mo
325
share/locale/uk/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
277
share/locale/uk/LC_MESSAGES/beast-v%%VERSION%%.mo
326
share/locale/zh_CN/LC_MESSAGES/beast-v%%PORTVERSION%%.mo
278
share/locale/zh_CN/LC_MESSAGES/beast-v%%VERSION%%.mo
327
share/mime-info/bse.keys
279
share/mime-info/bse.keys
328
share/mime-info/bse.mime
280
share/mime-info/bse.mime
329
share/mime/audio/x-bse.xml
330
share/mime/audio/x-bsewave.xml
331
share/mime/packages/beast.xml
281
share/mime/packages/beast.xml
332
share/pixmaps/beast-audio-x-bse.png
282
share/pixmaps/beast-audio-x-bse.png
333
share/pixmaps/beast.png
283
share/pixmaps/beast.png
334
@dirrmtry share/mime/packages
335
@dirrmtry share/mime/audio
336
@dirrmtry share/mime
337
@dirrmtry share/locale/rw/LC_MESSAGES
284
@dirrmtry share/locale/rw/LC_MESSAGES
338
@dirrmtry share/locale/rw
285
@dirrmtry share/locale/rw
339
@dirrm share/bse/v%%PORTVERSION%%/scripts
286
@dirrm share/bse/v%%VERSION%%/scripts
340
@dirrm share/bse/v%%PORTVERSION%%/samples
287
@dirrm share/bse/v%%VERSION%%/samples
341
@dirrm share/bse/v%%PORTVERSION%%/instruments
288
@dirrm share/bse/v%%VERSION%%/instruments
342
@dirrm share/bse/v%%PORTVERSION%%/effects
289
@dirrm share/bse/v%%VERSION%%/effects
343
@dirrm share/bse/v%%PORTVERSION%%/demo
290
@dirrm share/bse/v%%VERSION%%/demo
344
@dirrm share/bse/v%%PORTVERSION%%
291
@dirrm share/bse/v%%VERSION%%
345
@dirrm share/bse
292
@dirrm share/bse
346
@dirrm %%DATADIR%%/v%%PORTVERSION%%/skins/images
293
@dirrm %%DATADIR%%/v%%VERSION%%/skins/images
347
@dirrm %%DATADIR%%/v%%PORTVERSION%%/skins
294
@dirrm %%DATADIR%%/v%%VERSION%%/skins
348
@dirrm %%DATADIR%%/v%%PORTVERSION%%/keys
295
@dirrm %%DATADIR%%/v%%VERSION%%/keys
349
@dirrm %%DATADIR%%/v%%PORTVERSION%%/images
296
@dirrm %%DATADIR%%/v%%VERSION%%/images
350
@dirrm %%DATADIR%%/v%%PORTVERSION%%/docs/html
297
@dirrm %%DATADIR%%/v%%VERSION%%/docs/html
351
@dirrm %%DATADIR%%/v%%PORTVERSION%%/docs
298
@dirrm %%DATADIR%%/v%%VERSION%%/docs
352
@dirrm %%DATADIR%%/v%%PORTVERSION%%
299
@dirrm %%DATADIR%%/v%%VERSION%%
353
@dirrm %%DATADIR%%
300
@dirrm %%DATADIR%%
354
@dirrmtry share/applications
301
@dirrmtry share/applications
355
@dirrmtry share/application-registry
302
@dirrmtry share/application-registry
356
@dirrmtry share/mime-info
303
@dirrmtry share/mime-info
357
@dirrm lib/bse/v%%PORTVERSION%%/plugins
304
@dirrm lib/bse/v%%VERSION%%/plugins
358
@dirrm lib/bse/v%%PORTVERSION%%/drivers
305
@dirrm lib/bse/v%%VERSION%%/drivers
359
@dirrm lib/bse/v%%PORTVERSION%%
306
@dirrm lib/bse/v%%VERSION%%
360
@dirrm lib/bse
307
@dirrm lib/bse
361
@dirrm include/sfi
308
@dirrm include/sfi
362
@dirrm include/bse
309
@dirrm include/bse
363
@dirrm include/birnet
310
@dirrm include/birnet
311
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
312
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime

Return to bug 177274