From 714e93d18d386e6a3e91ad802259160917c05601 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:35:57 +0100 Subject: [PATCH] automatic version update by autodist [release 0.51.4-1mamba;Fri Feb 26 2021] --- puredata.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/puredata.spec b/puredata.spec index 554c3b0..c2fcd32 100644 --- a/puredata.spec +++ b/puredata.spec @@ -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 -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 0.51.4-1mamba +- automatic version update by autodist + * Wed Aug 24 2016 Silvan Calarco 0.47.1-1mamba - update to 0.47.1