[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (299a7efd2165fe1c58de5f4a2dc0d30c2a4cb93d)

Elisamuel Resto scm at sourcemage.org
Thu Jun 26 17:01:52 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 audio-players/audacious/DEPENDS                                 |   24 +-
 audio-players/audacious/DETAILS                                 |    2 
 audio-players/audacious/HISTORY                                 |    4 
 audio-players/audacious/audacious-1.5.0.tgz.sig                 |    0 
 audio-players/audacious/audacious-1.5.1.tgz.sig                 |binary
 audio-plugins/audacious-plugins/DEPENDS                         |   87 +++++-----
 audio-plugins/audacious-plugins/DETAILS                         |    2 
 audio-plugins/audacious-plugins/HISTORY                         |    4 
 audio-plugins/audacious-plugins/audacious-plugins-1.5.0.tgz.sig |    0 
 audio-plugins/audacious-plugins/audacious-plugins-1.5.1.tgz.sig |binary
 dev/null                                                        |binary
 libs/libmcs/DETAILS                                             |    4 
 libs/libmcs/HISTORY                                             |    3 
 libs/libmowgli/DETAILS                                          |    4 
 libs/libmowgli/HISTORY                                          |    3 
 15 files changed, 81 insertions(+), 56 deletions(-)

New commits:
commit 299a7efd2165fe1c58de5f4a2dc0d30c2a4cb93d
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    libs/libmowgli: updated to 0.6.1

commit 21bf2290ad3eb757ff46baeb93e46c85d1a31114
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    libs/libmcs: updated to 0.7.1

commit 983abecb0f9fa52d56aec998d29c7dc4749e9cbb
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    audio-plugins/audacious-plugins: updated to 1.5.1; lame -> libmad; added neon

commit 85f602cce040d7cd1e105cd8d30663fdb0268dce
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    audio-players/audacious: updated to 1.5.1; added pango, cairo and pcre as deps

diff --git a/audio-players/audacious/DEPENDS b/audio-players/audacious/DEPENDS
index af543e9..7b3e6b1 100755
--- a/audio-players/audacious/DEPENDS
+++ b/audio-players/audacious/DEPENDS
@@ -1,13 +1,19 @@
-depends gtk+2     &&
+depends gtk+2 &&
 depends libglade2 &&
-depends libmcs    &&
+depends libmcs &&
 depends libmowgli &&
+depends pango &&
+depends cairo &&
 
-optional_depends libsamplerate            \
-                 "--enable-samplerate"    \
-                 ""                       \
+optional_depends libsamplerate \
+                 "--enable-samplerate" \
+                 "--disable-samplerate" \
                  "support for samplerate" &&
-optional_depends dbus                     \
-                 "--enable-dbus"          \
-                 "--disable-dbus"         \
-                 "support for dbus notifications "
+optional_depends dbus \
+                 "--enable-dbus" \
+                 "--disable-dbus" \
+                 "support for dbus notifications" &&
+optional_depends pcre \
+                 "--with-regexlib=pcre" \
+                 "--with-regexlib=gnu" \
+                 "to use PCRE regex library instead of GNU library"
diff --git a/audio-players/audacious/DETAILS b/audio-players/audacious/DETAILS
index 9622af8..f47d1c0 100755
--- a/audio-players/audacious/DETAILS
+++ b/audio-players/audacious/DETAILS
@@ -1,5 +1,5 @@
            SPELL=audacious
-         VERSION=1.5.0
+         VERSION=1.5.1
           SOURCE=${SPELL}-${VERSION}.tgz
    SOURCE_URL[0]=http://distfiles.atheme.org/${SOURCE}
       SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/audio-players/audacious/HISTORY b/audio-players/audacious/HISTORY
index 3e56a12..7eef940 100644
--- a/audio-players/audacious/HISTORY
+++ b/audio-players/audacious/HISTORY
@@ -1,3 +1,7 @@
+2008-06-26 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated to 1.5.1
+	* DEPENDS: changed flac enable switch; added pango, cairo, pcre
+
 2008-05-02 Elisamuel Resto <ryuji at sourcemage.org>
 	* DETAILS: updated VERSION to 1.5.0
 	* DEPENDS: added dbus optional dependency; cleanup
diff --git a/audio-players/audacious/audacious-1.5.0.tgz.sig b/audio-players/audacious/audacious-1.5.0.tgz.sig
deleted file mode 100644
index ff372b9..0000000
Binary files a/audio-players/audacious/audacious-1.5.0.tgz.sig and /dev/null differ
diff --git a/audio-players/audacious/audacious-1.5.1.tgz.sig b/audio-players/audacious/audacious-1.5.1.tgz.sig
new file mode 100644
index 0000000..2e54ea4
Binary files /dev/null and b/audio-players/audacious/audacious-1.5.1.tgz.sig differ
diff --git a/audio-plugins/audacious-plugins/DEPENDS b/audio-plugins/audacious-plugins/DEPENDS
index 101f20a..f1dfc94 100755
--- a/audio-plugins/audacious-plugins/DEPENDS
+++ b/audio-plugins/audacious-plugins/DEPENDS
@@ -1,4 +1,5 @@
 depends audacious &&
+
 optional_depends libvorbis \
                  "" \
                  "--disable-vorbis" \
@@ -9,7 +10,7 @@ optional_depends libogg \
                  "for ogg support" &&
 optional_depends flac \
                  "" \
-                 "--disable-flac" \
+                 "--disable-flacng" \
                  "for flac support" &&
 optional_depends alsa-lib \
                  "" \
@@ -20,54 +21,58 @@ optional_depends esound \
                  "--disable-esd" \
                  "for esound support" &&
 optional_depends pulseaudio \
-		 "" \
-		 "--disable-pulse" \
-		 "for pulseaudio support" &&
+                 "" \
+                 "--disable-pulse" \
+                 "for pulseaudio support" &&
 optional_depends lirc \
-		 "" \
-		 "--disable-lirc" \
-		 "for lirc support"       &&
+                 "" \
+                 "--disable-lirc" \
+                 "for lirc support" &&
 optional_depends wavpack \
-		 "" \
-		 "--disable-wavpack" \
-		 "for wavpack support"    &&
+                 "" \
+                 "--disable-wavpack" \
+                 "for wavpack support" &&
 optional_depends faac \
-		 "" \
-		 "--disable-aac" \
-		 "for aac support"        &&
+                 "" \
+                 "--disable-aac" \
+                 "for aac support" &&
 optional_depends libsndfile \
-		 "" \
-		 "--disable-sndfile" \
-		 "sndfile support"        &&
+                 "" \
+                 "--disable-sndfile" \
+                 "sndfile support" &&
 optional_depends libmodplug \
-		 "" \
-		 "--disable-modplug" \
-		 "support for modplug"    &&
+                 "" \
+                 "--disable-modplug" \
+                 "support for modplug" &&
 optional_depends musepack-tools \
-		 "" \
-		 "--disable-musepack" \
-		 "support for musepack"   &&
+                 "" \
+                 "--disable-musepack" \
+                 "support for musepack" &&
 optional_depends JACK-DRIVER \
-		 "" \
-		 "--disable-jack" \
-		 "support for jack"       &&
+                 "" \
+                 "--disable-jack" \
+                 "support for jack" &&
 optional_depends arts \
-		 "" \
-		 "--disable-arts" \
-		 "support for arts"       &&
+                 "" \
+                 "--disable-arts" \
+                 "support for arts" &&
 optional_depends sidplay-libs \
-		 "" \
-		 "--disable-sid" \
-		 "support for sid"        &&
+                 "" \
+                 "--disable-sid" \
+                 "support for sid" &&
 optional_depends timidity \
-		 "" \
-		 "--disable-timidity" \
-		 "play midi files through timidity" &&
+                 "" \
+                 "--disable-timidity" \
+                 "play midi files through timidity" &&
 optional_depends ttaenc \
-		 "" \
-		 "--disable-tta" \
-		 "support for TrueAudio"  &&
-optional_depends lame \
-		 "" \
-		 "--disable-lame" \
-		 "play mp3 through lame"
+                 "" \
+                 "--disable-tta" \
+                 "support for TrueAudio" &&
+optional_depends libmad \
+                 "" \
+                 "--disable-mp3" \
+                 "support for mp3 files" &&
+optional_depends neon \
+                 "--enable-neon" \
+                 "--disable-neon" \
+                 "for HTTP(s) transport (required for Icecast/Shoutcast) (EXPERIMENTAL)"
diff --git a/audio-plugins/audacious-plugins/DETAILS b/audio-plugins/audacious-plugins/DETAILS
index 422a76e..bde5e6a 100755
--- a/audio-plugins/audacious-plugins/DETAILS
+++ b/audio-plugins/audacious-plugins/DETAILS
@@ -1,5 +1,5 @@
            SPELL=audacious-plugins
-         VERSION=1.5.0
+         VERSION=1.5.1
           SOURCE=${SPELL}-${VERSION}.tgz
    SOURCE_URL[0]=http://distfiles.atheme.org/${SOURCE}
       SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/audio-plugins/audacious-plugins/HISTORY b/audio-plugins/audacious-plugins/HISTORY
index d313880..34664d4 100644
--- a/audio-plugins/audacious-plugins/HISTORY
+++ b/audio-plugins/audacious-plugins/HISTORY
@@ -1,3 +1,7 @@
+2008-06-26 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated to 1.5.1
+	* DEPENDS: lame -> libmad; replaced tabs; added neon
+
 2008-05-02 Elisamuel Resto <ryuji at sourcemage.org>
 	* DETAILS: updated VERSION to 1.5.0
 
diff --git a/audio-plugins/audacious-plugins/audacious-plugins-1.5.0.tgz.sig b/audio-plugins/audacious-plugins/audacious-plugins-1.5.0.tgz.sig
deleted file mode 100644
index 6743529..0000000
Binary files a/audio-plugins/audacious-plugins/audacious-plugins-1.5.0.tgz.sig and /dev/null differ
diff --git a/audio-plugins/audacious-plugins/audacious-plugins-1.5.1.tgz.sig b/audio-plugins/audacious-plugins/audacious-plugins-1.5.1.tgz.sig
new file mode 100644
index 0000000..91a0aea
Binary files /dev/null and b/audio-plugins/audacious-plugins/audacious-plugins-1.5.1.tgz.sig differ
diff --git a/libs/libmcs/DETAILS b/libs/libmcs/DETAILS
index 5e3a726..ff65783 100755
--- a/libs/libmcs/DETAILS
+++ b/libs/libmcs/DETAILS
@@ -1,6 +1,6 @@
            SPELL=libmcs
-         VERSION=0.6.0
-     SOURCE_HASH=sha512:00329630738dd96ca39cd280008e948719875519544296287230be883f9a142140fc9f0b36e9e244442b21b3ff584f08a7b011111e523b0ac0a1d5f05ea96fca
+         VERSION=0.7.1
+     SOURCE_HASH=sha512:e94c1068011e1b49771c5eb04bcd749f927d72bdaa4dc8b83e5a5eef271d4420b8290b1a999f88284b4fe56ba1a1cb2a6c2fcda27e237000eb91cccdea203d8b
           SOURCE=${SPELL}-${VERSION}.tgz
    SOURCE_URL[0]=http://distfiles.atheme.org/${SOURCE}
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/libs/libmcs/HISTORY b/libs/libmcs/HISTORY
index 980b3d3..9cc9bee 100644
--- a/libs/libmcs/HISTORY
+++ b/libs/libmcs/HISTORY
@@ -1,3 +1,6 @@
+2008-06-26 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated to 0.7.1
+
 2007-12-24 Elisamuel Resto <ryuji at sourcemage.org>
 	* DETAILS: removed git option, version update to 0.6.0
 	* PRE_BUILD, PREPARE: removed, git option removed.
diff --git a/libs/libmowgli/DETAILS b/libs/libmowgli/DETAILS
index 65c49eb..a802bac 100755
--- a/libs/libmowgli/DETAILS
+++ b/libs/libmowgli/DETAILS
@@ -1,6 +1,6 @@
            SPELL=libmowgli
-         VERSION=0.5.0
-     SOURCE_HASH=sha512:15f79350efc87402f9b7a01d4975d8842247baac63bf6bdd45d969f247f55528de268295ac6dffc4e505c06a26b6674c7657efa85a1141f9f4d23c84d4374700
+         VERSION=0.6.1
+     SOURCE_HASH=sha512:ff006ad39ae2cd8e6891eaba1d26d95ca65ec2529347aa3fea06f5022a797b2344165433f4da53b7c96a7844cc23f41b0f79897723abda6550bee37a2b0979c9
           SOURCE=${SPELL}-${VERSION}.tgz
    SOURCE_URL[0]=http://distfiles.atheme.org/${SOURCE}
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/libs/libmowgli/HISTORY b/libs/libmowgli/HISTORY
index 30f24eb..574d432 100644
--- a/libs/libmowgli/HISTORY
+++ b/libs/libmowgli/HISTORY
@@ -1,3 +1,6 @@
+2008-06-26 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated to 0.6.1
+
 2007-12-24 Elisamuel Resto <ryuji at sourcemage.org>
 	* DETAILS: removed git option, version update to 0.5.0
 	* PRE_BUILD, PREPARE: removed, git option removed.



More information about the SM-Commit mailing list