automatic rebuild by autodist [release 0.4.0-5mamba;Tue Sep 06 2022]

This commit is contained in:
Automatic Build System 2024-01-06 06:04:34 +01:00
parent a2ea965be3
commit 0c55816c9d
2 changed files with 35 additions and 30 deletions

View File

@ -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 ();

View File

@ -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 <aleph0@openmamba.org>
URL: http://sourceforge.net/projects/libvisual/
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 0.4.0-5mamba
- automatic rebuild by autodist
* Tue Dec 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 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