[Lunar-commits] <moonbase> ktorrent: Version bump. Adding a CONFIGURE for finer grain control of
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Jun 14 23:39:57 CEST 2010
commit de3c41e4580e0e6cfcc8566fa7d41221ffee9976
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Jun 14 17:39:57 2010 -0400
ktorrent: Version bump. Adding a CONFIGURE for finer grain control of
which plugins that will be created.
---
kde4/extragear/ktorrent/BUILD | 9 +++++----
kde4/extragear/ktorrent/CONFIGURE | 16 ++++++++++++++++
kde4/extragear/ktorrent/DETAILS | 6 +++---
3 files changed, 24 insertions(+), 7 deletions(-)
diff --git a/kde4/extragear/ktorrent/BUILD b/kde4/extragear/ktorrent/BUILD
index aacc1e3..cfdf076 100644
--- a/kde4/extragear/ktorrent/BUILD
+++ b/kde4/extragear/ktorrent/BUILD
@@ -1,15 +1,16 @@
(
- KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build"
source /etc/profile.d/qt4.rc &&
source /etc/profile.d/kde4.rc &&
- mkdir $KDE4_BUILD_DIR &&
- cd $KDE4_BUILD_DIR &&
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
- -DCMAKE_BUILD_TYPE=RELEASE &&
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
default_make
diff --git a/kde4/extragear/ktorrent/CONFIGURE b/kde4/extragear/ktorrent/CONFIGURE
new file mode 100644
index 0000000..4007bd9
--- /dev/null
+++ b/kde4/extragear/ktorrent/CONFIGURE
@@ -0,0 +1,16 @@
+mquery ENBL_LOGVIEW "Enable logviewer plugin?" y "-DENABLE_LOGVIEWER_PLUGIN=true" "-DENABLE_LOGVIEWER_PLUGIN=false"
+mquery ENBL_INFO "Enable info plugin?" y "-DENABLE_INFOWIDGET_PLUGIN=true" "-DENABLE_INFOWIDGET_PLUGIN=false"
+mquery ENBL_UPNP "Enable upnp plugin?" y "-DENABLE_UPNP_PLUGIN=true" "-DENABLE_UPNP_PLUGIN=false"
+mquery ENBL_SRCH "Enable search plugin?" y "-DENABLE_SEARCH_PLUGIN=true" "-DENABLE_SEARCH_PLUGIN=false"
+mquery ENBL_WEB "Enable web interface?" y "-DENABLE_WEBINTERFACE_PLUGIN=true" "-DENABLE_WEBINTERFACE_PLUGIN=false"
+mquery ENBL_SCAN "Enable scan folder plugin?" y "-DENABLE_SCANFOLDER_PLUGIN=true" "-DENABLE_SCANFOLDER_PLUGIN=false"
+mquery ENBL_IP "Enable IP filter plugin?" y "-DENABLE_IPFILTER_PLUGIN=true" "-DENABLE_IPFILTER_PLUGIN=false"
+mquery ENBL_STATS "Enable stats plugin?" y "-DENABLE_STATS_PLUGIN=true" "-DENABLE_STATS_PLUGIN=false"
+mquery ENBL_BW "Enable BW scheduler plugin?" y "-DENABLE_BWSCHEDULER_PLUGIN=true" "-DENABLE_BWSCHEDULER_PLUGIN=false"
+mquery ENBL_MEDIA "Enable media player plugin?" y "-DENABLE_MEDIAPLAYER_PLUGIN=true" "-DENABLE_MEDIAPLAYER_PLUGIN=false"
+mquery ENBL_SCRIPT "Enable scripting plugin?" y "-DENABLE_SCRIPTING_PLUGIN=true" "-DENABLE_SCRIPTING_PLUGIN=false"
+mquery ENBL_SYND "Enalbe syndication plugin?" y "-DENABLE_SYNDICATION_PLUGIN=true" "-DENABLE_SYNDICATION_PLUGIN=false"
+mquery ENBL_DOWN "Enable downloader plugin?" y "-DENABLE_DOWNLOADORDER_PLUGIN=true" "-DENABLE_DOWNLOADORDER_PLUGIN=false"
+mquery ENBL_SHUT "Enable shutdown plugin?" y "-DENABLE_SHUTDOWN_PLUGIN=true" "-DENABLE_SHUTDOWN_PLUGIN=fals"
+mquery ENBL_ZERO "Enable zeroconfig plugin?" y "-DENABLE_ZEROCONF_PLUGIN=true" "-DENABLE_ZEROCONF_PLUGIN=false"
+mquery ENBL_MAG "Enable magnetgenerator plugin?" y "-DENABLE_MAGNETGENERATOR_PLUGIN=true" "-DENABLE_MAGNETGENERATOR_PLUGIN=false"
diff --git a/kde4/extragear/ktorrent/DETAILS b/kde4/extragear/ktorrent/DETAILS
index 1218146..59ffc8c 100644
--- a/kde4/extragear/ktorrent/DETAILS
+++ b/kde4/extragear/ktorrent/DETAILS
@@ -1,10 +1,10 @@
MODULE=ktorrent
MAJOR=4.0
- VERSION=${MAJOR}.0
+ VERSION=${MAJOR}.1
SOURCE=ktorrent-$VERSION.tar.bz2
- SOURCE_URL=http://ktorrent.org/downloads/$MAJOR
+ SOURCE_URL=http://ktorrent.org/downloads/$VERSION/
MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
- SOURCE_VFY=sha1:53376065ba78262acbb09eca186a34f75f02bea9
+ SOURCE_VFY=sha1:e3f6906f798baecfde8eb9fbbc63df9c38293839
WEB_SITE=http://www.kde.org
ENTERED=20080111
UPDATED=20100525
More information about the Lunar-commits
mailing list