Hello community,

here is the log from the commit of package ladspa-preamp for openSUSE:Factory 
checked in at 2014-03-04 13:38:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ladspa-preamp (Old)
 and      /work/SRC/openSUSE:Factory/.ladspa-preamp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ladspa-preamp"

Changes:
--------
New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa-preamp.new/ladspa-preamp.changes 
2014-03-04 13:38:41.000000000 +0100
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Mon Mar  3 13:58:32 CET 2014 - [email protected]
+
+- Run spec-cleaner
+- Remove obsoleted autoreq/autoprov tags
+
+-------------------------------------------------------------------
+Wed Feb 26 10:56:09 CET 2014 - [email protected]
+
+- correct the license to GPL-2.0+
+
+-------------------------------------------------------------------
+Mon Dec 16 11:24:37 CET 2013 - [email protected]
+
+- Split from ladspa package
+- Patch carried from the original ladspa package:
+  preamp.dif
+

New:
----
  ladspa-preamp.changes
  ladspa-preamp.spec
  preamp-v2.tar.bz2
  preamp.dif

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

Other differences:
------------------
++++++ ladspa-preamp.spec ++++++
#
# spec file for package ladspa-preamp
#
# Copyright (c) 2014 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           ladspa-preamp
Version:        2
Release:        0
Summary:        LADSPA preamp plugin
License:        GPL-2.0+
Group:          Productivity/Multimedia/Sound/Utilities
Url:            http://quitte.de/dsp/
Source:         preamp-v%{version}.tar.bz2
Patch1:         preamp.dif
BuildRequires:  gcc-c++
BuildRequires:  ladspa-devel
Supplements:    ladspa
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This package provides a LADSPA (Linux Audio Developer's Simple Plug-in API)
plugin emulating a vlve-based preamplifier.

%prep
%setup -q -n preamp
%patch1

%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
make %{?_smp_mflags} CFLAGS="%{optflags} -fPIC -ggdb -fno-strict-aliasing" \
     CXXFLAGS="%{optflags} -fPIC -ggdb -fno-strict-aliasing"

%install
mkdir -p %{buildroot}%{_libdir}/ladspa
install -c *.so %{buildroot}%{_libdir}/ladspa

%files
%defattr(-,root,root)
%{_libdir}/ladspa
%doc COPYING README

%changelog
++++++ preamp.dif ++++++
--- Makefile-dist       2004-01-22 12:34:16.000000000 +0100
+++ Makefile    2004-01-22 12:34:36.000000000 +0100
@@ -10,13 +10,7 @@
        sudo python -i preamp.py
 
 $(PLUG).so: $(PLUG).o
-       g++ -Wall $(OPTS) -shared -o $@ $<
-
-.c.s:
-       gcc -O6 -I/usr/local/include -S $<
-
-.cc.o:
-       g++ -Wall $(OPTS) -I/usr/local/include -c $<
+       g++ -Wall -shared -o $@ $<
 
 tags:
        ctags *.cc *.h
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to