From 35cceb6883aedd91316a50a5d6a4546e099be7bb012d1627aae225eb5f218068 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 11 Oct 2010 13:04:34 +0000 Subject: [PATCH] Accepting request 50143 from multimedia:libs Copy from multimedia:libs/schroedinger based on submit request 50143 from user vuntz OBS-URL: https://build.opensuse.org/request/show/50143 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schroedinger?expand=0&rev=12 --- schroedinger-1.0.10.tar.bz2 | 3 +++ schroedinger-1.0.9-fix-linking.patch | 12 ------------ schroedinger-1.0.9.tar.bz2 | 3 --- schroedinger.changes | 12 ++++++++++++ schroedinger.spec | 8 ++------ 5 files changed, 17 insertions(+), 21 deletions(-) create mode 100644 schroedinger-1.0.10.tar.bz2 delete mode 100644 schroedinger-1.0.9-fix-linking.patch delete mode 100644 schroedinger-1.0.9.tar.bz2 diff --git a/schroedinger-1.0.10.tar.bz2 b/schroedinger-1.0.10.tar.bz2 new file mode 100644 index 0000000..9373e9d --- /dev/null +++ b/schroedinger-1.0.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82cc41416441bad103dda31c1a69d5e609ee8ef2e9a7153c14463d284d722f9 +size 736374 diff --git a/schroedinger-1.0.9-fix-linking.patch b/schroedinger-1.0.9-fix-linking.patch deleted file mode 100644 index 1ebc601..0000000 --- a/schroedinger-1.0.9-fix-linking.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -p -up schroedinger-1.0.9/testsuite/Makefile.am.0000 schroedinger-1.0.9/testsuite/Makefile.am ---- schroedinger-1.0.9/testsuite/Makefile.am.0000 2010-01-04 02:06:54.000000000 +0100 -+++ schroedinger-1.0.9/testsuite/Makefile.am 2010-03-10 12:04:36.000000000 +0100 -@@ -102,7 +102,7 @@ wavelet_noise_2d_SOURCES = wavelet_noise - phasecorrelation_SOURCES = phasecorrelation.c - - #motion_CFLAGS = $(SCHRO_CFLAGS) --#motion_LDADD = $(SCHRO_LIBS) -+motion_LDADD = $(SCHRO_LIBS) -lorc-test-0.4 - motion_SOURCES = motion.c - - #motion2_CFLAGS = $(SCHRO_CFLAGS) diff --git a/schroedinger-1.0.9.tar.bz2 b/schroedinger-1.0.9.tar.bz2 deleted file mode 100644 index 955e93e..0000000 --- a/schroedinger-1.0.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:759451e26448635ee7c005bb5ec9a24a0959232846a775a4df987c83a0e9a416 -size 718506 diff --git a/schroedinger.changes b/schroedinger.changes index 4b65f08..963b85c 100644 --- a/schroedinger.changes +++ b/schroedinger.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 9 11:20:09 CEST 2010 - vuntz@opensuse.org + +- Update to version 1.0.10: + + Build fixes on various platforms + + Speed increases for low-delay syntax + + Fix unaligned access in orc code, which was uncovered by a + recent Orc bug fix. + + No encoder changes +- Drop schroedinger-1.0.9-fix-linking.patch: fixed upstream another + way. Also remove the call to autoreconf. + ------------------------------------------------------------------- Thu Mar 25 11:20:31 CET 2010 - vuntz@opensuse.org diff --git a/schroedinger.spec b/schroedinger.spec index 579ad95..44fec14 100644 --- a/schroedinger.spec +++ b/schroedinger.spec @@ -1,5 +1,5 @@ # -# spec file for package schroedinger (Version 1.0.9) +# spec file for package schroedinger (Version 1.0.10) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,15 +19,13 @@ Name: schroedinger -Version: 1.0.9 +Version: 1.0.10 Release: 1 License: GPLv2 ; LGPLv2.0 ; MPL .. ; MIT License (or similar) Summary: Library for decoding and encoding video in the Dirac format Url: http://schrodinger.sourceforge.net/ Group: Productivity/Multimedia/Other Source: %{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM schroedinger-1.0.9-fix-linking.patch vuntz@opensuse.org -- Taken from Mandriva -Patch0: schroedinger-1.0.9-fix-linking.patch BuildRequires: gcc-c++ BuildRequires: gtk-doc BuildRequires: orc @@ -85,10 +83,8 @@ and one for encoding. %prep %setup -q -%patch0 -p1 %build -autoreconf -fi %configure\ --disable-static %{__make} %{?jobs:-j%jobs} docdir=%{_docdir}/%{name}