Mailinglist Archive: opensuse-commit (1082 mails)

< Previous Next >
commit alsa-plugins
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 25 May 2007 00:39:28 +0200
  • Message-id: <20070524223929.5CF17678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package alsa-plugins
checked in at Fri May 25 00:39:28 CEST 2007.

--------
--- alsa-plugins/alsa-plugins-a52.changes       2007-05-02 12:44:05.000000000 +0200
+++ /mounts/work_src_done/STABLE/alsa-plugins/alsa-plugins-a52.changes  2007-05-24 15:34:29.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 24 15:34:23 CEST 2007 - tiwai@xxxxxxx
+
+- HG snapshot as of 2007.05.24:
+  * configure option to specify plugin directory
+  * possible to link with external libspeex
+
+-------------------------------------------------------------------
--- alsa-plugins/alsa-plugins.changes   2007-05-02 12:43:38.000000000 +0200
+++ /mounts/work_src_done/STABLE/alsa-plugins/alsa-plugins.changes      2007-05-24 15:34:16.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 24 15:33:32 CEST 2007 - tiwai@xxxxxxx
+
+- HG snapshot as of 2007.05.24:
+  * configure option to specify plugin directory
+  * possible to link with external libspeex
+
+-------------------------------------------------------------------

New:
----
  alsa-plugins-hg-fixes.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alsa-plugins-a52.spec ++++++
--- /var/tmp/diff_new_pack.ncm793/_old  2007-05-25 00:38:52.000000000 +0200
+++ /var/tmp/diff_new_pack.ncm793/_new  2007-05-25 00:38:52.000000000 +0200
@@ -16,12 +16,12 @@
 URL:            http://www.alsa-project.org/
 Summary:        A52 Encoding Plug-In for the ALSA Library
 Version:        1.0.13
-Release:        27
+Release:        38
 License:        GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
 Group:          System/Libraries
 Autoreqprov:    on
 Source:         ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{package_version}.tar.bz2
-# Patch1:         alsa-plugins-hg-fixes.diff
+Patch:          alsa-plugins-hg-fixes.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,8 +34,8 @@
     Takashi Iwai <tiwai@xxxxxxx>
 
 %prep
-%setup -n alsa-plugins-%{package_version}
-# %patch1 -p1
+%setup -q -n alsa-plugins-%{package_version}
+%patch -p1
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
@@ -61,6 +61,10 @@
 %{_libdir}/alsa-lib/libasound_module_rate_*.so
 
 %changelog
+* Thu May 24 2007 - tiwai@xxxxxxx
+- HG snapshot as of 2007.05.24:
+  * configure option to specify plugin directory
+  * possible to link with external libspeex
 * Wed May 02 2007 - tiwai@xxxxxxx
 - updated to version 1.0.14rc4:
   including HG fixes

++++++ alsa-plugins.spec ++++++
--- /var/tmp/diff_new_pack.ncm793/_old  2007-05-25 00:38:52.000000000 +0200
+++ /var/tmp/diff_new_pack.ncm793/_new  2007-05-25 00:38:52.000000000 +0200
@@ -16,12 +16,12 @@
 URL:            http://www.alsa-project.org/
 Summary:        Extra Plug-Ins for the ALSA Library
 Version:        1.0.13
-Release:        25
+Release:        36
 License:        BSD License and BSD-like, GNU Library General Public License v. 2.0 and 2.1 (LGPL)
 Group:          System/Libraries
 Autoreqprov:    on
 Source:         ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{package_version}.tar.bz2
-# Patch1:         alsa-plugins-hg-fixes.diff
+Patch:          alsa-plugins-hg-fixes.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -96,8 +96,8 @@
     Takashi Iwai <tiwai@xxxxxxx>
 
 %prep
-%setup -n %{name}-%{package_version}
-# %patch1 -p1
+%setup -q -n %{name}-%{package_version}
+%patch -p1
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
@@ -152,6 +152,10 @@
 %{_libdir}/alsa-lib/libasound_module_rate_samplerate*.so
 
 %changelog
+* Thu May 24 2007 - tiwai@xxxxxxx
+- HG snapshot as of 2007.05.24:
+  * configure option to specify plugin directory
+  * possible to link with external libspeex
 * Wed May 02 2007 - tiwai@xxxxxxx
 - updated to version 1.0.14rc4:
   including HG fixes

++++++ alsa-plugins-hg-fixes.diff ++++++
diff -r 7147fb6d6612 Makefile.am
--- a/Makefile.am       Wed May 02 12:55:07 2007 +0200
+++ b/Makefile.am       Thu May 24 15:30:23 2007 +0200
@@ -14,8 +14,11 @@ if HAVE_DBUS
 if HAVE_DBUS
 MAEMODIR = maemo
 endif
