[meego-commits] 9892: Changes to Trunk:Testing/libsndfile

Lisa Yue no_reply at build.meego.com
Fri Nov 26 08:23:17 UTC 2010


Hi,
I have made the following changes to libsndfile in project Trunk:Testing. Please review and accept ASAP.

Thank You,
Lisa Yue

[This message was auto-generated]

---

Request #9892:

  submit:   home:lisayue:branches:Trunk:Testing/libsndfile(cleanup) -> Trunk:Testing/libsndfile


Message:
    Add ogg/vorbis/flac build requirements (BMC#10323)

State:   new          2010-11-26T00:23:17 lisayue
Comment: None



changes files:
--------------
--- libsndfile.changes
+++ libsndfile.changes
@@ -0,0 +1,3 @@
+* Tue Nov 23 2010 Ling Yue <ling.yue at intel.com> - 1.0.21
+- Add ogg/vorbis/flac build requirements (BMC#10323)
+

spec files:
-----------
--- libsndfile.spec
+++ libsndfile.spec
@@ -1,6 +1,6 @@
 # 
-# Do not Edit! Generated by:
-# spectacle version 0.13
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.21
 # 
 # >> macros
 # << macros
@@ -17,8 +17,10 @@
 Requires(post):  /sbin/ldconfig
 Requires(postun):  /sbin/ldconfig
 BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(ogg)
+BuildRequires:  pkgconfig(vorbis)
+BuildRequires:  pkgconfig(flac)
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libsndfile is a C library for reading and writing sound files such as
@@ -54,7 +56,6 @@
 %configure --disable-static \
     --disable-dependency-tracking
 
-# Call make instruction with smp support
 make %{?jobs:-j%jobs}
 
 # >> build post
@@ -68,9 +69,6 @@
 # >> install post
 # << install post
 
-%clean
-rm -rf %{buildroot}
-
 
 
 %post -p /sbin/ldconfig
@@ -79,6 +77,8 @@
 
 
 
+
+
 %files
 %defattr(-,root,root,-)
 # >> files

other changes:
--------------

++++++ libsndfile.yaml
--- libsndfile.yaml
+++ libsndfile.yaml
@@ -16,6 +16,9 @@
 
 PkgConfigBR:
     - alsa
+    - ogg
+    - vorbis
+    - flac
 Configure: configure
 ConfigOptions:
     - --disable-dependency-tracking




More information about the MeeGo-commits mailing list