Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Kevin Dahan (499c81e4dc6e2e8e0a49b6e1872babb5786d610c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Kevin Dahan <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Kevin Dahan (499c81e4dc6e2e8e0a49b6e1872babb5786d610c)
  • Date: Mon, 24 Jul 2006 04:25:39 -0500

GIT changes to master grimoire by Kevin Dahan <unet AT sourcemage.org>:

ChangeLog | 4 ++++
audio-libs/musicextras/BUILD | 2 ++
audio-libs/musicextras/DEPENDS | 3 +++
audio-libs/musicextras/DETAILS | 17 +++++++++++++++++
audio-libs/musicextras/HISTORY | 3 +++
audio-libs/musicextras/INSTALL | 1 +
audio-libs/ruby-mp3info/BUILD | 3 +++
audio-libs/ruby-mp3info/DEPENDS | 1 +
audio-libs/ruby-mp3info/DETAILS | 14 ++++++++++++++
audio-libs/ruby-mp3info/HISTORY | 2 ++
audio-libs/ruby-mp3info/INSTALL | 1 +
audio-players/prokyon3/BUILD | 16 ++++++----------
audio-players/prokyon3/DEPENDS | 2 ++
audio-players/prokyon3/DETAILS | 5 ++---
audio-players/prokyon3/HISTORY | 5 +++++
audio-players/prokyon3/gcc4.patch | 35 +++++++++++++++++++++++++++++++++++
16 files changed, 101 insertions(+), 13 deletions(-)

New commits:
commit da38bb98f2aaacc5b01faf2684ac218cffa9893a
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

Changelog ++

commit 19b77c7890fded73e083059b28ce69aea78fe41b
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

Really fix prokyon3

commit 3352cd9a50ff02040e5a6c11dda7efe1619523c5
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

musicextras new spell
ruby-mp3info new spell
prokyon3 update 0.9.5RC1

diff --git a/ChangeLog b/ChangeLog
index ef25ccf..26f63be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-24 Kevin Dahan <unet AT sourcemage.org>
+ * audio-libs/ruby-mp3info: new spell, ruby mp3 lib
+ * audio-libs/musicextras: new spell, song extra info (bug 10793)
+
2006-07-24 Pol Vinogradov <vin.public AT gmail.com>
* utils/checkinstall: new spell, CheckInstall is an installation
tracker

diff --git a/audio-libs/musicextras/BUILD b/audio-libs/musicextras/BUILD
new file mode 100755
index 0000000..39e8f05
--- /dev/null
+++ b/audio-libs/musicextras/BUILD
@@ -0,0 +1,2 @@
+ruby setup.rb config &&
+ruby setup.rb setup
diff --git a/audio-libs/musicextras/DEPENDS b/audio-libs/musicextras/DEPENDS
new file mode 100755
index 0000000..0ff4ce3
--- /dev/null
+++ b/audio-libs/musicextras/DEPENDS
@@ -0,0 +1,3 @@
+depends ruby &&
+depends ruby-mp3info &&
+optional_depends ruby-gnome2 "" "" "For GTK Interface"
diff --git a/audio-libs/musicextras/DETAILS b/audio-libs/musicextras/DETAILS
new file mode 100755
index 0000000..462ad2f
--- /dev/null
+++ b/audio-libs/musicextras/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=musicextras
+ VERSION=0.6.8
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=http://www.divineinvasion.net/musicextras/${SOURCE}
+
SOURCE_HASH=sha512:17b21f20d5b5810de99175572ef653d6cbbff0ddfa4d16181cfcc626ea1705457bcfdc93913f1214689119e11b8442d23d7106a2b5a69c48ade069f93aaaaa0c
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://www.divineinvasion.net/musicextras/index.html
+ ENTERED=20060330
+ UPDATED=20060330
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="Musicextras is a program for automatically retrieving
extra information for songs."
+cat << EOF
+Musicextras is a program for automatically retrieving extra information for
+songs. Currently it retrieves lyrics, album covers, artist images, artist
bio,
+years active, and track listings.
+EOF
diff --git a/audio-libs/musicextras/HISTORY b/audio-libs/musicextras/HISTORY
new file mode 100644
index 0000000..e3c2df4
--- /dev/null
+++ b/audio-libs/musicextras/HISTORY
@@ -0,0 +1,3 @@
+2006-03-30 Jose Bernardo Silva <jbernardo AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY,BUILD,INSTALL: created spell
+ * Still need to create spells for the optional dependencies,
ruby-gettext (http://ponx.s5.xrea.com/hiki/ruby-gettext.html) and WEBrick
(http://www.webrick.org)
diff --git a/audio-libs/musicextras/INSTALL b/audio-libs/musicextras/INSTALL
new file mode 100755
index 0000000..caf81b7
--- /dev/null
+++ b/audio-libs/musicextras/INSTALL
@@ -0,0 +1 @@
+ruby setup.rb install
diff --git a/audio-libs/ruby-mp3info/BUILD b/audio-libs/ruby-mp3info/BUILD
new file mode 100755
index 0000000..50f1dfe
--- /dev/null
+++ b/audio-libs/ruby-mp3info/BUILD
@@ -0,0 +1,3 @@
+ruby install.rb config $OPTS &&
+ruby install.rb setup
+
diff --git a/audio-libs/ruby-mp3info/DEPENDS b/audio-libs/ruby-mp3info/DEPENDS
new file mode 100755
index 0000000..866eee3
--- /dev/null
+++ b/audio-libs/ruby-mp3info/DEPENDS
@@ -0,0 +1 @@
+depends ruby
diff --git a/audio-libs/ruby-mp3info/DETAILS b/audio-libs/ruby-mp3info/DETAILS
new file mode 100755
index 0000000..85b5565
--- /dev/null
+++ b/audio-libs/ruby-mp3info/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=ruby-mp3info
+ VERSION=0.5
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://rubyforge.org/frs/download.php/7537/${SOURCE}
+
SOURCE_HASH=sha512:a34b88cb5b46536d0d89178d9c017e8e1ab607d5ca0f9ef846ba1c8497f2b9aa89b987d7052a9e07ce68560ff3e2b22ea599aece01f260eb967713cd8fda7a5a
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://rubyforge.org/projects/ruby-mp3info/
+ ENTERED=20060724
+ LICENSE[0]=GPL
+ KEYWORDS="ruby mp3 libs"
+ SHORT="a pure ruby library for access to mp3 files"
+cat << EOF
+a pure ruby library for access to mp3 files (internal infos and tags)
+EOF
diff --git a/audio-libs/ruby-mp3info/HISTORY b/audio-libs/ruby-mp3info/HISTORY
new file mode 100644
index 0000000..cbfbdef
--- /dev/null
+++ b/audio-libs/ruby-mp3info/HISTORY
@@ -0,0 +1,2 @@
+2006-07-24 Unet <unet AT sourcemage.org>
+ * ALL: Created spell
diff --git a/audio-libs/ruby-mp3info/INSTALL b/audio-libs/ruby-mp3info/INSTALL
new file mode 100755
index 0000000..be96bd1
--- /dev/null
+++ b/audio-libs/ruby-mp3info/INSTALL
@@ -0,0 +1 @@
+ruby install.rb install
diff --git a/audio-players/prokyon3/BUILD b/audio-players/prokyon3/BUILD
index f95b87b..6a4daca 100755
--- a/audio-players/prokyon3/BUILD
+++ b/audio-players/prokyon3/BUILD
@@ -1,10 +1,6 @@
-(
- ./configure --prefix=/usr \
- --with-qtdir=/usr \
- --with-qt-includes=/usr/include/qt \
- $OPTS &&
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
\ No newline at end of file
+patch -p0 < $SCRIPT_DIRECTORY/gcc4.patch &&
+./configure --prefix=$INSTALL_ROOT \
+ --with-qt-includes=/usr/include/qt \
+ --with-qt-libs=/usr/lib \
+ $OPTS &&
+make
diff --git a/audio-players/prokyon3/DEPENDS b/audio-players/prokyon3/DEPENDS
index 3ff81f9..998d4f9 100755
--- a/audio-players/prokyon3/DEPENDS
+++ b/audio-players/prokyon3/DEPENDS
@@ -3,4 +3,6 @@ depends qt-x11
depends id3lib
optional_depends "libvorbis" "" "--without-ogg" "for Ogg/Vorbis support"
optional_depends "xmms" "" "" "to enable xmms playback"
+optional_depends "musicextras" "--with-musicextras" "--without-musicextras"
"for musicextras support (recommended)"
+

diff --git a/audio-players/prokyon3/DETAILS b/audio-players/prokyon3/DETAILS
index a9043b7..9d19238 100755
--- a/audio-players/prokyon3/DETAILS
+++ b/audio-players/prokyon3/DETAILS
@@ -1,16 +1,15 @@
SPELL=prokyon3
- VERSION=0.9.2
+ VERSION=0.9.5RC1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://prokyon3.sourceforge.net
ENTERED=20030326
UPDATED=20030326
-
SOURCE_HASH=sha512:9beb2015a2a2e9271fd4ef9563a76be15bc8e7e670ac9bc71fead400787b6d1ac6425a9611dc7805e126a5526a53cf3a15444a36c5b6963f6309054a78c2d749
+
SOURCE_HASH=sha512:0ad804614f9780e2ffc2901cf8be41a4e428803ab201303a06e740bc33fd8af4ce5153073c2fe7527fa75a8f48cab8df859bc47664faf5e7583ed7120f305568
LICENSE[0]=GPL
MAINTAINER=91e31ec27332547fb071d24c0d5fcf75
KEYWORDS="players audio"
- BUILD_API=1
SHORT="prokyon3 catalogues and tags your mp3/ogg collection"
cat << EOF
prokyon3 is a multithreaded MP3/ogg manager and tag editor for Linux. It was
diff --git a/audio-players/prokyon3/HISTORY b/audio-players/prokyon3/HISTORY
index 37c2406..525cba2 100644
--- a/audio-players/prokyon3/HISTORY
+++ b/audio-players/prokyon3/HISTORY
@@ -1,3 +1,8 @@
+2006-07-24 Unet <unet AT sourcemage.org>
+ * DETAILS: Updated to 0.9.5RC1
+ * BUILD: API2 + gcc4.patch
+ * DEPENDS: Added musicextras (bug 10793)
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/audio-players/prokyon3/gcc4.patch
b/audio-players/prokyon3/gcc4.patch
new file mode 100644
index 0000000..e6d95c6
--- /dev/null
+++ b/audio-players/prokyon3/gcc4.patch
@@ -0,0 +1,35 @@
+--- src/configuration.h.old 2006-07-24 11:12:39.675026456 +0200
++++ src/configuration.h 2006-07-24 11:13:15.182628480 +0200
+@@ -322,8 +322,8 @@ public:
+ ~Configuration();
+
+ private:
+- QValueList<int> Configuration::listString2Int( QStringList qs);
+- QStringList Configuration::listInt2String( QValueList<int> qi);
++ QValueList<int> listString2Int( QStringList qs);
++ QStringList listInt2String( QValueList<int> qi);
+ int startuptip, readid3v2, writeid3v2, autoconn, autohide, avoidhdd,
avoidsmb, avoidnfs;
+ #ifdef HAVE_MEXTRAS
+ int checkartist, checkcover, checklyrics, checksyncedlyrics, checkalbum,
checktracks, checkbiography, checkyears;
+--- src/progressdialogscroll.h.old 2006-07-24 11:12:46.931923240 +0200
++++ src/progressdialogscroll.h 2006-07-24 11:13:27.178804784 +0200
+@@ -32,7 +32,7 @@ public:
+ setMinimumHeight( 200 );
+ setMinimumWidth( 500 );
+ }
+- void ProgressDialogScroll::resizeEvent( QResizeEvent *ev ) {
++ void resizeEvent( QResizeEvent *ev ) {
+ QProgressDialog::resizeEvent( ev );
+ QRect rct =
static_cast<QWidget*>(this->child("label","QLabel"))->geometry();
+ rct.setTop(2);
+--- src/database_mysql.h.old 2006-07-24 11:14:14.165661696 +0200
++++ src/database_mysql.h 2006-07-24 11:14:30.470183032 +0200
+@@ -116,7 +116,7 @@ public:
+ void alterYearsActiveArtistsMextras(QString& years_active, int
artists_id);
+ void alterBiographyArtistsMextras(int biography_id, int artists_id);
+ void alterLyricsTracksMextras(int lyrics_id, int tracks_id);
+- void DataBase_MySQL::alterSyncedLyricsTracksMextras(int
synced_lyrics_id, int tracks_id);
++ void alterSyncedLyricsTracksMextras(int synced_lyrics_id, int
tracks_id);
+ void alterCoverTracksMextras(int, int, const QString, const QString);
+ void alterAlbumReviewTracksMextras(int album_review_id, int album_id);
+ void alterAlbumTracksTracksMextras(int album_tracks_id, int album_id);



  • [SM-Commit] GIT changes to master grimoire by Kevin Dahan (499c81e4dc6e2e8e0a49b6e1872babb5786d610c), Kevin Dahan, 07/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page