Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f3862aa452a6d9d47aa3683ffbf1c3f113c87dea
commit f3862aa452a6d9d47aa3683ffbf1c3f113c87dea Author: voroskoi <[EMAIL PROTECTED]> Date: Mon Apr 28 14:11:55 2008 +0200 nemesi-0.6.0-3-x86_64 rebuilt with ffmpeg>=20080427 x86_64 goes to arch() added ffmpeg_includes.diff diff --git a/source/xmultimedia-extra/nemesi/FrugalBuild b/source/xmultimedia-extra/nemesi/FrugalBuild index 779aaa0..b34459c 100644 --- a/source/xmultimedia-extra/nemesi/FrugalBuild +++ b/source/xmultimedia-extra/nemesi/FrugalBuild @@ -3,19 +3,20 @@ pkgname=nemesi pkgver=0.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="Network Media Streamer." url="http://streaming.polito.it/" -depends=('sdl' 'gtk+2' 'freetype2>=2.3.4' 'ffmpeg>=20070422' 'libnms') +depends=('sdl' 'gtk+2' 'freetype2>=2.3.4' 'ffmpeg>=20080427' 'libnms') makedepends=('xghostscript' 'groff') groups=('xmultimedia-extra') options=('scriptlet') -archs=('i686') ## !x86_64 I think :| +archs=('i686' 'x86_64') up2date="$pkgver" #up2date="lynx -dump http://streaming.polito.it/downloads/client|grep -m1 '.tar.bz2'|sed 's/.*-\(.*\).t.*/\1/'" -source=(http://streaming.polito.it/files/$pkgname-$pkgver.tar.bz2 kill-hardcoded-cflags.patch) +source=(http://streaming.polito.it/files/$pkgname-$pkgver.tar.bz2 kill-hardcoded-cflags.patch ffmpeg_includes.diff) sha1sums=('5f78e2e2feeb61bef312df373fb65dc8fb671f22' \ - 'e5b5441f30fb8b4d96282600c8aa527a14183945') + 'e5b5441f30fb8b4d96282600c8aa527a14183945' \ + '7c097e9c546453d9e763bea89218db690eb3283f') build() { diff --git a/source/xmultimedia-extra/nemesi/ffmpeg_includes.diff b/source/xmultimedia-extra/nemesi/ffmpeg_includes.diff new file mode 100644 index 0000000..6aa454b --- /dev/null +++ b/source/xmultimedia-extra/nemesi/ffmpeg_includes.diff @@ -0,0 +1,36 @@ +diff -aur nemesi-0.6.0/decoder/libffmp3/ffmp3.c fw_nemesi-0.6.0/decoder/libffmp3/ffmp3.c +--- nemesi-0.6.0/decoder/libffmp3/ffmp3.c 2006-09-27 15:49:11.000000000 +0200 ++++ fw_nemesi-0.6.0/decoder/libffmp3/ffmp3.c 2008-04-28 14:04:09.000000000 +0200 +@@ -40,7 +40,7 @@ + #ifdef HAVE_AV_CONFIG_H + #undef HAVE_AV_CONFIG_H + #endif +-#include <ffmpeg/avcodec.h> ++#include <libavcodec/avcodec.h> + #define BUFFER 8192 + #define RESAMPLED + int get_plugin_pt(void); +diff -aur nemesi-0.6.0/decoder/libffmpeg/ffmpeg.h fw_nemesi-0.6.0/decoder/libffmpeg/ffmpeg.h +--- nemesi-0.6.0/decoder/libffmpeg/ffmpeg.h 2006-09-26 17:32:23.000000000 +0200 ++++ fw_nemesi-0.6.0/decoder/libffmpeg/ffmpeg.h 2008-04-28 14:00:19.000000000 +0200 +@@ -31,7 +31,7 @@ + + #include <stdio.h> + +-#include <ffmpeg/avcodec.h> ++#include <libavcodec/avcodec.h> + + #include <nemesi/img_format.h> + +diff -aur nemesi-0.6.0/decoder/libffmpeg4/ffmpeg4.h fw_nemesi-0.6.0/decoder/libffmpeg4/ffmpeg4.h +--- nemesi-0.6.0/decoder/libffmpeg4/ffmpeg4.h 2006-09-26 17:32:23.000000000 +0200 ++++ fw_nemesi-0.6.0/decoder/libffmpeg4/ffmpeg4.h 2008-04-28 14:06:27.000000000 +0200 +@@ -31,7 +31,7 @@ + + #include <stdio.h> + +-#include <ffmpeg/avcodec.h> ++#include <libavcodec/avcodec.h> + + #include <nemesi/img_format.h> + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
