OBS User unknown 2009-07-04 07:54:55 +00:00 committed by Git OBS Bridge
parent d601cb6d63
commit 78c5efa4f4
4 changed files with 35 additions and 16 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdeeafd27aa3db0594fb86cd9dd3c48c22607c416535722bc9fde1c52abb1cc8
size 686238

View File

@ -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

View File

@ -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
# remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,11 @@
Name: dirac
Version: 1.0.0
Release: 3
Version: 1.0.2
Release: 1
Url: http://diracvideo.org/
Group: Productivity/Multimedia/Video/Editors and Convertors
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
License: MPL ..
Summary: Dirac Video Codec
Source: %{name}-%{version}.tar.bz2
BuildRequires: gcc-c++ libstdc++-devel
@ -74,7 +74,7 @@ Authors:
Myo Tun <myo.tun@brunel.ac.uk>, Brunel University
%package -n libdirac_decoder0
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
License: MPL ..
Group: System/Libraries
Summary: Dirac Video Codec Decoder Library
@ -118,7 +118,7 @@ Authors:
Myo Tun <myo.tun@brunel.ac.uk>, Brunel University
%package -n libdirac_encoder0
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
License: MPL ..
Group: System/Libraries
Summary: Dirac Video Codec Encoder Library
@ -162,7 +162,7 @@ Authors:
Myo Tun <myo.tun@brunel.ac.uk>, Brunel University
%package devel
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
License: MPL ..
Group: Development/Libraries/C and C++
Summary: Development Files for Dirac Video Codec
Requires: libdirac_decoder0 = %{version}
@ -214,6 +214,11 @@ sed -i 's/-Werror//' configure.ac
%build
ACLOCAL="aclocal -I m4" autoreconf -f -i
%if %suse_version == 1100
%ifarch x86_64
export CXXFLAGS="$RPM_OPT_FLAGS -O0"
%endif
%endif
%configure\
--disable-static
%{__make} %{?jobs:-j%jobs} htmldir=%{_docdir}/%{name}/code/api_html
@ -258,8 +263,3 @@ ACLOCAL="aclocal -I m4" autoreconf -f -i
%{_includedir}/dirac
%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).