From 0c55816c9d51584a800164b9f454aadd95e53ebb Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:04:34 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.4.0-5mamba;Tue Sep 06 2022] --- libvisual-plugins-0.4.0-fno-common.patch | 17 +++++++++ libvisual-plugins.spec | 48 +++++++++--------------- 2 files changed, 35 insertions(+), 30 deletions(-) create mode 100644 libvisual-plugins-0.4.0-fno-common.patch diff --git a/libvisual-plugins-0.4.0-fno-common.patch b/libvisual-plugins-0.4.0-fno-common.patch new file mode 100644 index 0000000..5544d18 --- /dev/null +++ b/libvisual-plugins-0.4.0-fno-common.patch @@ -0,0 +1,17 @@ +--- a/plugins/actor/oinksie/table.h ++++ b/plugins/actor/oinksie/table.h +@@ -27,10 +27,10 @@ + #define OINK_TABLE_NORMAL_SIZE 1200 + #define OINK_TABLE_LARGE_SIZE 12000 + +-float _oink_table_sin[OINK_TABLE_NORMAL_SIZE]; +-float _oink_table_cos[OINK_TABLE_NORMAL_SIZE]; +-float _oink_table_sinlarge[OINK_TABLE_LARGE_SIZE]; +-float _oink_table_coslarge[OINK_TABLE_LARGE_SIZE]; ++extern float _oink_table_sin[OINK_TABLE_NORMAL_SIZE]; ++extern float _oink_table_cos[OINK_TABLE_NORMAL_SIZE]; ++extern float _oink_table_sinlarge[OINK_TABLE_LARGE_SIZE]; ++extern float _oink_table_coslarge[OINK_TABLE_LARGE_SIZE]; + + void _oink_table_init (); + diff --git a/libvisual-plugins.spec b/libvisual-plugins.spec index f522e47..96168af 100644 --- a/libvisual-plugins.spec +++ b/libvisual-plugins.spec @@ -1,14 +1,14 @@ %define majversion %(echo %version | cut -d. -f 1-2) Name: libvisual-plugins -Release: 4mamba +Release: 5mamba Version: 0.4.0 Summary: Sound Visualization Library Plug-Ins used by libvisual Group: System/Multimedia Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: http://sourceforge.net/projects/libvisual/ +Packager: Silvan Calarco +URL: https://sourceforge.net/projects/libvisual/ Source0: http://downloads.sourceforge.net/libvisual/libvisual-plugins-%{version}.tar.bz2 Patch0: %{name}-0.4.0-cxxflags.patch Patch1: %{name}-0.4.0-LIBADD.patch @@ -20,43 +20,21 @@ Patch6: %{name}-0.4.0-gstreamer.patch Patch7: %{name}-0.4.0-gforce-fbsd.patch Patch8: %{name}-0.4.0-qa.patch Patch9: %{name}-0.4.0-nastyfft.patch +Patch10: libvisual-plugins-0.4.0-fno-common.patch License: LGPL -BuildRequires: pkgconfig ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libGLU-devel BuildRequires: libalsa-devel -BuildRequires: libatk-devel -BuildRequires: libaudiofile-devel -BuildRequires: libcairo-devel -BuildRequires: libesound-devel -BuildRequires: libexpat-devel -BuildRequires: libfontconfig-devel -BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libgdk-pixbuf-devel -BuildRequires: libGL-devel BuildRequires: libglib-devel -BuildRequires: libglitz-devel -BuildRequires: libGLU-devel -BuildRequires: libgtk-devel +BuildRequires: libglvnd-devel BuildRequires: libjack-devel -BuildRequires: libpango-devel -BuildRequires: libpixman-devel -BuildRequires: libpng-devel -BuildRequires: libpthread-stubs-devel -BuildRequires: libselinux-devel BuildRequires: libstdc++6-devel BuildRequires: libvisual-devel -BuildRequires: libX11-devel -BuildRequires: libXau-devel -BuildRequires: libxcb-devel -BuildRequires: libxcb-util-devel -BuildRequires: libXdmcp-devel -BuildRequires: libXrender-devel -BuildRequires: libz-devel ## AUTOBUILDREQ-END Requires: libvisual = %{?epoch:%epoch:}%{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean @@ -85,10 +63,17 @@ This package contains various plug-ins like: %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 -b .fno-common + +autoreconf -fi %build -autoreconf -fi -%configure +%configure \ + --disable-gstreamer-plugin \ + --disable-esd + +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + %make %install @@ -127,6 +112,9 @@ autoreconf -fi %{_datadir}/libvisual-plugins-%{majversion}/actor/actor_madspin/* %changelog +* Tue Sep 06 2022 Automatic Build System 0.4.0-5mamba +- automatic rebuild by autodist + * Tue Dec 14 2010 Silvan Calarco 0.4.0-4mamba - rebuilt from a source package splitted by libvisual - added patchset from sources.gentoo.org/cgi-bin/viewvc.cgi/src/patchsets/libvisual-plugins/0.4.0