- New upstream release 1.0beta1 (bz 307571)

This commit is contained in:
Hans de Goede 2007-10-11 12:12:32 +00:00
parent bd075e20b9
commit 56d20062dc
4 changed files with 15 additions and 31 deletions

View File

@ -1 +1 @@
libtheora-1.0alpha8.tar.gz libtheora-1.0beta1.tar.gz

View File

@ -1,12 +0,0 @@
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)

View File

@ -1,21 +1,19 @@
Summary: Theora Video Compression Codec Summary: Theora Video Compression Codec
Name: libtheora Name: libtheora
Version: 1.0alpha8 Version: 1.0beta1
Release: 0.3.svn13393%{?dist} Release: 1%{?dist}
Epoch: 0 Epoch: 0
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.theora.org URL: http://www.theora.org
# svn snapshot (svn revision 13393) no url Source0: http://downloads.xiph.org/releases/theora/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz
Patch0: libtheora-1.0alpha8-version-info.patch
Patch1: libtheora-1.0alpha8-textreloc.patch Patch1: libtheora-1.0alpha8-textreloc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libogg-devel >= 2:1.1 BuildRequires: libogg-devel >= 2:1.1
BuildRequires: libvorbis-devel BuildRequires: libvorbis-devel
BuildRequires: SDL-devel BuildRequires: SDL-devel
BuildRequires: libtool
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: tetex-latex transfig
%description %description
Theora is Xiph.Org's first publicly released video codec, intended Theora is Xiph.Org's first publicly released video codec, intended
@ -40,6 +38,7 @@ needed to develop applications with libtheora.
Summary: Command line tools for Theora videos Summary: Command line tools for Theora videos
Group: Applications/Multimedia Group: Applications/Multimedia
Requires: libtheora = %{epoch}:%{version}-%{release} Requires: libtheora = %{epoch}:%{version}-%{release}
Requires: pkgconfig
# the new experimental decoder is now part of the regular libtheora # 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 # 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 # do not want to break deps, however we do now provide the same headers as
@ -53,24 +52,19 @@ with theora bitstreams.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%patch1 -p1 %patch1 -p1
aclocal -I m4
libtoolize --automake
autoheader
automake --add-missing
autoconf
%build %build
%configure --enable-shared --disable-static %configure --enable-shared --disable-static
make make
make -C doc/spec
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%makeinstall %makeinstall
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
rm -r $RPM_BUILD_ROOT/%{_docdir}/libtheora-1.0alpha8-svn rm -r $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
mkdir -p $RPM_BUILD_ROOT/%{_bindir} mkdir -p $RPM_BUILD_ROOT/%{_bindir}
install -m 755 examples/.libs/dump_video $RPM_BUILD_ROOT/%{_bindir}/theora_dump_video install -m 755 examples/.libs/dump_video $RPM_BUILD_ROOT/%{_bindir}/theora_dump_video
@ -87,14 +81,13 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README COPYING %doc README COPYING
%doc doc/vp3-format.txt
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc doc/libtheora/html %doc doc/libtheora/html doc/vp3-format.txt doc/spec/Theora_I_spec.pdf
%dir %{_includedir}/theora %doc doc/color.html doc/draft-ietf-avt-rtp-theora-00.txt
%{_includedir}/theora/*.h %{_includedir}/theora
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/theora.pc %{_libdir}/pkgconfig/theora.pc
@ -103,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Thu Oct 11 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0beta1-1
- New upstream release 1.0beta1 (bz 307571)
* Fri Sep 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0alpha8-0.3.svn13393 * Fri Sep 14 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0alpha8-0.3.svn13393
- Fix textrelocations on i386 (bz 253591) - Fix textrelocations on i386 (bz 253591)

View File

@ -1 +1 @@
bd8375f1db0358e11dce657c8dd52dd0 libtheora-1.0alpha8.tar.gz ee6cd89efd78f1bf4a3a82990a3a7559 libtheora-1.0beta1.tar.gz