Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ea33198622e88c10552c4a33ffc18c51883f7d7b

commit ea33198622e88c10552c4a33ffc18c51883f7d7b
Author: Michel Hermier <[email protected]>
Date:   Mon Jan 20 13:59:18 2014 +0100

alsa-plugins-1.0.27-1-x86_64

* Bump version.

diff --git a/source/multimedia/alsa-plugins/FrugalBuild 
b/source/multimedia/alsa-plugins/FrugalBuild
index d44ddc7..cddc4e2 100644
--- a/source/multimedia/alsa-plugins/FrugalBuild
+++ b/source/multimedia/alsa-plugins/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Miklos Vajna <[email protected]>

pkgname=alsa-plugins
-pkgver=1.0.26
-pkgrel=2
+pkgver=1.0.27
+pkgrel=1
pkgdesc="Various plugins for ALSA."
url="http://www.alsa-project.org";
depends=("alsa-lib>=1.0.26")
@@ -13,9 +13,8 @@ groups=('multimedia')
archs=('i686' 'x86_64')
_F_archive_grepv='rc'
up2date="Flasttar $url"
-source=(http://ftp.frugalware.org/pub/other/sources/alsa/$pkgname-$pkgver.tar.xz
 ffmpeg.patch use_libavutil.patch)
-sha1sums=('7ac117bba6250ee7136e8eb3e98198910e4f0187' \
-          'e053e8efd5d8ae5b7fdadfe31aa89d8cefc5809d' \
+source=(ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2 
use_libavutil.patch)
+sha1sums=('a04da303d3f70005f6ce472bbab6ecac1072a558' \
'ef9c284aff86e3772053ef9fc00aadffe65c6f9e')

subname="alsa-plugin"
diff --git a/source/multimedia/alsa-plugins/ffmpeg.patch 
b/source/multimedia/alsa-plugins/ffmpeg.patch
deleted file mode 100644
index 574884a..0000000
--- a/source/multimedia/alsa-plugins/ffmpeg.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -ur a/a52/pcm_a52.c b/a52/pcm_a52.c
---- a/a52/pcm_a52.c    2012-09-06 02:52:58.000000000 -0500
-+++ b/a52/pcm_a52.c    2012-10-29 01:02:11.280092390 -0500
-@@ -441,7 +441,21 @@
- #else
-   rec->avctx->sample_fmt = SAMPLE_FMT_S16;
- #endif
--#if LIBAVCODEC_VERSION_MAJOR > 52 || (LIBAVCODEC_VERSION_MAJOR == 52 && 
LIBAVCODEC_VERSION_MINOR >= 3)
-+#if (LIBAVCODEC_VERSION_MAJOR >= 54)
-+      switch (io->channels) {
-+      case 2:
-+              rec->avctx->channel_layout = AV_CH_LAYOUT_STEREO;
-+              break;
-+      case 4:
-+              rec->avctx->channel_layout = AV_CH_LAYOUT_QUAD;
-+              break;
-+      case 6:
-+              rec->avctx->channel_layout = AV_CH_LAYOUT_5POINT1;
-+              break;
-+      default:
-+              break;
-+      }
-+#elif (LIBAVCODEC_VERSION_MAJOR > 52 && LIBAVCODEC_VERSION_MAJOR < 54) || 
(LIBAVCODEC_VERSION_MAJOR == 52 && LIBAVCODEC_VERSION_MINOR >= 3)
-       switch (io->channels) {
-       case 2:
-               rec->avctx->channel_layout = CH_LAYOUT_STEREO;
-@@ -702,7 +716,6 @@
-       rec->channels = channels;
-       rec->format = format;
-
--      avcodec_init();
-       avcodec_register_all();
-
-       rec->codec = avcodec_find_encoder_by_name("ac3_fixed");
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to