]> git.pld-linux.org Git - packages/crossmingw32-libogg.git/commitdiff
- updated to 1.2.1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 3 Nov 2010 20:48:25 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac_fixes patch changes configure.in, so rebuild ac/am

Changed files:
    crossmingw32-libogg.spec -> 1.9
    libogg-ac_fixes.patch -> 1.4

crossmingw32-libogg.spec
libogg-ac_fixes.patch

index 9d450b10dec5a25063f84fb38f704d67d306583c..5fb420ae773f417cd4d84fc983554814e5d96f16 100644 (file)
@@ -2,16 +2,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)
 
@@ -77,6 +82,10 @@ Biblioteka DLL libogg dla Windows.
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --host=%{target} \
        --target=%{target}
index d2ac659bf95373e5b7448621de731999e6c2415f..6b991c2929b8b0cd14f2e9405662694859d7838b 100644 (file)
@@ -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"
This page took 0.058967 seconds and 4 git commands to generate.