[audacious-plugins-freeworld] Update to 3.8 as in Fedora proper

Sérgio M. Basto sergiomb at rpmfusion.org
Tue Oct 25 06:25:31 CEST 2016


commit ce2cefa58d7289aaccb4f4ab8811bdb3ed95cc37
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Tue Oct 25 05:25:14 2016 +0100

    Update to 3.8 as in Fedora proper
    
    - Disable wavpack and flac detection.

 .gitignore                       |  1 +
 audacious-plugins-freeworld.spec | 14 ++++++++++----
 sources                          |  2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92e8162..dbce551 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ audacious-plugins-3.5.1.tar.bz2
 audacious-plugins-3.6.1.tar.bz2
 audacious-plugins-3.6.2.tar.bz2
 audacious-plugins-3.7.2.tar.bz2
+/audacious-plugins-3.8.tar.bz2
diff --git a/audacious-plugins-freeworld.spec b/audacious-plugins-freeworld.spec
index e8e965b..6eaca68 100644
--- a/audacious-plugins-freeworld.spec
+++ b/audacious-plugins-freeworld.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           audacious-plugins-freeworld
-Version:        3.7.2
-Release:        2%{?dist}
+Version:        3.8
+Release:        1%{?dist}
 Summary:        Additional plugins for the Audacious media player
 
 Group:          Applications/Multimedia
@@ -103,18 +103,20 @@ sed -i '\,^.SILENT:,d' buildsys.mk.in
 	--disable-flacng \
 	--disable-vorbis \
 	--disable-neon \
+	--disable-flac \
+	--disable-wavpack \
         --disable-sse2 \
         --disable-altivec \
         --disable-dependency-tracking
 make V=1 %{?_smp_mflags} -C src/mpg123
-make V=1 %{?_smp_mflags} -C src/aac-raw
+make V=1 %{?_smp_mflags} -C src/aac
 make V=1 %{?_smp_mflags} -C src/ffaudio
 make V=1 %{?_smp_mflags} -C src/mms
 
 
 %install
 make -C src/mpg123 install DESTDIR=$RPM_BUILD_ROOT
-make -C src/aac-raw install DESTDIR=$RPM_BUILD_ROOT
+make -C src/aac install DESTDIR=$RPM_BUILD_ROOT
 make -C src/ffaudio install DESTDIR=$RPM_BUILD_ROOT
 make -C src/mms install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
@@ -140,6 +142,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 
 %changelog
+* Tue Oct 25 2016 Sérgio Basto <sergio at serjux.com> - 3.8-1
+- Update to 3.8 as in Fedora proper
+- Disable wavpack and flac detection.
+
 * Sat Jul 30 2016 Julian Sikorski <belegdol at fedoraproject.org> - 3.7.2-2
 - Rebuilt for ffmpeg-3.1.1
 
diff --git a/sources b/sources
index d0c455c..e3c2f73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ae2f17885897e717b8bbafc32858e2f  audacious-plugins-3.7.2.tar.bz2
+21109ff3e74b62d6bb9cb89b249f7d02  audacious-plugins-3.8.tar.bz2


More information about the rpmfusion-commits mailing list