rpms/hexter-dssi/devel hexter-dssi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Anthony Green (green) fedora-extras-commits at redhat.com
Thu Jul 13 05:38:22 UTC 2006


Author: green

Update of /cvs/extras/rpms/hexter-dssi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20845/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hexter-dssi.spec 
Log Message:
auto-import hexter-dssi-0.5.9-4 on branch devel from hexter-dssi-0.5.9-4.src.rpm


--- NEW FILE hexter-dssi.spec ---
Summary:      DSSI software synthesizer plugin emulating DX7
Name:         hexter-dssi
Version:      0.5.9
Release:      4%{?dist}
URL:          http://dssi.sourceforge.net/hexter.html
Source0:      http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-0.5.9.tar.gz
License:      GPL
Group:        Applications/Multimedia
BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: dssi-devel gtk2-devel
Requires:     dssi

%description
hexter is a software synthesizer that models the sound generation of a
Yamaha DX7 synthesizer. It can easily load most DX7 patch bank files,
accept patch editing commands via MIDI sys-ex messages (ALSA systems
only), and recreate the sound of the DX7 with greater accuracy than
any previous open-source emulation (that the author is aware of....)

hexter operates as a plugin for the Disposable Soft Synth Interface
(DSSI). 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 -n hexter-%{version}

%build
%configure

make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
ln -s jack-dssi-host $RPM_BUILD_ROOT%{_bindir}/hexter

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/hexter
%{_datadir}/hexter/
%{_libdir}/dssi/*
%exclude %{_libdir}/dssi/hexter.la

%changelog
* Wed Jul 12 2006 Anthony Green <green at redhat.com> 0.5.9-4
- Update Source0 link.
- Don't use %makeinstall.  It's broken (?)
- Mention DX7 in Summary.

* Sun Jun  4 2006 Anthony Green <green at redhat.com> 0.5.9-3
- Remove useless post and postun scripts.
- Tweak hexter jack-dssi-host symlink. 

* Thu May 18 2006 Anthony Green <green at redhat.com> 0.5.9-2
- Clean up Requires & BuildRequires.
- Don't use %{__rm} & %{__make}.
- Use %makeinstall.
- Add hexter symlink.

* Tue Apr 25 2006 Anthony Green <green at redhat.com> 0.5.9-1
- Created.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hexter-dssi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jul 2006 05:37:34 -0000	1.1
+++ .cvsignore	13 Jul 2006 05:38:22 -0000	1.2
@@ -0,0 +1 @@
+hexter-0.5.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hexter-dssi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jul 2006 05:37:34 -0000	1.1
+++ sources	13 Jul 2006 05:38:22 -0000	1.2
@@ -0,0 +1 @@
+ad337feac0ec7f208e697cd9f123f076  hexter-0.5.9.tar.gz




More information about the scm-commits mailing list