forked from pool/dirac
This commit is contained in:
parent
d601cb6d63
commit
78c5efa4f4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93a53b90fc878fe9b2932e5adbc7c555a227384988ffb602fa8c42f5fd8d2c9d
|
|
||||||
size 674268
|
|
3
dirac-1.0.2.tar.bz2
Normal file
3
dirac-1.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cdeeafd27aa3db0594fb86cd9dd3c48c22607c416535722bc9fde1c52abb1cc8
|
||||||
|
size 686238
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 1 17:44:48 CEST 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Updated to version 1.0.2:
|
||||||
|
* minor release complying with the latest Dirac Bytestream
|
||||||
|
Specification 2.2.3.
|
||||||
|
* Improved compression performance for small picture sizes.
|
||||||
|
* Improved compression performance at low bit-rates.
|
||||||
|
* Included macros to check the API version.
|
||||||
|
* Improved motion estimation.
|
||||||
|
* New 422 <-> 420 conversion utilities for interlaced video.
|
||||||
|
* New functionality added to encoder API.
|
||||||
|
* Fixed bugs in handling DC subband.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 29 19:26:44 CEST 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Worked around internal compiler error on 11.0-x86_64.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 25 10:26:27 CET 2008 - ro@suse.de
|
Tue Nov 25 10:26:27 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
26
dirac.spec
26
dirac.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dirac (Version 1.0.0)
|
# spec file for package dirac (Version 1.0.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,11 +19,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dirac
|
Name: dirac
|
||||||
Version: 1.0.0
|
Version: 1.0.2
|
||||||
Release: 3
|
Release: 1
|
||||||
Url: http://diracvideo.org/
|
Url: http://diracvideo.org/
|
||||||
Group: Productivity/Multimedia/Video/Editors and Convertors
|
Group: Productivity/Multimedia/Video/Editors and Convertors
|
||||||
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
License: MPL ..
|
||||||
Summary: Dirac Video Codec
|
Summary: Dirac Video Codec
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: gcc-c++ libstdc++-devel
|
BuildRequires: gcc-c++ libstdc++-devel
|
||||||
@ -74,7 +74,7 @@ Authors:
|
|||||||
Myo Tun <myo.tun@brunel.ac.uk>, Brunel University
|
Myo Tun <myo.tun@brunel.ac.uk>, Brunel University
|
||||||
|
|
||||||
%package -n libdirac_decoder0
|
%package -n libdirac_decoder0
|
||||||
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
License: MPL ..
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Dirac Video Codec Decoder Library
|
Summary: Dirac Video Codec Decoder Library
|
||||||
|
|
||||||
@ -118,7 +118,7 @@ Authors:
|
|||||||
Myo Tun <myo.tun@brunel.ac.uk>, Brunel University
|
Myo Tun <myo.tun@brunel.ac.uk>, Brunel University
|
||||||
|
|
||||||
%package -n libdirac_encoder0
|
%package -n libdirac_encoder0
|
||||||
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
License: MPL ..
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Dirac Video Codec Encoder Library
|
Summary: Dirac Video Codec Encoder Library
|
||||||
|
|
||||||
@ -162,7 +162,7 @@ Authors:
|
|||||||
Myo Tun <myo.tun@brunel.ac.uk>, Brunel University
|
Myo Tun <myo.tun@brunel.ac.uk>, Brunel University
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
License: MPL ..
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Development Files for Dirac Video Codec
|
Summary: Development Files for Dirac Video Codec
|
||||||
Requires: libdirac_decoder0 = %{version}
|
Requires: libdirac_decoder0 = %{version}
|
||||||
@ -214,6 +214,11 @@ sed -i 's/-Werror//' configure.ac
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
||||||
|
%if %suse_version == 1100
|
||||||
|
%ifarch x86_64
|
||||||
|
export CXXFLAGS="$RPM_OPT_FLAGS -O0"
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
%configure\
|
%configure\
|
||||||
--disable-static
|
--disable-static
|
||||||
%{__make} %{?jobs:-j%jobs} htmldir=%{_docdir}/%{name}/code/api_html
|
%{__make} %{?jobs:-j%jobs} htmldir=%{_docdir}/%{name}/code/api_html
|
||||||
@ -258,8 +263,3 @@ ACLOCAL="aclocal -I m4" autoreconf -f -i
|
|||||||
%{_includedir}/dirac
|
%{_includedir}/dirac
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 25 2008 ro@suse.de
|
|
||||||
- do not buildrequire valgrind on ia64 s390 s390x
|
|
||||||
(does not exist on these platforms)
|
|
||||||
* Thu Nov 06 2008 sbrabec@suse.cz
|
|
||||||
- New SuSE package (bnc#441855).
|
|
||||||
|
Loading…
Reference in New Issue
Block a user