2009-03-16 Andras Barna <[email protected]>
authorsartek
Mon, 16 Mar 2009 19:18:42 +0000
changeset 1752 ae41fb74d59c
parent 1751 283920c78453
child 1753 97031c0709c6
2009-03-16 Andras Barna <[email protected]> * SFEgeany.spec: new version * SFElibx264.spec: add patch7 * SFErecordmysolaris.spec: fix Requires * patches/libx264-07-soname.diff: added
ChangeLog
SFEgeany.spec
SFElibx264.spec
SFErecordmysolaris.spec
patches/libx264-07-soname.diff
--- a/ChangeLog	Mon Mar 16 18:41:09 2009 +0000
+++ b/ChangeLog	Mon Mar 16 19:18:42 2009 +0000
@@ -1,3 +1,10 @@
+2009-03-16  Andras Barna  <[email protected]>
+
+	* SFEgeany.spec: new version
+	* SFElibx264.spec: add patch7
+	* SFErecordmysolaris.spec: fix Requires
+	* patches/libx264-07-soname.diff: added
+
 2009-03-17  Alfred Peng  <[email protected]>
 
 	* SFEgdata-python.spec: Bump to 1.2.4
--- a/SFEgeany.spec	Mon Mar 16 18:41:09 2009 +0000
+++ b/SFEgeany.spec	Mon Mar 16 19:18:42 2009 +0000
@@ -11,7 +11,7 @@
 
 Name:                SFEgeany
 Summary:             A small and lightweight integrated developer environment
-Version:             0.15
+Version:             0.16
 Source:              %{src_url}/%{src_name}-%{version}.tar.bz2
 URL:                 http://geany.uvena.de/Main/HomePage
 SUNW_BaseDir:        %{_basedir}
@@ -41,6 +41,7 @@
 
 glib-gettextize -f
 libtoolize --copy --force
+intltoolize --force
 aclocal $ACLOCAL_FLAGS
 autoheader
 automake -a -c -f 
@@ -114,6 +115,8 @@
 %{_includedir}/geany/*
 
 %changelog
+* Mon Mar 16 2009 - [email protected]
+- Bumped to 0.16
 * Sun May 28 2008 - Ananth Shrinivas <[email protected]>
 - Complete revamp of the spec file
 - Cleaned up all file and directory attributes
--- a/SFElibx264.spec	Mon Mar 16 18:41:09 2009 +0000
+++ b/SFElibx264.spec	Mon Mar 16 19:18:42 2009 +0000
@@ -22,6 +22,7 @@
 Patch4:                  libx264-04-ginstall.diff
 Patch5:                  libx264-05-ssse3.diff
 Patch6:                  libx264-06-gpac.diff
+Patch7:                  libx264-07-soname.diff
 SUNW_BaseDir:            %{_basedir}
 BuildRoot:               %{_tmppath}/%{name}-%{version}-build
 %include default-depend.inc
@@ -43,6 +44,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
@@ -85,6 +87,8 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Mar 16 2009 - [email protected]
+- Add patch7
 * Sun Mar 15 2009 - Milan Jurik
 - the latest snapshot
 * Mon Jun 30 2008 - [email protected]
--- a/SFErecordmysolaris.spec	Mon Mar 16 18:41:09 2009 +0000
+++ b/SFErecordmysolaris.spec	Mon Mar 16 19:18:42 2009 +0000
@@ -13,11 +13,9 @@
 
 SUNW_BaseDir:        %{_basedir}
 BuildRoot:           %{_tmppath}/%{name}_%{version}-build
-BuildRequires:            SUNWogg-vorbis
-BuildRequires:            SUNWlibtheora
-BuildRequires:            /usr/include/sys/soundcard.h
+BuildRequires:       SUNWogg-vorbis
+BuildRequires:       SUNWlibtheora
 
-Requires:            /usr/include/sys/soundcard.h
 Requires:            SUNWxwplt
 Requires:            SUNWogg-vorbis
 Requires:            SUNWlibtheora
@@ -69,6 +67,8 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon Mar 16 2009 - ([email protected])
+- fix Requires
 * Sat Mar 07 2009 - ([email protected])
 - new version
 * Mon Aug 25 2008 - ([email protected])
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/libx264-07-soname.diff	Mon Mar 16 19:18:42 2009 +0000
@@ -0,0 +1,11 @@
+--- x264-snapshot-20090314-2245/configure.old	2009-03-16 05:32:16.811571879 +0200
++++ x264-snapshot-20090314-2245/configure	2009-03-16 05:32:47.092026530 +0200
+@@ -457,7 +457,7 @@
+     elif [ "$SYS" = "SunOS" ]; then
+         echo "SOSUFFIX=so" >> config.mak
+         echo "SONAME=libx264.so.$API" >> config.mak
+-        echo 'SOFLAGS=-Wl,-h,$(SONAME)' >> config.mak
++        echo 'SOFLAGS=-Wl,-h$(SONAME)' >> config.mak
+     else
+         echo "SOSUFFIX=so" >> config.mak
+         echo "SONAME=libx264.so.$API" >> config.mak