automatic version update by autodist [release 0.51.4-1mamba;Fri Feb 26 2021]
This commit is contained in:
parent
98341cba5b
commit
714e93d18d
@ -1,14 +1,14 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define minver %(echo %version | cut -d. -f3)
|
%define minver %(echo %version | cut -d. -f3)
|
||||||
Name: puredata
|
Name: puredata
|
||||||
Version: 0.47.1
|
Version: 0.51.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A real-time graphical programming environment for audio, video, and graphical processing
|
Summary: A real-time graphical programming environment for audio, video, and graphical processing
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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://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
|
#Source0: http://downloads.sourceforge.net/project/pure-data/pure-data/%{version}/pd-%{majver}-%{minver}.src.tar.gz
|
||||||
Source1: %{name}.png
|
Source1: %{name}.png
|
||||||
@ -23,7 +23,6 @@ BuildRequires: libjack-devel
|
|||||||
BuildRequires: libtcl-devel
|
BuildRequires: libtcl-devel
|
||||||
BuildRequires: libtk-devel
|
BuildRequires: libtk-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pd-%{majver}-%{minver}
|
%setup -q -n pd-%{majver}-%{minver}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
%configure \
|
||||||
%configure --enable-jack --enable-alsa --disable-portaudio
|
--enable-jack \
|
||||||
|
--enable-alsa \
|
||||||
|
--disable-portaudio
|
||||||
|
|
||||||
make -j1
|
make -j1
|
||||||
|
|
||||||
@ -56,6 +60,9 @@ make -j1
|
|||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall MANINSTDIR=%{buildroot}/%{_mandir}
|
%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}/pixmaps
|
||||||
mkdir -p %{buildroot}%{_datadir}/applications
|
mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
|
|
||||||
@ -80,7 +87,7 @@ EOF
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/pd
|
%{_bindir}/pd
|
||||||
%{_bindir}/pd-gui.tcl
|
%{_bindir}/pd-gui
|
||||||
%{_bindir}/pdreceive
|
%{_bindir}/pdreceive
|
||||||
%{_bindir}/pdsend
|
%{_bindir}/pdsend
|
||||||
%{_datadir}/pixmaps/puredata.png
|
%{_datadir}/pixmaps/puredata.png
|
||||||
@ -100,6 +107,9 @@ EOF
|
|||||||
%{_libdir}/pkgconfig/pd.pc
|
%{_libdir}/pkgconfig/pd.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.47.1-1mamba
|
||||||
- update to 0.47.1
|
- update to 0.47.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user