rpms/xsynth-dssi/devel import.log, NONE, 1.1 xsynth-dssi.desktop, NONE, 1.1 xsynth-dssi.png, NONE, 1.1 xsynth-dssi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at fedoraproject.org
Sat Jun 6 02:51:53 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/xsynth-dssi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16070/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xsynth-dssi.desktop xsynth-dssi.png 
	xsynth-dssi.spec 
Log Message:
* Thu Jun 04 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.2-2
- Add icon cache scriptlet

* Sat May 30 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.2-1
- Initial build



--- NEW FILE import.log ---
xsynth-dssi-0_9_2-2_fc11:HEAD:xsynth-dssi-0.9.2-2.fc11.src.rpm:1244256654


--- NEW FILE xsynth-dssi.desktop ---
[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;


--- NEW FILE xsynth-dssi.spec ---
Summary:    Classic-analog style software synthesizer
Name:       xsynth-dssi
Version:    0.9.2
Release:    2%{?dist}
License:    GPLv2+
Group:      Applications/Multimedia
URL:        http://dssi.sourceforge.net/download.html#Xsynth-DSSI
Source0:    http://dl.sourceforge.net/sourceforge/dssi/%{name}-%{version}.tar.gz
Source1:    %{name}.desktop
# Derived from src/bitmap_logo.xbm
Source2:    %{name}.png
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
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 \
  %{SOURCE1}

# Icon
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
install -pm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png

%clean
rm -rf $RPM_BUILD_ROOT

%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
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README TODO COPYING
%{_bindir}/%{name}
%{_libdir}/dssi/%{name}/
%{_libdir}/dssi/%{name}.so
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png

%changelog
* Thu Jun 04 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.2-2
- Add icon cache scriptlet

* Sat May 30 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.2-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xsynth-dssi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Jun 2009 21:41:21 -0000	1.1
+++ .cvsignore	6 Jun 2009 02:51:23 -0000	1.2
@@ -0,0 +1 @@
+xsynth-dssi-0.9.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xsynth-dssi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Jun 2009 21:41:21 -0000	1.1
+++ sources	6 Jun 2009 02:51:23 -0000	1.2
@@ -0,0 +1 @@
+9186bb3ef8aff99e2aef644c946e5d55  xsynth-dssi-0.9.2.tar.gz




More information about the fedora-extras-commits mailing list