Mailinglist Archive: opensuse-commit (1855 mails)

< Previous Next >
commit jackEQ for openSUSE:Factory

Hello community,

here is the log from the commit of package jackEQ for openSUSE:Factory
checked in at Mon Sep 5 16:32:44 CEST 2011.



--------
--- jackEQ/jackEQ.changes 2009-08-26 13:56:46.000000000 +0200
+++ jackEQ/jackEQ.changes 2011-09-03 20:28:19.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Sep 3 18:27:44 UTC 2011 - crrodriguez@xxxxxxxxxxxx
+
+- Fix build with no-add-needed
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
jackeq-fix-no-add-needed.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jackEQ.spec ++++++
--- /var/tmp/diff_new_pack.kOe1yp/_old 2011-09-05 16:32:15.000000000 +0200
+++ /var/tmp/diff_new_pack.kOe1yp/_new 2011-09-05 16:32:15.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package jackEQ (Version 0.4.0)
+# spec file for package jackEQ
#
-# 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,13 +22,14 @@
BuildRequires: alsa-devel gtk2-devel jack-devel ladspa-devel libxml2-devel
update-desktop-files
Summary: JACK Equalization Tool for Live Performance
Version: 0.4.0
-Release: 292
+Release: 303
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Mixers
Url: http://jackeq.sf.net
Requires: jack ladspa
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-overflow.patch
+Patch1: jackeq-fix-no-add-needed.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -47,11 +48,12 @@
%prep
%setup -q
%patch -p1
+%patch1

%build
-autoreconf -fi
+autoreconf -fiv
%configure
-make
+make %{?_smp_mflags}

%install
make DESTDIR=$RPM_BUILD_ROOT install

++++++ jackeq-fix-no-add-needed.patch ++++++
--- configure.in.orig
+++ configure.in
@@ -5,9 +5,9 @@ AM_INIT_AUTOMAKE(jackEQ, 0.4.0)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE

-AC_ISC_POSIX
-AC_PROG_CC
-AM_PROG_CC_STDC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
AC_HEADER_STDC

dnl Checks for libraries.
@@ -16,7 +16,9 @@ PKG_CHECK_MODULES(JACK, jack >= 0.50.0)


PKG_CHECK_MODULES(XML, libxml-2.0 >= 2.0)
-AC_CHECK_LIB([m], [sqrt], , [AC_MSG_ERROR(Can't find libm)])
+
+AC_SEARCH_LIBS(sqrt, m)
+AC_SEARCH_LIBS(dlopen, dl)

CFLAGS="$CFLAGS $JACK_CFAGS $XML_CFLAGS"
LIBS="$LIBS $JACK_LIBS $XML_LIBS"
--- src/Makefile.am.orig
+++ src/Makefile.am
@@ -6,7 +6,6 @@ INCLUDES = \
@PACKAGE_CFLAGS@

jackeq_CFLAGS = -g -ffast-math
-jackeq_LDFLAGS = -lm

bin_PROGRAMS = jackeq


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages