packages: crossmingw32-libogg/crossmingw32-libogg.spec, crossmingw32-libogg...

qboosh qboosh at pld-linux.org
Wed Nov 3 21:48:30 CET 2010


Author: qboosh                       Date: Wed Nov  3 20:48:30 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.2.1
- ac_fixes patch changes configure.in, so rebuild ac/am

---- Files affected:
packages/crossmingw32-libogg:
   crossmingw32-libogg.spec (1.8 -> 1.9) , libogg-ac_fixes.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/crossmingw32-libogg/crossmingw32-libogg.spec
diff -u packages/crossmingw32-libogg/crossmingw32-libogg.spec:1.8 packages/crossmingw32-libogg/crossmingw32-libogg.spec:1.9
--- packages/crossmingw32-libogg/crossmingw32-libogg.spec:1.8	Sun Sep 19 07:38:57 2010
+++ packages/crossmingw32-libogg/crossmingw32-libogg.spec	Wed Nov  3 21:48:25 2010
@@ -3,16 +3,21 @@
 Summary:	Ogg Bitstream Library - MinGW32 cross version
 Summary(pl.UTF-8):	Biblioteka obsługi strumieni bitowych Ogg - wersja skrośna dla MinGW32
 Name:		crossmingw32-%{realname}
-Version:	1.2.0
+Version:	1.2.1
 Release:	1
 License:	BSD
 Group:		Development/Libraries
-Source0:	http://downloads.xiph.org/releases/ogg/%{realname}-%{version}.tar.gz
-# Source0-md5:	c95b73759acfc30712beef6ce4e88efa
+Source0:	http://downloads.xiph.org/releases/ogg/%{realname}-%{version}.tar.xz
+# Source0-md5:	4f0e6e0e1df91ccedcae2a475dc38e09
 Patch0:		%{realname}-ac_fixes.patch
 URL:		http://www.xiph.org/ogg/
+BuildRequires:	autoconf
+BuildRequires:	automake >= 1:1.6
 BuildRequires:	crossmingw32-gcc
 BuildRequires:	crossmingw32-w32api
+BuildRequires:	libtool
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
 Requires:	crossmingw32-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -78,6 +83,10 @@
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
 	--host=%{target} \
 	--target=%{target}
@@ -125,6 +134,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2010/11/03 20:48:25  qboosh
+- updated to 1.2.1
+- ac_fixes patch changes configure.in, so rebuild ac/am
+
 Revision 1.8  2010/09/19 05:38:57  qboosh
 - unified MinGW32 caps
 

================================================================
Index: packages/crossmingw32-libogg/libogg-ac_fixes.patch
diff -u packages/crossmingw32-libogg/libogg-ac_fixes.patch:1.3 packages/crossmingw32-libogg/libogg-ac_fixes.patch:1.4
--- packages/crossmingw32-libogg/libogg-ac_fixes.patch:1.3	Wed Jun 27 12:26:03 2001
+++ packages/crossmingw32-libogg/libogg-ac_fixes.patch	Wed Nov  3 21:48:25 2010
@@ -1,18 +1,17 @@
-diff -urN libogg-1.0rc1.org/configure.in libogg-1.0rc1/configure.in
---- libogg-1.0rc1.org/configure.in	Wed Jun 27 12:09:19 2001
-+++ libogg-1.0rc1/configure.in	Wed Jun 27 12:10:17 2001
-@@ -41,8 +41,8 @@
+--- libogg-1.2.1/configure.in.orig	2010-11-01 21:13:42.000000000 +0100
++++ libogg-1.2.1/configure.in	2010-11-03 21:34:19.187102452 +0100
+@@ -46,8 +46,8 @@
          case $host in 
          *-*-linux*)
                  DEBUG="-g -Wall -fsigned-char"
--                CFLAGS="-O20 -ffast-math -fsigned-char"
+-                CFLAGS="-O20 -Wall -ffast-math -fsigned-char"
 -                PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
-+                CFLAGS="$CFLAGS -ffast-math -fsigned-char"
++                CFLAGS="$CFLAGS -Wall -ffast-math -fsigned-char"
 +                PROFILE="$CFLAGS -Wall -W -pg -g -ffast-math -fsigned-char"
  		;;
          sparc-sun-*)
-                 DEBUG="-g -Wall -fsigned-char -mv8"
-@@ -56,8 +56,8 @@
+                 DEBUG="-g -Wall -fsigned-char"
+@@ -61,8 +61,8 @@
  		;;
          *)
                  DEBUG="-g -Wall -fsigned-char"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-libogg/crossmingw32-libogg.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-libogg/libogg-ac_fixes.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list