if is_depends_enabled $SPELL doxygen
then
diff --git a/audio-libs/libgig/DETAILS b/audio-libs/libgig/DETAILS
index a853b81..201b782 100755
--- a/audio-libs/libgig/DETAILS
+++ b/audio-libs/libgig/DETAILS
@@ -1,32 +1,15 @@
SPELL=libgig
- VERSION=3.1.1
+ VERSION=3.2.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
-
SOURCE_HASH=sha512:12a54c37f6e20847e97e1f4fe450af71dfca3f967b3866d49f4b158e35841f123e2898c9de9543c80cf27f6ea4ac8eebd8b6dc94c72670bdfb0aacf5688fc11e
+
SOURCE_HASH=sha512:99a7c439eee749e0870d8352c6d5516166a4a4cfce4206fe2e66c735c16e72ccf50cc9fcf3fc17a71eaba98a5a3d6d4bbe26bdd6a2826886aa4835674f423487
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.linuxsampler.org/
ENTERED=20060726
LICENSE[0]=GPL
+ MAKE_NJOBS=1
KEYWORDS="audio libs"
- SHORT="Gigasampler file loader library."
+ SHORT="A Gigasampler file loader library."
cat << EOF
-libgig actually consists of three parts:
-
-- RIFF classes (RIFF.h, RIFF.cpp): Provides convenient methods to parse and
- access arbitrary RIFF files.
-- DLS classes (DLS.h, DLS.cpp): They're using the RIFF classes to parse
- DLS (Downloadable Sounds) Level 1 and 2
- files and provide abstract access to the
- data.
-- gig classes (gig.h, gig.cpp): These are based on the DLS classes and
- provide the necessary extensions for
- the Gigasampler file format.
-
-Beside the actual library there are four example applications:
-
- gigdump: Demo app that prints out the content of a .gig file.
- gigextract: Extracts samples from a .gig file.
- dlsdump: Demo app that prints out the content of a DLS file.
- rifftree: Tool that prints out the RIFF tree of an arbitrary RIFF
- file.
+Libgig is a Gigasampler file loader library.
EOF
diff --git a/audio-libs/libgig/HISTORY b/audio-libs/libgig/HISTORY
index 1703083..71fa551 100644
--- a/audio-libs/libgig/HISTORY
+++ b/audio-libs/libgig/HISTORY
@@ -1,3 +1,7 @@
+2008-03-16 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 3.2.1, added MAKE_NJOBS=1 to fix build.
+ * INSTALL: Added, install API docs.
+
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: removed is_depends_enabled.function reference