Accepting request 40647 from multimedia:libs

Copy from multimedia:libs/orc based on submit request 40647 from user prusnak

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

View File

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

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

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

View File

@ -1,18 +0,0 @@
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,3 +1,9 @@
-------------------------------------------------------------------
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.3)
# spec file for package orc (Version 0.4.4)
#
# 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.3
Version: 0.4.4
Release: 1
License: BSD and Motorola License (please mark changes)
Summary: The Oil Runtime Compiler
@ -27,7 +27,6 @@ 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}
@ -66,7 +65,6 @@ arithmetic operations.
%prep
%setup -q
%patch0 -p1
%build
./autogen.sh