rpms/freedroid/devel freedroid-1.0.2-vorbisfile.patch, NONE, 1.1 freedroid.spec, 1.11, 1.12

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Feb 9 16:47:58 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/freedroid/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31814

Modified Files:
	freedroid.spec 
Added Files:
	freedroid-1.0.2-vorbisfile.patch 
Log Message:
* Sat Feb  9 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.0.2-9
- Fix libvorbis(file) linkage.
- Point source tarball URL to downloads.sourceforge.net.


freedroid-1.0.2-vorbisfile.patch:

--- NEW FILE freedroid-1.0.2-vorbisfile.patch ---
diff -up freedroid-1.0.2/configure~ freedroid-1.0.2/configure
--- freedroid-1.0.2/configure~	2003-08-11 13:40:48.000000000 +0300
+++ freedroid-1.0.2/configure	2008-02-09 13:21:11.000000000 +0200
@@ -5077,13 +5077,13 @@ fi
 
 
 
-echo "$as_me:$LINENO: checking for ov_open in -lvorbis" >&5
-echo $ECHO_N "checking for ov_open in -lvorbis... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking for ov_open in -lvorbisfile" >&5
+echo $ECHO_N "checking for ov_open in -lvorbisfile... $ECHO_C" >&6
 if test "${ac_cv_lib_vorbis_ov_open+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lvorbis  $LIBS"
+LIBS="-lvorbisfile $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 /* confdefs.h.  */
@@ -5136,18 +5136,18 @@ if test $ac_cv_lib_vorbis_ov_open = yes;
 #define HAVE_LIBVORBIS 1
 _ACEOF
 
-  LIBS="-lvorbis $LIBS"
+  LIBS="-lvorbisfile $LIBS"
 
 else
   { echo "$as_me:$LINENO: WARNING:
 --------------------------------------------------
-libvorbis not found!
+libvorbisfile not found!
 You need the Vorbis libs installed if you want
 Freedroid to be able to play Ogg files (e.g. the Intro theme)
 --------------------------------------------------" >&5
 echo "$as_me: WARNING:
 --------------------------------------------------
-libvorbis not found!
+libvorbisfile not found!
 You need the Vorbis libs installed if you want
 Freedroid to be able to play Ogg files (e.g. the Intro theme)
 --------------------------------------------------" >&2;}


Index: freedroid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freedroid/devel/freedroid.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- freedroid.spec	16 Aug 2007 09:11:46 -0000	1.11
+++ freedroid.spec	9 Feb 2008 16:47:20 -0000	1.12
@@ -1,16 +1,17 @@
 Name:           freedroid
 Version:        1.0.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Clone of the C64 game Paradroid
 
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://freedroid.sourceforge.net/
-Source0:        http://download.sf.net/freedroid/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/freedroid/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
 Patch0:         %{name}-cleaninst.patch
 Patch1:         %{name}-1.0.2-printfs.patch
 Patch2:         %{name}-1.0.2-cpuhog.patch
+Patch3:         %{name}-1.0.2-vorbisfile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL_image-devel
@@ -38,6 +39,7 @@
 %patch0 -p0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 
 %build
@@ -79,6 +81,10 @@
 
 
 %changelog
+* Sat Feb  9 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.0.2-9
+- Fix libvorbis(file) linkage.
+- Point source tarball URL to downloads.sourceforge.net.
+
 * Mon Aug 13 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.0.2-8
 - License: GPLv2+
 




More information about the fedora-extras-commits mailing list