diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f29aac7..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -xsynth-dssi-0.9.2.tar.gz -/xsynth-dssi-0.9.4.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 70021df..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -3432ecdac06407a992f80eb1c1ecf7cd xsynth-dssi-0.9.4.tar.gz diff --git a/xsynth-dssi-0.9.4-RELEASE b/xsynth-dssi-0.9.4-RELEASE deleted file mode 100644 index 240b27a..0000000 --- a/xsynth-dssi-0.9.4-RELEASE +++ /dev/null @@ -1,10 +0,0 @@ -Xsynth-DSSI 0.9.4 Release Notes - -Xsynth-DSSI is a classic-analog (VCOs-VCF-VCA) style software -synthesizer which operates as a plugin for the DSSI Soft Synth -Interface. - -Changes since version 0.9.2: this release, which adds no new -synthesis features, fixes a number of minor bugs, makes patch -handling more robust across locales, and uses cairo (when -available) to draw nicer knobs in the GUI. diff --git a/xsynth-dssi.desktop b/xsynth-dssi.desktop deleted file mode 100644 index 8c1e4c2..0000000 --- a/xsynth-dssi.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Xsynth-DSSI -GenericName=Software Synthesizer -Comment=A classic-analog (VCOs-VCF-VCA) style software synthesizer -Icon=xsynth-dssi -Type=Application -Exec=/usr/bin/xsynth-dssi -Terminal=false -Categories=Audio;AudioVideo;Midi;X-Synthesis;X-Jack; diff --git a/xsynth-dssi.png b/xsynth-dssi.png deleted file mode 100644 index d62fe6a..0000000 Binary files a/xsynth-dssi.png and /dev/null differ diff --git a/xsynth-dssi.spec b/xsynth-dssi.spec deleted file mode 100644 index 15883d4..0000000 --- a/xsynth-dssi.spec +++ /dev/null @@ -1,130 +0,0 @@ -Summary: Classic-analog style software synthesizer -Name: xsynth-dssi -Version: 0.9.4 -Release: 13%{?dist} -License: GPLv2+ -Group: Applications/Multimedia -URL: http://dssi.sourceforge.net/download.html#Xsynth-DSSI -Source0: http://download.sf.net/dssi/%{name}-%{version}.tar.gz -Source1: http://download.sf.net/dssi/%{name}-%{version}-RELEASE -Source2: %{name}.desktop -# Derived from a screenshot from xsynth RHBZ#787588 -Source3: %{name}.png - -BuildRequires: alsa-lib-devel -BuildRequires: desktop-file-utils -BuildRequires: dssi-devel -BuildRequires: gtk2-devel -BuildRequires: liblo-devel - -Requires: dssi - -%description -Xsynth-DSSI is a classic-analog (VCOs-VCF-VCA) style software synthesizer which -operates as a plugin for the DSSI Soft Synth Interface. DSSI is a plugin API -for software instruments (soft synths) with user interfaces, permitting them to -be hosted in-process by audio applications. - -%prep -%setup -q - -cp -a %{SOURCE1} . - -%build -%configure -make %{?_smp_mflags} - -%install -make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="install -p" - -# Make a symlink for easy access -mkdir -p $RPM_BUILD_ROOT%{_bindir} -ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/%{name} - -# Kill .la file -rm $RPM_BUILD_ROOT%{_libdir}/dssi/%{name}.la - -# Desktop file -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications -desktop-file-install \ - --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - %{SOURCE2} - -# Icon -mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -pm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png - - -%post -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - - -%files -%doc AUTHORS ChangeLog README TODO COPYING *-RELEASE -%{_bindir}/%{name} -%{_libdir}/dssi/%{name}/ -%{_libdir}/dssi/%{name}.so -%{_datadir}/%{name}/ -%{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/48x48/apps/%{name}.png - -%changelog -* Fri Feb 05 2016 Fedora Release Engineering - 0.9.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.9.4-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 0.9.4-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.9.4-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.9.4-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.9.4-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.9.4-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Feb 06 2012 Orcan Ogetbil - 0.9.4-6 -- Update the menu icon RHBZ#787588 from Martin Tarenskeen - -* Sat Jan 14 2012 Fedora Release Engineering - 0.9.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 0.9.4-4 -- Rebuild for new libpng - -* Tue Feb 08 2011 Fedora Release Engineering - 0.9.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Sep 29 2010 jkeating - 0.9.4-2 -- Rebuilt for gcc bug 634757 - -* Sun Sep 26 2010 Orcan Ogetbil - 0.9.4-1 -- Update to 0.9.4 - -* Tue Jul 20 2010 Orcan Ogetbil - 0.9.2-4 -- Rebuild against new liblo-0.26 - -* Mon Jul 27 2009 Fedora Release Engineering - 0.9.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Jun 04 2009 Orcan Ogetbil - 0.9.2-2 -- Add icon cache scriptlet - -* Sat May 30 2009 Orcan Ogetbil - 0.9.2-1 -- Initial build