automatic rebuild by autodist [release 0.4.0-5mamba;Tue Sep 06 2022]
This commit is contained in:
parent
a2ea965be3
commit
0c55816c9d
17
libvisual-plugins-0.4.0-fno-common.patch
Normal file
17
libvisual-plugins-0.4.0-fno-common.patch
Normal 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 ();
|
||||||
|
|
@ -1,14 +1,14 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: libvisual-plugins
|
Name: libvisual-plugins
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Summary: Sound Visualization Library Plug-Ins used by libvisual
|
Summary: Sound Visualization Library Plug-Ins used by libvisual
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/libvisual/
|
URL: https://sourceforge.net/projects/libvisual/
|
||||||
Source0: http://downloads.sourceforge.net/libvisual/libvisual-plugins-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/libvisual/libvisual-plugins-%{version}.tar.bz2
|
||||||
Patch0: %{name}-0.4.0-cxxflags.patch
|
Patch0: %{name}-0.4.0-cxxflags.patch
|
||||||
Patch1: %{name}-0.4.0-LIBADD.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
|
Patch7: %{name}-0.4.0-gforce-fbsd.patch
|
||||||
Patch8: %{name}-0.4.0-qa.patch
|
Patch8: %{name}-0.4.0-qa.patch
|
||||||
Patch9: %{name}-0.4.0-nastyfft.patch
|
Patch9: %{name}-0.4.0-nastyfft.patch
|
||||||
|
Patch10: libvisual-plugins-0.4.0-fno-common.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: pkgconfig
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libGLU-devel
|
||||||
BuildRequires: libalsa-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: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libglitz-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libGLU-devel
|
|
||||||
BuildRequires: libgtk-devel
|
|
||||||
BuildRequires: libjack-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: libstdc++6-devel
|
||||||
BuildRequires: libvisual-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
|
## AUTOBUILDREQ-END
|
||||||
Requires: libvisual = %{?epoch:%epoch:}%{version}
|
Requires: libvisual = %{?epoch:%epoch:}%{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean
|
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
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
%patch10 -p1 -b .fno-common
|
||||||
|
|
||||||
|
autoreconf -fi
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
%configure \
|
||||||
%configure
|
--disable-gstreamer-plugin \
|
||||||
|
--disable-esd
|
||||||
|
|
||||||
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -127,6 +112,9 @@ autoreconf -fi
|
|||||||
%{_datadir}/libvisual-plugins-%{majversion}/actor/actor_madspin/*
|
%{_datadir}/libvisual-plugins-%{majversion}/actor/actor_madspin/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-4mamba
|
||||||
- rebuilt from a source package splitted by libvisual
|
- 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
|
- added patchset from sources.gentoo.org/cgi-bin/viewvc.cgi/src/patchsets/libvisual-plugins/0.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user