[packages/OpenAL] - updated to 1.15 - removed obsolete link patch
qboosh
qboosh at pld-linux.org
Sun Dec 9 12:24:43 CET 2012
commit 89d1fa49d8f7034499054c1513c3a975613e82a3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Dec 9 12:25:30 2012 +0100
- updated to 1.15
- removed obsolete link patch
OpenAL-link.patch | 11 -----------
OpenAL.spec | 13 +++++++------
2 files changed, 7 insertions(+), 17 deletions(-)
---
diff --git a/OpenAL.spec b/OpenAL.spec
index 0510c9a..bf20b11 100644
--- a/OpenAL.spec
+++ b/OpenAL.spec
@@ -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 . \
diff --git a/OpenAL-link.patch b/OpenAL-link.patch
deleted file mode 100644
index bd7abae..0000000
--- a/OpenAL-link.patch
+++ /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")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/OpenAL.git/commitdiff/89d1fa49d8f7034499054c1513c3a975613e82a3
More information about the pld-cvs-commit
mailing list