rpms/libtheora/F-7 libtheora-1.0alpha8-version-info.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 libtheora.spec, 1.15, 1.16 sources, 1.5, 1.6

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu Aug 16 18:27:23 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/libtheora/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20881

Modified Files:
	.cvsignore libtheora.spec sources 
Added Files:
	libtheora-1.0alpha8-version-info.patch 
Log Message:
* Sun Jul 29 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0alpha8-0.1.svn13393
- Update to 1.0alpha8 svn (revision 13393) snapshot


libtheora-1.0alpha8-version-info.patch:

--- NEW FILE libtheora-1.0alpha8-version-info.patch ---
diff -up libtheora-1.0alpha8/configure.ac~ libtheora-1.0alpha8/configure.ac
--- libtheora-1.0alpha8/configure.ac~	2007-07-29 14:25:13.000000000 +0200
+++ libtheora-1.0alpha8/configure.ac	2007-07-29 14:25:13.000000000 +0200
@@ -149,7 +149,7 @@ if test "x$lt_cv_prog_gnu_ld" = "xyes"; 
   *)
     ;;
    esac
-   THEORA_LDFLAGS="$THEORA_LDFLAGS SHLIB_VERSION_ARG"
+   THEORA_LDFLAGS="$THEORA_LDFLAGS $SHLIB_VERSION_ARG"
 fi
 
 AC_SUBST(THEORA_LDFLAGS)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libtheora/F-7/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	2 Aug 2006 22:21:58 -0000	1.5
+++ .cvsignore	16 Aug 2007 18:26:50 -0000	1.6
@@ -1,4 +1 @@
-libtheora-1.0alpha3.tar.bz2
-libtheora-1.0alpha4.tar.bz2
-libtheora-1.0alpha5.tar.gz
-libtheora-1.0alpha7.tar.gz
+libtheora-1.0alpha8.tar.gz


Index: libtheora.spec
===================================================================
RCS file: /cvs/extras/rpms/libtheora/F-7/libtheora.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libtheora.spec	11 Apr 2007 11:12:32 -0000	1.15
+++ libtheora.spec	16 Aug 2007 18:26:50 -0000	1.16
@@ -1,16 +1,18 @@
 Summary: Theora Video Compression Codec
 Name: libtheora
-Version: 1.0alpha7
-Release: 3%{?dist}
+Version: 1.0alpha8
+Release: 0.1.svn13393%{?dist}
 Epoch: 0
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.theora.org
 Source0: http://downloads.xiph.org/releases/theora/%{name}-%{version}.tar.gz
+Patch0: libtheora-1.0alpha8-version-info.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildRequires: libogg-devel >= 2:1.1
 BuildRequires: libvorbis-devel
 BuildRequires: SDL-devel
+BuildRequires: libtool
 
 %description
 Theora is Xiph.Org's first publicly released video codec, intended
@@ -35,6 +37,12 @@
 Summary: Command line tools for Theora videos
 Group: Applications/Multimedia
 Requires: libtheora = %{epoch}:%{version}-%{release}
+# the new experimental decoder is now part of the regular libtheora
+# we do not obsolete theora-exp itself as that had a different soname and we
+# do not want to break deps, however we do now provide the same headers as
+# theora-exp-devel did.
+Obsoletes: theora-exp-devel
+Provides: theora-exp-devel
 
 %description -n theora-tools
 The theora-tools package contains simple command line tools for use 
@@ -42,6 +50,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
+aclocal -I m4
+libtoolize --automake
+autoheader
+automake --add-missing 
+autoconf
 
 %build
 %configure --enable-shared --disable-static
@@ -52,6 +66,7 @@
 %makeinstall
 
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm -r $RPM_BUILD_ROOT/%{_docdir}/libtheora-1.0alpha8-svn
 
 mkdir -p $RPM_BUILD_ROOT/%{_bindir}
 install -m 755 examples/.libs/dump_video $RPM_BUILD_ROOT/%{_bindir}/theora_dump_video
@@ -69,14 +84,13 @@
 %defattr(-,root,root,-)
 %doc README COPYING 
 %doc doc/vp3-format.txt
-%doc doc/spec/Theora_I_spec.pdf
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %doc doc/libtheora/html
 %dir %{_includedir}/theora
-%{_includedir}/theora/theora.h
+%{_includedir}/theora/*.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/theora.pc
 
@@ -85,6 +99,9 @@
 %{_bindir}/*
 
 %changelog
+* Sun Jul 29 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0alpha8-0.1.svn13393
+- Update to 1.0alpha8 svn (revision 13393) snapshot
+
 * Wed Apr 11 2007 Matthias Clasen <mclasen at redhat.com> - 0:1.0alpha7-3
 - Add api docs to the -devel package
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libtheora/F-7/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	2 Aug 2006 22:21:58 -0000	1.5
+++ sources	16 Aug 2007 18:26:50 -0000	1.6
@@ -1 +1 @@
-55ee3c6db3e0927e7918309891a8f52b  libtheora-1.0alpha7.tar.gz
+bd8375f1db0358e11dce657c8dd52dd0  libtheora-1.0alpha8.tar.gz




More information about the fedora-extras-commits mailing list