Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=0b8d6eec5185c3ea527cdbafd9f1e7de3200cf55

commit 0b8d6eec5185c3ea527cdbafd9f1e7de3200cf55
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Jul 21 18:01:22 2010 +0200

akode-2.0.2-9-i686

- bin, already replaced by phonon

diff --git a/source/xmultimedia/akode/FrugalBuild 
b/source/xmultimedia/akode/FrugalBuild
deleted file mode 100644
index d6f0ab0..0000000
--- a/source/xmultimedia/akode/FrugalBuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Compiling Time: 0.23 SBU
-# Maintainer: crazy <cr...@frugalware.org>
-
-pkgname=akode
-pkgver=2.0.2
-pkgrel=8
-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>=20090403' 'faad2>=2.7' 'faac' \
-       'libraw1394>=2.0.2')
-license="LGPL"
-groups=('xmultimedia')
-archs=('i686' 'x86_64' 'ppc')
-_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 ffmpeg_includes.diff \
-       akode-am.patch)
-
-build ()
-{
-       Fbuild_kde_reconf
-       Fmake --disable-dependency-tracking \
-               --enable-new-ldflags \
-               --with-gnu-ld \
-               --with-jack \
-               --with-vorbis \
-               --with-libsamplerate \
-               --with-libmad \
-               --with-oss \
-               --with-alsa \
-               --with-speex \
-               --with-flac \
-               --with-ffmpeg \
-               --enable-final \
-               --disable-debug \
-               --without-debug
-       Fmakeinstall
-}
-sha1sums=('10ad1e335bc53c2a90d133b493568324514c729c' \
-          'f8a9b3813e9ffc4af6cd207508defbb86c1d3e72' \
-          '5b8d75fdbd038e163558de8699747a4196a6e52e' \
-          '1aabdb63b0bd46047007954ef404540e6871217d' \
-          '78a1fa350bd0e64acbb1511c16a768b1fe64fbce' \
-          '7eaa33447731bc403d1ccee06196ea844da78d43')
-
-# optimization OK
diff --git a/source/xmultimedia/akode/akode-am.patch 
b/source/xmultimedia/akode/akode-am.patch
deleted file mode 100644
index 5a23f3a..0000000
--- a/source/xmultimedia/akode/akode-am.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kdelibs-3.5.10/admin/cvs.sh~       2008-08-19 23:28:39.000000000 +0300
-+++ kdelibs-3.5.10/admin/cvs.sh        2009-05-19 13:34:47.966210297 +0300
-@@ -68,7 +68,7 @@
-     echo "*** KDE requires automake $required_automake_version"
-     exit 1
-     ;;
--  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | 
automake*1.10*)
-+  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | 
automake*1.10* | automake*1.11*)
-     echo "*** $AUTOMAKE_STRING found."
-     UNSERMAKE=no
-     ;;
diff --git a/source/xmultimedia/akode/ffmpeg.patch 
b/source/xmultimedia/akode/ffmpeg.patch
deleted file mode 100644
index 855fa29..0000000
--- a/source/xmultimedia/akode/ffmpeg.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur akode-2.0.2/akode/plugins/ffmpeg_decoder/Makefile.am 
akode-2.0.2-ffmpeg/akode/plugins/ffmpeg_decoder/Makefile.am
---- akode-2.0.2/akode/plugins/ffmpeg_decoder/Makefile.am       2005-11-19 
13:02:20.000000000 +0100
-+++ akode-2.0.2-ffmpeg/akode/plugins/ffmpeg_decoder/Makefile.am        
2007-04-23 14:02:42.000000000 +0200
-@@ -1,4 +1,6 @@
--INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib 
$(AVCODEC_CFLAGS) $(AVFORMAT_CFLAGS) $(all_includes)
-+
-+NEW_FFMPEG_DEFINES = -D__STDC_CONSTANT_MACROS
-+INCLUDES = -I$(top_srcdir)/akode/lib -I$(top_builddir)/akode/lib 
$(AVCODEC_CFLAGS) $(NEW_FFMPEG_DEFINES) $(AVFORMAT_CFLAGS) $(all_includes)
-
- lib_LTLIBRARIES       = libakode_ffmpeg_decoder.la
-
diff --git a/source/xmultimedia/akode/ffmpeg_includes.diff 
b/source/xmultimedia/akode/ffmpeg_includes.diff
deleted file mode 100644
index 9c4bd9e..0000000
--- a/source/xmultimedia/akode/ffmpeg_includes.diff
+++ /dev/null
@@ -1,47 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2009/06/14 12:46:44 hasso Exp $
-
---- akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp.orig       2006-08-10 
21:37:20 +0300
-+++ akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp    2009-06-14 15:14:53 
+0300
-@@ -26,9 +26,11 @@
- #include "decoder.h"
-
- #include <assert.h>
--#include <ffmpeg/avcodec.h>
--#include <ffmpeg/avformat.h>
--#include <ffmpeg/avio.h>
-+extern "C" {
-+#include <libavcodec/avcodec.h>
-+#include <libavformat/avformat.h>
-+#include <libavformat/avio.h>
-+}
-
- #include "ffmpeg_decoder.h"
- #include <iostream>
-@@ -45,7 +47,7 @@ extern "C" {
-         aKode::File *file = (aKode::File*)opaque;
-         return file->write((char*)buf, size);
-     }
--    static offset_t akode_seek(void* opaque, offset_t pos, int whence)
-+    static int64_t akode_seek(void* opaque, int64_t pos, int whence)
-     {
-         aKode::File *file = (aKode::File*)opaque;
-         return file->seek(pos, whence);
-@@ -314,7 +316,7 @@ bool FFMPEGDecoder::readFrame(AudioFrame
-     assert(d->packet.stream_index == d->audioStream);
-
- retry:
--    int len = avcodec_decode_audio( d->ic->streams[d->audioStream]->codec,
-+    int len = avcodec_decode_audio2( d->ic->streams[d->audioStream]->codec,
-                                     (short*)d->buffer, &d->buffer_size,
-                                     d->packetData, d->packetSize );
-
-@@ -349,7 +351,7 @@ retry:
-             assert(false);
-     }
-     if (length == 0) return readFrame(frame);
--    std::cout << "akode: FFMPEG: Frame length: " << length << "\n";
-+    // std::cout << "akode: FFMPEG: Frame length: " << length << "\n";
-
-     if( d->packetSize <= 0 )
-         av_free_packet( &d->packet );
-
diff --git a/source/xmultimedia/akode/flac-x86_64.patch 
b/source/xmultimedia/akode/flac-x86_64.patch
deleted file mode 100644
index 6c091c6..0000000
--- a/source/xmultimedia/akode/flac-x86_64.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- akode/plugins/xiph_decoder/flac113_decoder.cpp
-+++ akode/plugins/xiph_decoder/flac113_decoder.cpp
-@@ -108,7 +108,7 @@ struct FLACDecoder::private_data {
- static FLAC__StreamDecoderReadStatus flac_read_callback(
-         const FLAC__StreamDecoder *,
-         FLAC__byte buffer[],
--        unsigned *bytes,
-+        size_t *bytes,
-         void *client_data)
- {
-     FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
diff --git a/source/xmultimedia/akode/gcc43.patch 
b/source/xmultimedia/akode/gcc43.patch
deleted file mode 100644
index b4491eb..0000000
--- a/source/xmultimedia/akode/gcc43.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -up akode-2.0.2/akode/akodeplay/akodeplay.cpp.gcc43 
akode-2.0.2/akode/akodeplay/akodeplay.cpp
---- akode-2.0.2/akode/akodeplay/akodeplay.cpp.gcc43    2006-11-06 
07:20:52.000000000 -0600
-+++ akode-2.0.2/akode/akodeplay/akodeplay.cpp  2008-02-12 17:28:00.000000000 
-0600
-@@ -25,6 +25,7 @@
- #include "../lib/sink.h"
- #include "../lib/decoder.h"
-
-+#include <stdlib.h>
- #ifdef HAVE_GNU_GETOPT
-   #include <getopt.h>
- #else
-diff -up akode-2.0.2/akode/lib/player.cpp.gcc43 
akode-2.0.2/akode/lib/player.cpp
---- akode-2.0.2/akode/lib/player.cpp.gcc43     2006-11-05 08:37:48.000000000 
-0600
-+++ akode-2.0.2/akode/lib/player.cpp   2008-02-12 17:10:58.000000000 -0600
-@@ -21,6 +21,7 @@
- #include <pthread.h>
- #include <semaphore.h>
- #include <assert.h>
-+#include <string.h>
-
- #include "audioframe.h"
- #include "audiobuffer.h"
-diff -up akode-2.0.2/akode/lib/magic.cpp.gcc43 akode-2.0.2/akode/lib/magic.cpp
---- akode-2.0.2/akode/lib/magic.cpp.gcc43      2008-02-12 16:52:26.000000000 
-0600
-+++ akode-2.0.2/akode/lib/magic.cpp    2008-02-12 17:16:54.000000000 -0600
-@@ -21,6 +21,8 @@
- #include "akodelib.h"
- #include "magic.h"
- #include "file.h"
-+#include <stdlib.h>
-+#include <string.h>
- #include <iostream>
- using std::cerr;
-
-diff -up akode-2.0.2/akode/lib/akode_export.h.in.gcc43 
akode-2.0.2/akode/lib/akode_export.h.in
-diff -up akode-2.0.2/akode/lib/auto_sink.cpp.gcc43 
akode-2.0.2/akode/lib/auto_sink.cpp
---- akode-2.0.2/akode/lib/auto_sink.cpp.gcc43  2005-10-26 08:50:29.000000000 
-0500
-+++ akode-2.0.2/akode/lib/auto_sink.cpp        2008-02-12 16:57:18.000000000 
-0600
-@@ -21,6 +21,7 @@
- #include "audioframe.h"
- #include "auto_sink.h"
-
-+#include <stdlib.h>
- #include <iostream>
-
- namespace aKode {
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to