sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
From: Dennis Reichel <dennis@reichel.net>
To: sox-devel@lists.sourceforge.net
Subject: sox-plugins patch
Date: Wed, 11 Nov 2015 16:37:32 -0500	[thread overview]
Message-ID: <1447277852.11329.25.camel@reichel.net> (raw)

This patch addresses the bug: https://bugzilla.rpmfusion.org/show_bug.c
gi?id=3662#c8 The bug seems pretty old.

I've tested these plugins extensively with Fedora 22.


--- BEGIN ---
diff -uNr sox-14.4.2-dist/src/optional-fmts.am sox-14.4.2-am-
patch/src/optional-fmts.am
--- sox-14.4.2-dist/src/optional-fmts.am	2014-10-05
22:02:30.000000000 -0400
+++ sox-14.4.2-am-patch/src/optional-fmts.am	2015-07-06
15:02:50.782761656 -0400
@@ -1,4 +1,5 @@
-
+# Mon 06 Jul 2015 msocorcim dennis@reichel.net
+# Provide lsx helpers link deps, no longer exported by libsox.so
 
 if HAVE_ALSA
 if STATIC_ALSA
@@ -77,7 +78,7 @@
 
 if HAVE_FLAC
 if STATIC_FLAC
-  libsox_la_SOURCES += flac.c
+  libsox_la_SOURCES += flac.c formats_i.c
 if STATIC_LIBSOX_ONLY
   sox_LDADD += @FLAC_LIBS@
 else
@@ -85,7 +86,7 @@
 endif
 else
   libsox_fmt_flac_la_SOURCES = flac.c
-  libsox_fmt_flac_la_LIBADD = libsox.la @FLAC_LIBS@
+  libsox_fmt_flac_la_LIBADD = libsox.la @FLAC_LIBS@ libsox_la-
formats_i.lo
   pkglib_LTLIBRARIES += libsox_fmt_flac.la
 endif
 endif
@@ -122,15 +123,15 @@
 
 if HAVE_MP3
 if STATIC_MP3
-  libsox_la_SOURCES += mp3.c mp3-util.h
+  libsox_la_SOURCES += mp3.c mp3-util.h formats_i.c
 if STATIC_LIBSOX_ONLY
-  sox_LDADD += @MP3_LIBS@
+  sox_LDADD += @MP3_LIBS@ libsox_la-formats_i.lo
 else
-  libsox_la_LIBADD += @MP3_LIBS@
+  libsox_la_LIBADD += @MP3_LIBS@ libsox_la-formats_i.lo
 endif
 else
   libsox_fmt_mp3_la_SOURCES = mp3.c mp3-util.h
-  libsox_fmt_mp3_la_LIBADD = libsox.la @MP3_LIBS@
+  libsox_fmt_mp3_la_LIBADD = libsox.la @MP3_LIBS@ libsox_la-
formats_i.lo 
   pkglib_LTLIBRARIES += libsox_fmt_mp3.la
 endif
 endif
@@ -271,35 +272,34 @@
 else
 libsox_fmt_sndfile_la_SOURCES = sndfile.c
 libsox_fmt_sndfile_la_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_sndfile_la_LIBADD = libsox.la @SNDFILE_LIBS@
+libsox_fmt_sndfile_la_LIBADD = libsox.la @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 libsox_fmt_caf_la_SOURCES = caf.c sndfile.c
 libsox_fmt_caf_la_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_caf_la_LIBADD = libsox.la @SNDFILE_LIBS@
+libsox_fmt_caf_la_LIBADD = libsox.la @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 libsox_fmt_mat4_la_SOURCES = mat4.c sndfile.c
 libsox_fmt_mat4_la_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_mat4_la_LIBADD = libsox.la @SNDFILE_LIBS@
+libsox_fmt_mat4_la_LIBADD = libsox.la @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 libsox_fmt_mat5_la_SOURCES = mat5.c sndfile.c
 libsox_fmt_mat5_la_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_mat5_la_LIBADD = libsox.la @SNDFILE_LIBS@
+libsox_fmt_mat5_la_LIBADD = libsox.la @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 libsox_fmt_paf_la_SOURCES = paf.c sndfile.c
 libsox_fmt_paf_la_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_paf_la_LIBADD = libsox.la  @SNDFILE_LIBS@
+libsox_fmt_paf_la_LIBADD = libsox.la  @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 libsox_fmt_fap_la_SOURCES = fap.c sndfile.c
 libsox_fmt_fap_la_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_fap_la_LIBADD = libsox.la @SNDFILE_LIBS@
+libsox_fmt_fap_la_LIBADD = libsox.la @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 libsox_fmt_w64_la_SOURCES = w64.c sndfile.c
 libsox_fmt_w64_la_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_w64_la_LIBADD = libsox.la @SNDFILE_LIBS@
+libsox_fmt_w64_la_LIBADD = libsox.la @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 libsox_fmt_xi_la_SOURCES = xi.c sndfile.c
 libsox_fmt_wi_la_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_xi_la_LIBADD = libsox.la @SNDFILE_LIBS@
+libsox_fmt_xi_la_LIBADD = libsox.la @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 libsox_fmt_pvf_la_SOURCES = pvf.c sndfile.c
 libsox_fmt_pvf_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_pvf_la_LIBADD = libsox.la @SNDFILE_LIBS@
+libsox_fmt_pvf_la_LIBADD = libsox.la @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 libsox_fmt_sd2_la_SOURCES = sd2.c sndfile.c
 libsox_fmt_sd2_CFLAGS = @WARN_CFLAGS@ @SNDFILE_CFLAGS@
-libsox_fmt_sd2_la_LIBADD = libsox.la @SNDFILE_LIBS@
+libsox_fmt_sd2_la_LIBADD = libsox.la @SNDFILE_LIBS@ libsox_la-
formats_i.lo
 pkglib_LTLIBRARIES += libsox_fmt_sndfile.la libsox_fmt_caf.la
libsox_fmt_mat4.la libsox_fmt_mat5.la libsox_fmt_paf.la
libsox_fmt_fap.la libsox_fmt_w64.la libsox_fmt_xi.la libsox_fmt_pvf.la
libsox_fmt_sd2.la
 endif
 endif
-
---END ---

Best Regards, Dennis Reichel

cell 561-463-6020|dennis@reichel.net|http://www.reichel.net

Technology|Social Media|Marketing|Management

The beautiful thing about learning is nobody
can take it away from you. -- BB King



------------------------------------------------------------------------------
_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

                 reply	other threads:[~2015-11-11 22:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.sourceforge.net/lists/listinfo/sox-devel

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1447277852.11329.25.camel@reichel.net \
    --to=sox-devel@lists.sourceforge.net \
    --cc=dennis@reichel.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).