summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-07-26 19:15:19 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-07-26 19:15:19 +0200
commita10520516cc54f4626eb3f8317fbea6f797dd0e6 (patch)
tree9dee734d2a20958f92966145bd89c966f22ec3bb
parent6b09aa07cd11465c78d05a0dfc61848e97941110 (diff)
downloadtde-packaging-a1052051.tar.gz
tde-packaging-a1052051.zip
RPM Packaging: update akode
-rw-r--r--redhat/extras/akode/akode-14.0.0.spec23
1 files changed, 11 insertions, 12 deletions
diff --git a/redhat/extras/akode/akode-14.0.0.spec b/redhat/extras/akode/akode-14.0.0.spec
index bac85626d..70de09e6d 100644
--- a/redhat/extras/akode/akode-14.0.0.spec
+++ b/redhat/extras/akode/akode-14.0.0.spec
@@ -18,15 +18,15 @@
%define _docdir %{tde_docdir}
-Summary: Audio-decoding framework
-Name: trinity-akode
-Version: 2.0.2
+Summary: Audio-decoding framework
+Name: trinity-akode
+Version: 2.0.2
Release: 5%{?dist}%{?_variant}
-License: LGPLv2+
-Group: System Environment/Libraries
-#URL: http://carewolf.com/akode/
-URL: http://www.kde-apps.org/content/show.php?content=30375
+License: LGPLv2+
+Group: System Environment/Libraries
+#URL: http://carewolf.com/akode/
+URL: http://www.kde-apps.org/content/show.php?content=30375
Source0: akode-2.0.2.tar.bz2
Prefix: %{tde_prefix}
@@ -39,7 +39,7 @@ Patch2: akode-2.0.2-multilib.patch
Patch3: akode-2.0.2-flac113-portable.patch
Patch4: akode-2.0.2-gcc43.patch
-# New patch for Fedora 16 / TDE 3.5.13
+# New patches
Patch10: akode-autotools.patch
Patch11: akode-2.0.2-fix_ffmpeg_include.patch
Patch12: akode-2.0.2-fix_ftbfs.patch
@@ -117,6 +117,8 @@ aKode currently has the following decoder plugins:
aKode also has the following audio outputs:
* alsa: Outputs to ALSA (dmix is recommended).
+* jack
+* pulseaudio
%files
%defattr(-,root,root,-)
@@ -318,16 +320,13 @@ Requires: %{name} = %{version}-%{release}
--enable-new-ldflags \
--enable-final
-%__make %{?_smp_mflags} LIBTOOL=$(which libtool)
+%__make %{?_smp_mflags}
%install
%__rm -rf %{buildroot}
%__make install DESTDIR=%{buildroot}
-# unpackaged files
-%__rm -f %{buildroot}%{tde_libdir}/*.a
-
# rpmdocs
for file in AUTHORS COPYING NEWS README TODO ; do
test -s "$file" && install -p -m644 -D "$file" "rpmdocs/$file"