Accepting request 125146 from multimedia:libs

- Update to 1.4.0
  + Brings a generic metadata container
- Remove gavl-1.2.0-overflow.patch, applied upstream
- Add --without-cpuflags to %configure call

OBS-URL: https://build.opensuse.org/request/show/125146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gavl?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2012-06-16 09:46:04 +00:00 committed by Git OBS Bridge
commit 1f79af03c1
5 changed files with 16 additions and 24 deletions

View File

@ -1,13 +0,0 @@
Index: gavl/videoframe.c
===================================================================
--- gavl/videoframe.c.orig
+++ gavl/videoframe.c
@@ -1510,7 +1510,7 @@ void gavl_video_frame_fill(gavl_video_fr
uint16_t packed_16;
uint8_t packed_32[4];
uint16_t packed_64[4];
- float color_float[2];
+ float color_float[4];
gavl_init_memcpy();

View File

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

3
gavl-1.4.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jun 15 16:20:54 UTC 2012 - reddwarf@opensuse.org
- Update to 1.4.0
+ Brings a generic metadata container
- Remove gavl-1.2.0-overflow.patch, applied upstream
- Add --without-cpuflags to %configure call
-------------------------------------------------------------------
Sat Jan 8 16:43:14 UTC 2011 - reddwarf@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package gavl
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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,15 +19,13 @@
%define soname 1
Name: gavl
Version: 1.2.0
Version: 1.4.0
Release: 0
License: GPL-3.0+
Summary: Library which provides basic support for uncompressed multimedia data
Url: http://gmerlin.sourceforge.net/
License: GPL-3.0+
Group: System/Libraries
Url: http://gmerlin.sourceforge.net/
Source0: http://sourceforge.net/projects/gmerlin/files/gavl/%{version}/gavl-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gavl-1.2.0-overflow.patch gmerlin-general_ML_2011-01-08 19:12 reddwarf@opensuse.org -- Fix buffer overflow
Patch0: gavl-1.2.0-overflow.patch
BuildRequires: doxygen
BuildRequires: pkg-config
@ -74,10 +72,9 @@ blending etc).
%prep
%setup -q
%patch0
%build
%configure --docdir=%{_docdir}/%{name}
%configure --docdir=%{_docdir}/%{name} --without-cpuflags
make %{?_smp_mflags}
%install