# Tag: Library # Type: Devel # Category: Audio Summary: C++ library for loading Gigasampler files and DLS Level 1/2 files. Name: libgig Version: 4.3.0 Release: 1%{dist} License: GPL URL: https://www.linuxsampler.org Distribution: Planet CCRMA Vendor: Planet CCRMA Source0: http://download.linuxsampler.org/packages/libgig-%{version}.tar.bz2 BuildRequires: gcc gcc-c++ BuildRequires: make BuildRequires: automake BuildRequires: autoconf BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: doxygen BuildRequires: libsndfile-devel BuildRequires: audiofile-devel BuildRequires: libuuid-devel %description C++ library for loading Gigasampler files and DLS Level 1/2 files. %package devel Summary: C++ library for loading Gigasampler files and DLS Level 1/2 files. Requires: %{name} = %{version}-%{release} %description devel C++ library for loading Gigasampler files and DLS Level 1/2 files. %prep %autosetup -n libgig-%{version} if [ -f Makefile.svn ]; then make -f Makefile.svn; fi %build %configure %make_build make docs %install %make_install # move libgig.* to /usr/_libdir/ mv %{buildroot}%{_libdir}/libgig/lib* %{buildroot}%{_libdir}/ rmdir %{buildroot}%{_libdir}/libgig rm -f %{buildroot}/%{_libdir}/libakai.la rm -f %{buildroot}/%{_libdir}/libgig.la %files %doc AUTHORS ChangeLog NEWS README TODO doc/html %license COPYING %{_bindir}/* %{_libdir}/libgig.so* %{_libdir}/libakai.so* %{_mandir}/man1/* %files devel %doc doc/html/* %{_libdir}/libgig.a %{_libdir}/libakai.a %{_libdir}/pkgconfig/gig.pc %{_libdir}/pkgconfig/akai.pc %{_includedir}/* %changelog * Sun May 23 2021 Yann Collette 4.3.0-1 - update to 4.3.0-1 * Thu Nov 05 2020 Yann Collette 4.2.0-1 - update to 4.2.0-1 * Mon Oct 15 2018 Yann Collette 4.1.0-1 - update for Fedora 29 * Sat May 12 2018 Yann Collette 4.1.0-1 - update to 4.1.0 * Sun Aug 28 2016 Fernando Lopez-Lezcano 4.0.0-1 - update to 4.0.0 * Wed Dec 10 2014 Fernando Lopez-Lezcano 3.3.0-3.svn2680.1 - update to svn 2680 for building on fc21 - added libakai.* and akai.pc * Wed May 30 2012 Fernando Lopez-Lezcano 3.3.0-3.svn2346.1 - update to svn 2346 (matches new fc17 linuxsampler) * Wed Mar 7 2012 Fernando Lopez-Lezcano 3.3.0-3.svn2325 - update to current svn for bzf support * Tue May 25 2010 Fernando Lopez-Lezcano 3.3.0-2 - add uuid-devel build dependency on fc >= 12 * Sat Nov 7 2009 Fernando Lopez-Lezcano 3.3.0-1 - updated to 3.3.0 - added e2fsprogs-devel build requirement (for uuid generation) * Tue May 13 2008 Fernando Lopez-Lezcano 3.2.1-1 - updated to version 3.2.1 - added patch from libgig cvs to fix build on gcc 4.3 for f9 * Wed Nov 14 2007 Fernando Lopez-Lezcano 3.2.0-1 - updated to version 3.2.0 * Mon Jul 2 2007 Fernando Lopez-Lezcano 3.1.1-1 - updated to version 3.1.1 * Wed Dec 6 2006 Fernando Lopez-Lezcano 3.1.0-1 - updated to version 3.1.0 * Sat May 20 2006 Fernando Lopez-Lezcano 3.0.0-1 - updated to version 3.0.0 * Fri Nov 25 2005 Fernando Lopez-Lezcano 2.0.2-0.1.cvs - experimental cvs version with write support cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co libgig * Wed Jun 29 2005 Fernando Lopez-Lezcano 2.0.1-1 - updated to 2.0.1 * Sun May 26 2005 Fernando Lopez-Lezcano 2.0.0-1 - updated to 2.0.0 * Thu Jan 20 2005 Fernando Lopez-Lezcano - packaged for Planet CCRMA from original spec file in tarball - spec file tweaks * Wed Nov 24 2004 Rui Nuno Capela - prepared for 1.0.0 * Sat Jul 10 2004 Christian Schoenebeck - renamed 'libgig.pc' to 'gig.pc' as well as the pkg-config lib name * Fri Jul 02 2004 Rui Nuno Capela - Created and corrected initial libgig.spec