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

Collapse All | Expand All

(-)audio/sooperlooper/Makefile (-16 / +33 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/audio/sooperlooper/Makefile 342932 2014-02-06 03:17:07Z miwi $
2
# $FreeBSD: head/audio/sooperlooper/Makefile 342932 2014-02-06 03:17:07Z miwi $
3
3
4
PORTNAME=	sooperlooper
4
PORTNAME=	sooperlooper
5
PORTVERSION=	1.6.18
5
PORTVERSION=	1.7.0
6
PORTREVISION=	2
7
CATEGORIES=	audio
6
CATEGORIES=	audio
8
MASTER_SITES=	http://essej.net/sooperlooper/
7
MASTER_SITES=	http://essej.net/sooperlooper/
9
8
Lines 11-41 Link Here
11
COMMENT=	Vamp audio analysis plugin SDK
10
COMMENT=	Vamp audio analysis plugin SDK
12
11
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
13
16
BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
14
BUILD_DEPENDS=	ladspa>0:${PORTSDIR}/audio/ladspa
17
LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/math/fftw3 \
15
LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack \
18
		libjack.so:${PORTSDIR}/audio/jack \
19
		liblo.so:${PORTSDIR}/audio/liblo \
16
		liblo.so:${PORTSDIR}/audio/liblo \
20
		librubberband.so:${PORTSDIR}/audio/rubberband \
21
		libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
17
		libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
22
		libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12 \
18
		libsigc-1.2.so:${PORTSDIR}/devel/libsigc++12 \
23
		libsndfile.so:${PORTSDIR}/audio/libsndfile \
19
		libsndfile.so:${PORTSDIR}/audio/libsndfile \
24
		libvamp-sdk.so:${PORTSDIR}/audio/vamp-plugin-sdk
20
		librubberband.so:${PORTSDIR}/audio/rubberband \
25
RUN_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
21
		libvamp-sdk.so:${PORTSDIR}/audio/vamp-plugin-sdk \
22
		libfftw3.so:${PORTSDIR}/math/fftw3
23
RUN_DEPENDS=	ladspa>0:${PORTSDIR}/audio/ladspa
26
24
25
USES=		gmake ncurses pkgconfig
26
USE_GNOME=	libxml2
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
USES=		gmake pkgconfig
29
NO_STAGE=	yes
30
USE_WX=		2.6+
31
WX_UNICODE=	yes
32
CONFIGURE_ARGS=	-with-wxconfig-path=${WX_CONFIG}
33
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
34
29
35
CFLAGS+=	-I${LOCALBASE}/include
36
CPPFLAGS+=	-I${LOCALBASE}/include
30
CPPFLAGS+=	-I${LOCALBASE}/include
37
LDFLAGS+=	-L${LOCALBASE}/lib
31
LDFLAGS+=	-L${LOCALBASE}/lib
38
32
39
USE_GNOME=	libxml2
33
OPTIONS_DEFINE=		ALSA WXGTK
34
OPTIONS_DEFAULT=	WXGTK
35
OPTIONS_SUB=		yes
36
37
ALSA_LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
38
ALSA_CONFIGURE_ENV_OFF=	ac_cv_header_alsa_asoundlib_h=no
39
WXGTK_USE=		WX=2.6+
40
WXGTK_CONFIGURE_ON=	--with-wxconfig-path=${WX_CONFIG}
41
WXGTK_CONFIGURE_OFF=	--without-gui
42
43
.include <bsd.port.options.mk>
44
45
.if ${PORT_OPTIONS:MWXGTK}
46
WX_UNICODE=	yes
47
DESKTOP_ENTRIES="SooperLooper" "Live Looping Sampler" \
48
		"${DATADIR}/sl_logo.xpm" "slgui" \
49
		"AudioVideo;Audio;Player;GTK;" ""
50
.endif
51
52
post-install:
53
.if ${PORT_OPTIONS:MWXGTK}
54
	(cd ${WRKSRC}/src/gui/pixmaps && ${INSTALL_DATA} sl_logo.xpm \
55
		${STAGEDIR}${DATADIR})
56
.endif
40
57
41
.include <bsd.port.mk>
58
.include <bsd.port.mk>
(-)audio/sooperlooper/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (sooperlooper-1.6.18.tar.gz) = 087a52186fefb138ac16deebc1ed4b9ff4945ffb4fe3e2170f60fcf97a3a8c38
1
SHA256 (sooperlooper-1.7.0.tar.gz) = 99a2ed88b270183e090698ee354c484b971c77494547b5520afa6430e0eb571d
2
SIZE (sooperlooper-1.6.18.tar.gz) = 705462
2
SIZE (sooperlooper-1.7.0.tar.gz) = 728999
(-)audio/sooperlooper/files/patch-configure (-158 lines)
Lines 1-158 Link Here
1
--- configure-dist	2012-01-18 23:51:22.886747138 +0100
2
+++ configure	2012-01-18 23:51:03.153741729 +0100
3
@@ -6869,152 +6869,9 @@
4
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6
 
7
-
8
-if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
9
-  { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
10
-echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
11
-if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
12
-  echo $ECHO_N "(cached) $ECHO_C" >&6
13
-fi
14
-{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
15
-echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
16
-else
17
-  # Is the header compilable?
18
-{ echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5
19
-echo $ECHO_N "checking alsa/asoundlib.h usability... $ECHO_C" >&6; }
20
-cat >conftest.$ac_ext <<_ACEOF
21
-/* confdefs.h.  */
22
-_ACEOF
23
-cat confdefs.h >>conftest.$ac_ext
24
-cat >>conftest.$ac_ext <<_ACEOF
25
-/* end confdefs.h.  */
26
-$ac_includes_default
27
-#include <alsa/asoundlib.h>
28
-_ACEOF
29
-rm -f conftest.$ac_objext
30
-if { (ac_try="$ac_compile"
31
-case "(($ac_try" in
32
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33
-  *) ac_try_echo=$ac_try;;
34
-esac
35
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36
-  (eval "$ac_compile") 2>conftest.er1
37
-  ac_status=$?
38
-  grep -v '^ *+' conftest.er1 >conftest.err
39
-  rm -f conftest.er1
40
-  cat conftest.err >&5
41
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
42
-  (exit $ac_status); } && {
43
-	 test -z "$ac_cxx_werror_flag" ||
44
-	 test ! -s conftest.err
45
-       } && test -s conftest.$ac_objext; then
46
-  ac_header_compiler=yes
47
-else
48
-  echo "$as_me: failed program was:" >&5
49
-sed 's/^/| /' conftest.$ac_ext >&5
50
-
51
-	ac_header_compiler=no
52
-fi
53
-
54
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
56
-echo "${ECHO_T}$ac_header_compiler" >&6; }
57
-
58
-# Is the header present?
59
-{ echo "$as_me:$LINENO: checking alsa/asoundlib.h presence" >&5
60
-echo $ECHO_N "checking alsa/asoundlib.h presence... $ECHO_C" >&6; }
61
-cat >conftest.$ac_ext <<_ACEOF
62
-/* confdefs.h.  */
63
-_ACEOF
64
-cat confdefs.h >>conftest.$ac_ext
65
-cat >>conftest.$ac_ext <<_ACEOF
66
-/* end confdefs.h.  */
67
-#include <alsa/asoundlib.h>
68
-_ACEOF
69
-if { (ac_try="$ac_cpp conftest.$ac_ext"
70
-case "(($ac_try" in
71
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
72
-  *) ac_try_echo=$ac_try;;
73
-esac
74
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
75
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
76
-  ac_status=$?
77
-  grep -v '^ *+' conftest.er1 >conftest.err
78
-  rm -f conftest.er1
79
-  cat conftest.err >&5
80
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
81
-  (exit $ac_status); } >/dev/null && {
82
-	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
83
-	 test ! -s conftest.err
84
-       }; then
85
-  ac_header_preproc=yes
86
-else
87
-  echo "$as_me: failed program was:" >&5
88
-sed 's/^/| /' conftest.$ac_ext >&5
89
-
90
-  ac_header_preproc=no
91
-fi
92
-
93
-rm -f conftest.err conftest.$ac_ext
94
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
95
-echo "${ECHO_T}$ac_header_preproc" >&6; }
96
-
97
-# So?  What about this header?
98
-case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
99
-  yes:no: )
100
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
101
-echo "$as_me: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
102
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&5
103
-echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&2;}
104
-    ac_header_preproc=yes
105
-    ;;
106
-  no:yes:* )
107
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&5
108
-echo "$as_me: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&2;}
109
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h:     check for missing prerequisite headers?" >&5
110
-echo "$as_me: WARNING: alsa/asoundlib.h:     check for missing prerequisite headers?" >&2;}
111
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&5
112
-echo "$as_me: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&2;}
113
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h:     section \"Present But Cannot Be Compiled\"" >&5
114
-echo "$as_me: WARNING: alsa/asoundlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
115
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&5
116
-echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&2;}
117
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&5
118
-echo "$as_me: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&2;}
119
-
120
-    ;;
121
-esac
122
-{ echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
123
-echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
124
-if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
125
-  echo $ECHO_N "(cached) $ECHO_C" >&6
126
-else
127
-  ac_cv_header_alsa_asoundlib_h=$ac_header_preproc
128
-fi
129
-{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
130
-echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
131
-
132
-fi
133
-if test $ac_cv_header_alsa_asoundlib_h = yes; then
134
-  use_alsa_midi=yes
135
-                AUDIO_LIBS=-lasound
136
-
137
-cat >>confdefs.h <<\_ACEOF
138
-#define WITH_ALSA 1
139
-_ACEOF
140
-
141
-else
142
-  use_alsa_midi=no
143
-fi
144
-
145
-
146
- if test x$use_alsa_midi = xyes; then
147
-  WITH_ALSA_TRUE=
148
-  WITH_ALSA_FALSE='#'
149
-else
150
-  WITH_ALSA_TRUE='#'
151
-  WITH_ALSA_FALSE=
152
-fi
153
+# FreeBSD: unset alsa
154
+WITH_ALSA_TRUE='#'
155
+WITH_ALSA_FALSE=
156
 
157
 
158
 { echo "$as_me:$LINENO: checking for /System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h" >&5
(-)audio/sooperlooper/files/patch-libs-midi-configure (-157 lines)
Lines 1-157 Link Here
1
--- libs/midi++/configure-dist	2012-01-18 23:48:59.738744056 +0100
2
+++ libs/midi++/configure	2012-01-18 23:49:55.386738098 +0100
3
@@ -5100,151 +5100,9 @@
4
 done
5
 
6
 
7
-if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
8
-  { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
9
-echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
10
-if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
11
-  echo $ECHO_N "(cached) $ECHO_C" >&6
12
-fi
13
-{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
14
-echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
15
-else
16
-  # Is the header compilable?
17
-{ echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5
18
-echo $ECHO_N "checking alsa/asoundlib.h usability... $ECHO_C" >&6; }
19
-cat >conftest.$ac_ext <<_ACEOF
20
-/* confdefs.h.  */
21
-_ACEOF
22
-cat confdefs.h >>conftest.$ac_ext
23
-cat >>conftest.$ac_ext <<_ACEOF
24
-/* end confdefs.h.  */
25
-$ac_includes_default
26
-#include <alsa/asoundlib.h>
27
-_ACEOF
28
-rm -f conftest.$ac_objext
29
-if { (ac_try="$ac_compile"
30
-case "(($ac_try" in
31
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32
-  *) ac_try_echo=$ac_try;;
33
-esac
34
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35
-  (eval "$ac_compile") 2>conftest.er1
36
-  ac_status=$?
37
-  grep -v '^ *+' conftest.er1 >conftest.err
38
-  rm -f conftest.er1
39
-  cat conftest.err >&5
40
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
41
-  (exit $ac_status); } && {
42
-	 test -z "$ac_cxx_werror_flag" ||
43
-	 test ! -s conftest.err
44
-       } && test -s conftest.$ac_objext; then
45
-  ac_header_compiler=yes
46
-else
47
-  echo "$as_me: failed program was:" >&5
48
-sed 's/^/| /' conftest.$ac_ext >&5
49
-
50
-	ac_header_compiler=no
51
-fi
52
-
53
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
55
-echo "${ECHO_T}$ac_header_compiler" >&6; }
56
-
57
-# Is the header present?
58
-{ echo "$as_me:$LINENO: checking alsa/asoundlib.h presence" >&5
59
-echo $ECHO_N "checking alsa/asoundlib.h presence... $ECHO_C" >&6; }
60
-cat >conftest.$ac_ext <<_ACEOF
61
-/* confdefs.h.  */
62
-_ACEOF
63
-cat confdefs.h >>conftest.$ac_ext
64
-cat >>conftest.$ac_ext <<_ACEOF
65
-/* end confdefs.h.  */
66
-#include <alsa/asoundlib.h>
67
-_ACEOF
68
-if { (ac_try="$ac_cpp conftest.$ac_ext"
69
-case "(($ac_try" in
70
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
71
-  *) ac_try_echo=$ac_try;;
72
-esac
73
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
74
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
75
-  ac_status=$?
76
-  grep -v '^ *+' conftest.er1 >conftest.err
77
-  rm -f conftest.er1
78
-  cat conftest.err >&5
79
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
80
-  (exit $ac_status); } >/dev/null && {
81
-	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
82
-	 test ! -s conftest.err
83
-       }; then
84
-  ac_header_preproc=yes
85
-else
86
-  echo "$as_me: failed program was:" >&5
87
-sed 's/^/| /' conftest.$ac_ext >&5
88
-
89
-  ac_header_preproc=no
90
-fi
91
-
92
-rm -f conftest.err conftest.$ac_ext
93
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
94
-echo "${ECHO_T}$ac_header_preproc" >&6; }
95
-
96
-# So?  What about this header?
97
-case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
98
-  yes:no: )
99
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
100
-echo "$as_me: WARNING: alsa/asoundlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
101
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&5
102
-echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the compiler's result" >&2;}
103
-    ac_header_preproc=yes
104
-    ;;
105
-  no:yes:* )
106
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&5
107
-echo "$as_me: WARNING: alsa/asoundlib.h: present but cannot be compiled" >&2;}
108
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h:     check for missing prerequisite headers?" >&5
109
-echo "$as_me: WARNING: alsa/asoundlib.h:     check for missing prerequisite headers?" >&2;}
110
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&5
111
-echo "$as_me: WARNING: alsa/asoundlib.h: see the Autoconf documentation" >&2;}
112
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h:     section \"Present But Cannot Be Compiled\"" >&5
113
-echo "$as_me: WARNING: alsa/asoundlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
114
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&5
115
-echo "$as_me: WARNING: alsa/asoundlib.h: proceeding with the preprocessor's result" >&2;}
116
-    { echo "$as_me:$LINENO: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&5
117
-echo "$as_me: WARNING: alsa/asoundlib.h: in the future, the compiler will take precedence" >&2;}
118
-
119
-    ;;
120
-esac
121
-{ echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
122
-echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
123
-if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
124
-  echo $ECHO_N "(cached) $ECHO_C" >&6
125
-else
126
-  ac_cv_header_alsa_asoundlib_h=$ac_header_preproc
127
-fi
128
-{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
129
-echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
130
-
131
-fi
132
-if test $ac_cv_header_alsa_asoundlib_h = yes; then
133
-  use_alsa_midi=yes
134
-		AUDIO_LIBS=-lasound
135
-
136
-cat >>confdefs.h <<\_ACEOF
137
-#define WITH_ALSA 1
138
-_ACEOF
139
-
140
-else
141
-  use_alsa_midi=no
142
-fi
143
-
144
-
145
- if test x$use_alsa_midi = xyes; then
146
-  WITH_ALSA_TRUE=
147
-  WITH_ALSA_FALSE='#'
148
-else
149
-  WITH_ALSA_TRUE='#'
150
-  WITH_ALSA_FALSE=
151
-fi
152
+# FreeBSD: unset alsa
153
+WITH_ALSA_TRUE='#'
154
+WITH_ALSA_FALSE=
155
 
156
 
157
 { echo "$as_me:$LINENO: checking for /System/Library/Frameworks/CoreMIDI.framework/Headers/CoreMIDI.h" >&5
(-)audio/sooperlooper/files/patch-libs__pbd__pbd__stl_delete.h (+20 lines)
Line 0 Link Here
1
--- libs/pbd/pbd/stl_delete.h.orig
2
+++ libs/pbd/pbd/stl_delete.h
3
@@ -24,7 +24,7 @@
4
 /* To actually use any of these deletion functions, you need to
5
    first include the revelant container type header.
6
 */
7
-#if defined(_CPP_VECTOR) || defined(_GLIBCXX_VECTOR) || defined(__SGI_STL_VECTOR)
8
+#if defined(_LIBCPP_VECTOR) || defined(_GLIBCXX_VECTOR) || defined(__SGI_STL_VECTOR)
9
 template<class T> void vector_delete (std::vector<T *> *vec) 
10
 {
11
 	typename std::vector<T *>::iterator i;
12
@@ -34,7 +34,7 @@
13
 	}
14
 	vec->clear ();
15
 }
16
-#endif // _CPP_VECTOR || _GLIBCXX_VECTOR || __SGI_STL_VECTOR
17
+#endif // _LIBCPP_VECTOR || _GLIBCXX_VECTOR || __SGI_STL_VECTOR
18
 
19
 #if defined(_CPP_MAP) || defined(_GLIBCXX_MAP) || defined(__SGI_STL_MAP)
20
 template<class K, class T> void map_delete (std::map<K, T *> *m) 
(-)audio/sooperlooper/files/patch-src-plugin.cc (-16 lines)
Lines 1-16 Link Here
1
--- src/plugin.cc-dist	2012-01-18 12:40:15.870419356 +0100
2
+++ src/plugin.cc	2012-01-18 13:28:16.760422152 +0100
3
@@ -44,6 +44,13 @@
4
 
5
 using namespace SooperLooper;
6
 
7
+#if __FreeBSD__ >= 2
8
+#include <osreldate.h>
9
+#  if __FreeBSD_version < 900500
10
+   /* not defined before FreeBSD 9 */
11
+#  define log2(x)        (log(x) / M_LN2)
12
+#  endif /* __FreeBSD_version < 900500 */
13
+#endif /* __FreeBSD__ */ 
14
 
15
 /*****************************************************************************/
16
 //#define LOOPDEBUG
(-)audio/sooperlooper/pkg-descr (-5 / +5 lines)
Lines 1-6 Link Here
1
SooperLooper is a live looping sampler capable of immediate loop recording,
1
SooperLooper is a live looping sampler capable of immediate loop
2
overdubbing, multiplying, reversing and more. It allows  for multiple
2
recording, overdubbing, multiplying, reversing and more. It allows for
3
simultaneous multi-channel loops limited only by your computer's available
3
multiple simultaneous multi-channel loops limited only by your computer's
4
memory.
4
available memory.
5
5
6
WWW:	http://essej.net/sooperlooper/
6
WWW: http://essej.net/sooperlooper/
(-)audio/sooperlooper/pkg-plist (-7 / +8 lines)
Lines 1-10 Link Here
1
bin/slconsole
1
bin/slconsole
2
bin/slgui
2
%%WXGTK%%bin/slgui
3
bin/slregister
3
bin/slregister
4
bin/sooperlooper
4
bin/sooperlooper
5
share/sooperlooper/presets/bcf2000.slb
5
%%DATADIR%%/presets/bcf2000.slb
6
share/sooperlooper/presets/edp4.slb
6
%%DATADIR%%/presets/edp4.slb
7
share/sooperlooper/presets/midiwizard.slb
7
%%DATADIR%%/presets/midiwizard.slb
8
share/sooperlooper/presets/oxy8.slb
8
%%DATADIR%%/presets/oxy8.slb
9
@dirrm share/sooperlooper/presets
9
%%WXGTK%%%%DATADIR%%/sl_logo.xpm
10
@dirrm share/sooperlooper
10
@dirrm %%DATADIR%%/presets
11
@dirrm %%DATADIR%%

Return to bug 186737