]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
- updated to 1.15
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2012 11:25:30 +0000 (12:25 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Dec 2012 11:25:30 +0000 (12:25 +0100)
- removed obsolete link patch

OpenAL-link.patch [deleted file]
OpenAL.spec

diff --git a/OpenAL-link.patch b/OpenAL-link.patch
deleted file mode 100644 (file)
index bd7abae..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- openal-soft-1.14/CMakeLists.txt.orig       2012-03-28 17:55:17.000000000 +0200
-+++ openal-soft-1.14/CMakeLists.txt    2012-04-04 17:43:01.116501828 +0200
-@@ -663,7 +663,7 @@
- IF(EXAMPLES)
-     # Might be able to use earlier versions, but these definitely work
--    PKG_CHECK_MODULES(FFMPEG libavcodec>=52.123.0 libavformat>=52.111.0)
-+    PKG_CHECK_MODULES(FFMPEG libavcodec>=52.123.0 libavformat>=52.111.0 libavutil)
- ENDIF()
- IF(LIBTYPE STREQUAL "STATIC")
index 0510c9ad3a32f10c38ec85497ec845624adec24e..bf20b11473ccc65a34e49e48ceebafeed30a9b59 100644 (file)
@@ -7,17 +7,19 @@
 Summary:       Open Audio Library
 Summary(pl.UTF-8):     Otwarta Biblioteka Dźwięku
 Name:          OpenAL
-Version:       1.14
-Release:       3
+Version:       1.15
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
-# Source0-md5: 3d8b86c21a2f87a2a5e60f78f3b3f03d
-Patch0:                %{name}-link.patch
+# Source0-md5: 0eeb0551420b8fec300fe5db6d9a7902
 #URL:          http://kcat.strangesoft.net/openal.html
 URL:           http://www.openal.org/
 %{?with_alsa:BuildRequires:    alsa-lib-devel}
-BuildRequires: cmake
+BuildRequires: cmake >= 2.4
+# for examples: libavcodec>=53.61.100 libavformat>=53.32.100 libavutil>=51.35.100
+BuildRequires: ffmpeg-devel
+BuildRequires: pkgconfig
 %{?with_portaudio:BuildRequires:       portaudio-devel}
 %{?with_pulseaudio:BuildRequires:      pulseaudio-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -54,7 +56,6 @@ OpenAL.
 
 %prep
 %setup -q -n openal-soft-%{version}
-%patch0 -p1
 
 %build
 %cmake . \
This page took 0.130103 seconds and 4 git commands to generate.