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

Orcan Ogetbil oget at fedoraproject.org
Sat Jun 6 03:08:23 UTC 2009


Author: oget

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

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

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



--- NEW FILE import.log ---
nekobee-dssi-0_1_7-2_fc11:HEAD:nekobee-dssi-0.1.7-2.fc11.src.rpm:1244257644


--- NEW FILE nekobee-dssi.spec ---
Summary:       Acid sounds synthesizer
Name:          nekobee-dssi
Version:       0.1.7
Release:       2%{?dist}
License:       GPLv2+
Group:         Applications/Multimedia
URL:           http://www.nekosynth.co.uk/wiki/nekobee
Source0:       http://www.nekosynth.co.uk/releases/nekobee-%{version}.tar.gz
Source1:       nekobee.desktop
# Derived from extra/knob.png
Source2:       nekobee.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
Since it was first released in 2004, the Disposable Soft Synth Interface has
allowed Linux audio users to have simple plugin software synthesizers. Over
time, the number of these has grown as users and coders have developed new
plugins for particular sounds. Now, nekosynth brings some new plugins to enrich
your sonic palette.

This package provides the nekobee DSSI plugin, which is suitable for recreating
those squelchy acid sounds.

%prep
%setup -q -n nekobee-%{version}

%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}/nekobee

# Kill .la file
rm $RPM_BUILD_ROOT%{_libdir}/dssi/nekobee.la

# Kill zero-length file
rm $RPM_BUILD_ROOT%{_libdir}/dssi/nekobee/switch.png

# 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/nekobee.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 ChangeLog README COPYING
%{_bindir}/nekobee
%{_libdir}/dssi/nekobee/
%{_libdir}/dssi/nekobee.so
%{_datadir}/applications/nekobee.desktop
%{_datadir}/icons/hicolor/48x48/apps/nekobee.png

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

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


--- NEW FILE nekobee.desktop ---
[Desktop Entry]
Name=nekobee
GenericName=Software Synthesizer
Comment=Acid sounds synthesizer
Icon=nekobee
Type=Application
Exec=/usr/bin/nekobee
Terminal=false
Categories=Audio;AudioVideo;Midi;X-Synthesis;X-Jack;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nekobee-dssi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Jun 2009 21:40:44 -0000	1.1
+++ .cvsignore	6 Jun 2009 03:07:53 -0000	1.2
@@ -0,0 +1 @@
+nekobee-0.1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nekobee-dssi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Jun 2009 21:40:44 -0000	1.1
+++ sources	6 Jun 2009 03:07:53 -0000	1.2
@@ -0,0 +1 @@
+e8b491b83e77f778df542d0066271d40  nekobee-0.1.7.tar.gz




More information about the fedora-extras-commits mailing list