]> git.pld-linux.org Git - packages/alsa-plugins.git/commitdiff
- updated to 1.0.27 auto/th/alsa-plugins-1.0.27-1 auto/ti/alsa-plugins-1.0.27-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Apr 2013 17:27:13 +0000 (19:27 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Apr 2013 17:27:13 +0000 (19:27 +0200)
- removed obsolete ffmpeg patch

alsa-plugins-ffmpeg.patch [deleted file]
alsa-plugins.spec

diff --git a/alsa-plugins-ffmpeg.patch b/alsa-plugins-ffmpeg.patch
deleted file mode 100644 (file)
index a4d5f09..0000000
+++ /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;
index 99ae7480bb82e6071e32d551aed61bb6b74eeda2..a9b01be528b8c2c08a2c7d4ee3619ce5218c4bca 100644 (file)
@@ -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 .
This page took 0.145045 seconds and 4 git commands to generate.