Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Anton Brondz (4d6bbbf1fcd52f26ed82c4278f61fa2073a47030)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Anton Brondz <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Anton Brondz (4d6bbbf1fcd52f26ed82c4278f61fa2073a47030)
  • Date: Mon, 28 Aug 2006 18:01:26 -0500

GIT changes to master grimoire by Anton Brondz <dinolinux AT sourcemage.org>:

audio-players/mixxx/BUILD | 15 ++-------------
audio-players/mixxx/DEPENDS | 12 +++++++++---
audio-players/mixxx/DETAILS | 19 ++++++-------------
audio-players/mixxx/HISTORY | 5 +++++
4 files changed, 22 insertions(+), 29 deletions(-)

New commits:
commit 4d6bbbf1fcd52f26ed82c4278f61fa2073a47030
Author: Anton Brondz <dinolinux AT sourcemage.org>
Commit: Anton Brondz <dinolinux AT sourcemage.org>

mixxx: updated to 1.4.2, fixes bug #13033

diff --git a/audio-players/mixxx/BUILD b/audio-players/mixxx/BUILD
index e9ad06f..afce726 100755
--- a/audio-players/mixxx/BUILD
+++ b/audio-players/mixxx/BUILD
@@ -1,14 +1,3 @@
-(
-
cd $SOURCE_DIRECTORY/src &&
-export QTDIR=/usr &&
-
-./configure --prefix=/usr \
- $OPTS &&
-
-sedit "s/QTDIR)\/include/QTDIR)\/include\/qt/" Makefile &&
-make &&
-make install
-
-
-) > $C_FIFO 2>&1
+./configure --prefix=${INSTALL_ROOT}/usr $OPTS &&
+make
diff --git a/audio-players/mixxx/DEPENDS b/audio-players/mixxx/DEPENDS
index 1564400..ecf28d5 100755
--- a/audio-players/mixxx/DEPENDS
+++ b/audio-players/mixxx/DEPENDS
@@ -1,8 +1,14 @@
-depends JACK-DRIVER &&
depends qt-x11 &&
depends libmad &&
depends libid3tag &&
depends audiofile &&
-depends fftw2 &&
depends pkgconfig &&
-depends libvorbis
+depends libvorbis &&
+optional_depends "jack" \
+ "--enable-jack" \
+ "--disable-jack" \
+ "to enable Jack support" &&
+optional_depends "alsa-lib" \
+ "--enable-alsa" \
+ "--disable-alsa" \
+ "to enable alsa support"
diff --git a/audio-players/mixxx/DETAILS b/audio-players/mixxx/DETAILS
index cd44e4e..227ac52 100755
--- a/audio-players/mixxx/DETAILS
+++ b/audio-players/mixxx/DETAILS
@@ -1,24 +1,17 @@
SPELL=mixxx
- VERSION=1.2.1
+ VERSION=1.4.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:4faee992bd66f932815db5dbceac82178d67c69b441568d0c91c30a5ca9fc7e3e969283d861bb5e930dc6777e4c4ee027976c0d9f4f44657a8e3e550e5d729ab
+
SOURCE_HASH=sha512:e21b1c5220e21a983bef91047dc829e1045a4b7913e7d1069a27cb2ec8453aa2035be41037d943fabc82270149a5eb4601ca976d3b1a52fd1d60ca48bc83f7ef
WEB_SITE=http://mixxx.sf.net
ENTERED=20040121
- UPDATED=20040121
LICENSE[0]=GPL
MAINTAINER=unet AT sourcemage.org
KEYWORDS="players audio"
- BUILD_API=1
- SHORT="Press play. Mixxx gives you full access to your digital
sound library."
+ SHORT="Digital DJ software."
cat << EOF
-Pitch the sound with same high sound quality as on your good old
-Technics 1210.
-Beat track and automatic tempo sync makes beat mixing a breeeze
-Waveform displays makes visual sync possible, and FishEye view mode
-gives you a tight startup.
-Use mouse, keyboard, MIDI equipment, PowerMates, and joystics to
-interact with Mixxx. Low latency operation and hardware controllers
-makes the big difference in a live gig. Mixxx supports it all.
+Mixxx is a digital DJ system, where wave, Ogg, and MP3 files can be mixed
+on a computer for use in live performances. Filters, a crossfader, and
+speed controls are provided. It is controlled by mouse and/or MIDI events.
EOF
diff --git a/audio-players/mixxx/HISTORY b/audio-players/mixxx/HISTORY
index 7d0bc8d..2f53b2f 100644
--- a/audio-players/mixxx/HISTORY
+++ b/audio-players/mixxx/HISTORY
@@ -1,3 +1,8 @@
+2006-08-27 Armando Vega <synan AT rilinux.hr>
+ * DETAILS: spell updated to version 1.4.2, removed BUILD_API and
UPDATED, changed the description
+ * DEPENDS: moved jack to opt depends; added alsa opt depend, removed
fftw2
+ * BUILD: changed the build procedure
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line




  • [SM-Commit] GIT changes to master grimoire by Anton Brondz (4d6bbbf1fcd52f26ed82c4278f61fa2073a47030), Anton Brondz, 08/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page