[alure] update to latest upstream version

Julian Aloofi julian at fedoraproject.org
Sat May 28 10:56:28 UTC 2011


commit 8c1529c62fabf889f11ebe3960b7a6ec0054b7f9
Author: Julian Aloofi <julian.fedora at googlemail.com>
Date:   Sat May 28 12:55:58 2011 +0200

    update to latest upstream version

 .gitignore                     |    1 +
 alure.spec                     |   22 +++++++++-------------
 alure_compile_with_gcc44.patch |   10 ----------
 alure_multilib_pkgconfig.patch |   11 -----------
 sources                        |    2 +-
 5 files changed, 11 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9722c6..8e0dc18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 alure-1.0-src.tar.bz2
+/alure-1.1.tar.bz2
diff --git a/alure.spec b/alure.spec
index 3b240fe..4541a17 100644
--- a/alure.spec
+++ b/alure.spec
@@ -1,19 +1,14 @@
 Name:           alure
-Version:        1.0
-Release:        5%{?dist}
+Version:        1.1
+Release:        1%{?dist}
 Summary:        Audio Library Tools REloaded
 Group:          System Environment/Libraries
 # ALURE code is LGPLv2+; note -devel subpackage has its own license tag
 License:        LGPLv2+ 
 URL:            http://kcat.strangesoft.net/alure.html
-Source0:        http://kcat.strangesoft.net/%{name}-releases/%{name}-%{version}-src.tar.bz2
-# patch to compile with GCC 4.4
-Patch0:         alure_compile_with_gcc44.patch
-# set correct pkgconfig path for multilib
-Patch1:         alure_multilib_pkgconfig.patch
+Source0:        http://kcat.strangesoft.net/%{name}-releases/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# flac-devel not BRed as build against flac currently fails
-BuildRequires:  cmake, libvorbis-devel, libsndfile-devel, openal-devel
+BuildRequires:  cmake, libvorbis-devel, libsndfile-devel, openal-soft-devel, flac-devel, dumb-devel, fluidsynth-devel
 
 
 %description
@@ -38,13 +33,10 @@ developing applications that use %{name}.
 
 %prep
 %setup -q 
-%patch0 -p1
-%patch1 -p1
 
 
 %build
-# disable build against FLAC (currently fails)
-%cmake . -DFLAC:BOOL=OFF 
+%cmake . -DBUILD_STATIC:BOOL=OFF
 make VERBOSE=1 %{?_smp_mflags}
 
 
@@ -81,6 +73,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat May 28 2011 Julian Aloofi <julian at fedoraproject.org> - 1.1-1
+- update to latest upstream release
+- enabled FLAC, DUMB and fluidsynth support
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 7065638..81251cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48a81287f2caf2adc5870cd075e70c9c  alure-1.0-src.tar.bz2
+a2f6934d3783c8478c460965a13e4e12  alure-1.1.tar.bz2


More information about the scm-commits mailing list