Mailinglist Archive: opensuse-commit (1855 mails)
| < Previous | Next > |
commit jack-rack for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 05 Sep 2011 16:32:19 +0200
- Message-id: <20110905143219.6D9EF20256@hilbert.suse.de>
Hello community,
here is the log from the commit of package jack-rack for openSUSE:Factory
checked in at Mon Sep 5 16:32:19 CEST 2011.
--------
--- jack-rack/jack-rack.changes 2009-11-03 20:18:56.000000000 +0100
+++ /mounts/work_src_done/STABLE/jack-rack/jack-rack.changes 2011-09-03
20:20:03.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Sep 3 18:19:23 UTC 2011 - crrodriguez@xxxxxxxxxxxx
+
+- Fix build with as-needed and no-add-needed
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jack-rack.spec ++++++
--- /var/tmp/diff_new_pack.HJl5rZ/_old 2011-09-05 16:31:51.000000000 +0200
+++ /var/tmp/diff_new_pack.HJl5rZ/_new 2011-09-05 16:31:51.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package jack-rack (Version 1.4.7)
+# spec file for package jack-rack
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -22,7 +22,7 @@
BuildRequires: jack-devel ladspa-devel libgnomeui-devel liblrdf-devel
libraptor-devel update-desktop-files
Summary: LADSPA Effects Rack for JACK
Version: 1.4.7
-Release: 115
+Release: 126
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Utilities
Requires: jack ladspa
@@ -53,14 +53,10 @@
%endif
%build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and
the line below.
-export SUSE_ASNEEDED=0
-%{?suse_update_config:%{suse_update_config -f}}
autoreconf -fi
%configure \
--disable-desktop-inst
-make
+make %{?_smp_mflags}
%install
%makeinstall
++++++ jack-rack-undeprec.dif ++++++
--- /var/tmp/diff_new_pack.HJl5rZ/_old 2011-09-05 16:31:51.000000000 +0200
+++ /var/tmp/diff_new_pack.HJl5rZ/_new 2011-09-05 16:31:51.000000000 +0200
@@ -1,8 +1,6 @@
-Index: src/Makefile.am
-===================================================================
--- src/Makefile.am.orig
+++ src/Makefile.am
-@@ -55,10 +55,8 @@ jack_rack_CFLAGS = \
+@@ -55,13 +55,11 @@ jack_rack_CFLAGS = \
-DPIXMAPDIR=\"$(pixmapdir)\" \
-DDTDDIR=\"$(dtddir)\" \
-DG_DISABLE_DEPRECATED=1 \
@@ -13,9 +11,11 @@
+ -DGDK_PIXBUF_DISABLE_DEPRECATED=1
- jack_rack_LDFLAGS = \
-Index: src/Makefile.in
-===================================================================
+-jack_rack_LDFLAGS = \
++jack_rack_LDADD = \
+ $(JACK_LIBS) \
+ $(GTK_LIBS) \
+ $(GNOMEUI_LIBS) \
--- src/Makefile.in.orig
+++ src/Makefile.in
@@ -263,10 +263,8 @@ jack_rack_CFLAGS = \
@@ -30,3 +30,26 @@
jack_rack_LDFLAGS = \
$(JACK_LIBS) \
+--- configure.ac.orig
++++ configure.ac
+@@ -4,7 +4,10 @@ AM_INIT_AUTOMAKE(1.6)
+ AM_CONFIG_HEADER(src/ac_config.h)
+ AM_MAINTAINER_MODE
+
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AM_PROG_CC_C_O
++AC_USE_SYSTEM_EXTENSIONS
++AC_SYS_LARGEFILE
+ #AC_PROG_LIBTOOL
+
+
+@@ -175,6 +178,8 @@ fi
+
+ AM_CONDITIONAL(HAVE_LASH, test "$LASH_FOUND" = "yes")
+
++AC_SEARCH_LIBS(dlopen, dl)
++
+ ############
+ ### lrdf ###
+ ############
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |