Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=65984d7ce86b75f88aae0e080d1f859746fe635b
commit 65984d7ce86b75f88aae0e080d1f859746fe635b
Author: voroskoi <[EMAIL PROTECTED]>
Date: Mon Apr 28 13:52:09 2008 +0200
akode-2.0.2-4-x86_64
rebuilt with ffmpeg>=20080427
added ffmpeg_includes.diff
diff --git a/source/xmultimedia/akode/FrugalBuild
b/source/xmultimedia/akode/FrugalBuild
index 6123832..b48c6ee 100644
--- a/source/xmultimedia/akode/FrugalBuild
+++ b/source/xmultimedia/akode/FrugalBuild
@@ -3,10 +3,10 @@
pkgname=akode
pkgver=2.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="A simple audio-decoding frame-work that provides a uniform interface
to decode the most common audio-formats"
depends=('jack' 'flac>=1.2.1-2' 'libsamplerate' 'libvorbis' 'speex' \
- 'libmad' 'libstdc++' 'ffmpeg>=20070422' 'faad2' 'faac')
+ 'libmad' 'libstdc++' 'ffmpeg>=20080427' 'faad2' 'faac')
license="LGPL"
groups=('xmultimedia')
archs=('i686' 'x86_64')
@@ -14,7 +14,7 @@ _F_kde_id="30375"
_F_kde_reconf=1
Finclude kde
source=(http://www.kde-apps.org/CONTENT/content-files/30375-$pkgname-$pkgver.tar.bz2
\
- flac-x86_64.patch ffmpeg.patch gcc43.patch)
+ flac-x86_64.patch ffmpeg.patch gcc43.patch ffmpeg_includes.diff)
build ()
{
@@ -36,10 +36,9 @@ build ()
--without-debug
Fmakeinstall
}
-
-
sha1sums=('10ad1e335bc53c2a90d133b493568324514c729c' \
'f8a9b3813e9ffc4af6cd207508defbb86c1d3e72' \
'5b8d75fdbd038e163558de8699747a4196a6e52e' \
'1aabdb63b0bd46047007954ef404540e6871217d')
+
# optimization OK
diff --git a/source/xmultimedia/akode/ffmpeg_includes.diff
b/source/xmultimedia/akode/ffmpeg_includes.diff
new file mode 100644
index 0000000..f3f08a1
--- /dev/null
+++ b/source/xmultimedia/akode/ffmpeg_includes.diff
@@ -0,0 +1,16 @@
+diff -aur akode-2.0.2/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp
fw_akode-2.0.2/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp
+--- akode-2.0.2/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp
2006-08-10 20:37:20.000000000 +0200
++++ fw_akode-2.0.2/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp
2008-04-28 13:42:32.000000000 +0200
+@@ -26,9 +26,9 @@
+ #include "decoder.h"
+
+ #include <assert.h>
+-#include <ffmpeg/avcodec.h>
+-#include <ffmpeg/avformat.h>
+-#include <ffmpeg/avio.h>
++#include <libavcodec/avcodec.h>
++#include <libavformat/avformat.h>
++#include <libavformat/avio.h>
+
+ #include "ffmpeg_decoder.h"
+ #include <iostream>
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git