Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (569dd200297cc753143a7d4d5d1472206cffe26f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (569dd200297cc753143a7d4d5d1472206cffe26f)
  • Date: Fri, 31 Aug 2007 02:53:52 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

audio-creation/nekobee/DEPENDS | 7 +------
audio-creation/nekobee/DETAILS | 6 +++---
audio-creation/nekobee/HISTORY | 6 ++++++
audio-creation/nekobee/PRE_BUILD | 6 ------
audio-creation/nekobee/nekobee_gtk.patch | 14 --------------
5 files changed, 10 insertions(+), 29 deletions(-)

New commits:
commit 1d82668b9efa396be1cd6c862a6ef2b2ea68da61
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

nekobee 0.1.6

diff --git a/audio-creation/nekobee/DEPENDS b/audio-creation/nekobee/DEPENDS
index 33bf109..174bde5 100755
--- a/audio-creation/nekobee/DEPENDS
+++ b/audio-creation/nekobee/DEPENDS
@@ -1,14 +1,9 @@
-# for the gtk patch
-depends autoconf &&
-depends automake-1.9 &&
-depends libtool &&
-
depends pkgconfig &&
depends liblo &&
depends ladspa &&
depends dssi &&

optional_depends gtk+2 \
- "--with-gtk" \
+ "--with-gtk2" \
"--without-gtk2" \
"to build GTK+2 GUI"
diff --git a/audio-creation/nekobee/DETAILS b/audio-creation/nekobee/DETAILS
index 4697eb1..b4c0b4a 100755
--- a/audio-creation/nekobee/DETAILS
+++ b/audio-creation/nekobee/DETAILS
@@ -1,8 +1,8 @@
SPELL=nekobee
- VERSION=0.1.5
+ VERSION=0.1.6
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://static.nekosynth.co.uk/releases/$SOURCE
-
SOURCE_HASH=sha512:e3f20d6c737466728f6439b0408f028f5ea5a8c320980d12cd6e276440072840a515508b6284a6840a3bf46a82909ce3333ac77001298caaca87961f5398dae4
+ SOURCE_URL[0]=http://www.nekosynth.co.uk/releases/$SOURCE
+
SOURCE_HASH=sha512:b519927a2320c2b4e4f3bfb6c0768db3ecc7d5f00d0c666073094d25eb65da6459435e136690cad738c3df8a7e8ce6dd09dd378e9f604aa72ad73b40f9e8f063
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.nekosynth.co.uk/wiki/nekobee
LICENSE[0]=GPL
diff --git a/audio-creation/nekobee/HISTORY b/audio-creation/nekobee/HISTORY
index 1e7b766..89bd538 100644
--- a/audio-creation/nekobee/HISTORY
+++ b/audio-creation/nekobee/HISTORY
@@ -1,2 +1,8 @@
+2007-08-31 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 0.1.6, updated SOURCE_URL.
+ * PRE_BUILD, nekobee_gtk.patch: Deleted, patch applied upstream.
+ * DEPENDS: Removed patch-specific dependencies, fixed typo in
+ gtk+2 enable flag.
+
2007-03-01 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS, DEPENDS, BUILD, nekobee_gtk.patch: Created spell.
diff --git a/audio-creation/nekobee/PRE_BUILD
b/audio-creation/nekobee/PRE_BUILD
deleted file mode 100755
index 6d1a127..0000000
--- a/audio-creation/nekobee/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-# don't check for GTK+, accidentally building against it will break
-patch -p1 < "$SCRIPT_DIRECTORY/nekobee_gtk.patch" &&
-autoconf
diff --git a/audio-creation/nekobee/nekobee_gtk.patch
b/audio-creation/nekobee/nekobee_gtk.patch
deleted file mode 100644
index a28344a..0000000
--- a/audio-creation/nekobee/nekobee_gtk.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur nekobee-0.1.5~/configure.in nekobee-0.1.5/configure.in
---- nekobee-0.1.5~/configure.in 2006-07-21 22:50:59.000000000 +0000
-+++ nekobee-0.1.5/configure.in 2007-03-01 20:15:15.000000000 +0000
-@@ -28,10 +28,6 @@
- if test "x${try_gtk2}" = 'xyes'; then
- AM_PATH_GTK_2_0(2.0.0, with_gtk='yes (version 2.0)', with_gtk=no)
- fi
--dnl No GTK+ 2.x found, look for GTK+ 1.2 instead
--if test "x${with_gtk}" = 'xno'; then
-- AM_PATH_GTK(1.2.0, with_gtk='yes (version 1.2)', AC_MSG_WARN([GUI will
not be built because no version of GTK+ was found]))
--fi
- AM_CONDITIONAL(BUILD_GUI, test "x${with_gtk}" != 'xno')
- echo "GTK support: $with_gtk"
-



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (569dd200297cc753143a7d4d5d1472206cffe26f), Juuso Alasuutari, 08/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page