Accepting request 40647 from multimedia:libs

checked in (request 40647)

OBS-URL: https://build.opensuse.org/request/show/40647
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=8
This commit is contained in:
OBS User autobuild 2010-05-31 16:18:26 +00:00 committed by Git OBS Bridge
parent f89191a3cc
commit 20138a503b
5 changed files with 25 additions and 11 deletions

3
orc-0.4.3.tar.bz2 Normal file
View File

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

View File

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

18
orc-asneeded.patch Normal file
View File

@ -0,0 +1,18 @@
Author: Dominique Leuenberger <dimstar [at] opensuse [dot] org
Fix build of orc with -Wl,--as-needed. _LIBS is not a defined
libtool variable and as such does not work.
Index: orc-0.4.3/orc/Makefile.am
===================================================================
--- orc-0.4.3.orig/orc/Makefile.am
+++ orc-0.4.3/orc/Makefile.am
@@ -3,7 +3,7 @@ pkgincludedir = $(includedir)/orc-@ORC_M
lib_LTLIBRARIES = liborc-@ORC_MAJORMINOR@.la
-liborc_@ORC_MAJORMINOR@_la_LIBS = $(ORC_LIBS)
+liborc_@ORC_MAJORMINOR@_la_LIBADD = $(LIBM) $(LIBRT)
liborc_@ORC_MAJORMINOR@_la_LDFLAGS = \
-no-undefined -export-symbols-regex 'orc_'
liborc_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) \

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Tue May 25 15:09:05 UTC 2010 - chris@computersalat.de
- update to version 0.4.4
o remove obsolete orc-asneeded.patch
-------------------------------------------------------------------
Wed Mar 17 10:47:22 UTC 2010 - dimstar@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package orc (Version 0.4.4)
# spec file for package orc (Version 0.4.3)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
@ -19,7 +19,7 @@
Name: orc
Version: 0.4.4
Version: 0.4.3
Release: 1
License: BSD and Motorola License (please mark changes)
Summary: The Oil Runtime Compiler
@ -27,6 +27,7 @@ Url: http://code.entropywave.com/projects/orc/
Group: Productivity/Multimedia/Other
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM orc-asneeded.patch dimstar@opensuse.org -- Fix build by properly linking the library with libm.
Patch0: orc-asneeded.patch
BuildRequires: gtk-doc
BuildRequires: pkg-config
Provides: %{name}-devel = %{version}
@ -65,6 +66,7 @@ arithmetic operations.
%prep
%setup -q
%patch0 -p1
%build
./autogen.sh