commit 9467b57c6565d6989dc691c67e9a2df36ace35db
Author: Jakub Bogusz <[email protected]>
Date:   Sun Apr 14 19:27:13 2013 +0200

    - updated to 1.0.27
    - removed obsolete ffmpeg patch

 alsa-plugins-ffmpeg.patch | 25 -------------------------
 alsa-plugins.spec         |  8 +++-----
 2 files changed, 3 insertions(+), 30 deletions(-)
---
diff --git a/alsa-plugins.spec b/alsa-plugins.spec
index 99ae748..a9b01be 100644
--- a/alsa-plugins.spec
+++ b/alsa-plugins.spec
@@ -1,14 +1,13 @@
 Summary:       Advanced Linux Sound Architecture - plugins
 Summary(pl.UTF-8):     Advanced Linux Sound Architecture - wtyczki
 Name:          alsa-plugins
-Version:       1.0.26
-Release:       2
+Version:       1.0.27
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       
ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
-# Source0-md5: 4facd408326ef5567a7d4ceb6589e6b0
+# Source0-md5: ada0163e0e84c787bfc929ad0f3f5cb8
 Source1:       %{name}-pulse.conf
-Patch0:                %{name}-ffmpeg.patch
 URL:           http://www.alsa-project.org/
 BuildRequires: alsa-lib-devel >= 1.0.18
 BuildRequires: automake
@@ -193,7 +192,6 @@ Wtyczka wejścia-wyjścia PCM usb_stream dla systemu ALSA.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
diff --git a/alsa-plugins-ffmpeg.patch b/alsa-plugins-ffmpeg.patch
deleted file mode 100644
index a4d5f09..0000000
--- a/alsa-plugins-ffmpeg.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- alsa-plugins-1.0.26/a52/pcm_a52.c.orig     2012-09-06 09:52:58.000000000 
+0200
-+++ alsa-plugins-1.0.26/a52/pcm_a52.c  2012-09-08 20:42:43.420501233 +0200
-@@ -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 == 52 && 
LIBAVCODEC_VERSION_MINOR >= 3)
-       switch (io->channels) {
-       case 2:
-               rec->avctx->channel_layout = CH_LAYOUT_STEREO;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/alsa-plugins.git/commitdiff/9467b57c6565d6989dc691c67e9a2df36ace35db

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to