+if HAVE_PPH
+PPHDIR = pph
+endif
 
-SUBDIRS = oss mix pph $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(LAVCRATEDIR) $(MAEMODIR) doc
+SUBDIRS = oss mix $(PPHDIR) $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(LAVCRATEDIR) $(MAEMODIR) doc
 EXTRA_DIST = hgcompile version COPYING.GPL
 AUTOMAKE_OPTIONS = foreign
 
diff -r 7147fb6d6612 a52/Makefile.am
--- a/a52/Makefile.am   Wed May 02 12:55:07 2007 +0200
+++ b/a52/Makefile.am   Thu May 24 15:30:23 2007 +0200
@@ -1,6 +1,6 @@ asound_module_pcm_a52_LTLIBRARIES = liba
 asound_module_pcm_a52_LTLIBRARIES = libasound_module_pcm_a52.la
 
-asound_module_pcm_a52dir = $(libdir)/alsa-lib
+asound_module_pcm_a52dir = @ALSA_PLUGIN_DIR@
 
 AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ @AVCODEC_CFLAGS@
 AM_LDFLAGS = -module -avoid-version -export-dynamic
diff -r 7147fb6d6612 a52/pcm_a52.c
--- a/a52/pcm_a52.c     Wed May 02 12:55:07 2007 +0200
+++ b/a52/pcm_a52.c     Thu May 24 15:30:23 2007 +0200
@@ -676,6 +676,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(a52)
        rec->channels = channels;
        rec->format = format;
 
