automatic version update by autodist [release 0.51.4-1mamba;Fri Feb 26 2021]

This commit is contained in:
Automatic Build System 2024-01-06 10:35:57 +01:00
parent 98341cba5b
commit 714e93d18d

View File

@ -1,14 +1,14 @@
%define majver %(echo %version | cut -d. -f1-2)
%define minver %(echo %version | cut -d. -f3)
Name: puredata
Version: 0.47.1
Version: 0.51.4
Release: 1mamba
Summary: A real-time graphical programming environment for audio, video, and graphical processing
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://puredata.info
URL: https://puredata.info
Source0: http://msp.ucsd.edu/Software/pd-%{majver}-%{minver}.src.tar.gz
#Source0: http://downloads.sourceforge.net/project/pure-data/pure-data/%{version}/pd-%{majver}-%{minver}.src.tar.gz
Source1: %{name}.png
@ -23,7 +23,6 @@ BuildRequires: libjack-devel
BuildRequires: libtcl-devel
BuildRequires: libtk-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
PD (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical processing. It is the third major branch of the family of patcher programming languages known as Max (Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by Miller Puckette and company at IRCAM. The core of Pd is written and maintained by Miller Puckette and includes the work of many developers, making the whole package very much a community effort.
@ -40,15 +39,20 @@ Requires: pkg-config
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n pd-%{majver}-%{minver}
#%patch0 -p1
#%patch1 -p1
#%patch2 -p1
./autogen.sh
%build
./autogen.sh
%configure --enable-jack --enable-alsa --disable-portaudio
%configure \
--enable-jack \
--enable-alsa \
--disable-portaudio
make -j1
@ -56,6 +60,9 @@ make -j1
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall MANINSTDIR=%{buildroot}/%{_mandir}
rm -f %{buildroot}%{_libdir}/pd/bin/pd
ln -s %{_bindir}/pd %{buildroot}%{_libdir}/pd/bin/pd
mkdir -p %{buildroot}%{_datadir}/pixmaps
mkdir -p %{buildroot}%{_datadir}/applications
@ -80,7 +87,7 @@ EOF
%files
%defattr(-,root,root)
%{_bindir}/pd
%{_bindir}/pd-gui.tcl
%{_bindir}/pd-gui
%{_bindir}/pdreceive
%{_bindir}/pdsend
%{_datadir}/pixmaps/puredata.png
@ -100,6 +107,9 @@ EOF
%{_libdir}/pkgconfig/pd.pc
%changelog
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 0.51.4-1mamba
- automatic version update by autodist
* Wed Aug 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.47.1-1mamba
- update to 0.47.1