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
This commit is contained in:
parent
9b514e076c
commit
35cceb6883
3
schroedinger-1.0.10.tar.bz2
Normal file
3
schroedinger-1.0.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c82cc41416441bad103dda31c1a69d5e609ee8ef2e9a7153c14463d284d722f9
|
||||||
|
size 736374
|
@ -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)
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:759451e26448635ee7c005bb5ec9a24a0959232846a775a4df987c83a0e9a416
|
|
||||||
size 718506
|
|
@ -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
|
Thu Mar 25 11:20:31 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,15 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: schroedinger
|
Name: schroedinger
|
||||||
Version: 1.0.9
|
Version: 1.0.10
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2 ; LGPLv2.0 ; MPL .. ; MIT License (or similar)
|
License: GPLv2 ; LGPLv2.0 ; MPL .. ; MIT License (or similar)
|
||||||
Summary: Library for decoding and encoding video in the Dirac format
|
Summary: Library for decoding and encoding video in the Dirac format
|
||||||
Url: http://schrodinger.sourceforge.net/
|
Url: http://schrodinger.sourceforge.net/
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Source: %{name}-%{version}.tar.bz2
|
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: gcc-c++
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: orc
|
BuildRequires: orc
|
||||||
@ -85,10 +83,8 @@ and one for encoding.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
|
||||||
%configure\
|
%configure\
|
||||||
--disable-static
|
--disable-static
|
||||||
%{__make} %{?jobs:-j%jobs} docdir=%{_docdir}/%{name}
|
%{__make} %{?jobs:-j%jobs} docdir=%{_docdir}/%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user