+       avcodec_init();
        avcodec_register_all();
        rec->codec = avcodec_find_encoder(CODEC_ID_AC3);
        if (! rec->codec) {
diff -r 7147fb6d6612 configure.in
--- a/configure.in      Wed May 02 12:55:07 2007 +0200
+++ b/configure.in      Thu May 24 15:30:23 2007 +0200
@@ -32,10 +32,12 @@ fi
 fi
 
 AC_ARG_WITH([avcodec-includedir],
-       [--with-avcodec-includedir=dir    AVcodec include directory],
+       AS_HELP_STRING([--with-avcodec-includedir=dir],
+               [AVcodec include directory]),
        [AVCODEC_CFLAGS="-I$withval"], [AVCODEC_CFLAGS=""])
 AC_ARG_WITH([avcodec-libdir],
-       [--with-avcodec-libdir=dir        AVcodec library directory],
+       AS_HELP_STRING([--with-avcodec-libdir=dir],
+               [AVcodec library directory]),
        [AVCODEC_LIBS="-L$withval"], [AVCODEC_LIBS=""])
 CFLAGS_saved="$CFLAGS"
 LDFLAGS_saved="$LDFLAGS"
@@ -52,6 +54,49 @@ CFLAGS="$CFLAGS_saved"
 CFLAGS="$CFLAGS_saved"
 LDFLAGS="$LDFLAGS_saved"
 
+USE_LIBSPEEX=""
+AC_ARG_WITH([speex],
+       AS_HELP_STRING([--with-speex={builtin|lib|no}],
+               [build speex resampler (built-in code, link with external lib, or no build)]),
+       [PPH=$withval], [PPH="lib"])
+
+if test "$PPH" = "lib"; then
+       PKG_CHECK_MODULES(speex, [speex >= 1.2], [USE_LIBSPEEX="yes"], [USE_LIBSPEEX=""])
+       if test "$USE_LIBSPEEX" = "yes"; then
+               AC_CHECK_LIB([speex], [speex_resampler_init],
+                       [USE_LIBSPEEX="yes"], [USE_LIBSPEEX=""])
+       fi
+       if test "$USE_LIBSPEEX" = "yes"; then
+               AC_DEFINE(USE_LIBSPEEX, 1, "Link with libspeex for resampler")
+       else
+               echo "No libspeex with resampler unit; use built-in code"
+               PPH="builtin"
+       fi
+fi
+
+AM_CONDITIONAL(HAVE_PPH, test "$PPH" = "builtin" -o "$PPH" = "lib")
+AM_CONDITIONAL(USE_LIBSPEEX, test "$PPH" = "lib")
+
+dnl ALSA plugin directory
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+test "x$exec_prefix" = xNONE && exec_prefix=$prefix
+
+AC_ARG_WITH(plugindir,
+    AS_HELP_STRING([--with-plugindir=dir],
+       [path where ALSA plugin files are stored]),
+    plugindir="$withval", plugindir="")
+if test -z "$plugindir"; then
+    eval dir="$libdir"
+    case "$dir" in
+    /*) ;;
+    *) dir="$dir"
+    esac
+    plugindir="$dir/alsa-lib"
+fi
+AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "$plugindir", [directory containing ALSA add-on modules])
+ALSA_PLUGIN_DIR="$plugindir"
+AC_SUBST(ALSA_PLUGIN_DIR)
+
 SAVE_PLUGINS_VERSION
 
 AC_OUTPUT([
@@ -67,3 +112,40 @@ AC_OUTPUT([
        maemo/Makefile
        doc/Makefile
 ])
+
+dnl Show the build conditions
+
+echo
+echo "Plugin directory: $ALSA_PLUGIN_DIR"
+echo "ALSA_CFLAGS: $ALSA_CFLAGS"
+echo "ALSA_LIBS: $ALSA_LIBS"
+echo "JACK plugin:        $HAVE_JACK"
+if test "$HAVE_JACK" = "yes"; then
+  echo "  JACK_CFLAGS: $JACK_CFLAGS"
+  echo "  JACK_LIBS: $JACK_LIBS"
+fi
+echo "Pulseaudio plugin:  $HAVE_PULSE"
+if test "$HAVE_PULSE" = "yes"; then
+  echo "  pulseaudio_CFLAGS: $pulseaudio_CFLAGS"
+  echo "  pulseaudio_LIBS: $pulseaudio_LIBS"
+fi
+echo "Samplerate plugin:  $HAVE_SAMPLERATE"
+if test "$HAVE_SAMPLERATE" = "yes"; then
+  echo "  samplerate_CFLAGS: $samplerate_CFLAGS"
+  echo "  samplerate_LIBS: $samplerate_LIBS"
+fi
+echo "Maemo plugin:       $HAVE_DBUS"
+if test "$HAVE_DBUS" = "yes"; then
+  echo "  DBUS_CFLAGS: $DBUS_CFLAGS"
+  echo "  DBUS_LIBS: $DBUS_LIBS"
+fi
+echo "A52, lavc plugins:  $HAVE_AVCODEC"
+if test "$HAVE_AVCODEC" = "yes"; then
+  echo "  AVCODEC_CFLAGS: $AVCODEC_CFLAGS"
+  echo "  AVCODEC_LIBS: $AVCODEC_LIBS"
+fi
+echo "Speex rate plugin:  $PPH"
+if test "$PPH" = "lib"; then
+  echo "  speex_CFLAGS: $speex_CFLAGS"
+  echo "  speex_LIBS: $speex_LIBS"
+fi
diff -r 7147fb6d6612 jack/Makefile.am
--- a/jack/Makefile.am  Wed May 02 12:55:07 2007 +0200
+++ b/jack/Makefile.am  Thu May 24 15:30:23 2007 +0200
@@ -1,6 +1,6 @@ asound_module_pcm_jack_LTLIBRARIES = lib
 asound_module_pcm_jack_LTLIBRARIES = libasound_module_pcm_jack.la
 
-asound_module_pcm_jackdir = $(libdir)/alsa-lib
+asound_module_pcm_jackdir = @ALSA_PLUGIN_DIR@
 
 AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ @JACK_CFLAGS@
 AM_LDFLAGS = -module -avoid-version -export-dynamic
diff -r 7147fb6d6612 maemo/Makefile.am
--- a/maemo/Makefile.am Wed May 02 12:55:07 2007 +0200
+++ b/maemo/Makefile.am Thu May 24 15:30:23 2007 +0200
@@ -1,8 +1,8 @@ asound_module_pcm_alsa_dsp_LTLIBRARIES =
 asound_module_pcm_alsa_dsp_LTLIBRARIES = libasound_module_pcm_alsa_dsp.la
 asound_module_ctl_dsp_ctl_LTLIBRARIES = libasound_module_ctl_dsp_ctl.la
 
-asound_module_pcm_alsa_dspdir = $(libdir)/alsa-lib
-asound_module_ctl_dsp_ctldir = $(libdir)/alsa-lib
+asound_module_pcm_alsa_dspdir = @ALSA_PLUGIN_DIR@
+asound_module_ctl_dsp_ctldir = @ALSA_PLUGIN_DIR@
 
 AM_CFLAGS = -Wall -fPIC -DPIC -O2 @ALSA_CFLAGS@ $(DBUS_CFLAGS)
 AM_LDFLAGS = -shared -lm -ldl -lpthread -module -avoid-version -export-dynamic $(DBUS_LIBS)
diff -r 7147fb6d6612 mix/Makefile.am
--- a/mix/Makefile.am   Wed May 02 12:55:07 2007 +0200
+++ b/mix/Makefile.am   Thu May 24 15:30:23 2007 +0200
@@ -1,8 +1,8 @@ asound_module_pcm_upmix_LTLIBRARIES = li
 asound_module_pcm_upmix_LTLIBRARIES = libasound_module_pcm_upmix.la
 asound_module_pcm_vdownmix_LTLIBRARIES = libasound_module_pcm_vdownmix.la
 
-asound_module_pcm_upmixdir = $(libdir)/alsa-lib
-asound_module_pcm_vdownmixdir = $(libdir)/alsa-lib
+asound_module_pcm_upmixdir = @ALSA_PLUGIN_DIR@
+asound_module_pcm_vdownmixdir = @ALSA_PLUGIN_DIR@
 
 AM_CFLAGS = -Wall -g @ALSA_CFLAGS@
 AM_LDFLAGS = -module -avoid-version -export-dynamic
diff -r 7147fb6d6612 oss/Makefile.am
--- a/oss/Makefile.am   Wed May 02 12:55:07 2007 +0200
+++ b/oss/Makefile.am   Thu May 24 15:30:23 2007 +0200
@@ -1,8 +1,8 @@ asound_module_pcm_oss_LTLIBRARIES = liba
 asound_module_pcm_oss_LTLIBRARIES = libasound_module_pcm_oss.la
 asound_module_ctl_oss_LTLIBRARIES = libasound_module_ctl_oss.la
 
-asound_module_pcm_ossdir = $(libdir)/alsa-lib
-asound_module_ctl_ossdir = $(libdir)/alsa-lib
+asound_module_pcm_ossdir = @ALSA_PLUGIN_DIR@
+asound_module_ctl_ossdir = @ALSA_PLUGIN_DIR@
 
 AM_CFLAGS = -Wall -g @ALSA_CFLAGS@
 AM_LDFLAGS = -module -avoid-version -export-dynamic
diff -r 7147fb6d6612 pph/Makefile.am
--- a/pph/Makefile.am   Wed May 02 12:55:07 2007 +0200
+++ b/pph/Makefile.am   Thu May 24 15:30:23 2007 +0200
@@ -1,19 +1,25 @@ asound_module_rate_speexrate_LTLIBRARIES
 asound_module_rate_speexrate_LTLIBRARIES = libasound_module_rate_speexrate.la
 
-asound_module_rate_speexratedir = $(libdir)/alsa-lib
+asound_module_rate_speexratedir = @ALSA_PLUGIN_DIR@
 
 AM_CFLAGS = -DVAR_ARRAYS -DRANDOM_PREFIX=alsa_lib -DOUTSIDE_SPEEX -Wall -g @ALSA_CFLAGS@
 AM_LDFLAGS = -module -avoid-version -export-dynamic
 
-libasound_module_rate_speexrate_la_SOURCES = rate_speexrate.c resample.c
+libasound_module_rate_speexrate_la_SOURCES = rate_speexrate.c
 libasound_module_rate_speexrate_la_LIBADD = @ALSA_LIBS@
+if USE_LIBSPEEX
+AM_CFLAGS += @speex_CFLAGS@
+libasound_module_rate_speexrate_la_LIBADD += @speex_LIBS@
+else
+libasound_module_rate_speexrate_la_SOURCES += resample.c
+endif
 
 install-exec-hook:
-       rm -f $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_speexrate_*.so
-       $(LN_S) libasound_module_rate_speexrate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_speexrate_best.so
-       $(LN_S) libasound_module_rate_speexrate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_speexrate_medium.so
+       rm -f $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_speexrate_*.so
+       $(LN_S) libasound_module_rate_speexrate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_speexrate_best.so
+       $(LN_S) libasound_module_rate_speexrate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_speexrate_medium.so
 
 uninstall-hook:
-       rm -f $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_speexrate_*.so
+       rm -f $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_speexrate_*.so
 
 noinst_HEADERS = speex_resampler.h arch.h fixed_generic.h
diff -r 7147fb6d6612 pph/rate_speexrate.c
--- a/pph/rate_speexrate.c      Wed May 02 12:55:07 2007 +0200
+++ b/pph/rate_speexrate.c      Thu May 24 15:30:23 2007 +0200
@@ -32,7 +32,11 @@
 #include <alsa/asoundlib.h>
 #include <alsa/pcm_rate.h>
 
+#ifdef USE_LIBSPEEX
+#include <speex/speex_resampler.h>
+#else
 #include "speex_resampler.h"
+#endif
 
 struct rate_src {
        int quality;
diff -r 7147fb6d6612 pulse/Makefile.am
--- a/pulse/Makefile.am Wed May 02 12:55:07 2007 +0200
+++ b/pulse/Makefile.am Thu May 24 15:30:23 2007 +0200
@@ -1,8 +1,8 @@ asound_module_pcm_LTLIBRARIES = libasoun
 asound_module_pcm_LTLIBRARIES = libasound_module_pcm_pulse.la
 asound_module_ctl_LTLIBRARIES = libasound_module_ctl_pulse.la
 
-asound_module_pcmdir = $(libdir)/alsa-lib
-asound_module_ctldir = $(libdir)/alsa-lib
+asound_module_pcmdir = @ALSA_PLUGIN_DIR@
+asound_module_ctldir = @ALSA_PLUGIN_DIR@
 
 AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ $(PTHREAD_CFLAGS) $(pulseaudio_CFLAGS) -D_GNU_SOURCE
 AM_LDFLAGS = -module -avoid-version -export-dynamic
diff -r 7147fb6d6612 rate-lavc/Makefile.am
--- a/rate-lavc/Makefile.am     Wed May 02 12:55:07 2007 +0200
+++ b/rate-lavc/Makefile.am     Thu May 24 15:30:23 2007 +0200
@@ -1,6 +1,6 @@ asound_module_rate_lavcrate_LTLIBRARIES 
 asound_module_rate_lavcrate_LTLIBRARIES = libasound_module_rate_lavcrate.la
 
-asound_module_rate_lavcratedir = $(libdir)/alsa-lib
+asound_module_rate_lavcratedir = @ALSA_PLUGIN_DIR@
 
 AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ @AVCODEC_CFLAGS@
 AM_LDFLAGS = -module -avoid-version -export-dynamic
@@ -11,11 +11,11 @@ noinst_HEADERS = gcd.h
 noinst_HEADERS = gcd.h
 
 install-exec-hook:
-       rm -f $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_lavcrate_*.so
-       $(LN_S) libasound_module_rate_lavcrate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_lavcrate_higher.so
-       $(LN_S) libasound_module_rate_lavcrate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_lavcrate_high.so
-       $(LN_S) libasound_module_rate_lavcrate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_lavcrate_fast.so
-       $(LN_S) libasound_module_rate_lavcrate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_lavcrate_faster.so
+       rm -f $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_*.so
+       $(LN_S) libasound_module_rate_lavcrate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_higher.so
+       $(LN_S) libasound_module_rate_lavcrate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_high.so
+       $(LN_S) libasound_module_rate_lavcrate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_fast.so
+       $(LN_S) libasound_module_rate_lavcrate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_faster.so
 
 uninstall-hook:
-       rm -f $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_lavcrate_*.so
+       rm -f $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_lavcrate_*.so
diff -r 7147fb6d6612 rate/Makefile.am
--- a/rate/Makefile.am  Wed May 02 12:55:07 2007 +0200
+++ b/rate/Makefile.am  Thu May 24 15:30:23 2007 +0200
@@ -1,6 +1,6 @@ asound_module_rate_samplerate_LTLIBRARIE
 asound_module_rate_samplerate_LTLIBRARIES = libasound_module_rate_samplerate.la
 
-asound_module_rate_sampleratedir = $(libdir)/alsa-lib
+asound_module_rate_sampleratedir = @ALSA_PLUGIN_DIR@
 
 AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ $(samplerate_CFLAGS)
 AM_LDFLAGS = -module -avoid-version -export-dynamic
@@ -9,11 +9,11 @@ libasound_module_rate_samplerate_la_LIBA
 libasound_module_rate_samplerate_la_LIBADD = @ALSA_LIBS@ @samplerate_LIBS@
 
 install-exec-hook:
-       rm -f $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_samplerate_*.so
-       $(LN_S) libasound_module_rate_samplerate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_samplerate_best.so
-       $(LN_S) libasound_module_rate_samplerate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_samplerate_medium.so
-       $(LN_S) libasound_module_rate_samplerate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_samplerate_order.so
-       $(LN_S) libasound_module_rate_samplerate.so $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_samplerate_linear.so
+       rm -f $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_samplerate_*.so
+       $(LN_S) libasound_module_rate_samplerate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_samplerate_best.so
+       $(LN_S) libasound_module_rate_samplerate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_samplerate_medium.so
+       $(LN_S) libasound_module_rate_samplerate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_samplerate_order.so
+       $(LN_S) libasound_module_rate_samplerate.so $(DESTDIR)@ALSA_PLUGIN_DIR@/libasound_module_rate_samplerate_linear.so
 
 uninstall-hook:
        rm -f $(DESTDIR)$(libdir)/alsa-lib/libasound_module_rate_samplerate_*.so

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread