From florin at lunar-linux.org Tue Dec 1 13:04:13 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Dec 2009 14:04:13 +0200 Subject: [Lunar-commits] virtualbox: version bumped to 3.1.0. Message-ID: <20091201121427.DC0399B2EB@doppio.foo-projects.org> commit 5ff6f3b03a8f5da8ca04f662be4ce4c0a8f22afb Author: Florin Braescu Date: Tue Dec 1 14:04:13 2009 +0200 virtualbox: version bumped to 3.1.0. Major release with many new features and a lot of bugfixes. --- x11-utils/virtualbox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/virtualbox/DETAILS b/x11-utils/virtualbox/DETAILS index 741f074..0a4283b 100644 --- a/x11-utils/virtualbox/DETAILS +++ b/x11-utils/virtualbox/DETAILS @@ -1,14 +1,14 @@ MODULE=virtualbox - BASE_VERSION=3.0.12 + BASE_VERSION=3.1.0 VERSION=$BASE_VERSION SOURCE=VirtualBox-${VERSION}-OSE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-$BASE_VERSION\_OSE SOURCE_URL=http://download.virtualbox.org/$MODULE/$BASE_VERSION - SOURCE_VFY=sha1:7ac46be39db4e51ea38cb6a857d2da544b7a820f + SOURCE_VFY=sha1:fb7c97d692fc8e9973578ef44a848a5988694606 MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/} WEB_SITE=http://virtualbox.org ENTERED=20071004 - UPDATED=20091118 + UPDATED=20091201 SHORT="Full virtualizer for x86 hardware" cat << EOF From florin at lunar-linux.org Tue Dec 1 13:13:33 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Dec 2009 14:13:33 +0200 Subject: [Lunar-commits] util-linux: version bumped to 2.16.2. Message-ID: <20091201121427.E856B9B2F0@doppio.foo-projects.org> commit 680c82764c0ecc0391a3c1b13cafd842e5131053 Author: Florin Braescu Date: Tue Dec 1 14:13:33 2009 +0200 util-linux: version bumped to 2.16.2. Mostly bugfixes and improvements. --- utils/util-linux/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/util-linux/DETAILS b/utils/util-linux/DETAILS index 3b3499b..9c407da 100644 --- a/utils/util-linux/DETAILS +++ b/utils/util-linux/DETAILS @@ -1,12 +1,12 @@ MODULE=util-linux MOD=util-linux-ng - VERSION=2.16.1 + VERSION=2.16.2 SOURCE=$MOD-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION SOURCE_URL=$KERNEL_URL/pub/linux/utils/$MOD/v2.16 - SOURCE_VFY=sha1:53ba63988a82e8e3a71c96df5488959617e2a3ed + SOURCE_VFY=sha1:ace7a87ea61154210d9a11dd66b1b49d8130a828 ENTERED=20010922 - UPDATED=20090907 + UPDATED=20091201 SHORT="Essential utilities for any Linux box" cat << EOF From florin at lunar-linux.org Tue Dec 1 13:46:55 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Dec 2009 14:46:55 +0200 Subject: [Lunar-commits] dbus-glib: small tweak. Message-ID: <20091201124736.D3395F3C57@doppio.foo-projects.org> commit 13787155ad79b8777e0a40624d4e997bfa78ec81 Author: Florin Braescu Date: Tue Dec 1 14:46:55 2009 +0200 dbus-glib: small tweak. --- devel/dbus-glib/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/devel/dbus-glib/DEPENDS b/devel/dbus-glib/DEPENDS index c2fd57d..896728a 100644 --- a/devel/dbus-glib/DEPENDS +++ b/devel/dbus-glib/DEPENDS @@ -1,2 +1,2 @@ -depends dbus && +depends dbus depends glib-2 From florin at lunar-linux.org Tue Dec 1 14:28:44 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Dec 2009 15:28:44 +0200 Subject: [Lunar-commits] hal: version bumped to 0.5.14. Message-ID: <20091201132947.622149B2EB@doppio.foo-projects.org> commit 30b4c4929b2db79db988b191546dbd0454313e29 Author: Florin Braescu Date: Tue Dec 1 15:28:44 2009 +0200 hal: version bumped to 0.5.14. Some new features, many bugfixes and enhacements. --- devel/hal/DEPENDS | 18 ++++++++++-------- devel/hal/DETAILS | 6 +++--- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/devel/hal/DEPENDS b/devel/hal/DEPENDS index 71d22be..e0dfd62 100644 --- a/devel/hal/DEPENDS +++ b/devel/hal/DEPENDS @@ -1,21 +1,23 @@ depends udev depends XML-Parser -depends usbutils depends dbus-glib +depends expat -optional_depends "dmidecode" "" "" "for DMI (SMBIOS) support" +optional_depends "dmidecode" "" "" "for DMI (SMBIOS) support" +optional_depends "libusb" "" "--disable-usb" "for USB support" +optional_depends "parted" "--enable-parted" "" "for parted support" -optional_depends "gtk-doc" \ - "--enable-gtk-doc" \ +optional_depends "gtk-doc" \ + "--enable-gtk-doc" \ "--disable-gtk-doc" \ "to install extra documentation" -optional_depends "PolicyKit" \ - "--enable-policy-kit" \ +optional_depends "PolicyKit" \ + "--enable-policy-kit" \ "--disable-policy-kit" \ "to enable PolicyKit inside HAL (also pulls in Linux-PAM!)" -optional_depends "ConsoleKit" \ - "--enable-console-kit" \ +optional_depends "ConsoleKit" \ + "--enable-console-kit" \ "--disable-console-kit" \ "to enable ConsoleKit support inside HAL" diff --git a/devel/hal/DETAILS b/devel/hal/DETAILS index 899ce26..c027cd1 100644 --- a/devel/hal/DETAILS +++ b/devel/hal/DETAILS @@ -1,11 +1,11 @@ MODULE=hal - VERSION=0.5.13 + VERSION=0.5.14 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://hal.freedesktop.org/releases - SOURCE_VFY=sha1:788485fa78b2aa7a9d6b7de537a68ceff1564420 + SOURCE_VFY=sha1:a6ec098d78112e18e2773afa5f9ed642b00c4c59 WEB_SITE=http://www.freedesktop.org/wiki/Software/hal ENTERED=20050316 - UPDATED=20090725 + UPDATED=20091201 SHORT="Hardware Abstraction Layer" cat << EOF From florin at lunar-linux.org Tue Dec 1 14:35:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Dec 2009 15:35:01 +0200 Subject: [Lunar-commits] pidgin: version bumped to 2.6.4. Message-ID: <20091201133558.DA40E9B2EB@doppio.foo-projects.org> commit e8d0bc7465c747df24e7b5ef1949975ed6fbc70e Author: Florin Braescu Date: Tue Dec 1 15:35:01 2009 +0200 pidgin: version bumped to 2.6.4. Many bugfixes and improvements. --- chat/pidgin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/pidgin/DETAILS b/chat/pidgin/DETAILS index 5314dfb..67a619a 100644 --- a/chat/pidgin/DETAILS +++ b/chat/pidgin/DETAILS @@ -1,11 +1,11 @@ MODULE=pidgin - VERSION=2.6.3 + VERSION=2.6.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:552f3cbfb2cb2026342777efc9102e3511b0b29f + SOURCE_VFY=sha1:1b67a5bef64d0bbe9576b3b2c9356df276cc5e6c WEB_SITE=http://pidgin.im ENTERED=20070506 - UPDATED=20091016 + UPDATED=20091201 SHORT="A multi-protocol instant messaging application" cat << EOF From florin at lunar-linux.org Tue Dec 1 14:40:03 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Dec 2009 15:40:03 +0200 Subject: [Lunar-commits] cdrtools: version bumped to 2.01.01a69. Message-ID: <20091201134103.C7E369B2EB@doppio.foo-projects.org> commit 07f74dcc99fbef2a2ae3831802039ecf17c54e6e Author: Florin Braescu Date: Tue Dec 1 15:40:03 2009 +0200 cdrtools: version bumped to 2.01.01a69. This release adds a workaround for a recent Pioneer firmware bug that affected drives labeled Pioneer, Plextor, and TEAC. It once again compiles out of the box on IRIX. All man pages have been enhanced for better readability. --- cd/cdrtools/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/cdrtools/DETAILS b/cd/cdrtools/DETAILS index 87ae951..4c6e95f 100644 --- a/cd/cdrtools/DETAILS +++ b/cd/cdrtools/DETAILS @@ -1,14 +1,14 @@ MODULE=cdrtools VERSION=2.01.01 - SOURCE=$MODULE-${VERSION}a68.tar.bz2 + SOURCE=$MODULE-${VERSION}a69.tar.bz2 SOURCE2=$MODULE-$VERSION-open_rdwr-v2.patch.bz2 SOURCE_URL=ftp://ftp.berlios.de/pub/cdrecord/alpha SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:612c46e6560a53e38562b70b574c66413270ee88 + SOURCE_VFY=sha1:5da138f393b14b478e3df4f95324f3ea1b7a3cc2 SOURCE2_VFY=sha1:a8794b14306b291f1451f53eda4c00d86b5a4408 WEB_SITE=http://cdrecord.berlios.de/old/private/cdrecord.html ENTERED=20010922 - UPDATED=20091120 + UPDATED=20091201 SHORT="Creates home-burned CDs with a CD-R/CD-RW recorder" cat << EOF From florin at lunar-linux.org Tue Dec 1 14:45:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 1 Dec 2009 15:45:25 +0200 Subject: [Lunar-commits] nano: version bumped to 2.2.0. Message-ID: <20091201134634.A0BB79B2EB@doppio.foo-projects.org> commit be1e60c1ee79c7c4b1e7b260ba1b209870726cad Author: Florin Braescu Date: Tue Dec 1 15:45:25 2009 +0200 nano: version bumped to 2.2.0. Bugfixes include several fixes for tiny mode (involving both the help keys and replacement menu text), more 'final' fixes for soft wrapping, and several typo and documentation updates including nanorc tweaks and a new syntax highlighting file for makefiles. Also included is a long-standing fix for random crashing when using nanorc on FreeBSD, and nano will no longer clear the screen on suspend to maintain compatibility with other *nix editors. --- editors/nano/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/nano/DETAILS b/editors/nano/DETAILS index 50edb2f..c89da3a 100644 --- a/editors/nano/DETAILS +++ b/editors/nano/DETAILS @@ -1,14 +1,14 @@ MODULE=nano - VERSION=2.0.9 + VERSION=2.2.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.nano-editor.org/dist/v2.0 - SOURCE_VFY=sha1:fce55a02b2809a141258b3c1715d8fd95e004234 + SOURCE_URL=http://www.nano-editor.org/dist/v2.2 + SOURCE_VFY=sha1:3a845a4df83828921c1ca2d913fe45cc46c6308d SOURCE2=nanorc-20071127.bz2 SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:ce69f7e2cb6476139799a6da58ae1754df595049 WEB_SITE=http://www.nano-editor.org ENTERED=20010922 - UPDATED=20081006 + UPDATED=20091201 SHORT="Superior clone of the pico text editor" cat << EOF From stumbles at lunar-linux.org Tue Dec 1 18:37:58 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Dec 2009 12:37:58 -0500 Subject: [Lunar-commits] kipi-plugins4: Version bump. Message-ID: <20091201173815.04B009B2EB@doppio.foo-projects.org> commit 700487240626095fbf5156c67782e50f5814f8ed Author: Dennis `stumbles` Veatch Date: Tue Dec 1 12:37:58 2009 -0500 kipi-plugins4: Version bump. --- kde4/utils/kipi-plugins4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/utils/kipi-plugins4/DETAILS b/kde4/utils/kipi-plugins4/DETAILS index 2f38077..07959b4 100644 --- a/kde4/utils/kipi-plugins4/DETAILS +++ b/kde4/utils/kipi-plugins4/DETAILS @@ -1,13 +1,13 @@ MODULE=kipi-plugins4 - VERSION=0.8.0 + VERSION=0.9.0 SOURCE=kipi-plugins-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/kipi/kipi-plugins/$VERSION SOURCE_DIRECTORY=$BUILD_DIRECTORY/kipi-plugins-$VERSION - SOURCE_VFY=sha1:652aaa0d27c5aff648d71848d4b35a6385bf0f97 + SOURCE_VFY=sha1:cb36856998f9379465cc06bb38432d751d75d5b0 MODULE_PREFIX=${KDE4_INSTALL_PATH:-/opt/lunar/kde/4} WEB_SITE=http://extragear.kde.org/apps/kipi/#releases ENTERED=20090318 - UPDATED=20091102 + UPDATED=20091201 SHORT="KDE Image Plugin Interface for KDE4" cat << EOF From zbiggy at lunar-linux.org Wed Dec 2 00:52:40 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 2 Dec 2009 00:52:40 +0100 Subject: [Lunar-commits] minicom: fixed broken SOURCE2 Message-ID: <20091201235302.3D0709B2EB@doppio.foo-projects.org> commit a3e86e4ab4e518b6d06cf885081a1664628b7565 Author: Zbigniew Luszpinski Date: Wed Dec 2 00:52:40 2009 +0100 minicom: fixed broken SOURCE2 --- net/minicom/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/minicom/DETAILS b/net/minicom/DETAILS index 6ed9177..8d5ca38 100644 --- a/net/minicom/DETAILS +++ b/net/minicom/DETAILS @@ -4,8 +4,8 @@ SOURCE_URL=http://alioth.debian.org/frs/download.php/2332/ SOURCE_VFY=sha1:407c4898a882f14639f30b394805382df0585b50 SOURCE2=$MODULE-$VERSION-getline-rename-r3.patch.bz2 - SOURCE_URL2=$PATCH_URL - SOURCE_VFY2=sha1:86323672f55774a265c2e004379c959ba06d4cfb + SOURCE2_URL=$PATCH_URL + SOURCE2_VFY=sha1:86323672f55774a265c2e004379c959ba06d4cfb 86323672f55774a265c2e004379c959ba06d4cfb ENTERED=20010922 UPDATED=20091127 From stumbles at lunar-linux.org Wed Dec 2 01:07:36 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Dec 2009 19:07:36 -0500 Subject: [Lunar-commits] kdevelop4: Version bump. Message-ID: <20091202000821.57B9B9B2EB@doppio.foo-projects.org> commit 54598de531929f07a31600f207e9798918fbca1d Author: Dennis `stumbles` Veatch Date: Tue Dec 1 19:07:36 2009 -0500 kdevelop4: Version bump. --- zbeta/kdevelop4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/kdevelop4/DETAILS b/zbeta/kdevelop4/DETAILS index d371f14..0b30a8f 100644 --- a/zbeta/kdevelop4/DETAILS +++ b/zbeta/kdevelop4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdevelop4 MAJOR=3.9 - VERSION=${MAJOR}.95 + VERSION=${MAJOR}.96 SOURCE=kdevelop-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdevelop-$VERSION SOURCE_URL=$KDE_URL/unstable/kdevelop/$VERSION/src - SOURCE_VFY=sha1:232509c76cbb4ec13747a238911455cfd0408d46 + SOURCE_VFY=sha1:ab0882fa204659154fd4825fe9e61680423cf954 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20090824 - UPDATED=20090824 + UPDATED=20091201 SHORT="A programming IDE for KDE" cat << EOF From stumbles at lunar-linux.org Wed Dec 2 01:07:56 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Dec 2009 19:07:56 -0500 Subject: [Lunar-commits] kdeveplatform: Version bump. Message-ID: <20091202000821.61EF19B2F0@doppio.foo-projects.org> commit fb10ddad4781942e8b61e3597d2fa046f3c9ab27 Author: Dennis `stumbles` Veatch Date: Tue Dec 1 19:07:56 2009 -0500 kdeveplatform: Version bump. --- zbeta/kdevplatform/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/zbeta/kdevplatform/DETAILS b/zbeta/kdevplatform/DETAILS index 9ae5fd9..fa2d5ac 100644 --- a/zbeta/kdevplatform/DETAILS +++ b/zbeta/kdevplatform/DETAILS @@ -1,13 +1,14 @@ + MODULE=kdevplatform MAJOR=0.9 - VERSION=${MAJOR}.95 + VERSION=${MAJOR}.96 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/unstable/kdevelop/3.9.95/src - SOURCE_VFY=sha1:d3a235a7c4a6a216a74a9c0dedeb9bd195b79432 + SOURCE_VFY=sha1:9f453db5e7b376233ffd0415e3e9c295af11010a MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20090824 - UPDATED=20090824 + UPDATED=20091201 SHORT="create KDE plugins" cat << EOF From stumbles at lunar-linux.org Wed Dec 2 01:28:19 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Dec 2009 19:28:19 -0500 Subject: [Lunar-commits] kde4/base: Version bump. Message-ID: <20091202003004.E30EC9B2EB@doppio.foo-projects.org> commit 4fa6ae813188cc2e4351a502c73fb99bc9c9ff71 Author: Dennis `stumbles` Veatch Date: Tue Dec 1 19:28:19 2009 -0500 kde4/base: Version bump. --- kde4/base/kdeaccessibility4/DETAILS | 6 +++--- kde4/base/kdeadmin4/DETAILS | 6 +++--- kde4/base/kdeartwork4/DETAILS | 6 +++--- kde4/base/kdebase4-runtime/DETAILS | 6 +++--- kde4/base/kdebase4-workspace/DETAILS | 6 +++--- kde4/base/kdebase4/DETAILS | 6 +++--- kde4/base/kdebindings4/DEPENDS | 1 + kde4/base/kdebindings4/DETAILS | 6 +++--- kde4/base/kdeedu4/DETAILS | 6 +++--- kde4/base/kdegames4/DETAILS | 6 +++--- kde4/base/kdegraphics4/DETAILS | 6 +++--- kde4/base/kdelibs4-experimental/DETAILS | 6 +++--- kde4/base/kdelibs4/DETAILS | 6 +++--- kde4/base/kdemultimedia4/DETAILS | 6 +++--- kde4/base/kdenetwork4/BUILD | 2 -- kde4/base/kdenetwork4/DETAILS | 9 +++------ kde4/base/kdepim4-runtime/DETAILS | 6 +++--- kde4/base/kdepim4/DETAILS | 6 +++--- kde4/base/kdepimlibs4/DETAILS | 6 +++--- kde4/base/kdeplasma4-addons/DETAILS | 6 +++--- kde4/base/kdesdk4/DETAILS | 6 +++--- kde4/base/kdetoys4/DETAILS | 6 +++--- kde4/base/kdeutils4/DETAILS | 6 +++--- kde4/base/kdewebdev4/DETAILS | 6 +++--- kde4/base/oxygen-icons/DETAILS | 6 +++--- 25 files changed, 70 insertions(+), 74 deletions(-) diff --git a/kde4/base/kdeaccessibility4/DETAILS b/kde4/base/kdeaccessibility4/DETAILS index 43f5f69..7286229 100644 --- a/kde4/base/kdeaccessibility4/DETAILS +++ b/kde4/base/kdeaccessibility4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeaccessibility4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeaccessibility-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeaccessibility-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:1c1632f6bbfe47fbe4f57b4416475b4520ebc279 + SOURCE_VFY=sha1:96aa150b8a5c368b6bb36476ed5fb3e3b3c30547 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="" cat << EOF EOF diff --git a/kde4/base/kdeadmin4/DETAILS b/kde4/base/kdeadmin4/DETAILS index e80877e..1b8c1a0 100644 --- a/kde4/base/kdeadmin4/DETAILS +++ b/kde4/base/kdeadmin4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeadmin4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeadmin-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeadmin-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:90c630bb47a6001c07dfa225fb90d9f23ea0afea + SOURCE_VFY=sha1:8f61aeb2ff9d51712d72cd77dad837c8902b6a5d MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="" cat << EOF EOF diff --git a/kde4/base/kdeartwork4/DETAILS b/kde4/base/kdeartwork4/DETAILS index f2469f4..3b9d730 100644 --- a/kde4/base/kdeartwork4/DETAILS +++ b/kde4/base/kdeartwork4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeartwork4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeartwork-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeartwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:7265d60a339ea692ccb57483959579a71d7fdfc8 + SOURCE_VFY=sha1:7a095932bad297f22b23765ce6ee17bfd2438bf2 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="" cat << EOF diff --git a/kde4/base/kdebase4-runtime/DETAILS b/kde4/base/kdebase4-runtime/DETAILS index 6b7415c..b7be0a4 100644 --- a/kde4/base/kdebase4-runtime/DETAILS +++ b/kde4/base/kdebase4-runtime/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4-runtime MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebase-runtime-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-runtime-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:43f0b96cbb3c61523fbd283d11c2a5eedde0c9a2 + SOURCE_VFY=sha1:871d23457c4a2676704722e2e3b7194d447904ee MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="compenents KDE expects to be available at runtime" cat << EOF diff --git a/kde4/base/kdebase4-workspace/DETAILS b/kde4/base/kdebase4-workspace/DETAILS index 8a70fb9..93c7299 100644 --- a/kde4/base/kdebase4-workspace/DETAILS +++ b/kde4/base/kdebase4-workspace/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4-workspace MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebase-workspace-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-workspace-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:2839e913cecef8ead0685bd50e9515ccd8bc0a9d + SOURCE_VFY=sha1:5b43447139d22247d5bc2deee8e3a944447f0bbf MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="This package is what is the desktop" #PSAFE=no cat << EOF diff --git a/kde4/base/kdebase4/DETAILS b/kde4/base/kdebase4/DETAILS index c6fef4d..aad6ba5 100644 --- a/kde4/base/kdebase4/DETAILS +++ b/kde4/base/kdebase4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebase4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebase-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:7459ea75312961b4802626edd22dc291370be329 + SOURCE_VFY=sha1:7f8637367177c93916dfc2e6a2f6323a5e91c6ce MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdebindings4/DEPENDS b/kde4/base/kdebindings4/DEPENDS index 277921d..a0a9d45 100644 --- a/kde4/base/kdebindings4/DEPENDS +++ b/kde4/base/kdebindings4/DEPENDS @@ -1,4 +1,5 @@ depends kdebase4 +depends kdevplatform optional_depends "%PHP" "-DENABLE_PHP-QT=on" "-DENABLE_PHP-QT=off" "for php scripting support" diff --git a/kde4/base/kdebindings4/DETAILS b/kde4/base/kdebindings4/DETAILS index e595743..051a658 100644 --- a/kde4/base/kdebindings4/DETAILS +++ b/kde4/base/kdebindings4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdebindings4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdebindings-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebindings-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:34ddcfd5d338962b8623b9dd9c2b850a621e4040 + SOURCE_VFY=sha1:0c7bf45bd3d81bf6aa1d2b085c17b4ce925c656b MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="bindings for other lanquages" cat << EOF diff --git a/kde4/base/kdeedu4/DETAILS b/kde4/base/kdeedu4/DETAILS index 54628d7..06a0bb4 100644 --- a/kde4/base/kdeedu4/DETAILS +++ b/kde4/base/kdeedu4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeedu4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeedu-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeedu-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE_VFY=sha1:fde1b8a7e548077f6327c940ec530db8565b5968 + SOURCE_VFY=sha1:ee646d57db11b761d8da33fc03c596c8f531eb9d MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071027 - UPDATED=20091103 + UPDATED=20091201 SHORT="education based applications for KDE" cat << EOF diff --git a/kde4/base/kdegames4/DETAILS b/kde4/base/kdegames4/DETAILS index f569f66..4ab7dc4 100644 --- a/kde4/base/kdegames4/DETAILS +++ b/kde4/base/kdegames4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegames4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdegames-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegames-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:7f8f84f934e7f8f5321297bbb87a0e656e5e7c17 + SOURCE_VFY=sha1:33ea8ec476b1557a55c90c071bd462e5ceb7c52b MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="a compilation of various default games shipped with KDE" cat << EOF diff --git a/kde4/base/kdegraphics4/DETAILS b/kde4/base/kdegraphics4/DETAILS index 4881e7d..4dd244b 100644 --- a/kde4/base/kdegraphics4/DETAILS +++ b/kde4/base/kdegraphics4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdegraphics4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdegraphics-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdegraphics-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:f3d3155a6edf4fbf39e4dc07d9a6a52965f3f344 + SOURCE_VFY=sha1:bb32171b0d562d5698d4f0526be2b069e99f7448 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="graphic applications for KDE" cat << EOF diff --git a/kde4/base/kdelibs4-experimental/DETAILS b/kde4/base/kdelibs4-experimental/DETAILS index 2b8082a..1a54c59 100644 --- a/kde4/base/kdelibs4-experimental/DETAILS +++ b/kde4/base/kdelibs4-experimental/DETAILS @@ -1,14 +1,14 @@ MODULE=kdelibs4-experimental MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdelibs-experimental-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-experimental-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:68a98febc551a7d98a78798864ff85f556fda12b + SOURCE_VFY=sha1:43e19c44c3cdc1049c9ee9aca2e2f83a48ffe8bd MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20090805 - UPDATED=20091103 + UPDATED=20091201 SHORT="provides libknotificationitem" cat << EOF Provides libknotificationitem and interfaces with dbus. diff --git a/kde4/base/kdelibs4/DETAILS b/kde4/base/kdelibs4/DETAILS index db1a7ae..70beb9e 100644 --- a/kde4/base/kdelibs4/DETAILS +++ b/kde4/base/kdelibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdelibs4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdelibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdelibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:89b55982e007c44835a9da0f540dd57fa096df45 + SOURCE_VFY=sha1:1af2d185c88898b71f36b57f033e3a6d9839ab3d MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="central libraries for developement and execution of KDE" cat << EOF diff --git a/kde4/base/kdemultimedia4/DETAILS b/kde4/base/kdemultimedia4/DETAILS index 389f104..df77d04 100644 --- a/kde4/base/kdemultimedia4/DETAILS +++ b/kde4/base/kdemultimedia4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdemultimedia4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdemultimedia-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdemultimedia-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:d4215ebfa119faafd8d91abdfaea7575eceb9a79 + SOURCE_VFY=sha1:cf8f2696267ec682ee48fbb0f6171d9e9f7aa4b3 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="multimedia applications for KDE" cat << EOF diff --git a/kde4/base/kdenetwork4/BUILD b/kde4/base/kdenetwork4/BUILD index a9a053c..0cc56ec 100644 --- a/kde4/base/kdenetwork4/BUILD +++ b/kde4/base/kdenetwork4/BUILD @@ -2,8 +2,6 @@ KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" - patch_it $SOURCE_CACHE/$SOURCE2 0 && - source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && diff --git a/kde4/base/kdenetwork4/DETAILS b/kde4/base/kdenetwork4/DETAILS index d1d7896..a42e20c 100644 --- a/kde4/base/kdenetwork4/DETAILS +++ b/kde4/base/kdenetwork4/DETAILS @@ -1,17 +1,14 @@ MODULE=kdenetwork4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdenetwork-$VERSION.tar.bz2 - SOURCE2=kget-plug-in-cpp-webkit.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdenetwork-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:b842f0cfe629a597e74b367037d53d95215efc0c - SOURCE2_VFY=sha1:3e2eaf80648c4c47f2bc915423d8c64aadbcdb53 + SOURCE_VFY=sha1:e066c3642d254e1e8213ef511546e960c5658596 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="Network tools for KDE" cat << EOF diff --git a/kde4/base/kdepim4-runtime/DETAILS b/kde4/base/kdepim4-runtime/DETAILS index 4eea712..00cdfb1 100644 --- a/kde4/base/kdepim4-runtime/DETAILS +++ b/kde4/base/kdepim4-runtime/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepim4-runtime MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdepim-runtime-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepim-runtime-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:2c13726ffc64a6975b774af4262914bcc7ad1e66 + SOURCE_VFY=sha1:bef70088aec4355f5bb8c0375082388eaa3d4b26 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20091006 - UPDATED=20091103 + UPDATED=20091201 SHORT="akonadi support for kdepim" cat << EOF diff --git a/kde4/base/kdepim4/DETAILS b/kde4/base/kdepim4/DETAILS index c46307e..369a9fa 100644 --- a/kde4/base/kdepim4/DETAILS +++ b/kde4/base/kdepim4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepim4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdepim-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepim-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:8d467f7c652631c9955538e57ef846cdb5e8905c + SOURCE_VFY=sha1:3ddc34c2b0c96c0273431631ccf47a8b9b4289b3 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdepimlibs4/DETAILS b/kde4/base/kdepimlibs4/DETAILS index 9aaf2c2..7eb7805 100644 --- a/kde4/base/kdepimlibs4/DETAILS +++ b/kde4/base/kdepimlibs4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdepimlibs4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdepimlibs-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepimlibs-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:a380ec7707433c814d3a196b9bebebd2363ed2e2 + SOURCE_VFY=sha1:4f7cd55999e82f504e3766b6f360ae58b984d5cb MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="libraries central to KDE PIM application" cat << EOF diff --git a/kde4/base/kdeplasma4-addons/DETAILS b/kde4/base/kdeplasma4-addons/DETAILS index 39fbc65..c44c82d 100644 --- a/kde4/base/kdeplasma4-addons/DETAILS +++ b/kde4/base/kdeplasma4-addons/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeplasma4-addons MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeplasma-addons-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeplasma-addons-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:c474a193c951fbcb2566d0da1167214b88412ff2 + SOURCE_VFY=sha1:0b7af5db24fd194dd5fbbe1690d4ea62f597b891 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20080716 - UPDATED=20091103 + UPDATED=20091201 SHORT="mandatory package for KDE" cat << EOF diff --git a/kde4/base/kdesdk4/DETAILS b/kde4/base/kdesdk4/DETAILS index 69515a7..47fe868 100644 --- a/kde4/base/kdesdk4/DETAILS +++ b/kde4/base/kdesdk4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdesdk4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdesdk-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdesdk-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:3b582863935d924854989d541c148387c7f52eba + SOURCE_VFY=sha1:42b6209908f8baadc0add46153649ebdfa9a977a MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="applications and tools for development" cat << EOF diff --git a/kde4/base/kdetoys4/DETAILS b/kde4/base/kdetoys4/DETAILS index 49d7302..425d10d 100644 --- a/kde4/base/kdetoys4/DETAILS +++ b/kde4/base/kdetoys4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdetoys4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdetoys-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdetoys-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:69dc19179b1dfb805d5843c612f5f763dca33696 + SOURCE_VFY=sha1:96f6121990590acd3fb5b8cae25ef98b5572733c MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="KDE toys" cat << EOF diff --git a/kde4/base/kdeutils4/DETAILS b/kde4/base/kdeutils4/DETAILS index a7b6c42..7e7a440 100644 --- a/kde4/base/kdeutils4/DETAILS +++ b/kde4/base/kdeutils4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdeutils4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdeutils-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdeutils-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:af3bd5c91020ae4fcd27b799eecf06aa161b48b4 + SOURCE_VFY=sha1:2d5e26055e364af2df7459cdbc3aebdc3a8abdea MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="utilities for KDE" cat << EOF diff --git a/kde4/base/kdewebdev4/DETAILS b/kde4/base/kdewebdev4/DETAILS index daf70e9..6ad2ded 100644 --- a/kde4/base/kdewebdev4/DETAILS +++ b/kde4/base/kdewebdev4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdewebdev4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=kdewebdev-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdewebdev-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:f84f412a9eabb690c4005e2527f73002e2bbd5fb + SOURCE_VFY=sha1:697f0557c616497a6f80bbcac472ad6ddd687ae8 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20071026 - UPDATED=20091103 + UPDATED=20091201 SHORT="applications for web development" cat << EOF diff --git a/kde4/base/oxygen-icons/DETAILS b/kde4/base/oxygen-icons/DETAILS index d87b69b..159afa6 100644 --- a/kde4/base/oxygen-icons/DETAILS +++ b/kde4/base/oxygen-icons/DETAILS @@ -1,13 +1,13 @@ MODULE=oxygen-icons MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/$VERSION/src/ - SOURCE_VFY=sha1:a897e02c2b37fa4c6c7146ea7773f56060d4465a + SOURCE_VFY=sha1:9905f6b5a47db85c05f7387a75b6ae0e0fdd756e MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20090805 - UPDATED=20091103 + UPDATED=20091201 SHORT="oxygen-icons" cat << EOF From stumbles at lunar-linux.org Wed Dec 2 01:29:06 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Dec 2009 19:29:06 -0500 Subject: [Lunar-commits] kde4/kde-l10n: Version bump. Message-ID: <20091202003005.091699B2F0@doppio.foo-projects.org> commit 07ec52a0f14433bee990e9c17f936b4ef8b58b78 Author: Dennis `stumbles` Veatch Date: Tue Dec 1 19:29:06 2009 -0500 kde4/kde-l10n: Version bump. --- kde4/kde-l10n/kde-l10n-ar/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-bg/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-bn_IN/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ca/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-cs/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-csb/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-da/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-de/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-el/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-en_GB/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-es/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-et/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-eu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fi/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-fy/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ga/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-gl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-gu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-he/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hi/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hne/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-hu/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-is/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-it/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ja/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-kk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-km/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-kn/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ko/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ku/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-lt/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-lv/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mai/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ml/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-mr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nb/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nds/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-nn/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pa/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pt/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-pt_BR/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ro/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-ru/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sl/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-sv/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-tg/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-th/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-tr/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-uk/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-wa/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-zh_CN/DETAILS | 6 +++--- kde4/kde-l10n/kde-l10n-zh_TW/DETAILS | 6 +++--- 59 files changed, 177 insertions(+), 177 deletions(-) diff --git a/kde4/kde-l10n/kde-l10n-ar/DETAILS b/kde4/kde-l10n/kde-l10n-ar/DETAILS index 813cdb1..dd29f15 100644 --- a/kde4/kde-l10n/kde-l10n-ar/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ar/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ar MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:0545d7e8fb5fa573cbf56e07d164e1427c96fb48 + SOURCE_VFY=sha1:d11f4517173eed39e28415d767dfcb2b92ae30e4 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-bg/DETAILS b/kde4/kde-l10n/kde-l10n-bg/DETAILS index 0345bf6..de34201 100644 --- a/kde4/kde-l10n/kde-l10n-bg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-bg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-bg MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:95ea67290e0e34ce2ab02b2323976bda57a165bc + SOURCE_VFY=sha1:0bb0967bec8de4ea13de261f5cd30301c8f0a4ce WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-bn_IN/DETAILS b/kde4/kde-l10n/kde-l10n-bn_IN/DETAILS index c0a0a8b..b41bd3b 100644 --- a/kde4/kde-l10n/kde-l10n-bn_IN/DETAILS +++ b/kde4/kde-l10n/kde-l10n-bn_IN/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-bn_IN MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:29012704e5c718962a3b8b5e1fbfefbfe1576d5c + SOURCE_VFY=sha1:e7b27f450f636a7440ecc0146f477e8845ab7e46 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ca/DETAILS b/kde4/kde-l10n/kde-l10n-ca/DETAILS index 100bb38..f0c2eb6 100644 --- a/kde4/kde-l10n/kde-l10n-ca/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ca/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ca MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:d5f627702714375d1dd4fd83b9e5c3855c61cc8a + SOURCE_VFY=sha1:999a7757cf994b97d7fca2cdd2ca42c3f22e118c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-cs/DETAILS b/kde4/kde-l10n/kde-l10n-cs/DETAILS index 7aedc2a..83d511e 100644 --- a/kde4/kde-l10n/kde-l10n-cs/DETAILS +++ b/kde4/kde-l10n/kde-l10n-cs/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-cs MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:bd737c455ff1f13dcdab2eb36b428b53e8e2dd44 + SOURCE_VFY=sha1:e291a4e66b89c37d08f8a9461d59fbfa4827b255 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-csb/DETAILS b/kde4/kde-l10n/kde-l10n-csb/DETAILS index 7228f15..a40f647 100644 --- a/kde4/kde-l10n/kde-l10n-csb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-csb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-csb MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:241b5e926e1fab89cb2bb5be7a7308a9c3d6f31e + SOURCE_VFY=sha1:b3a1c6f65b6b36c33693406b2561f51ad05c423d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-da/DETAILS b/kde4/kde-l10n/kde-l10n-da/DETAILS index 7c1623a..8d56c0b 100644 --- a/kde4/kde-l10n/kde-l10n-da/DETAILS +++ b/kde4/kde-l10n/kde-l10n-da/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-da MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:d96183fec9584d046b1bea7c371dad22e1d17fdb + SOURCE_VFY=sha1:0e0a17b2c23f8943f5aa6ea96285117ef08581d2 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-de/DETAILS b/kde4/kde-l10n/kde-l10n-de/DETAILS index 37c3976..f5dbbd8 100644 --- a/kde4/kde-l10n/kde-l10n-de/DETAILS +++ b/kde4/kde-l10n/kde-l10n-de/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-de MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:70cc4aa8857f67ca7dd675c4c39f0ceac98f8122 + SOURCE_VFY=sha1:c37c7eea733cfa0927d028fe3dd9a7ecf088a6e8 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-el/DETAILS b/kde4/kde-l10n/kde-l10n-el/DETAILS index 5ed070f..fc64b6b 100644 --- a/kde4/kde-l10n/kde-l10n-el/DETAILS +++ b/kde4/kde-l10n/kde-l10n-el/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-el MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:6a8b5a5e4d401b2d2aae127f87a0e671a1373310 + SOURCE_VFY=sha1:ce1b358d08dce33209b4c03749b4cdf39cbd0e3c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS index 4ca18b7..e92d5fa 100644 --- a/kde4/kde-l10n/kde-l10n-en_GB/DETAILS +++ b/kde4/kde-l10n/kde-l10n-en_GB/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-en_GB MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:43031f21070d563ba02579ce68979fe839e50232 + SOURCE_VFY=sha1:cfe4505d83e7bcba706efd2efb5275ed42a9fa7a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20071028 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="kde-i18n-* contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-es/DETAILS b/kde4/kde-l10n/kde-l10n-es/DETAILS index b230fc2..d2aa61a 100644 --- a/kde4/kde-l10n/kde-l10n-es/DETAILS +++ b/kde4/kde-l10n/kde-l10n-es/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-es MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:bf0504bdd6bf4b8cb292676f4e5e6b63ab402767 + SOURCE_VFY=sha1:ce08c034968fe799c2025eb4ddab72d7fc53c232 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-et/DETAILS b/kde4/kde-l10n/kde-l10n-et/DETAILS index fbb9c61..77b9b5c 100644 --- a/kde4/kde-l10n/kde-l10n-et/DETAILS +++ b/kde4/kde-l10n/kde-l10n-et/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-et MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:334b285172600abfb8ddecbc47c169e04ba48ebd + SOURCE_VFY=sha1:bd6081ac0ec460d536b03a39ae84b0ceeb15e41a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-eu/DETAILS b/kde4/kde-l10n/kde-l10n-eu/DETAILS index b93f3ef..0d41200 100644 --- a/kde4/kde-l10n/kde-l10n-eu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-eu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-eu MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:6dfd3d0390e2787b02dfef2694148c81bc32a517 + SOURCE_VFY=sha1:aeac297c7c5260839a7b92ccf1447baaf200c53b WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fi/DETAILS b/kde4/kde-l10n/kde-l10n-fi/DETAILS index 049ecb5..8dacefb 100644 --- a/kde4/kde-l10n/kde-l10n-fi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fi MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:b68ee80700bf077dea45286fbab13fecbbaf95a9 + SOURCE_VFY=sha1:18a69fe888cc3a6ba73ca4bb8a1c0c5c69a96c16 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fr/DETAILS b/kde4/kde-l10n/kde-l10n-fr/DETAILS index 10d6c95..ff1024c 100644 --- a/kde4/kde-l10n/kde-l10n-fr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fr MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:e1dbad09af01c61771643cd67391eb78e36bad0b + SOURCE_VFY=sha1:75ee99a3183dcc086983e615c03ef7e674fd1b9b WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-fy/DETAILS b/kde4/kde-l10n/kde-l10n-fy/DETAILS index 11a8f6f..22116a0 100644 --- a/kde4/kde-l10n/kde-l10n-fy/DETAILS +++ b/kde4/kde-l10n/kde-l10n-fy/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-fy MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:3762c5f4c1ae88fc2c49e7b3467e651de68dd92a + SOURCE_VFY=sha1:affcb9f9dfffba5a7075d12adafd5c7fca8e66b7 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20091006 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ga/DETAILS b/kde4/kde-l10n/kde-l10n-ga/DETAILS index 589cf42..fec0395 100644 --- a/kde4/kde-l10n/kde-l10n-ga/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ga/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ga MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:a4b39ab085f3aa394b3bd463c7bc60cedd899698 + SOURCE_VFY=sha1:74c5076a75d09ba38fce0c5ba0f95f4f6dc7501f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gl/DETAILS b/kde4/kde-l10n/kde-l10n-gl/DETAILS index 18d043d..fa67aff 100644 --- a/kde4/kde-l10n/kde-l10n-gl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gl MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c7456e18ea863440685a609c824938e3722b69a4 + SOURCE_VFY=sha1:62050d6dba333f6343a1bf7ddf613003510f37a9 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-gu/DETAILS b/kde4/kde-l10n/kde-l10n-gu/DETAILS index ef0dddb..d7ecfb0 100644 --- a/kde4/kde-l10n/kde-l10n-gu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-gu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-gu MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:94f4fab26abc18f71bb285239769b73edde1e4fc + SOURCE_VFY=sha1:20b507a7a2d94901a3edeb52f8b5c45bb04c6454 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-he/DETAILS b/kde4/kde-l10n/kde-l10n-he/DETAILS index 343e5ae..6fa4960 100644 --- a/kde4/kde-l10n/kde-l10n-he/DETAILS +++ b/kde4/kde-l10n/kde-l10n-he/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-he MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:3c48f2c190d615ffc708621b739f8e0f47aefe14 + SOURCE_VFY=sha1:8c42edd4e817748f1925bc47194ba5a6f888d4fe WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hi/DETAILS b/kde4/kde-l10n/kde-l10n-hi/DETAILS index a22a120..7f9d180 100644 --- a/kde4/kde-l10n/kde-l10n-hi/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hi/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hi MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:95a6afefadf5c3aa52510f53211f6f17892c7d86 + SOURCE_VFY=sha1:746cfc07c7412a482f5ff8a352c49beab4a356de WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hne/DETAILS b/kde4/kde-l10n/kde-l10n-hne/DETAILS index 42d433d..9b0b029 100644 --- a/kde4/kde-l10n/kde-l10n-hne/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hne/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hne MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:f8b790c9df199d5b438e6917fd9e94831d55e475 + SOURCE_VFY=sha1:b554e4e1cc9bceb68a4ad6a5b2211d922364f96c WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20091006 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hr/DETAILS b/kde4/kde-l10n/kde-l10n-hr/DETAILS index 5826686..bc7724d 100644 --- a/kde4/kde-l10n/kde-l10n-hr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hr MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:afa971c739657bff18e5961b6a73d3c7b9ab3534 + SOURCE_VFY=sha1:843847d1ccc8a2d13b5795c166d42f532f17fb08 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20091006 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-hu/DETAILS b/kde4/kde-l10n/kde-l10n-hu/DETAILS index 9cb23fd..77492e2 100644 --- a/kde4/kde-l10n/kde-l10n-hu/DETAILS +++ b/kde4/kde-l10n/kde-l10n-hu/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-hu MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:b03d9d80b28102f72bc4f17cb49ef53715e81f05 + SOURCE_VFY=sha1:36256ec8a7d255ac613ed47c02eb52400b5a5687 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-is/DETAILS b/kde4/kde-l10n/kde-l10n-is/DETAILS index 4e1decb..e2bb5c5 100644 --- a/kde4/kde-l10n/kde-l10n-is/DETAILS +++ b/kde4/kde-l10n/kde-l10n-is/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-is MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:62bc8a7557aa75d35f953c402dbb435a91952ac3 + SOURCE_VFY=sha1:86a841b76de741601abaccd585d302ffc440822a WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-it/DETAILS b/kde4/kde-l10n/kde-l10n-it/DETAILS index b91a330..4342510 100644 --- a/kde4/kde-l10n/kde-l10n-it/DETAILS +++ b/kde4/kde-l10n/kde-l10n-it/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-it MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c3f8de3c39e46bde54e7684c1522b871ab75e74a + SOURCE_VFY=sha1:90e308884c3986cc1134c9fa1853d35a424fbcb1 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ja/DETAILS b/kde4/kde-l10n/kde-l10n-ja/DETAILS index c15198b..d04bda3 100644 --- a/kde4/kde-l10n/kde-l10n-ja/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ja/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ja MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:8db4f005d5ba4fbe1ed9e11ff0c18f940b467735 + SOURCE_VFY=sha1:8d620f7b62174b6c72f2ddd7df9ac9d4b95f5d9e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kk/DETAILS b/kde4/kde-l10n/kde-l10n-kk/DETAILS index 3d2bcfd..a544550 100644 --- a/kde4/kde-l10n/kde-l10n-kk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kk MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:2c5f64c9ae4c015eaee80c3c33061deb1b037134 + SOURCE_VFY=sha1:7d929adb3aa5eaa3a74a579dbcf2038db7c4a4bc WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080205 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-km/DETAILS b/kde4/kde-l10n/kde-l10n-km/DETAILS index 780e71f..cc5c17e 100644 --- a/kde4/kde-l10n/kde-l10n-km/DETAILS +++ b/kde4/kde-l10n/kde-l10n-km/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-km MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:b6243366b2258df250bc832f073cf8da8061eb02 + SOURCE_VFY=sha1:3b180596fad2decc1796f88e23520aba9ef6c8ea WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-kn/DETAILS b/kde4/kde-l10n/kde-l10n-kn/DETAILS index 399d4ee..f597130 100644 --- a/kde4/kde-l10n/kde-l10n-kn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-kn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-kn MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:f64841ed5daed1ef9a5c53cb71961a60ad009ff1 + SOURCE_VFY=sha1:42a5371dd22483da0366255f25b2190bff49e28e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ko/DETAILS b/kde4/kde-l10n/kde-l10n-ko/DETAILS index 8c0c524..0279193 100644 --- a/kde4/kde-l10n/kde-l10n-ko/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ko/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ko MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:471a7eca699a4d1621e9ad88fae7d7fa80575f11 + SOURCE_VFY=sha1:350bd09319568dc06442a3afd4aef952546bde34 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ku/DETAILS b/kde4/kde-l10n/kde-l10n-ku/DETAILS index 0e66c0f..5e4ca54 100644 --- a/kde4/kde-l10n/kde-l10n-ku/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ku/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ku MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:d06c93e0c2e8d7adbeb6102b0e25e96610a32d42 + SOURCE_VFY=sha1:f796214e268db139e63b86c7d9cba67b249a000b WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lt/DETAILS b/kde4/kde-l10n/kde-l10n-lt/DETAILS index 29d6d54..73c6c36 100644 --- a/kde4/kde-l10n/kde-l10n-lt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lt MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:96a3bfdd0d4756d5b8127b877315c954e88e6edc + SOURCE_VFY=sha1:658636ea3846599f97df1f729db9be09cbd32a63 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-lv/DETAILS b/kde4/kde-l10n/kde-l10n-lv/DETAILS index 64264f7..7b5426e 100644 --- a/kde4/kde-l10n/kde-l10n-lv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-lv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-lv MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:72f23b223fe68bda85d9e0304188f8a153da0f00 + SOURCE_VFY=sha1:989d0c2361bfe1875e8d688900ca49be57fd691e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mai/DETAILS b/kde4/kde-l10n/kde-l10n-mai/DETAILS index c70eb22..385dec3 100644 --- a/kde4/kde-l10n/kde-l10n-mai/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mai/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mai MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:8157f24008918bc5e2dac1acff2b3c17aea6d8b9 + SOURCE_VFY=sha1:5e394cf45073bba5f57e1eb8302aa9a140ef19aa WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mk/DETAILS b/kde4/kde-l10n/kde-l10n-mk/DETAILS index 6184871..3bc1277 100644 --- a/kde4/kde-l10n/kde-l10n-mk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mk MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:9d8c6dfdd4cc14601fe6edbb2c9b5cf7521a570c + SOURCE_VFY=sha1:2a0a99b6f9a86d42f0335d0f66050a415ed39b0d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ml/DETAILS b/kde4/kde-l10n/kde-l10n-ml/DETAILS index 691adfc..4364d48 100644 --- a/kde4/kde-l10n/kde-l10n-ml/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ml/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ml MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:e38e175370083c68e70f5a8851f8befe049d63e4 + SOURCE_VFY=sha1:08d5a3c1d60327e8dff06471d57d77f6bcb70abd WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-mr/DETAILS b/kde4/kde-l10n/kde-l10n-mr/DETAILS index db417ab..f64e1fc 100644 --- a/kde4/kde-l10n/kde-l10n-mr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-mr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-mr MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:29e3c3fff030ffb9466e2236dd2cc1c5a3d6560d + SOURCE_VFY=sha1:35dd8b6a4b8b386fa20bcc67bed72f1cfcc80b2f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nb/DETAILS b/kde4/kde-l10n/kde-l10n-nb/DETAILS index 7764d1c..6b8c7a3 100644 --- a/kde4/kde-l10n/kde-l10n-nb/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nb/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nb MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:06b57799066fcf3d516d2f5525c2ac61c1d5cdc5 + SOURCE_VFY=sha1:81b08c8e5b23df9be631b66401ef438b1ced1c63 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nds/DETAILS b/kde4/kde-l10n/kde-l10n-nds/DETAILS index 8b70938..d83914e 100644 --- a/kde4/kde-l10n/kde-l10n-nds/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nds/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nds MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:82e03e71a4166cbbc409b02ebe4f552ec4321f70 + SOURCE_VFY=sha1:e429f6accb3a5124de4cc617d413565947c0ce96 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nl/DETAILS b/kde4/kde-l10n/kde-l10n-nl/DETAILS index e3da721..e23e35d 100644 --- a/kde4/kde-l10n/kde-l10n-nl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nl MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:9b7524f6e985b04d3197716cbd81e916ed448fb3 + SOURCE_VFY=sha1:d532ae5b8b9d0edada461f5d25afa33450701799 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-nn/DETAILS b/kde4/kde-l10n/kde-l10n-nn/DETAILS index 8200151..1906ddc 100644 --- a/kde4/kde-l10n/kde-l10n-nn/DETAILS +++ b/kde4/kde-l10n/kde-l10n-nn/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-nn MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:2d1ad58069bc894204c57d68da68c0b7fad0e58d + SOURCE_VFY=sha1:9ef8e5c66232698fdf8111fd59978ff135c33bae WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pa/DETAILS b/kde4/kde-l10n/kde-l10n-pa/DETAILS index 02397ff..36c9d73 100644 --- a/kde4/kde-l10n/kde-l10n-pa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pa MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:19e412bfdcd26913d2574f39a7282b4996db4614 + SOURCE_VFY=sha1:7300179f9117bfc0395d0d342183801ca3b2f2f4 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pl/DETAILS b/kde4/kde-l10n/kde-l10n-pl/DETAILS index d57cd44..53c4b8a 100644 --- a/kde4/kde-l10n/kde-l10n-pl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pl MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:e17e441741118a79c95b3eebd7964ad63c000602 + SOURCE_VFY=sha1:d684145aa6ed14114bd8ab612aedb446498f7512 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt/DETAILS b/kde4/kde-l10n/kde-l10n-pt/DETAILS index 98af50f..701c0f2 100644 --- a/kde4/kde-l10n/kde-l10n-pt/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:f8aa52b1fa87838d5e05f5198948b9fb05c63da9 + SOURCE_VFY=sha1:846d51f3a9f8ceabae630676f9ac3f2ffe389366 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS index 7a5ac46..652d502 100644 --- a/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS +++ b/kde4/kde-l10n/kde-l10n-pt_BR/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-pt_BR MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:72454d22d7d296fcfaf6911ad88790f83f2a465a + SOURCE_VFY=sha1:3711761cc1f81b32aa43d646093dec24f7b396af WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ro/DETAILS b/kde4/kde-l10n/kde-l10n-ro/DETAILS index b068982..5c1ce3a 100644 --- a/kde4/kde-l10n/kde-l10n-ro/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ro/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ro MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:f07c2b7637ccf2a98e9057a284a5034803e1b67b + SOURCE_VFY=sha1:dc290a126029a19ea6c93b76e646ba8a95c59847 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-ru/DETAILS b/kde4/kde-l10n/kde-l10n-ru/DETAILS index 4297468..1f8e563 100644 --- a/kde4/kde-l10n/kde-l10n-ru/DETAILS +++ b/kde4/kde-l10n/kde-l10n-ru/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-ru MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:8b7f6e2a8b66967333e856c402aa61bd673c9acd + SOURCE_VFY=sha1:852bfffab066b66b1432c43d2a17526a1981d395 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sk/DETAILS b/kde4/kde-l10n/kde-l10n-sk/DETAILS index f8a1d06..e6c11fd 100644 --- a/kde4/kde-l10n/kde-l10n-sk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sk MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:7f1571a76dbd932972a79ce8e020c4eb1129c4f8 + SOURCE_VFY=sha1:982c280bec483fe3bebd857db1446892743197c3 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sl/DETAILS b/kde4/kde-l10n/kde-l10n-sl/DETAILS index 5538168..b35c667 100644 --- a/kde4/kde-l10n/kde-l10n-sl/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sl/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sl MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:c604c53969fe698c01026cb7981090b552a57ed9 + SOURCE_VFY=sha1:fb930cf979d949a2150fdadacc58e8d56824665f WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sr/DETAILS b/kde4/kde-l10n/kde-l10n-sr/DETAILS index 968f299..941a059 100644 --- a/kde4/kde-l10n/kde-l10n-sr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sr MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:ccca6d1bdcf75152f0f0bca78b66998448efdadb + SOURCE_VFY=sha1:1854c63600eaa8baf098d500a95f820376efcdef WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080811 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-sv/DETAILS b/kde4/kde-l10n/kde-l10n-sv/DETAILS index a309155..8a33720 100644 --- a/kde4/kde-l10n/kde-l10n-sv/DETAILS +++ b/kde4/kde-l10n/kde-l10n-sv/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-sv MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:7e34caba71efa658e845dc7b44ce07706e8a97ac + SOURCE_VFY=sha1:875052488a320b308834340c6ef94134051c3e3e WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tg/DETAILS b/kde4/kde-l10n/kde-l10n-tg/DETAILS index db68aa8..882b5e5 100644 --- a/kde4/kde-l10n/kde-l10n-tg/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tg/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tg MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:4c805ebbe6e81a5cc6cb5b5e49b6e191ad606fb7 + SOURCE_VFY=sha1:9a2b4bd23c578328708f1d73a1c45db1834095b6 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20090127 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-th/DETAILS b/kde4/kde-l10n/kde-l10n-th/DETAILS index 1a08625..5ee61fb 100644 --- a/kde4/kde-l10n/kde-l10n-th/DETAILS +++ b/kde4/kde-l10n/kde-l10n-th/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-th MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:f8c235406f996a793c54d39f1498b4a4bc45382b + SOURCE_VFY=sha1:078f95ab1378463f86026e02d058b449e8b938a6 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-tr/DETAILS b/kde4/kde-l10n/kde-l10n-tr/DETAILS index aabe46e..a5211d3 100644 --- a/kde4/kde-l10n/kde-l10n-tr/DETAILS +++ b/kde4/kde-l10n/kde-l10n-tr/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-tr MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:01f86b9395551ec30aed812c5afe7589a31bf7b6 + SOURCE_VFY=sha1:efec8e97f2e7be4758e3739661b3dda5dddce667 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-uk/DETAILS b/kde4/kde-l10n/kde-l10n-uk/DETAILS index 776b1ad..9712f29 100644 --- a/kde4/kde-l10n/kde-l10n-uk/DETAILS +++ b/kde4/kde-l10n/kde-l10n-uk/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-uk MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:96f0742e3938b5523118b51654b6685be7838380 + SOURCE_VFY=sha1:7a56055a81eca22fa849f58587ae80e01c29f076 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-wa/DETAILS b/kde4/kde-l10n/kde-l10n-wa/DETAILS index b1f90a1..1c47495 100644 --- a/kde4/kde-l10n/kde-l10n-wa/DETAILS +++ b/kde4/kde-l10n/kde-l10n-wa/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-wa MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:36e9f26bf9cf05ceeceb41f29ecd5db1db57a720 + SOURCE_VFY=sha1:01e35800902a3d88b5210cf53ebcc0610a487c54 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS index ad9b1f4..d3da9f1 100644 --- a/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_CN/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_CN MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:5731fc114ef74479368859a5a38f4d598e3a16e4 + SOURCE_VFY=sha1:634233573ee631f0e77af5aaef0b3e10f6890691 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" diff --git a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS index f71be85..dee6b38 100644 --- a/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS +++ b/kde4/kde-l10n/kde-l10n-zh_TW/DETAILS @@ -1,14 +1,14 @@ MODULE=kde-l10n-zh_TW MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src/kde-l10n/ - SOURCE_VFY=sha1:6597f744dc3719550275c3220b994cefbe239d6f + SOURCE_VFY=sha1:67e34fd413a516942c27a5ba5fd5ee5828f88869 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080103 - UPDATED=20091103 + UPDATED=20091201 MAINTAINER=stumbles at lunar-linux.org SHORT="contains translated KDE messages" From stumbles at lunar-linux.org Wed Dec 2 01:29:42 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Dec 2009 19:29:42 -0500 Subject: [Lunar-commits] kde: Bumping the profile. Message-ID: <20091202003005.1A3819B2F2@doppio.foo-projects.org> commit d0335fd85f411022ef4844bf64a3fd2a5b08813b Author: Dennis `stumbles` Veatch Date: Tue Dec 1 19:29:42 2009 -0500 kde: Bumping the profile. --- profiles/kde4/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/kde4/DETAILS b/profiles/kde4/DETAILS index 151a28d..10f4a36 100644 --- a/profiles/kde4/DETAILS +++ b/profiles/kde4/DETAILS @@ -1,9 +1,9 @@ MODULE=kde4 MAJOR=4.3 - VERSION=${MAJOR}.3 + VERSION=${MAJOR}.4 WEB_SITE=http://www.kde.org/ ENTERED=20080201 - UPDATED=20091103 + UPDATED=20091201 PROFILE=yes SHORT="powerful graphical desktop environment" From stumbles at lunar-linux.org Wed Dec 2 02:50:47 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Dec 2009 20:50:47 -0500 Subject: [Lunar-commits] apr: Version bump. Message-ID: <20091202015104.9E5069B2EB@doppio.foo-projects.org> commit 777f713155bbbaba7226d3c301845e93e5caf119 Author: Dennis `stumbles` Veatch Date: Tue Dec 1 20:50:47 2009 -0500 apr: Version bump. --- libs/apr/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/apr/DETAILS b/libs/apr/DETAILS index 169656d..fef6851 100644 --- a/libs/apr/DETAILS +++ b/libs/apr/DETAILS @@ -1,13 +1,13 @@ MODULE=apr - VERSION=1.3.8 + VERSION=1.3.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr/ SOURCE_URL[1]=ftp://mirror2.dataphone.se/pub/apache/apr/ SOURCE_URL[2]=http://www.apache.org/dist/apr/ - SOURCE_VFY=sha1:a87baf4c81279940df039bffa1e62a16cf094c29 + SOURCE_VFY=sha1:fb19ec11a15db03dcb9211f31012b079a522d1f0 WEB_SITE=http://apr.apache.org/ ENTERED=20051208 - UPDATED=20090809 + UPDATED=20091201 SHORT="Apache Portable Runtime Project" cat << EOF From stumbles at lunar-linux.org Wed Dec 2 03:28:15 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Dec 2009 21:28:15 -0500 Subject: [Lunar-commits] kdevplatform: an adjustment. Message-ID: <20091202022840.A5CD79B2EB@doppio.foo-projects.org> commit 682a630f5c7349fc8f8aca699070d70bebd7c6e9 Author: Dennis `stumbles` Veatch Date: Tue Dec 1 21:28:15 2009 -0500 kdevplatform: an adjustment. --- zbeta/kdevplatform/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/kdevplatform/DETAILS b/zbeta/kdevplatform/DETAILS index fa2d5ac..1ceb3a3 100644 --- a/zbeta/kdevplatform/DETAILS +++ b/zbeta/kdevplatform/DETAILS @@ -3,7 +3,7 @@ MAJOR=0.9 VERSION=${MAJOR}.96 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$KDE_URL/unstable/kdevelop/3.9.95/src + SOURCE_URL=$KDE_URL/unstable/kdevelop/3.9.96/src/ SOURCE_VFY=sha1:9f453db5e7b376233ffd0415e3e9c295af11010a MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org From dagbrown at lart.ca Wed Dec 2 03:39:15 2009 From: dagbrown at lart.ca (Dave Brown) Date: Wed, 2 Dec 2009 11:39:15 +0900 Subject: [Lunar-commits] acpid: version bump to 1.0.10. Message-ID: <20091202023931.35CFCF45AC@doppio.foo-projects.org> commit 4ec35ede3698fff26a02d008ec88a103523e9e5b Author: Dave Brown Date: Wed Dec 2 11:39:15 2009 +0900 acpid: version bump to 1.0.10. --- utils/acpid/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/acpid/DETAILS b/utils/acpid/DETAILS index 9de0e97..c44d351 100644 --- a/utils/acpid/DETAILS +++ b/utils/acpid/DETAILS @@ -1,11 +1,11 @@ MODULE=acpid - VERSION=1.0.8 + VERSION=1.0.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:f739321197cac703eaf67d55798d4b839f9a1a4d + SOURCE_VFY=sha1:743a11f34993cbd70f011d45634c4520e2d4d426 WEB_SITE=http://acpid.sourceforge.net/ ENTERED=20031102 - UPDATED=20090213 + UPDATED=20091202 SHORT="An ACPI event monitor daemon" cat << EOF From stumbles at lunar-linux.org Wed Dec 2 03:47:51 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 1 Dec 2009 21:47:51 -0500 Subject: [Lunar-commits] mpfr: Version bump fixing a buffer overflow and a few other bug fixes. Message-ID: <20091202024837.585A5F45A9@doppio.foo-projects.org> commit 408953bc3f669e471af753587882f9712028fafd Author: Dennis `stumbles` Veatch Date: Tue Dec 1 21:47:51 2009 -0500 mpfr: Version bump fixing a buffer overflow and a few other bug fixes. --- libs/mpfr/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/mpfr/DETAILS b/libs/mpfr/DETAILS index b8d903b..bd52f05 100644 --- a/libs/mpfr/DETAILS +++ b/libs/mpfr/DETAILS @@ -1,11 +1,11 @@ MODULE=mpfr - VERSION=2.4.1 + VERSION=2.4.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.mpfr.org/mpfr-current - SOURCE_VFY=sha1:1f965793526cafefb30cda64cebf3712cb75b488 + SOURCE_VFY=sha1:7ca93006e38ae6e53a995af836173cf10ee7c18c WEB_SITE=http://www.mpfr.org ENTERED=20070111 - UPDATED=20090308 + UPDATED=20091201 SHORT="C library for multiple-precision floating-point computations" cat << EOF From tchan at lunar-linux.org Wed Dec 2 04:45:35 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 1 Dec 2009 21:45:35 -0600 Subject: [Lunar-commits] gnome-utils: Removing the depends on libgnomeprintui, gtk+ takes care of printing now. Message-ID: <20091202035238.19C209B2EB@doppio.foo-projects.org> commit ea420c7b26f4f2e974d2d68d3219bf5ef71bf6da Author: Terry Chan Date: Tue Dec 1 21:45:35 2009 -0600 gnome-utils: Removing the depends on libgnomeprintui, gtk+ takes care of printing now. --- gnome2/desktop/gnome-utils/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/gnome2/desktop/gnome-utils/DEPENDS b/gnome2/desktop/gnome-utils/DEPENDS index 63c8f2a..75011d9 100644 --- a/gnome2/desktop/gnome-utils/DEPENDS +++ b/gnome2/desktop/gnome-utils/DEPENDS @@ -1,4 +1,3 @@ depends e2fsprogs depends gnome-panel -depends libgnomeprintui depends libgtop From tchan at lunar-linux.org Wed Dec 2 04:48:53 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 1 Dec 2009 21:48:53 -0600 Subject: [Lunar-commits] wxGTK: removing libgnomeprint, gtk+ takes care of printing now Message-ID: <20091202035238.2331E9B2F0@doppio.foo-projects.org> commit d6c6ae33b0fb0689b443541b1044e6dddc117d5e Author: Terry Chan Date: Tue Dec 1 21:48:53 2009 -0600 wxGTK: removing libgnomeprint, gtk+ takes care of printing now --- libs/wxGTK/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libs/wxGTK/DEPENDS b/libs/wxGTK/DEPENDS index 3f928a7..db76b42 100644 --- a/libs/wxGTK/DEPENDS +++ b/libs/wxGTK/DEPENDS @@ -4,5 +4,4 @@ depends flex depends gtk+-2 optional_depends "SDL" "--with-sdl" "" "Use SDL for audio" -optional_depends "libgnomeprint" "--with-gnomeprint" "" "For gnomeprint support" optional_depends "mesa-lib" "--with-opengl" "" "For OpenGL support (needed for hugin)" From florin at lunar-linux.org Wed Dec 2 08:20:16 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Dec 2009 09:20:16 +0200 Subject: [Lunar-commits] Linux-PAM: fix the compilation. Message-ID: <20091202072051.92F029B2EB@doppio.foo-projects.org> commit 95773996184a627a702ae472decbd568f147d012 Author: Florin Braescu Date: Wed Dec 2 09:20:16 2009 +0200 Linux-PAM: fix the compilation. --- security/Linux-PAM/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/security/Linux-PAM/BUILD b/security/Linux-PAM/BUILD index 00ca1b5..af33861 100644 --- a/security/Linux-PAM/BUILD +++ b/security/Linux-PAM/BUILD @@ -10,7 +10,7 @@ sedit "/^sysconf_DATA/d" modules/pam_env/Makefile.am && AT_M4DIR="m4" autoreconf && - libtoolize && +# libtoolize && ./configure --libdir=/lib \ --docdir=/usr/share/doc/Linux-PAM \ From stumbles at lunar-linux.org Wed Dec 2 14:38:21 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 2 Dec 2009 08:38:21 -0500 Subject: [Lunar-commits] webkit: Version bump. Message-ID: <20091202133842.9BF209B2EB@doppio.foo-projects.org> commit 9eb62ccecbfb0bd8689d211e5465b6596981642c Author: Dennis `stumbles` Veatch Date: Wed Dec 2 08:38:21 2009 -0500 webkit: Version bump. --- web/webkit/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS index 87b1ed8..0e5f0ed 100644 --- a/web/webkit/DETAILS +++ b/web/webkit/DETAILS @@ -1,11 +1,11 @@ MODULE=webkit - VERSION=1.1.15.3 + VERSION=1.1.15.4 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webkitgtk.org/ - SOURCE_VFY=sha1:1f5fbcbfd53cc1aa5424eaf1a6fea805c1cf7595 + SOURCE_VFY=sha1:0778b130720756d880c2bbe9eeef79f35bcf861a WEB_SITE=http://www.webkit.org ENTERED=20070919 - UPDATED=20091104 + UPDATED=20091202 SHORT="a gtk+ web rendering engine" cat << EOF From florin at lunar-linux.org Wed Dec 2 15:25:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Dec 2009 16:25:23 +0200 Subject: [Lunar-commits] kde4: strip the DEPENDS file to the limit :) Message-ID: <20091202142624.BB2E89B2EB@doppio.foo-projects.org> commit 425a649a5bfe73af23081664e94616a0e10044d2 Author: Florin Braescu Date: Wed Dec 2 16:25:23 2009 +0200 kde4: strip the DEPENDS file to the limit :) --- profiles/kde4/DEPENDS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index 7cf7cfc..8aab302 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -1,11 +1,10 @@ -depends kdepimlibs4 depends kdelibs4-experimental depends kdebase4-runtime depends kdebase4-workspace depends kdebase4 -depends kdepim4-runtime depends oxygen-icons +optional_depends "kdepim4-runtime" "" "" "for PIM support" optional_depends "kdebindings4" "" "" "bindings to languages" optional_depends "kdegames4" "" "" "games" optional_depends "kdegraphics4" "" "" "graphics applications" From florin at lunar-linux.org Wed Dec 2 18:17:17 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Dec 2009 19:17:17 +0200 Subject: [Lunar-commits] xine-lib: version bumped to 1.1.17. Message-ID: <20091202171851.84FDD9B231@doppio.foo-projects.org> commit 358fb03033f2b5bdc337f49d0b82329651fff20d Author: Florin Braescu Date: Wed Dec 2 19:17:17 2009 +0200 xine-lib: version bumped to 1.1.17. This release has improved Matroska support, various fixes for UTF-16 (typically affecting ID3 tags), a hack for Apple film trailers, improved support for unencrypted files on BluRay discs, and better OpenBSD support (sndio). Several other improvements were made. Many minor bugs were fixed. --- video/xine-lib/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/video/xine-lib/DETAILS b/video/xine-lib/DETAILS index ab9d50b..c224d7d 100644 --- a/video/xine-lib/DETAILS +++ b/video/xine-lib/DETAILS @@ -1,11 +1,11 @@ MODULE=xine-lib - VERSION=1.1.16.3 + VERSION=1.1.17 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/xine - SOURCE_VFY=sha1:64c57c5f55ff37023cc4c3d93d4df3c06950d235 - WEB_SITE=http://www.xine-project.org/ + SOURCE_VFY=sha1:2438e66bb571c8a4c981581188376687c42b72c4 + WEB_SITE=http://www.xine-project.org ENTERED=20010927 - UPDATED=20090404 + UPDATED=20091202 PSAFE=no SHORT="Free video player" From florin at lunar-linux.org Wed Dec 2 19:25:17 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Dec 2009 20:25:17 +0200 Subject: [Lunar-commits] mkvtoolnix: version bumped to 2.9.9. Message-ID: <20091202182636.697319B231@doppio.foo-projects.org> commit c1f3cc82fc0582ffb4d028d801d36f60bcbb1043 Author: Florin Braescu Date: Wed Dec 2 20:25:17 2009 +0200 mkvtoolnix: version bumped to 2.9.9. A command line header editor called mkvpropedit has been added. mmg will not show the FPS warning multiple times for appended AVC tracks. Various parameters were not kept intact when muxing from Matroska files (display width/height, cropping). The subtitle track selection for AVI files was fixed. --- video/mkvtoolnix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mkvtoolnix/DETAILS b/video/mkvtoolnix/DETAILS index 4db9d7c..f81bf10 100644 --- a/video/mkvtoolnix/DETAILS +++ b/video/mkvtoolnix/DETAILS @@ -1,11 +1,11 @@ MODULE=mkvtoolnix - VERSION=2.9.8 + VERSION=2.9.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.bunkus.org/videotools/$MODULE/sources - SOURCE_VFY=sha1:be2b4b427befaad3d842b3ad3d55fb97b93b0468 + SOURCE_VFY=sha1:3e41855c95dd30a22f353cebb0d8ae1d9ee2c138 WEB_SITE=http://www.bunkus.org/videotools/mkvtoolnix ENTERED=20031113 - UPDATED=20090814 + UPDATED=20091202 MAINTAINER=florin at lunar-linux.org SHORT="Tools for using Matroska audio/video container files" From florin at lunar-linux.org Wed Dec 2 20:03:38 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Dec 2009 21:03:38 +0200 Subject: [Lunar-commits] mercurial: version bumped to 1.4.1. Message-ID: <20091202190507.3DCD39B231@doppio.foo-projects.org> commit fc4951c332faa49a26d9fb46f007f08755b25609 Author: Florin Braescu Date: Wed Dec 2 21:03:38 2009 +0200 mercurial: version bumped to 1.4.1. Bugfixes release. --- devel/mercurial/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/mercurial/DETAILS b/devel/mercurial/DETAILS index 56f0b57..0d44889 100644 --- a/devel/mercurial/DETAILS +++ b/devel/mercurial/DETAILS @@ -1,11 +1,11 @@ MODULE=mercurial - VERSION=1.4 + VERSION=1.4.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.selenic.com/$MODULE/release - SOURCE_VFY=sha1:4ab0a027cdd8dfc57077a9d599e8ead550d4d116 + SOURCE_VFY=sha1:e7a78a2b9e449ac8748d8a275f22862395c7d9a6 WEB_SITE=http://www.selenic.com/$MODULE/wiki ENTERED=20070408 - UPDATED=20091118 + UPDATED=20091202 PSAFE=no SHORT="A fast, lightweight SCM system" From samuel.verstraete at gmail.com Wed Dec 2 20:05:27 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:27 -0000 Subject: [Lunar-commits] midori-git: change depends Message-ID: <20091202190527.2ABA69B236@doppio.foo-projects.org> commit a1fdf15efc48cd8a77233a29f19864d11b88c48a Author: Samuel Date: Wed Mar 11 15:09:11 2009 +0100 midori-git: change depends --- zbeta/midori-git/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index bd7000d..35cddaa 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -1,4 +1,4 @@ depends libsexy -depends WebKit +depends webkit optional_depends unique "" "" "for single instance midori" From samuel.verstraete at gmail.com Wed Dec 2 20:05:27 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:27 -0000 Subject: [Lunar-commits] qemu: created a CONFIGURE script to configure the archs Message-ID: <20091202190527.1D4EF9B231@doppio.foo-projects.org> commit 227d9dabcb09266b67fb55f80f0fce971c62e37d Author: Samuel Date: Wed Mar 11 15:01:07 2009 +0100 qemu: created a CONFIGURE script to configure the archs --- devel/qemu/BUILD | 9 ++++----- devel/qemu/CONFIGURE | 41 +++++++++++++++++++++++++++++++++++++++++ devel/qemu/DEPENDS | 2 +- 3 files changed, 46 insertions(+), 6 deletions(-) diff --git a/devel/qemu/BUILD b/devel/qemu/BUILD index 1a48a20..f519e12 100644 --- a/devel/qemu/BUILD +++ b/devel/qemu/BUILD @@ -1,12 +1,11 @@ ( - unset CFLAGS OPTS+=" --extra-ldflags=-L/usr/X11R6/lib" - OTPS+=" --target-list=i386-softmmu" - if [ ! -e /usr/X11R6/lib/libX11.a ]; then - OPTS+=" --target-list=i386-user,i386-softmmu,arm-user,sparc-user,ppc-user" - fi + for i in $TARGETLIST; do + echo $i; + done && + OPTS+=" --target-list=$(echo $TARGETLIST | sed s/\ /,/g)" ./configure --prefix=/usr \ $OPTS && diff --git a/devel/qemu/CONFIGURE b/devel/qemu/CONFIGURE new file mode 100644 index 0000000..6297a33 --- /dev/null +++ b/devel/qemu/CONFIGURE @@ -0,0 +1,41 @@ +SUPPORTED_TARGETS="i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user" + + +make_targets_checklist() { + for target in $SUPPORTED_TARGETS; do + title=$target + echo "\"$target\" \"$title\" \"off\" " + done +} + +select_targets() { + BACKTITLE="Qemu Target Configuration" + TITLE="Target Selection" + HELP="Select targes you want to build" + make_targets_checklist | xargs \ + dialog --backtitle "$BACKTITLE" \ + --title "$TITLE" \ + --stdout \ + --separate-output \ + --checklist "$HELP" \ + 0 0 0 +} + +if ! grep -q CONFIGURED $MODULE_CONFIG; then + if grep -q "TARGETLIST=" $MODULE_CONFIG; then + message "Selecting targets is optional" + fi + + if query "Would you like to select drivers? (if not selected, all locales will be installed)" y; then + unpack_localedata + + TARGETLIST=`select_targets` + TEMP=`grep -v "TARGETLIST=" $MODULE_CONFIG` + echo "$TEMP" > $MODULE_CONFIG + echo "TARGETLIST=\"$TARGETLIST\"" >> $MODULE_CONFIG + + fi + + echo "OPTS=\"\$OPTS $OPTS\"" >> $MODULE_CONFIG + echo "CONFIGURED=y" >> $MODULE_CONFIG +fi diff --git a/devel/qemu/DEPENDS b/devel/qemu/DEPENDS index 87c9e00..54eede1 100644 --- a/devel/qemu/DEPENDS +++ b/devel/qemu/DEPENDS @@ -1,3 +1,3 @@ depends autoconf -optional_depends SDL "" "" "for gui qemu support" +optional_depends SDL "" "--disable-sdl --disable-gfx-check" "for gui qemu support" optional_depends alsa-lib "" "" "for ALSA sound support" From samuel.verstraete at gmail.com Wed Dec 2 20:05:27 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:27 -0000 Subject: [Lunar-commits] Revert "Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase"" Message-ID: <20091202190527.6E6449B2F0@doppio.foo-projects.org> commit bb94a51b9d1e1d241c6d93b6f3abcbaed33a2dfa Author: Samuel Date: Tue Mar 31 16:44:54 2009 +0200 Revert "Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase"" This reverts commit 54c9b60be0f142bf0d937a56ddee69a1410cdcba. Conflicts: zbeta/midori-git/DEPENDS --- app-themes/rezlooks/DETAILS | 12 +++++ audio/consonance/BUILD | 5 ++ audio/consonance/DEPENDS | 2 + audio/exaile/DETAILS | 8 ++-- crypto/openssh/DEPENDS | 10 ++-- distributed/distcc/plugin.d/optimize-distcc.plugin | 6 +- games/ultimatestunts/DETAILS | 11 ++++ gnome2/desktop/libsoup/DEPENDS | 1 + graphics/SDL_image/DETAILS | 3 +- graphics/enblend/BUILD | 7 +++ graphics/libpano12/CONFLICTS | 1 - graphics/libpano12/DEPENDS | 3 - graphics/libpano12/DETAILS | 22 --------- kernel/linux-2.6/BUILD | 1 - net/libproxy/DETAILS | 15 ++++++ python/cssutils/BUILD | 7 +++ python/cssutils/DEPENDS | 1 + python/cssutils/DETAILS | 14 ++++++ utils/cpupowerd/BUILD | 8 +++ utils/cpupowerd/DETAILS | 18 +++++++ video/HandBrake/BUILD | 17 +++++++ video/HandBrake/DEPENDS | 1 + video/HandBrake/DETAILS | 20 ++++++++ video/elisa-plugins-bad/BUILD | 9 ++++ video/elisa-plugins-bad/DEPENDS | 8 +++ video/elisa-plugins-bad/DETAILS | 17 +++++++ video/elisa-plugins-good/BUILD | 7 +++ video/elisa-plugins-good/DEPENDS | 7 +++ video/elisa-plugins-good/DETAILS | 14 ++++++ video/elisa-plugins-ugly/BUILD | 7 +++ video/elisa-plugins-ugly/DEPENDS | 7 +++ video/elisa-plugins-ugly/DETAILS | 14 ++++++ video/elisa/BUILD | 7 +++ video/elisa/DEPENDS | 11 ++++ video/elisa/DETAILS | 14 ++++++ video/mplayerplug-in/DEPENDS | 2 +- web/xulrunner/POST_REMOVE | 3 +- wifi/iw/DEPENDS | 1 + wifi/iw/DETAILS | 13 +++++ wifi/wicd/BUILD | 8 +++ wifi/wicd/DEPENDS | 2 + wifi/wicd/DETAILS | 13 +++++ wifi/wicd/init.d/wicd | 13 +++++ x11-utils/virtualbox/BUILD | 1 - x11/fglrx/DEPENDS | 1 + x11/fglrx/DETAILS | 1 + x11/fglrx/DETAILS.x86_64 | 1 + xfce4/apps/Terminal/BUILD | 14 ++++++ xfce4/apps/Terminal/DETAILS | 11 ++-- xfce4/apps/mousepad/BUILD | 2 +- xfce4/apps/mousepad/DETAILS | 18 +++++-- xfce4/apps/orage/BUILD | 2 +- xfce4/apps/orage/DEPENDS | 1 + xfce4/apps/orage/DETAILS | 13 +++-- xfce4/apps/ristretto/BUILD | 6 ++ xfce4/apps/ristretto/DETAILS | 8 ++-- xfce4/apps/squeeze/BUILD | 2 +- xfce4/apps/squeeze/DETAILS | 10 ++-- xfce4/apps/xarchiver/DETAILS | 10 ++-- xfce4/apps/xfburn/BUILD | 14 ++++++ xfce4/apps/xfburn/DETAILS | 21 ++++----- xfce4/apps/xfce4-appfinder/BUILD | 2 +- xfce4/apps/xfce4-appfinder/DETAILS | 10 ++-- xfce4/apps/xfce4-mixer/BUILD | 2 +- xfce4/apps/xfce4-mixer/DEPENDS | 1 + xfce4/apps/xfce4-mixer/DETAILS | 11 ++-- xfce4/apps/xfmedia/BUILD | 2 +- xfce4/apps/xfmedia/DETAILS | 10 ++-- xfce4/apps/xfprint/BUILD | 4 +- xfce4/apps/xfprint/DETAILS | 10 ++-- xfce4/core/Thunar/BUILD | 2 +- xfce4/core/Thunar/DETAILS | 11 ++-- xfce4/core/exo/BUILD | 13 +++++ xfce4/core/exo/DETAILS | 11 ++-- xfce4/core/libxfce4menu/BUILD | 10 ++++ xfce4/core/libxfce4menu/DETAILS | 23 ++++----- xfce4/core/libxfce4util/BUILD | 2 +- xfce4/core/libxfce4util/DEPENDS | 2 + xfce4/core/libxfce4util/DETAILS | 10 ++-- xfce4/core/libxfce4util/POST_INSTALL | 10 ---- xfce4/core/libxfce4util/profile.d/xfce4.rc | 4 -- xfce4/core/libxfcegui4/BUILD | 3 +- xfce4/core/libxfcegui4/DEPENDS | 11 ++-- xfce4/core/libxfcegui4/DETAILS | 10 ++-- xfce4/core/xfce-utils/BUILD | 2 +- xfce4/core/xfce-utils/DEPENDS | 3 +- xfce4/core/xfce-utils/DETAILS | 10 ++-- xfce4/core/xfce4-dev-tools/BUILD | 2 +- xfce4/core/xfce4-dev-tools/DETAILS | 12 ++-- xfce4/core/xfce4-dev-tools/POST_INSTALL | 10 ++++ xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc | 4 ++ xfce4/core/xfce4-panel/BUILD | 2 +- xfce4/core/xfce4-panel/DEPENDS | 1 + xfce4/core/xfce4-panel/DETAILS | 10 ++-- xfce4/core/xfce4-session/BUILD | 4 +- xfce4/core/xfce4-session/DETAILS | 11 ++-- xfce4/core/xfce4-settings/BUILD | 14 ++++++ xfce4/core/xfce4-settings/DEPENDS | 1 + xfce4/core/xfce4-settings/DETAILS | 16 +++--- xfce4/core/xfconf/BUILD | 14 ++++++ xfce4/core/xfconf/DETAILS | 23 ++++----- xfce4/core/xfdesktop/BUILD | 2 +- xfce4/core/xfdesktop/DEPENDS | 3 +- xfce4/core/xfdesktop/DETAILS | 10 ++-- xfce4/core/xfwm4/BUILD | 2 +- xfce4/core/xfwm4/DEPENDS | 3 +- xfce4/core/xfwm4/DETAILS | 10 ++-- xfce4/goodies/xfce4-taskmanager/BUILD | 2 +- xfce4/goodies/xfce4-taskmanager/DEPENDS | 2 +- xfce4/goodies/xfce4-taskmanager/DETAILS | 8 ++-- xfce4/goodies/xfce4-xkb-plugin/BUILD | 2 +- xfce4/goodies/xfce4-xkb-plugin/DETAILS | 10 ++-- xfce4/xfce4/DEPENDS | 1 + xfce4/xfce4/DETAILS | 4 +- xorg7/driver/xf86-video-ati/DETAILS | 4 +- xorg7/driver/xf86-video-mach64/BUILD | 6 ++ xorg7/driver/xf86-video-mach64/CONFLICTS | 6 ++ xorg7/driver/xf86-video-mach64/DEPENDS | 2 + xorg7/driver/xf86-video-mach64/DETAILS | 18 +++++++ xorg7/xorg-server/BUILD | 15 +++--- xorg7/xorg-server/CONFIGURE | 2 +- xorg7/xorg-server/PRE_BUILD | 3 - zbeta/WebKit/BUILD | 12 +++++ zbeta/WebKit/DEPENDS | 17 +++++++ zbeta/airconfig-svn/BUILD | 2 +- zbeta/arora-git/BUILD | 11 ++++ zbeta/arora-git/DEPENDS | 1 + zbeta/arora-git/DETAILS | 10 ++++ zbeta/e17/eina-svn/profile.d/e17-cvs.rc | 4 ++ zbeta/e17/emphasis-svn/BUILD | 11 ++++ zbeta/e17/emphasis-svn/DEPENDS | 5 ++ zbeta/e17/emphasis-svn/DETAILS | 14 ++++++ zbeta/e17/enhance-svn/BUILD | 11 ++++ zbeta/e17/enhance-svn/DEPENDS | 1 + zbeta/e17/enhance-svn/DETAILS | 14 ++++++ zbeta/e17/enna-svn/BUILD | 11 ++++ zbeta/e17/enna-svn/DEPENDS | 28 +++++++++++ zbeta/e17/enna-svn/DETAILS | 14 ++++++ zbeta/e17/equate-cvs/BUILD | 13 +++++ zbeta/e17/equate-cvs/DEPENDS | 1 + zbeta/e17/equate-cvs/DETAILS | 18 +++++++ zbeta/emphasis-svn/BUILD | 11 ---- zbeta/emphasis-svn/DEPENDS | 5 -- zbeta/emphasis-svn/DETAILS | 14 ------ zbeta/enhance-svn/BUILD | 11 ---- zbeta/enhance-svn/DEPENDS | 1 - zbeta/enhance-svn/DETAILS | 14 ------ zbeta/enna-svn/BUILD | 11 ---- zbeta/enna-svn/DEPENDS | 28 ----------- zbeta/enna-svn/DETAILS | 14 ------ zbeta/epiphany-svn/BUILD | 21 ++++++++ zbeta/epiphany-svn/CONFIGURE | 5 ++ zbeta/epiphany-svn/DEPENDS | 9 ++++ zbeta/epiphany-svn/DETAILS | 15 ++++++ zbeta/equate-cvs/BUILD | 13 ----- zbeta/equate-cvs/DEPENDS | 1 - zbeta/equate-cvs/DETAILS | 18 ------- zbeta/ffmpeg-svn/DETAILS | 2 +- zbeta/midori-git/BUILD | 13 +++++ zbeta/midori-git/DEPENDS | 4 ++ zbeta/midori-git/DETAILS | 20 ++++++++ zbeta/mplayer/BUILD | 47 ++++++++++++++++++ zbeta/mplayer/CONFIGURE | 2 + zbeta/mplayer/DEPENDS | 17 +++++++ zbeta/mplayer/DETAILS | 50 ++++++++++++++++++++ zbeta/mplayer/POST_INSTALL | 3 + zbeta/mplayer/PRE_BUILD | 12 +++++ zbeta/pigment-python/DEPENDS | 3 + zbeta/pigment-python/DETAILS | 13 +++++ zbeta/pigment/DEPENDS | 4 ++ zbeta/pigment/DETAILS | 15 ++++++ zbeta/xf86-video-mach64/BUILD | 6 -- zbeta/xf86-video-mach64/CONFLICTS | 6 -- zbeta/xf86-video-mach64/DEPENDS | 2 - zbeta/xf86-video-mach64/DETAILS | 18 ------- zlocal/README | 9 ---- 176 files changed, 1126 insertions(+), 443 deletions(-) diff --git a/app-themes/rezlooks/DETAILS b/app-themes/rezlooks/DETAILS new file mode 100644 index 0000000..471d0d8 --- /dev/null +++ b/app-themes/rezlooks/DETAILS @@ -0,0 +1,12 @@ +MODULE=rezlooks +VERSION=0.6 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://foo-projects.org/~elangelo/ +SOURCE_VFY=sha1:629768c8a05f65771cf4a4f780ae773b37cb8aae +ENTERED=20081220 +UPDATED=20081220 +SHORT=gtk engine +cat << EOF +A simple gtk theme + +EOF diff --git a/audio/consonance/BUILD b/audio/consonance/BUILD new file mode 100644 index 0000000..d0fcbc8 --- /dev/null +++ b/audio/consonance/BUILD @@ -0,0 +1,5 @@ +( + default_build + install -m644 $SOURCE_DIRECTORY/data/consonance.png /usr/share/pixmaps + +) > $C_FIFO 2>&1 diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS index 5c881bb..d9c654c 100644 --- a/audio/consonance/DEPENDS +++ b/audio/consonance/DEPENDS @@ -2,3 +2,5 @@ depends libmad depends libogg depends flac depends libsndfile +depends taglib +depends libnotify diff --git a/audio/exaile/DETAILS b/audio/exaile/DETAILS index 85bfadf..cd67c41 100644 --- a/audio/exaile/DETAILS +++ b/audio/exaile/DETAILS @@ -1,12 +1,12 @@ MODULE=exaile - VERSION=0.2.13 + VERSION=0.2.14 SOURCE=${MODULE}_${VERSION}.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION} SOURCE_URL=http://exaile.org/files/ - SOURCE_VFY=sha1:8cc754c55333dad750d27e45a4e16f53c1f1522c + SOURCE_VFY=sha1:3442867ae6f5116f87eb2488da73cf6d23442f52 WEB_SITE=http://exaile.org/ ENTERED=20061212 - UPDATED=20080626 + UPDATED=20081027 SHORT="GTK+ media player aiming to be similar to KDE's AmaroK" cat << EOF diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS index a511f0b..8da819f 100644 --- a/crypto/openssh/DEPENDS +++ b/crypto/openssh/DEPENDS @@ -3,17 +3,17 @@ depends openssl && depends coreutils && depends psmisc && -optional_depends "tcp_wrappers" \ - "--with-tcp-wrappers" \ - "" \ - "for an optional method of controlling ssh access." && +optional_depends "tcp_wrappers" \ + "--with-tcp-wrappers" \ + "" \ + "for an optional method of controlling ssh access." && optional_depends "Linux-PAM" \ "--with-pam" \ "--without-pam" \ "for Linux PAM support" && -optional_depends heimdal \ +optional_depends "heimdal" \ "--with-kerberos5=/usr" \ "" \ "Heimdal Kerberos5/GSSAPI Support" diff --git a/distributed/distcc/plugin.d/optimize-distcc.plugin b/distributed/distcc/plugin.d/optimize-distcc.plugin index df2f075..74f3cd9 100644 --- a/distributed/distcc/plugin.d/optimize-distcc.plugin +++ b/distributed/distcc/plugin.d/optimize-distcc.plugin @@ -19,7 +19,7 @@ plugin_distcc_optimize() export DISTCC_ALLOW verbose_msg "CC_EXT=\"$CC_EXT\"" verbose_msg "CXX_EXT=\"$CXX_EXT\"" - verbose_msg "DISTCC_HOSTS=\"$DISTCC_HOSTS\"" + verbose_msg "DISTCC_POTENTIAL_HOSTS=\"$DISTCC_POTENTIAL_HOSTS\"" verbose_msg "DISTCC_ALLOW=\"$DISTCC_ALLOW\"" fi return 2 @@ -51,7 +51,7 @@ plugin_distcc_optimize_menu() debug_msg "save_optimizations($@)" cat > /etc/lunar/local/optimizations.DISTCC < $C_FIFO 2>&1 diff --git a/graphics/libpano12/CONFLICTS b/graphics/libpano12/CONFLICTS deleted file mode 100644 index bd39616..0000000 --- a/graphics/libpano12/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts libpano13 diff --git a/graphics/libpano12/DEPENDS b/graphics/libpano12/DEPENDS deleted file mode 100644 index becfb99..0000000 --- a/graphics/libpano12/DEPENDS +++ /dev/null @@ -1,3 +0,0 @@ -depends jpeg && -depends libpng && -depends tiff diff --git a/graphics/libpano12/DETAILS b/graphics/libpano12/DETAILS deleted file mode 100644 index 8ff9c3d..0000000 --- a/graphics/libpano12/DETAILS +++ /dev/null @@ -1,22 +0,0 @@ - MODULE=libpano12 - VERSION=2.8.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/panotools/ - SOURCE_VFY=sha1:90584b1629103344b23d25a729cc35f4b5639228 - WEB_SITE=http://panotools.sourceforge.net - MAINTAINER=perldude at lunar-linux.org - ENTERED=20060720 - UPDATED=20060720 - SHORT="The cross-platform library behind Panorama Tools and many other GUI photo stitchers" - -cat << EOF -This is the backend library used by many applications. Also included are: - - * PTOptimizer, a utility for optimising control points. - * panoinfo a utility for querying the library version. - * PTmender a replacement for PTStitcher. - * PTblender implements just the colour and brightness correction of PTmender. - * PTtiff2psd Converts a set of TIFF files into a PSD file. - * PTuncrop Converts 'cropped TIFF' files into 'normal' TIFF files. -EOF - diff --git a/kernel/linux-2.6/BUILD b/kernel/linux-2.6/BUILD index d41ddb7..90260aa 100644 --- a/kernel/linux-2.6/BUILD +++ b/kernel/linux-2.6/BUILD @@ -1,5 +1,4 @@ ( - while if [ "$CONFIG_KERNEL" == "y" ]; then if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then diff --git a/net/libproxy/DETAILS b/net/libproxy/DETAILS new file mode 100644 index 0000000..2c3b91d --- /dev/null +++ b/net/libproxy/DETAILS @@ -0,0 +1,15 @@ +MODULE=libproxy +VERSION=0.2.3 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://libproxy.googlecode.com/files +SOURCE_VFY=sha1:2b2b00a179740548035a1145bbae600db9b0a2ce +WEBSITE=http://code.google.com/p/libproxy +ENTERED=20090115 +UPDATED=20090115 +SHORT="provide automatic proxy configuration management" + +cat << EOF +libproxy exists to answer the question: Given a network resource, how +do I reach it? It handles all the details, enabling you to get back to +programming. +EOF diff --git a/python/cssutils/BUILD b/python/cssutils/BUILD new file mode 100644 index 0000000..381ba27 --- /dev/null +++ b/python/cssutils/BUILD @@ -0,0 +1,7 @@ +( + + python setup.py build && + prepare_install && + python setup.py install --root=/ + +) > $C_FIFO 2>&1 diff --git a/python/cssutils/DEPENDS b/python/cssutils/DEPENDS new file mode 100644 index 0000000..7d03d17 --- /dev/null +++ b/python/cssutils/DEPENDS @@ -0,0 +1 @@ +depends Python diff --git a/python/cssutils/DETAILS b/python/cssutils/DETAILS new file mode 100644 index 0000000..8623dc2 --- /dev/null +++ b/python/cssutils/DETAILS @@ -0,0 +1,14 @@ + MODULE=cssutils + VERSION=0.9.5.1 + SOURCE=$MODULE-$VERSION.zip + SOURCE_URL=http://pypi.python.org/packages/source/c/cssutils/ + SOURCE_VFY=sha1:bdf53ff8b0417c064daaa585389e99bed79e6bbf + WEB_SITE=http://cthedot.de/cssutils/ + ENTERED=20081020 + UPDATED=20081020 + SHORT="css parser and library for Python" + +cat << EOF +A Python package to parse and build CSS Cascading Style Sheets. +EOF + diff --git a/utils/cpupowerd/BUILD b/utils/cpupowerd/BUILD new file mode 100644 index 0000000..7182c4f --- /dev/null +++ b/utils/cpupowerd/BUILD @@ -0,0 +1,8 @@ +( + + cd src && + make && + prepare_install && + make install + +) > $C_FIFO 2>&1 diff --git a/utils/cpupowerd/DETAILS b/utils/cpupowerd/DETAILS new file mode 100644 index 0000000..f8d46d7 --- /dev/null +++ b/utils/cpupowerd/DETAILS @@ -0,0 +1,18 @@ + MODULE=cpupowerd + VERSION=0.2.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE/ +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:d0285e02fbed2d64de339fc3306dd0ccda2ff9d3 + WEB_SITE=http://cpupowerd.sourceforge.net + ENTERED=20080919 + UPDATED=20081111 + SHORT="A daemon which controls the frequency and voltage of CPUs." + +cat < $C_FIFO 2>&1 + diff --git a/video/HandBrake/DEPENDS b/video/HandBrake/DEPENDS new file mode 100644 index 0000000..05cab96 --- /dev/null +++ b/video/HandBrake/DEPENDS @@ -0,0 +1 @@ +depends gtkhtml3 diff --git a/video/HandBrake/DETAILS b/video/HandBrake/DETAILS new file mode 100644 index 0000000..a2bfbfc --- /dev/null +++ b/video/HandBrake/DETAILS @@ -0,0 +1,20 @@ + MODULE=HandBrake + VERSION=0.9.3 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.m0k.org/handbrake/releases + SOURCE_VFY=sha1:f52389b1226bf81ba58bca67f3a1aa468cfee624 + SOURCE1=HandBrakeContrib.tar.bz2 + SOURCE1_URL=http://foo-projects.org/~elangelo/ + SOURCE1_VFY=sha1:2db049571427b65cd3e89245adef51a0e0466433 + PSAFE=no + ENTERED=20080104 + UPDATED=20080104 + SHORT="friendly video recoder with retarded devs" + +cat << EOF +HandBrake is an open-source GPL-licensed, multiplatform, multithreaded DVD to +MPEG-4 converter. +This module only install HandBrakeCLI. If you want the gtk interface, install +HandBrakeGTK. +EOF + diff --git a/video/elisa-plugins-bad/BUILD b/video/elisa-plugins-bad/BUILD new file mode 100644 index 0000000..3184644 --- /dev/null +++ b/video/elisa-plugins-bad/BUILD @@ -0,0 +1,9 @@ +( + +patch_it $SOURCE1 1 && + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa-plugins-bad/DEPENDS b/video/elisa-plugins-bad/DEPENDS new file mode 100644 index 0000000..b907bc8 --- /dev/null +++ b/video/elisa-plugins-bad/DEPENDS @@ -0,0 +1,8 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo +depends pil diff --git a/video/elisa-plugins-bad/DETAILS b/video/elisa-plugins-bad/DETAILS new file mode 100644 index 0000000..81e7ad6 --- /dev/null +++ b/video/elisa-plugins-bad/DETAILS @@ -0,0 +1,17 @@ +MODULE=elisa-plugins-bad +VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:0d8041d27e90d66143c77dcab51387a8e25fb254 +SOURCE1=elisa-plugins-bad-0.5.15-fix-PIL.patch +SOURCE1_URL=$PATCH_URL/ +SOUECE1_VFY=5e2fecde20813388f4293a1badbc50f4bdf00e94 +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/elisa-plugins-good/BUILD b/video/elisa-plugins-good/BUILD new file mode 100644 index 0000000..dfd9c3f --- /dev/null +++ b/video/elisa-plugins-good/BUILD @@ -0,0 +1,7 @@ +( + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa-plugins-good/DEPENDS b/video/elisa-plugins-good/DEPENDS new file mode 100644 index 0000000..07c149f --- /dev/null +++ b/video/elisa-plugins-good/DEPENDS @@ -0,0 +1,7 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo diff --git a/video/elisa-plugins-good/DETAILS b/video/elisa-plugins-good/DETAILS new file mode 100644 index 0000000..e13aba9 --- /dev/null +++ b/video/elisa-plugins-good/DETAILS @@ -0,0 +1,14 @@ +MODULE=elisa-plugins-good + VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:4b525c979d35f5e2f2a637207ef4c681d908bb4a +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/elisa-plugins-ugly/BUILD b/video/elisa-plugins-ugly/BUILD new file mode 100644 index 0000000..dfd9c3f --- /dev/null +++ b/video/elisa-plugins-ugly/BUILD @@ -0,0 +1,7 @@ +( + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa-plugins-ugly/DEPENDS b/video/elisa-plugins-ugly/DEPENDS new file mode 100644 index 0000000..07c149f --- /dev/null +++ b/video/elisa-plugins-ugly/DEPENDS @@ -0,0 +1,7 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo diff --git a/video/elisa-plugins-ugly/DETAILS b/video/elisa-plugins-ugly/DETAILS new file mode 100644 index 0000000..08a29c2 --- /dev/null +++ b/video/elisa-plugins-ugly/DETAILS @@ -0,0 +1,14 @@ +MODULE=elisa-plugins-ugly +VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:c6519a57cd7731ae20e03a35e1858603fd007c2f +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/elisa/BUILD b/video/elisa/BUILD new file mode 100644 index 0000000..dfd9c3f --- /dev/null +++ b/video/elisa/BUILD @@ -0,0 +1,7 @@ +( + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa/DEPENDS b/video/elisa/DEPENDS new file mode 100644 index 0000000..cc8e5af --- /dev/null +++ b/video/elisa/DEPENDS @@ -0,0 +1,11 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo +depends cssutils +depends elisa-plugins-good +depends elisa-plugins-bad +depends elisa-plugins-ugly diff --git a/video/elisa/DETAILS b/video/elisa/DETAILS new file mode 100644 index 0000000..2c4418c --- /dev/null +++ b/video/elisa/DETAILS @@ -0,0 +1,14 @@ +MODULE=elisa +VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:a4715e7d4dfc7d3f1eb3810d3024df463c68aef2 +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/mplayerplug-in/DEPENDS b/video/mplayerplug-in/DEPENDS index a507e3b..8de0aaf 100644 --- a/video/mplayerplug-in/DEPENDS +++ b/video/mplayerplug-in/DEPENDS @@ -1 +1 @@ -depends MPlayer +depends mplayer diff --git a/web/xulrunner/POST_REMOVE b/web/xulrunner/POST_REMOVE index 90f0d62..5b625da 100644 --- a/web/xulrunner/POST_REMOVE +++ b/web/xulrunner/POST_REMOVE @@ -1,2 +1 @@ -rm -rf /usr/include/xulrunner-* -rm -rf /usr/lib/xulrunner-* +#ld_remove /usr/lib/xulrnner diff --git a/wifi/iw/DEPENDS b/wifi/iw/DEPENDS new file mode 100644 index 0000000..1efc679 --- /dev/null +++ b/wifi/iw/DEPENDS @@ -0,0 +1 @@ +depends libnl diff --git a/wifi/iw/DETAILS b/wifi/iw/DETAILS new file mode 100644 index 0000000..1f3ac89 --- /dev/null +++ b/wifi/iw/DETAILS @@ -0,0 +1,13 @@ + MODULE=iw + VERSION=0.9.7 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://wireless.kernel.org/download/iw/ + SOURCE_VFY=sha1:51430d14792419d8fa158c333f5a2d7a57628541 + WEB_SITE=http://wireless.kernel.org + ENTERED=20081216 + UPDATED=20081216 + SHORT="show/manipulate wireless devices and their configuration" + +cat < $C_FIFO 2>&1 diff --git a/wifi/wicd/DEPENDS b/wifi/wicd/DEPENDS new file mode 100644 index 0000000..b767cb4 --- /dev/null +++ b/wifi/wicd/DEPENDS @@ -0,0 +1,2 @@ +depends pygtk +depends wpa_supplicant diff --git a/wifi/wicd/DETAILS b/wifi/wicd/DETAILS new file mode 100644 index 0000000..fde8c9c --- /dev/null +++ b/wifi/wicd/DETAILS @@ -0,0 +1,13 @@ + MODULE=wicd + VERSION=1.5.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:e8a03ab4d6d699576c954a962eb5b2392e623f51 + WEBSITE=http://wicd.sourceforge.net + ENTERED=20090309 + UPDATED=20090309 + SHORT="wireless/wired internet connection daemon" + +cat << EOF +wireless/wired interenet connection daemon +EOF diff --git a/wifi/wicd/init.d/wicd b/wifi/wicd/init.d/wicd new file mode 100755 index 0000000..c2fd136 --- /dev/null +++ b/wifi/wicd/init.d/wicd @@ -0,0 +1,13 @@ +#!/bin/bash +# +# Startup script for wicd +# +# chkconfig: 345 99 01 +# +# description: wicd wireless/wired internet connection daemon +# +# processname: wicd +# pidfile: /var/run/wicd/wicd.pid +# + +. /lib/lsb/init-functions $1 diff --git a/x11-utils/virtualbox/BUILD b/x11-utils/virtualbox/BUILD index 1300fdf..2487fb0 100644 --- a/x11-utils/virtualbox/BUILD +++ b/x11-utils/virtualbox/BUILD @@ -1,5 +1,4 @@ ( - #lets disable qt3 sedit s at WITH_QT3=1 at WITH_QT3=0@ configure && diff --git a/x11/fglrx/DEPENDS b/x11/fglrx/DEPENDS index b6c17f4..55fc75c 100644 --- a/x11/fglrx/DEPENDS +++ b/x11/fglrx/DEPENDS @@ -1 +1,2 @@ depends libstdc++5 +depends xrandr diff --git a/x11/fglrx/DETAILS b/x11/fglrx/DETAILS index 261cdac..9f44316 100644 --- a/x11/fglrx/DETAILS +++ b/x11/fglrx/DETAILS @@ -8,6 +8,7 @@ UPDATED=20090222 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" + cat << EOF Proprietary X.Org driver for AMD ATI Radeon GPUs: 9500 and later (also mobility) diff --git a/x11/fglrx/DETAILS.x86_64 b/x11/fglrx/DETAILS.x86_64 index 287bf04..1d9e391 100644 --- a/x11/fglrx/DETAILS.x86_64 +++ b/x11/fglrx/DETAILS.x86_64 @@ -8,6 +8,7 @@ UPDATED=20090222 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" + cat << EOF Proprietary X.Org driver for the AMD ATI Radeon GPUs: 9500 and later (also mobility) diff --git a/xfce4/apps/Terminal/BUILD b/xfce4/apps/Terminal/BUILD new file mode 100644 index 0000000..3a073f3 --- /dev/null +++ b/xfce4/apps/Terminal/BUILD @@ -0,0 +1,14 @@ + +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS index e50faaf..6f8e2cd 100644 --- a/xfce4/apps/Terminal/DETAILS +++ b/xfce4/apps/Terminal/DETAILS @@ -1,12 +1,13 @@ MODULE=Terminal - VERSION=0.2.10 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:c0f0c3cb9a924e98449e29e17ec8aecef1ee6c32 + MOD=terminal + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.os-cillation.com/ ENTERED=20040930 - UPDATED=20090227 + UPDATED=20071207 SHORT="vte based/gtk+-2 lightweight X-terminal" cat << EOF diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD index 725cd2f..908d260 100644 --- a/xfce4/apps/mousepad/BUILD +++ b/xfce4/apps/mousepad/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index d622f36..f7cb2ce 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,13 +1,19 @@ MODULE=mousepad - VERSION=0.2.16 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://erikharrison.net/ + WEB_SITE=http://www.xfce.org ENTERED=20050218 - UPDATED=20090227 + UPDATED=20071207 SHORT="Lighweight xfce text editor" cat << EOF Mousepad is an Xfce port of leafpad, the minimal gtk+-2 text editor. + +the svn branch is the one from Nick Schermer, slightly more advanced +than the trunk branch +If you want the trunk version, uncomment the other sourceurl, comment +the nick sourceurl and delete /var/spool/lunar/mousepad-svn*.tar.bz2 EOF diff --git a/xfce4/apps/orage/BUILD b/xfce4/apps/orage/BUILD index 4486026..8d3380a 100644 --- a/xfce4/apps/orage/BUILD +++ b/xfce4/apps/orage/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && default_make diff --git a/xfce4/apps/orage/DEPENDS b/xfce4/apps/orage/DEPENDS index 500db30..ee5884e 100644 --- a/xfce4/apps/orage/DEPENDS +++ b/xfce4/apps/orage/DEPENDS @@ -1 +1,2 @@ +depends xfconf depends libxfcegui4 diff --git a/xfce4/apps/orage/DETAILS b/xfce4/apps/orage/DETAILS index 24c7a9a..c5c2552 100644 --- a/xfce4/apps/orage/DETAILS +++ b/xfce4/apps/orage/DETAILS @@ -1,14 +1,15 @@ MODULE=orage - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:99839642fcb76d9583ced2752e5505ce12196c17 + MOD=xfcalendar + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20031222 - UPDATED=20090227 + UPDATED=20071207 SHORT="Calendar utility for Xfce4" cat << EOF -xfcalendar -- Small calendar utility for the Xfce4 Desktop Environment. +orage -- Small calendar utility for the Xfce4 Desktop Environment. EOF diff --git a/xfce4/apps/ristretto/BUILD b/xfce4/apps/ristretto/BUILD index 1776fd6..204ab3d 100644 --- a/xfce4/apps/ristretto/BUILD +++ b/xfce4/apps/ristretto/BUILD @@ -6,4 +6,10 @@ default_build + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + ) > $C_FIFO 2>&1 diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index 995f126..3eeea5f 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -1,8 +1,8 @@ MODULE=ristretto - VERSION=0.0.16 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ - SOURCE_VFY=sha1:9aa17a466cdbb0f0ea1a1e5f7f162e5d767f9095 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 diff --git a/xfce4/apps/squeeze/BUILD b/xfce4/apps/squeeze/BUILD index 725cd2f..908d260 100644 --- a/xfce4/apps/squeeze/BUILD +++ b/xfce4/apps/squeeze/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/squeeze/DETAILS b/xfce4/apps/squeeze/DETAILS index 05c1a86..d806b6a 100644 --- a/xfce4/apps/squeeze/DETAILS +++ b/xfce4/apps/squeeze/DETAILS @@ -1,12 +1,12 @@ MODULE=squeeze - VERSION=0.2.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://squeeze.xfce.org/downloads/ - SOURCE_VFY=sha1:d19e218387e646594e93dee29f4c9d91c4b0b2da + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://squeeze.xfce.org ENTERED=20070129 - UPDATED=20080104 + UPDATED=20071207 SHORT="Archive manager" cat << EOF diff --git a/xfce4/apps/xarchiver/DETAILS b/xfce4/apps/xarchiver/DETAILS index f88d146..3166aad 100644 --- a/xfce4/apps/xarchiver/DETAILS +++ b/xfce4/apps/xarchiver/DETAILS @@ -1,12 +1,12 @@ MODULE=xarchiver - VERSION=0.4.6 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:db80abdebf3396ded3cf8d2224e88c987a2d9c32 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://xarchiver.xfce.org/ ENTERED=20060407 - UPDATED=20070106 + UPDATED=20071207 SHORT="simple archive manager" cat << EOF diff --git a/xfce4/apps/xfburn/BUILD b/xfce4/apps/xfburn/BUILD new file mode 100644 index 0000000..3a073f3 --- /dev/null +++ b/xfce4/apps/xfburn/BUILD @@ -0,0 +1,14 @@ + +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/xfburn/DETAILS b/xfce4/apps/xfburn/DETAILS index f6c1786..4fcee28 100644 --- a/xfce4/apps/xfburn/DETAILS +++ b/xfce4/apps/xfburn/DETAILS @@ -1,14 +1,11 @@ MODULE=xfburn - VERSION=0.4.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:7086fcdb2fa2c1b634cf64a9eef704656e774c26 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://goodies.xfce.org/projects/applications/xfburn - ENTERED=20090227 - UPDATED=20090227 - SHORT="Cd burning application for Xfce" + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE + WEB_SITE=http://www.xfce.org + ENTERED=20051012 + UPDATED=20071207 + SHORT="The long awaited burn application for Xfce" cat << EOF -Cd burning application for Xfce -EOF - +The long awaited burn application for Xfce diff --git a/xfce4/apps/xfce4-appfinder/BUILD b/xfce4/apps/xfce4-appfinder/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/apps/xfce4-appfinder/BUILD +++ b/xfce4/apps/xfce4-appfinder/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/xfce4-appfinder/DETAILS b/xfce4/apps/xfce4-appfinder/DETAILS index 716268f..1384841 100644 --- a/xfce4/apps/xfce4-appfinder/DETAILS +++ b/xfce4/apps/xfce4-appfinder/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-appfinder - VERSION=4.4.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:1ed442bca3fc8bc4c4f14aad0ec1573fbf4bd061 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20041003 - UPDATED=20071204 + UPDATED=20071207 SHORT="Easy search available applications" cat << EOF A tool to quickly locate and use applications available programs. diff --git a/xfce4/apps/xfce4-mixer/BUILD b/xfce4/apps/xfce4-mixer/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/apps/xfce4-mixer/BUILD +++ b/xfce4/apps/xfce4-mixer/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/xfce4-mixer/DEPENDS b/xfce4/apps/xfce4-mixer/DEPENDS index ea491bb..cd380ed 100644 --- a/xfce4/apps/xfce4-mixer/DEPENDS +++ b/xfce4/apps/xfce4-mixer/DEPENDS @@ -1,2 +1,3 @@ depends xfce4-panel depends gst-plugins-base +optional_depends alsa-lib "--with-sound=alsa" "--with-sound=oss" "to use alsa instead of oss" diff --git a/xfce4/apps/xfce4-mixer/DETAILS b/xfce4/apps/xfce4-mixer/DETAILS index 28362f6..327df05 100644 --- a/xfce4/apps/xfce4-mixer/DETAILS +++ b/xfce4/apps/xfce4-mixer/DETAILS @@ -1,13 +1,14 @@ MODULE=xfce4-mixer - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:ebcbc2cefbd6f0a24c339d61bdb138e2bbe1335c + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Volume control and mixer for the Xfce4 panel" + cat << EOF xfce4-mixer -- Volume control plugin and mixer for the Xfce4 panel. EOF diff --git a/xfce4/apps/xfmedia/BUILD b/xfce4/apps/xfmedia/BUILD index 5550ba1..95cd8a2 100644 --- a/xfce4/apps/xfmedia/BUILD +++ b/xfce4/apps/xfmedia/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/xfmedia/DETAILS b/xfce4/apps/xfmedia/DETAILS index 8c678ea..76c661f 100644 --- a/xfce4/apps/xfmedia/DETAILS +++ b/xfce4/apps/xfmedia/DETAILS @@ -1,12 +1,12 @@ MODULE=xfmedia - VERSION=0.9.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://spuriousinterrupt.org/projects/xfmedia/files/ - SOURCE_VFY=sha1:cb8d39f2a4ee6a6164f722162fa45004770a7605 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://spuriousinterrupt.org/projects/xfmedia ENTERED=20041029 - UPDATED=20061124 + UPDATED=20071207 SHORT="Xfce media player" cat << EOF Xfce media player. Uses Xine to play video streams! Still in development. diff --git a/xfce4/apps/xfprint/BUILD b/xfce4/apps/xfprint/BUILD index 12e8e69..95cd8a2 100644 --- a/xfce4/apps/xfprint/BUILD +++ b/xfce4/apps/xfprint/BUILD @@ -4,8 +4,8 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ $OPTS && default_make diff --git a/xfce4/apps/xfprint/DETAILS b/xfce4/apps/xfprint/DETAILS index 8a5aaef..2d607ff 100644 --- a/xfce4/apps/xfprint/DETAILS +++ b/xfce4/apps/xfprint/DETAILS @@ -1,12 +1,12 @@ MODULE=xfprint - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:28bd6c8ff46eb0193647d1cd1a13d970a18e599b + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Printer dialog for Xfce4" cat << EOF diff --git a/xfce4/core/Thunar/BUILD b/xfce4/core/Thunar/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/Thunar/BUILD +++ b/xfce4/core/Thunar/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index c7c9a08..4a9d2ec 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,12 +1,13 @@ MODULE=Thunar - VERSION=1.0.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:581594eb4bfe4db49244773ee3abeaaf136a0e0f + MOD=thunar + VERSION="svn-`date +%Y%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 - UPDATED=20090223 + UPDATED=20071207 SHORT="File manager for xfce" cat << EOF diff --git a/xfce4/core/exo/BUILD b/xfce4/core/exo/BUILD new file mode 100644 index 0000000..15f96e8 --- /dev/null +++ b/xfce4/core/exo/BUILD @@ -0,0 +1,13 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index f1a1347..5a0fbec 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,12 +1,13 @@ MODULE=exo - VERSION=0.3.100 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:987262654d23e0da359d434cc29f0b64ad06a733 + MOD=libexo + VERSION="svn-`date +%Y%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 - UPDATED=20090227 + UPDATED=20071207 SHORT="the Xfce extension library" cat << EOF libexo is a library for Xfce that contain additional widgets and a diff --git a/xfce4/core/libxfce4menu/BUILD b/xfce4/core/libxfce4menu/BUILD new file mode 100644 index 0000000..37dd2af --- /dev/null +++ b/xfce4/core/libxfce4menu/BUILD @@ -0,0 +1,10 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4menu/DETAILS b/xfce4/core/libxfce4menu/DETAILS index c00cdea..cc684f8 100644 --- a/xfce4/core/libxfce4menu/DETAILS +++ b/xfce4/core/libxfce4menu/DETAILS @@ -1,15 +1,12 @@ - MODULE=libxfce4menu - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:4143eae2871ee072b9805a1f506c7f10525f2f28 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090227 - SHORT="menu library for Xfce" - + MODULE=libxfce4menu + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org/ + ENTERED=20030715 + UPDATED=20071207 + SHORT="the menu library for Xfce4" cat << EOF -menu library for Xfce EOF - diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index 94d8102..37dd2af 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,7 +1,7 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/libxfce4util/DEPENDS b/xfce4/core/libxfce4util/DEPENDS index 87c9410..f0a56ab 100644 --- a/xfce4/core/libxfce4util/DEPENDS +++ b/xfce4/core/libxfce4util/DEPENDS @@ -1 +1,3 @@ depends glib-2 +depends xfce4-dev-tools +depends gtk-doc diff --git a/xfce4/core/libxfce4util/DETAILS b/xfce4/core/libxfce4util/DETAILS index be2f4fd..31122a4 100644 --- a/xfce4/core/libxfce4util/DETAILS +++ b/xfce4/core/libxfce4util/DETAILS @@ -1,12 +1,12 @@ MODULE=libxfce4util - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:b4d17be26f965ac0f898b53c691a992efe54b195 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="a utility library for Xfce4" cat << EOF diff --git a/xfce4/core/libxfce4util/POST_INSTALL b/xfce4/core/libxfce4util/POST_INSTALL deleted file mode 100644 index 7c16f06..0000000 --- a/xfce4/core/libxfce4util/POST_INSTALL +++ /dev/null @@ -1,10 +0,0 @@ -if [ -n "$XFCE4_PREFIX" ]; then - sedit "s?/usr?$XFCE4_PREFIX?" /etc/profile.d/xfce4.rc -fi - -XFCE4LIBDIR=${XFCE4_PREFIX:-/usr}/lib -if ! grep -q "$XFCE4LIBDIR" /etc/ld.so.conf ; then - echo "$XFCE4LIBDIR" >> /etc/ld.so.conf - ldconfig -fi - diff --git a/xfce4/core/libxfce4util/profile.d/xfce4.rc b/xfce4/core/libxfce4util/profile.d/xfce4.rc deleted file mode 100755 index 031e535..0000000 --- a/xfce4/core/libxfce4util/profile.d/xfce4.rc +++ /dev/null @@ -1,4 +0,0 @@ -PATH=$PATH:/usr/bin -PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH - -export PATH PKG_CONFIG_PATH diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index b695eac..0847398 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,9 +4,10 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ --enable-xinerama \ + --enable-libglade \ $OPTS && default_make diff --git a/xfce4/core/libxfcegui4/DEPENDS b/xfce4/core/libxfcegui4/DEPENDS index 2a855c9..fe37ef9 100644 --- a/xfce4/core/libxfcegui4/DEPENDS +++ b/xfce4/core/libxfcegui4/DEPENDS @@ -1,8 +1,9 @@ -depends gtk+-2 -depends libxml2 -depends libxfce4util -depends xfconf -depends libglade +depends gtk+-2 +depends libxml2 +depends libxfce4util +depends libglade +depends xfconf +depends libglade # not real depends, but we really want them depends gtk-xfce-engine diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index 8204469..0f0568e 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -1,12 +1,12 @@ MODULE=libxfcegui4 - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:d8a3e86f90ad026c4a9fa369c9c3f6d4f3f6fd06 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Widget library for Xfce4" cat << EOF diff --git a/xfce4/core/xfce-utils/BUILD b/xfce4/core/xfce-utils/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/xfce-utils/BUILD +++ b/xfce4/core/xfce-utils/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce-utils/DEPENDS b/xfce4/core/xfce-utils/DEPENDS index c5f480e..f17975c 100644 --- a/xfce4/core/xfce-utils/DEPENDS +++ b/xfce4/core/xfce-utils/DEPENDS @@ -1,3 +1,4 @@ +depends xfconf +depends libxfcegui4 depends xfce4-dev-tools depends libxfce4util -depends libxfcegui4 diff --git a/xfce4/core/xfce-utils/DETAILS b/xfce4/core/xfce-utils/DETAILS index 5545cbb..345026d 100644 --- a/xfce4/core/xfce-utils/DETAILS +++ b/xfce4/core/xfce-utils/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce-utils - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:2ca9480f9a12ab4e584e27bc3d9e99ec1fab1041 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Essential utilities for Xfce4" cat << EOF diff --git a/xfce4/core/xfce4-dev-tools/BUILD b/xfce4/core/xfce4-dev-tools/BUILD index 94d8102..37dd2af 100644 --- a/xfce4/core/xfce4-dev-tools/BUILD +++ b/xfce4/core/xfce4-dev-tools/BUILD @@ -1,7 +1,7 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce4-dev-tools/DETAILS b/xfce4/core/xfce4-dev-tools/DETAILS index 798ee1a..7a5acd0 100644 --- a/xfce4/core/xfce4-dev-tools/DETAILS +++ b/xfce4/core/xfce4-dev-tools/DETAILS @@ -1,13 +1,13 @@ MODULE=xfce4-dev-tools - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:a5a5cbc9e5f84f4939e53e3327c51f4b749c38a2 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 - UPDATED=20090227 - SHORT="developer tools for Xfce4" + UPDATED=20071207 + SHORT="a utility library for Xfce4" cat << EOF The Xfce development tools are a collection of tools and macros for Xfce developers and people that want to build Xfce from SVN. In addition diff --git a/xfce4/core/xfce4-dev-tools/POST_INSTALL b/xfce4/core/xfce4-dev-tools/POST_INSTALL new file mode 100644 index 0000000..7c16f06 --- /dev/null +++ b/xfce4/core/xfce4-dev-tools/POST_INSTALL @@ -0,0 +1,10 @@ +if [ -n "$XFCE4_PREFIX" ]; then + sedit "s?/usr?$XFCE4_PREFIX?" /etc/profile.d/xfce4.rc +fi + +XFCE4LIBDIR=${XFCE4_PREFIX:-/usr}/lib +if ! grep -q "$XFCE4LIBDIR" /etc/ld.so.conf ; then + echo "$XFCE4LIBDIR" >> /etc/ld.so.conf + ldconfig +fi + diff --git a/xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc b/xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc new file mode 100755 index 0000000..031e535 --- /dev/null +++ b/xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc @@ -0,0 +1,4 @@ +PATH=$PATH:/usr/bin +PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH + +export PATH PKG_CONFIG_PATH diff --git a/xfce4/core/xfce4-panel/BUILD b/xfce4/core/xfce4-panel/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/xfce4-panel/BUILD +++ b/xfce4/core/xfce4-panel/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce4-panel/DEPENDS b/xfce4/core/xfce4-panel/DEPENDS index 0016747..dccab87 100644 --- a/xfce4/core/xfce4-panel/DEPENDS +++ b/xfce4/core/xfce4-panel/DEPENDS @@ -1 +1,2 @@ +depends exo depends libxfce4util diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS index 14fbcf6..fced832 100644 --- a/xfce4/core/xfce4-panel/DETAILS +++ b/xfce4/core/xfce4-panel/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-panel - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:d63849e76cd65eefde01ac5a23a96df66d8a39db + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Xfce4 panel" cat << EOF diff --git a/xfce4/core/xfce4-session/BUILD b/xfce4/core/xfce4-session/BUILD index bbfe5e0..61b5f10 100644 --- a/xfce4/core/xfce4-session/BUILD +++ b/xfce4/core/xfce4-session/BUILD @@ -1,4 +1,6 @@ ( + +# patch_it $SOURCE2 1 && [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc # make sure proper PKG_CONFIG_PATH is set @@ -6,7 +8,7 @@ PATH="$PATH:/usr/X11/bin" - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 8c002c7..06b1aa9 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,13 +1,14 @@ MODULE=xfce4-session - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:3865e36b691802d74b3e86aaa4a3bb2ceff838da + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 + #SOURCE2=fast_xfce.patch +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + #SOURCE2_URL=http://merlin.ugent.be/lunar/patches MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 UPDATED=20090227 - PSAFE=no SHORT="Session manager for Xfce4" cat << EOF diff --git a/xfce4/core/xfce4-settings/BUILD b/xfce4/core/xfce4-settings/BUILD new file mode 100644 index 0000000..5e5fa3e --- /dev/null +++ b/xfce4/core/xfce4-settings/BUILD @@ -0,0 +1,14 @@ +( + + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce4-settings/DEPENDS b/xfce4/core/xfce4-settings/DEPENDS index 19165eb..0cc56b4 100644 --- a/xfce4/core/xfce4-settings/DEPENDS +++ b/xfce4/core/xfce4-settings/DEPENDS @@ -1,3 +1,4 @@ +depends libxfcegui4 depends exo depends gnome-icon-theme optional_depends libxklavier "" "" "to enable the keyboard layout switcher" diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS index 1a03039..4c1c61c 100644 --- a/xfce4/core/xfce4-settings/DETAILS +++ b/xfce4/core/xfce4-settings/DETAILS @@ -1,14 +1,14 @@ MODULE=xfce4-settings - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:76b256aa77269e0b2b056a806106a0313629d1b6 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090227 - SHORT="Xfce settings manager" + ENTERED=20080705 + UPDATED=20080705 + SHORT="Something that does something" cat << EOF +Something that does that other thing EOF - diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD new file mode 100644 index 0000000..5e5fa3e --- /dev/null +++ b/xfce4/core/xfconf/BUILD @@ -0,0 +1,14 @@ +( + + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index f4d51af..17f98c6 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,15 +1,14 @@ - MODULE=xfconf - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:89aece9debe9ddd71493c1e4c99be2009562cba0 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090227 - SHORT="configuration system for Xfce" + MODULE=xfconf + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20080626 + UPDATED=20080626 + SHORT="Something that does something" cat << EOF -configuration storage system for Xfce +Something that does that other thing EOF - diff --git a/xfce4/core/xfdesktop/BUILD b/xfce4/core/xfdesktop/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/xfdesktop/BUILD +++ b/xfce4/core/xfdesktop/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfdesktop/DEPENDS b/xfce4/core/xfdesktop/DEPENDS index b28b83a..ec6d557 100644 --- a/xfce4/core/xfdesktop/DEPENDS +++ b/xfce4/core/xfdesktop/DEPENDS @@ -1,4 +1,5 @@ depends xfce4-panel -depends libxml2 depends libxfce4menu +depends libxml2 +depends xfconf optional_depends Thunar "" "" "for desktop file icon support" diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS index 2a162f5..9acac98 100644 --- a/xfce4/core/xfdesktop/DETAILS +++ b/xfce4/core/xfdesktop/DETAILS @@ -1,12 +1,12 @@ MODULE=xfdesktop - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:11bd5312e13c78db125ffee1494c33e35e33d15a + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Desktop manager for Xfce4" cat << EOF diff --git a/xfce4/core/xfwm4/BUILD b/xfce4/core/xfwm4/BUILD index e736288..6dbe632 100644 --- a/xfce4/core/xfwm4/BUILD +++ b/xfce4/core/xfwm4/BUILD @@ -5,7 +5,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfwm4/DEPENDS b/xfce4/core/xfwm4/DEPENDS index 9973ceb..2c346ab 100644 --- a/xfce4/core/xfwm4/DEPENDS +++ b/xfce4/core/xfwm4/DEPENDS @@ -1,5 +1,6 @@ +depends xfconf depends libwnck +depends exo depends libxfce4util depends libxfcegui4 -depends xfconf depends startup-notification diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS index b0f7e33..fab5d6e 100644 --- a/xfce4/core/xfwm4/DETAILS +++ b/xfce4/core/xfwm4/DETAILS @@ -1,12 +1,12 @@ MODULE=xfwm4 - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:da4b81c35759ff69ab7862b702db10bb0ee2af7e + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Window manager for Xfce4" cat << EOF diff --git a/xfce4/goodies/xfce4-taskmanager/BUILD b/xfce4/goodies/xfce4-taskmanager/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/goodies/xfce4-taskmanager/BUILD +++ b/xfce4/goodies/xfce4-taskmanager/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/goodies/xfce4-taskmanager/DEPENDS b/xfce4/goodies/xfce4-taskmanager/DEPENDS index 741aa15..5834a03 100644 --- a/xfce4/goodies/xfce4-taskmanager/DEPENDS +++ b/xfce4/goodies/xfce4-taskmanager/DEPENDS @@ -1,2 +1,2 @@ -depends libxfcegui4 && +depends libxfcegui4 depends libxfce4util diff --git a/xfce4/goodies/xfce4-taskmanager/DETAILS b/xfce4/goodies/xfce4-taskmanager/DETAILS index 6cbe982..ebe5f99 100644 --- a/xfce4/goodies/xfce4-taskmanager/DETAILS +++ b/xfce4/goodies/xfce4-taskmanager/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-taskmanager - VERSION=0.3.2 + VERSION="svn-`date +%Y%U`" SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ - SOURCE_VFY=sha1:a7cce962550f8c3669c3709db9f7f3a0c18c534d +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20070123 + UPDATED=20071207 SHORT="taskmanager for the Xfce Desktop Environment" cat << EOF diff --git a/xfce4/goodies/xfce4-xkb-plugin/BUILD b/xfce4/goodies/xfce4-xkb-plugin/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/goodies/xfce4-xkb-plugin/BUILD +++ b/xfce4/goodies/xfce4-xkb-plugin/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/goodies/xfce4-xkb-plugin/DETAILS b/xfce4/goodies/xfce4-xkb-plugin/DETAILS index ba04156..313889a 100644 --- a/xfce4/goodies/xfce4-xkb-plugin/DETAILS +++ b/xfce4/goodies/xfce4-xkb-plugin/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-xkb-plugin - VERSION=0.4.3 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ - SOURCE_VFY=sha1:962f1fdc6b373fa5d8a886aaaa4d0fbb45c44234 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20070123 + UPDATED=20081015 SHORT="keyboard layout switcher" cat << EOF diff --git a/xfce4/xfce4/DEPENDS b/xfce4/xfce4/DEPENDS index e1af4e4..7ca6ca9 100644 --- a/xfce4/xfce4/DEPENDS +++ b/xfce4/xfce4/DEPENDS @@ -6,5 +6,6 @@ depends xfce4-panel depends xfdesktop depends xfce4-session depends xfce4-icon-theme + optional_depends Thunar "" "" "For the new xfce4 filemanager" optional_depends Terminal "" "" "For the new xfce4 xterm" diff --git a/xfce4/xfce4/DETAILS b/xfce4/xfce4/DETAILS index 6516356..05ed871 100644 --- a/xfce4/xfce4/DETAILS +++ b/xfce4/xfce4/DETAILS @@ -1,11 +1,11 @@ MODULE=xfce4 - VERSION=4.6.0 + VERSION="svn-`date +%Y%U`" SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE} WEB_SITE=http://www.xfce.org MAINTAINER=jasper at lunar-linux.org MODULE_PREFIX=${XFCE4_PREFIX:-/usr} ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="lightweight desktop environment based on GTK2" PROFILE=yes diff --git a/xorg7/driver/xf86-video-ati/DETAILS b/xorg7/driver/xf86-video-ati/DETAILS index 78de090..c463b34 100644 --- a/xorg7/driver/xf86-video-ati/DETAILS +++ b/xorg7/driver/xf86-video-ati/DETAILS @@ -1,8 +1,8 @@ MODULE=xf86-video-ati - VERSION=6.11.0 + VERSION=6.12.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:fbcba3a7c495e0d08e3a43a05c3277666206ff7b + SOURCE_VFY=sha1:946095af982eedbdcb21ab2e664d70477211ff2c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060124 diff --git a/xorg7/driver/xf86-video-mach64/BUILD b/xorg7/driver/xf86-video-mach64/BUILD new file mode 100644 index 0000000..cfe3408 --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/BUILD @@ -0,0 +1,6 @@ +( + . /etc/profile.d/x11r7.rc && + + default_build + +) > $C_FIFO 2>&1 diff --git a/xorg7/driver/xf86-video-mach64/CONFLICTS b/xorg7/driver/xf86-video-mach64/CONFLICTS new file mode 100644 index 0000000..5013182 --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/CONFLICTS @@ -0,0 +1,6 @@ +conflicts XOrg6 && +conflicts XOrg-test && +conflicts XOrg-fonts-base && +conflicts XOrg-fonts-extra && +conflicts XOrg-drm && +conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-mach64/DEPENDS b/xorg7/driver/xf86-video-mach64/DEPENDS new file mode 100644 index 0000000..514f37d --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/DEPENDS @@ -0,0 +1,2 @@ +depends xorg-server +depends mesa-lib diff --git a/xorg7/driver/xf86-video-mach64/DETAILS b/xorg7/driver/xf86-video-mach64/DETAILS new file mode 100644 index 0000000..9510d35 --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/DETAILS @@ -0,0 +1,18 @@ + MODULE=xf86-video-mach64 + VERSION=6.8.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$XORG_URL/individual/driver/ + SOURCE_VFY=sha1:0f130aca927ede0fd3ed7876c52817a5ef9215bb + MODULE_PREFIX=${X11R7_PREFIX:-/usr} + WEB_SITE=http://www.x.org/ + ENTERED=20080918 + UPDATED=20080918 + SHORT="the X.Org video driver for older ATI/Mach64 based cards" + +cat << EOF +xf86-video-mach64 provides the X.Org video drivers for older the +older ATI/Mach64 based video cards. + +This driver does not support newer ATI Rage or Radeon cards: see +the xf86-video-ati and xf86-video-radeonhd modules. +EOF diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 3538870..74b518c 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -8,20 +8,19 @@ rm -f /usr/share/X11/xkb/compiled fi && -# if [[ "$USE_NVIDIA" = "y" ]]; then -# OPTS="$OPTS --disable-glx --disable-glx-tlx" -# fi && + if [[ "$USE_NVIDIA" = "y" ]]; then + OPTS="$OPTS --disable-glx --disable-glx-tlx" + fi && OPTS+=" --enable-composite --enable-aiglx --enable-xorgcfg \ --with-dri-driver-path=${MODULE_PREFIX}/lib/dri" && - #--with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \ - default_build && + default_build # This should not be needed, check in next release if still needed. - rm -fr /usr/share/X11/xkb/compiled && - mkdir -p /var/lib/xkb && - ln -sf /var/lib/xkb /usr/share/X11/xkb/compiled + # rm -fr /usr/share/X11/xkb/compiled && + # mkdir -p /var/lib/xkb && + # ln -sf /var/lib/xkb /usr/share/X11/xkb/compiled ) > $C_FIFO 2>&1 diff --git a/xorg7/xorg-server/CONFIGURE b/xorg7/xorg-server/CONFIGURE index 7bf847c..659c2db 100644 --- a/xorg7/xorg-server/CONFIGURE +++ b/xorg7/xorg-server/CONFIGURE @@ -1 +1 @@ -#mquery USE_NVIDIA "Do you intend to use the NVIDIA binary driver?" n +mquery USE_NVIDIA "Do you intend to use the NVIDIA binary driver?" n diff --git a/xorg7/xorg-server/PRE_BUILD b/xorg7/xorg-server/PRE_BUILD deleted file mode 100644 index 3185795..0000000 --- a/xorg7/xorg-server/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -default_pre_build && -cd $SOURCE_DIRECTORY -#unpack $SOURCE2 diff --git a/zbeta/WebKit/BUILD b/zbeta/WebKit/BUILD new file mode 100644 index 0000000..c653306 --- /dev/null +++ b/zbeta/WebKit/BUILD @@ -0,0 +1,12 @@ +( + + bad_flags linker && + + OPTS="$OPTS --enable-svg-experimental --enable-svg --enable-svg-animation \ + --disable-svg-filters --enable-svg-fonts --enable-svg-foreign-object \ + --enable-svg-as-image --enable-svg-use-element" + + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/WebKit/DEPENDS b/zbeta/WebKit/DEPENDS new file mode 100644 index 0000000..e766997 --- /dev/null +++ b/zbeta/WebKit/DEPENDS @@ -0,0 +1,17 @@ +depends gtk+-2 +depends icu4c +depends gperf +depends libxslt +depends sqlite +depends jpeg +depends libpng +depends freetype2 + +optional_depends libproxy "" "" "if you don't want GConf" +optional_depends GConf "" "--without-gnome" "GConf" + +optional_depends gst-plugins-good "--enable-video" "" "Enable video support?" + +depends libsoup + +#optional_depends curl "--with-http-backend=curl" "" "Build with curl http backend? (Say N if you said Y to libsoup)" diff --git a/zbeta/airconfig-svn/BUILD b/zbeta/airconfig-svn/BUILD index e96291e..e62f919 100644 --- a/zbeta/airconfig-svn/BUILD +++ b/zbeta/airconfig-svn/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - OPTS="$OPTS --disable-gtk-doc" + OPTS="$OPTS --disable-gtk-doc --prefix=/usr --enable-debug=yes" touch INSTALL && diff --git a/zbeta/arora-git/BUILD b/zbeta/arora-git/BUILD new file mode 100644 index 0000000..3e2bfa8 --- /dev/null +++ b/zbeta/arora-git/BUILD @@ -0,0 +1,11 @@ +( + + . /etc/profile.d/qt4.rc + + qmake && + + default_make && + + install -m0755 $SOURCE_DIRECTORY/arora /usr/bin/ + +) > $C_FIFO 2>&1 diff --git a/zbeta/arora-git/DEPENDS b/zbeta/arora-git/DEPENDS new file mode 100644 index 0000000..428f269 --- /dev/null +++ b/zbeta/arora-git/DEPENDS @@ -0,0 +1 @@ +depends qt4 diff --git a/zbeta/arora-git/DETAILS b/zbeta/arora-git/DETAILS new file mode 100644 index 0000000..a53a63c --- /dev/null +++ b/zbeta/arora-git/DETAILS @@ -0,0 +1,10 @@ + MODULE=arora-git + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=git://github.com/icefox/arora.git + WEB_SITE=http://code.google.com/p/arora/ + ENTERED=20080519 + UPDATED=20080519 + SHORT="" +cat << EOF +EOF diff --git a/zbeta/e17/eina-svn/profile.d/e17-cvs.rc b/zbeta/e17/eina-svn/profile.d/e17-cvs.rc new file mode 100644 index 0000000..26a04cd --- /dev/null +++ b/zbeta/e17/eina-svn/profile.d/e17-cvs.rc @@ -0,0 +1,4 @@ +PATH=${PATH}:/opt/lunar/enlightenment/bin +PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/lunar/enlightenment/lib/pkgconfig + +export PATH PKG_CONFIG_PATH diff --git a/zbeta/e17/emphasis-svn/BUILD b/zbeta/e17/emphasis-svn/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/e17/emphasis-svn/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/e17/emphasis-svn/DEPENDS b/zbeta/e17/emphasis-svn/DEPENDS new file mode 100644 index 0000000..5448d7e --- /dev/null +++ b/zbeta/e17/emphasis-svn/DEPENDS @@ -0,0 +1,5 @@ +depends ecore-svn +depends etk-svn +depends enhance-svn +depends libmpd +depends libxml diff --git a/zbeta/e17/emphasis-svn/DETAILS b/zbeta/e17/emphasis-svn/DETAILS new file mode 100644 index 0000000..2c32ba6 --- /dev/null +++ b/zbeta/e17/emphasis-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=emphasis-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/emphasis +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + WEB_SITE="http://emphasis.tuxfamily.org" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="e mpd client" + +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/enhance-svn/DEPENDS b/zbeta/e17/enhance-svn/DEPENDS new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/zbeta/e17/enhance-svn/DEPENDS @@ -0,0 +1 @@ + diff --git a/zbeta/e17/enhance-svn/DETAILS b/zbeta/e17/enhance-svn/DETAILS new file mode 100644 index 0000000..d3a757e --- /dev/null +++ b/zbeta/e17/enhance-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=enhance-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/enhance +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + WEB_SITE="http://enlightenment.org" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="glade stuff" + +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/enna-svn/DEPENDS b/zbeta/e17/enna-svn/DEPENDS new file mode 100644 index 0000000..a5729e5 --- /dev/null +++ b/zbeta/e17/enna-svn/DEPENDS @@ -0,0 +1,28 @@ +optional_depends "curl" \ + "--enable-libcurl" \ + "--disable-libcurl" \ + "for curl support" + +optional_depends "libxml2" \ + "--enable-libxml2" \ + "--disable-libxml2" \ + "for libxml2 support" + +optional_depends "emotion-svn" \ + "--enable-emotion-backend" \ + "--disable-emotion-backend" \ + "for optional playback with Emotion" + +optional_depends "libplayer-hg" \ + "--enable-libplayer-backend" \ + "--disable-libplayer-backend" \ + "for the libplayer A/V backend" + +optional_depends "lirc" \ + "" \ + "" \ + "for LIRC support" + + +# Just a reminder for Light Media Scanner to be eventually included one day :-) +# optional_depends "liblms" diff --git a/zbeta/e17/enna-svn/DETAILS b/zbeta/e17/enna-svn/DETAILS new file mode 100644 index 0000000..8b9f07a --- /dev/null +++ b/zbeta/e17/enna-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=enna-svn + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/MISC/enna +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE="http://exchange.enlightenment.org/application/show/164" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="multimedia-center-thingy for E" +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/equate-cvs/DEPENDS b/zbeta/e17/equate-cvs/DEPENDS new file mode 100644 index 0000000..e23f6e8 --- /dev/null +++ b/zbeta/e17/equate-cvs/DEPENDS @@ -0,0 +1 @@ +depends ewl-cvs diff --git a/zbeta/e17/equate-cvs/DETAILS b/zbeta/e17/equate-cvs/DETAILS new file mode 100644 index 0000000..06453e8 --- /dev/null +++ b/zbeta/e17/equate-cvs/DETAILS @@ -0,0 +1,18 @@ + MODULE=equate-cvs + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/equate + SOURCE_URL=cvs://:pserver:anonymous at cvs.sourceforge.net:/cvsroot/enlightenment:misc/equate + WEB_SITE=http://andy.elcock.org/Software/Equate.xml + ENTERED=20041224 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="A themeable ewl based calculator" + +cat << EOF +Equate - an E Calculator +I decided (with the agreement of some of the crew from #edevelop) that +it would be cool to write a simple app to demonstrate EWL (one of the +E Foundation Libraries) and that a calculator would be a cool app to +write. +EOF diff --git a/zbeta/emphasis-svn/BUILD b/zbeta/emphasis-svn/BUILD deleted file mode 100644 index 46c8c34..0000000 --- a/zbeta/emphasis-svn/BUILD +++ /dev/null @@ -1,11 +0,0 @@ -( - export PATH=$MODULE_PREFIX/bin:$PATH - export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" - export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" - export USER=nobody - - OPTS="$OPTS --with-profile=FAST_PC" - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/emphasis-svn/DEPENDS b/zbeta/emphasis-svn/DEPENDS deleted file mode 100644 index 5448d7e..0000000 --- a/zbeta/emphasis-svn/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends ecore-svn -depends etk-svn -depends enhance-svn -depends libmpd -depends libxml diff --git a/zbeta/emphasis-svn/DETAILS b/zbeta/emphasis-svn/DETAILS deleted file mode 100644 index 2c32ba6..0000000 --- a/zbeta/emphasis-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=emphasis-svn - VERSION=beta - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/emphasis -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE="http://emphasis.tuxfamily.org" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="e mpd client" - -cat < $C_FIFO 2>&1 diff --git a/zbeta/enhance-svn/DEPENDS b/zbeta/enhance-svn/DEPENDS deleted file mode 100644 index 8b13789..0000000 --- a/zbeta/enhance-svn/DEPENDS +++ /dev/null @@ -1 +0,0 @@ - diff --git a/zbeta/enhance-svn/DETAILS b/zbeta/enhance-svn/DETAILS deleted file mode 100644 index d3a757e..0000000 --- a/zbeta/enhance-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=enhance-svn - VERSION=beta - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/enhance -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE="http://enlightenment.org" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="glade stuff" - -cat < $C_FIFO 2>&1 diff --git a/zbeta/enna-svn/DEPENDS b/zbeta/enna-svn/DEPENDS deleted file mode 100644 index a5729e5..0000000 --- a/zbeta/enna-svn/DEPENDS +++ /dev/null @@ -1,28 +0,0 @@ -optional_depends "curl" \ - "--enable-libcurl" \ - "--disable-libcurl" \ - "for curl support" - -optional_depends "libxml2" \ - "--enable-libxml2" \ - "--disable-libxml2" \ - "for libxml2 support" - -optional_depends "emotion-svn" \ - "--enable-emotion-backend" \ - "--disable-emotion-backend" \ - "for optional playback with Emotion" - -optional_depends "libplayer-hg" \ - "--enable-libplayer-backend" \ - "--disable-libplayer-backend" \ - "for the libplayer A/V backend" - -optional_depends "lirc" \ - "" \ - "" \ - "for LIRC support" - - -# Just a reminder for Light Media Scanner to be eventually included one day :-) -# optional_depends "liblms" diff --git a/zbeta/enna-svn/DETAILS b/zbeta/enna-svn/DETAILS deleted file mode 100644 index 8b9f07a..0000000 --- a/zbeta/enna-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=enna-svn - VERSION=beta - SOURCE=$MODULE.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/MISC/enna -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - WEB_SITE="http://exchange.enlightenment.org/application/show/164" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="multimedia-center-thingy for E" -cat < $C_FIFO 2>&1 diff --git a/zbeta/epiphany-svn/CONFIGURE b/zbeta/epiphany-svn/CONFIGURE new file mode 100644 index 0000000..d5047a3 --- /dev/null +++ b/zbeta/epiphany-svn/CONFIGURE @@ -0,0 +1,5 @@ +mquery DESKTOP_PLUGIN "Enable the desktop file plugin" y +mquery ZEROCONF_BOOKMARKS "Enable zeroconf bookmarks support" y +mquery CERTIFICATE_MANAGER "Enable certificate manager" y + +#mquery ENABLE_CGID "Enable cgid ?" y --enable-cgid --enable-cgi diff --git a/zbeta/epiphany-svn/DEPENDS b/zbeta/epiphany-svn/DEPENDS new file mode 100644 index 0000000..0db4f60 --- /dev/null +++ b/zbeta/epiphany-svn/DEPENDS @@ -0,0 +1,9 @@ +depends libgnomeui +depends libgnomeprintui +depends iso-codes +depends WebKit + +optional_depends "Python" "--enable-python" "" "to enable Python support" + +optional_depends "enchant" "--enable-spell-checker" "" \ + "to enable spell checing" diff --git a/zbeta/epiphany-svn/DETAILS b/zbeta/epiphany-svn/DETAILS new file mode 100644 index 0000000..b2a1150 --- /dev/null +++ b/zbeta/epiphany-svn/DETAILS @@ -0,0 +1,15 @@ + MODULE=epiphany-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=svn://svn.gnome.org/svn/epiphany/trunk/ + WEB_SITE=http://live.gnome.org/Epiphany + ENTERED=20080128 + UPDATED=`date -u +%Y%m01` + SHORT="GNOME Web browser." + +cat << EOF +Epiphany is a GNOME Web browser that can use different rendering +engines. It is fast, has a light interface, and is fully +standards-compliant. +EOF diff --git a/zbeta/equate-cvs/BUILD b/zbeta/equate-cvs/BUILD deleted file mode 100644 index 0f96211..0000000 --- a/zbeta/equate-cvs/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - export PATH=$MODULE_PREFIX/bin:$PATH - export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" - export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" - export USER=nobody - - # This file needs to exists or Makefile.in will not be created. - touch ChangeLog - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/equate-cvs/DEPENDS b/zbeta/equate-cvs/DEPENDS deleted file mode 100644 index e23f6e8..0000000 --- a/zbeta/equate-cvs/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends ewl-cvs diff --git a/zbeta/equate-cvs/DETAILS b/zbeta/equate-cvs/DETAILS deleted file mode 100644 index 06453e8..0000000 --- a/zbeta/equate-cvs/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=equate-cvs - VERSION=beta - SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/equate - SOURCE_URL=cvs://:pserver:anonymous at cvs.sourceforge.net:/cvsroot/enlightenment:misc/equate - WEB_SITE=http://andy.elcock.org/Software/Equate.xml - ENTERED=20041224 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="A themeable ewl based calculator" - -cat << EOF -Equate - an E Calculator -I decided (with the agreement of some of the crew from #edevelop) that -it would be cool to write a simple app to demonstrate EWL (one of the -E Foundation Libraries) and that a calculator would be a cool app to -write. -EOF diff --git a/zbeta/ffmpeg-svn/DETAILS b/zbeta/ffmpeg-svn/DETAILS index bc842f3..6f29b4b 100644 --- a/zbeta/ffmpeg-svn/DETAILS +++ b/zbeta/ffmpeg-svn/DETAILS @@ -1,6 +1,6 @@ MODULE=ffmpeg-svn MOD=ffmpeg - VERSION=beta + VERSION=svn-"`date +%Y%U`" SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=svn://svn.mplayerhq.hu/$MOD/trunk:$MOD diff --git a/zbeta/midori-git/BUILD b/zbeta/midori-git/BUILD new file mode 100644 index 0000000..d65f68e --- /dev/null +++ b/zbeta/midori-git/BUILD @@ -0,0 +1,13 @@ +( + +# default_cvs_config && +# ./configure --prefix=/usr && +# default_cvs_build + ./waf configure --prefix=/usr && + ./waf build && + prepare_install && + ./waf install + + +) > $C_FIFO 2>&1 + diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index 35cddaa..8744523 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -1,4 +1,8 @@ depends libsexy +<<<<<<< HEAD:zbeta/midori-git/DEPENDS depends webkit +======= +depends WebKit +>>>>>>> 54c9b60... Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase":zbeta/midori-git/DEPENDS optional_depends unique "" "" "for single instance midori" diff --git a/zbeta/midori-git/DETAILS b/zbeta/midori-git/DETAILS new file mode 100644 index 0000000..321bae2 --- /dev/null +++ b/zbeta/midori-git/DETAILS @@ -0,0 +1,20 @@ + MODULE=midori-git + VERSION="git-`date +%U`" + SOURCE=$MODULE.tar.bz2 + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://software.twotoasts.de/media/midori.git + WEBSITE=http://software.twotoasts.de/?page=midori + ENTERED=20080429 + UPDATED=20080429 + PSAFE=no + SHORT="lightweight WebKit/Gtk+-2 based browser" + +cat << EOF +Midori is a lightweight web browser. + * Full integration with GTK+2 + * Fast rendering with WebKit + * Tabs, windows, and session management + * Bookmarks are stored with XBEL + * Searchbox based on OpenSearch + * User scripts and user styles support +EOF diff --git a/zbeta/mplayer/BUILD b/zbeta/mplayer/BUILD new file mode 100644 index 0000000..a62a2b2 --- /dev/null +++ b/zbeta/mplayer/BUILD @@ -0,0 +1,47 @@ +( + +#patch_it $SOURCE7 0 && +#patch_it $SOURCE8 0 && +#patch_it $SOURCE9 0 && +#patch_it $SOURCE10 0 && + + # using CFLAGS other than MPlayers autodetected will break + bad_flags compiler + + if [ $MENCODER == "n" ] ; then + OPTS=$OPTS" --disable-mencoder" + fi + + if [ $OSD == "y" ] ; then + OPTS=$OPTS" --enable-menu" + fi + + cd $SOURCE_DIRECTORY && + + ./configure --prefix=/usr \ + --confdir=/etc \ + --mandir=/usr/share/man \ + --codecsdir=/usr/lib/win32 \ + --enable-linux-devfs \ + --enable-largefiles \ + --confdir=/etc/mplayer \ + --datadir=/usr/share/mplayer \ + $OPTS && + + default_make && + + gather_docs etc/* && + install -d /usr/share/mplayer/Skin && + install -d /etc/mplayer && + install -m644 etc/codecs.conf /usr/share/mplayer/ && + install -m644 etc/example.conf /etc/mplayer/mplayer.conf && + install -m644 etc/input.conf /etc/mplayer/ && + + cp -a Skin/Blue /usr/share/mplayer/Skin/ && + ln -sf /usr/share/mplayer/Skin/Blue /usr/share/mplayer/Skin/default && + + cp -a fonts /usr/share/mplayer/ && + rm -rf /usr/share/mplayer/font && + ln -sf fonts/font-arial-iso-8859-1/font-arial-18-iso-8859-1 /usr/share/mplayer/font + +) > $C_FIFO 2>&1 diff --git a/zbeta/mplayer/CONFIGURE b/zbeta/mplayer/CONFIGURE new file mode 100644 index 0000000..a4d0e7b --- /dev/null +++ b/zbeta/mplayer/CONFIGURE @@ -0,0 +1,2 @@ + mquery MENCODER "Enable building of MEncoder ?" y + mquery OSD "Enable OSD support? " y diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS new file mode 100644 index 0000000..6a3a21c --- /dev/null +++ b/zbeta/mplayer/DEPENDS @@ -0,0 +1,17 @@ +depends freetype2 +depends unzip +depends MPlayer-essentials +optional_depends libdvdread "" "" "To read DVDs" +optional_depends SDL "--enable-sdl" "" "to use SDL to output video signal" +optional_depends alsa-utils "" "" "for ALSA sound support" +optional_depends libvorbis "" "" "to use ogg audio format" +optional_depends libmatroska "" "" "for matroska audio/video container format support" +optional_depends faad "" "" "for external FAAD2 (MPA/AAC) support" +optional_depends libtheora "--enable-theora" "--disable-theora" "for OGG/Theora Video Playback" +optional_depends libXvMC "--enable-xvmc --with-xvmclib=XvMCW" "" "for hardware XvMC acceleration" +optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui support" +optional_depends MPlayer-all "" "" "to install more foreign codecs" +optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" +optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" +optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" +optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" diff --git a/zbeta/mplayer/DETAILS b/zbeta/mplayer/DETAILS new file mode 100644 index 0000000..835d6f9 --- /dev/null +++ b/zbeta/mplayer/DETAILS @@ -0,0 +1,50 @@ + MODULE=mplayer + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE2=font-arial-iso-8859-1.tar.bz2 + SOURCE3=font-arial-iso-8859-2.tar.bz2 + SOURCE4=font-arial-cp1250.tar.bz2 + SOURCE5=font-arial-iso-8859-7.tar.bz2 + SOURCE6=Blue-1.7.tar.bz2 + #SOURCE7=stream_cddb_fix_20080120.diff + ##SOURCE8=url_fix_20080120.diff + #SOURCE9=demux_mov_fix_20080129.diff + #SOURCE10=demux_audio_fix_20080129.diff + SOURCE_URL[0]=svn://svn.mplayerhq.hu/$MODULE/trunk:$MODULE + SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + #SOURCE7_URL=http://www.mplayerhq.hu/MPlayer/patches/ + #SOURCE8_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE9_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE10_URL=http://www.mplayerhq.hu/MPlayer/patches/ + SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 + SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 + SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 + SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d + SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 + # SOURCE7_VFY=sha1:8d901c7a88fa120ed26492e741e1ae0fbe57e12d + # SOURCE8_VFY=sha1:1e92ded6f27bf07601fa318e24ec468fe225ffe5 + # SOURCE9_VFY=sha1:a17d82baff58e8cc569365341503273956fd26c8 + # SOURCE10_VFY=sha1:e25ba7d8d696d9c6365f105134ba723404adb4e1 + WEB_SITE=http://www.mplayerhq.hu + ENTERED=20010922 + UPDATED=20080409 + PSAFE=no + SHORT="A movie and animation player" + +cat << EOF +MPlayer is a movie and animation player based on the 0.90pre5 version of +MPEGplayer and the Avifile library. It uses mpeg2dec/libmpeg2 for MPEG +decoding. The supported file formats are: MPEG 1/2 (MPG, DAT, BIN, VOB) +and AVI (Mpeg/PCM/AC3/DivX/MS-ADPCM/aLaw audio and MPEG4/DivX/Indeo/CVID +video codecs). It supports hardware YUV colorspace conversion and +scaling via mga_vid/syncfb devices or the X11 Xv extension. +EOF diff --git a/zbeta/mplayer/POST_INSTALL b/zbeta/mplayer/POST_INSTALL new file mode 100644 index 0000000..3f3af25 --- /dev/null +++ b/zbeta/mplayer/POST_INSTALL @@ -0,0 +1,3 @@ +# Recompile mplayerplug-in + +if module_installed mplayerplug-in; then lin -c mplayerplug-in; fi diff --git a/zbeta/mplayer/PRE_BUILD b/zbeta/mplayer/PRE_BUILD new file mode 100644 index 0000000..6b20dfe --- /dev/null +++ b/zbeta/mplayer/PRE_BUILD @@ -0,0 +1,12 @@ +default_pre_build && + +mkdir $SOURCE_DIRECTORY/Skin && +cd $SOURCE_DIRECTORY/Skin && +unpack $SOURCE6 && + +mkdir $SOURCE_DIRECTORY/fonts && +cd $SOURCE_DIRECTORY/fonts && +unpack $SOURCE2 && +unpack $SOURCE3 && +unpack $SOURCE4 && +unpack $SOURCE5 diff --git a/zbeta/pigment-python/DEPENDS b/zbeta/pigment-python/DEPENDS new file mode 100644 index 0000000..7a625f2 --- /dev/null +++ b/zbeta/pigment-python/DEPENDS @@ -0,0 +1,3 @@ +depends pigment +depends pygobject +depends gst-python diff --git a/zbeta/pigment-python/DETAILS b/zbeta/pigment-python/DETAILS new file mode 100644 index 0000000..a89af01 --- /dev/null +++ b/zbeta/pigment-python/DETAILS @@ -0,0 +1,13 @@ + MODULE=pigment-python + VERSION=0.3.8 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://elisa.fluendo.com/static/download/pigment/ + SOURCE_VFY=sha1:871ed17d32aed39ecf974cca9246c919af9e9b0e + WEBSITE=https://code.fluendo.com/pigment/trac + ENTERED=20081007 + UPDATED=20081007 + SHORT="python bindings for pigment" + +cat << EOF +python bindings for pigment +EOF diff --git a/zbeta/pigment/DEPENDS b/zbeta/pigment/DEPENDS new file mode 100644 index 0000000..90695e9 --- /dev/null +++ b/zbeta/pigment/DEPENDS @@ -0,0 +1,4 @@ +depends gstreamer-10 +depends gst-plugins-base +depends gtk-doc +depends cairo diff --git a/zbeta/pigment/DETAILS b/zbeta/pigment/DETAILS new file mode 100644 index 0000000..5748e7c --- /dev/null +++ b/zbeta/pigment/DETAILS @@ -0,0 +1,15 @@ + MODULE=pigment + VERSION=0.3.11 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://elisa.fluendo.com/static/download/pigment/ + SOURCE_VFY=sha1:de26ed65201b4eac1e2b806c945a7a9199d9c5c9 + WEBSITE=https://code.fluendo.com/pigment/trac + ENTERED=20081007 + UPDATED=20081007 + SHORT="3D scene graph library" + +cat << EOF +Pigment is a 3D scene graph library designed to easily create rich +application user interfaces. +EOF + diff --git a/zbeta/xf86-video-mach64/BUILD b/zbeta/xf86-video-mach64/BUILD deleted file mode 100644 index cfe3408..0000000 --- a/zbeta/xf86-video-mach64/BUILD +++ /dev/null @@ -1,6 +0,0 @@ -( - . /etc/profile.d/x11r7.rc && - - default_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/xf86-video-mach64/CONFLICTS b/zbeta/xf86-video-mach64/CONFLICTS deleted file mode 100644 index 5013182..0000000 --- a/zbeta/xf86-video-mach64/CONFLICTS +++ /dev/null @@ -1,6 +0,0 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && -conflicts XOrg-drm-cvs diff --git a/zbeta/xf86-video-mach64/DEPENDS b/zbeta/xf86-video-mach64/DEPENDS deleted file mode 100644 index 514f37d..0000000 --- a/zbeta/xf86-video-mach64/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends xorg-server -depends mesa-lib diff --git a/zbeta/xf86-video-mach64/DETAILS b/zbeta/xf86-video-mach64/DETAILS deleted file mode 100644 index 9510d35..0000000 --- a/zbeta/xf86-video-mach64/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=xf86-video-mach64 - VERSION=6.8.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:0f130aca927ede0fd3ed7876c52817a5ef9215bb - MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ - ENTERED=20080918 - UPDATED=20080918 - SHORT="the X.Org video driver for older ATI/Mach64 based cards" - -cat << EOF -xf86-video-mach64 provides the X.Org video drivers for older the -older ATI/Mach64 based video cards. - -This driver does not support newer ATI Rage or Radeon cards: see -the xf86-video-ati and xf86-video-radeonhd modules. -EOF diff --git a/zlocal/README b/zlocal/README index f040170..e69de29 100644 --- a/zlocal/README +++ b/zlocal/README @@ -1,9 +0,0 @@ - -moonbase/zlocal: - -This directory is a placeholder for new and custom modules. Put -modules you are testing, designing or something else in this -directory to keep them apart from the automatically updated -modules in moonbase. No module will ever be automatically inserted -into this directory or removed. - From samuel.verstraete at gmail.com Wed Dec 2 20:05:27 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:27 -0000 Subject: [Lunar-commits] Revert "worker: version bumped to 2.17.3." Message-ID: <20091202190527.3AF8A9B2EB@doppio.foo-projects.org> commit 3290e5f592e7fade8ee85272e0d7d53bc61c7437 Author: Samuel Date: Tue Mar 31 16:42:59 2009 +0200 Revert "worker: version bumped to 2.17.3." This reverts commit 331fb849df32accbb4a58690ab56fa15eb10a726. --- filemanagers/worker/DEPENDS | 1 - filemanagers/worker/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/filemanagers/worker/DEPENDS b/filemanagers/worker/DEPENDS deleted file mode 100644 index 2368fd3..0000000 --- a/filemanagers/worker/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends %X diff --git a/filemanagers/worker/DETAILS b/filemanagers/worker/DETAILS index ee121d1..068fdde 100644 --- a/filemanagers/worker/DETAILS +++ b/filemanagers/worker/DETAILS @@ -1,11 +1,11 @@ MODULE=worker - VERSION=2.17.3 + VERSION=2.17.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.boomerangsworld.de/$MODULE/downloads - SOURCE_VFY=sha1:0ea63c13d3a4a329d21bcfb808d7073ec2cd7a19 + SOURCE_VFY=sha1:9a98313f2f8e57d7ec919f398f6e91b6da3561cf WEB_SITE=http://www.boomerangsworld.de/worker ENTERED=20020414 - UPDATED=20090313 + UPDATED=20090106 SHORT="A filemanager for X-Window on UNIX" cat << EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:28 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:28 -0000 Subject: [Lunar-commits] mpfr and gcc: version bump Message-ID: <20091202190527.794D39B2F2@doppio.foo-projects.org> commit 2757202fc282c092806ae8785fab8887696b0485 Author: Samuel Date: Wed Apr 1 07:20:26 2009 +0200 mpfr and gcc: version bump --- compilers/gcc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 91ae188..10d2e9a 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -1,13 +1,13 @@ MODULE=gcc - VERSION=4.2.4 + VERSION=4.3.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION - SOURCE_VFY=sha1:bb20efc7750fe0d6172c5945572bf036fe59d3dd + SOURCE_VFY=sha1:e378b7a0cb0f7dbf6436f4efb5756e29a90fdc1c WEB_SITE=http://gcc.gnu.org ENTERED=20020628 - UPDATED=20080523 + UPDATED=20090331 PSAFE=no SHORT="GNU compiler collection" From samuel.verstraete at gmail.com Wed Dec 2 20:05:28 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:28 -0000 Subject: [Lunar-commits] binutils: version bump Message-ID: <20091202190527.911329B231@doppio.foo-projects.org> commit 8f09853aebc3b49ea3cfc1e204ac7e7a934f7195 Author: Samuel Date: Wed Apr 1 07:20:56 2009 +0200 binutils: version bump --- devel/binutils/BUILD | 2 +- devel/binutils/DETAILS | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index 3a1ccd0..a64f316 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,6 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && #Somehow I believe this might/should be logged as a bug to the glibc guys... sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 562b8c2..8b9749c 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,15 +1,15 @@ MODULE=binutils - VERSION=2.18 + VERSION=2.19 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=binutils-2.18-makeinfo.patch + #SOURCE2=binutils-2.18-makeinfo.patch SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277 - SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 +# SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff +# SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20071121 + UPDATED=20090401 SHORT="essential collection of binary utilities." cat << EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:28 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:28 -0000 Subject: [Lunar-commits] mesa-lib: version bump, 7.4 Message-ID: <20091202190527.A2FB69B236@doppio.foo-projects.org> commit f9530bc7e6ba832dd2296c8b59a3ebf5145deb71 Author: Samuel Date: Wed Apr 1 07:21:08 2009 +0200 mesa-lib: version bump, 7.4 --- xorg7/mesa-lib/BUILD | 2 +- xorg7/mesa-lib/CONFIGURE | 6 +----- xorg7/mesa-lib/DETAILS | 10 +++++----- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/xorg7/mesa-lib/BUILD b/xorg7/mesa-lib/BUILD index 58a78dd..cd7e7a9 100644 --- a/xorg7/mesa-lib/BUILD +++ b/xorg7/mesa-lib/BUILD @@ -8,7 +8,7 @@ make && make install - install -v -m644 include/GLView.h /usr/include/ && +# install -v -m644 include/GLView.h /usr/include/ && install -v -m755 progs/xdemos/glxinfo progs/xdemos/glxgears /usr/bin ) > $C_FIFO 2>&1 diff --git a/xorg7/mesa-lib/CONFIGURE b/xorg7/mesa-lib/CONFIGURE index 2d1a6ad..f4bb4d2 100644 --- a/xorg7/mesa-lib/CONFIGURE +++ b/xorg7/mesa-lib/CONFIGURE @@ -2,10 +2,6 @@ SUPPORTED_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v savage si make_drivers_checklist() { - # Execute the modified supported locales file to get a list of - # supported variables in the $SUPPORTED_LOCALES variable - # . $SUPPORTED_DRIVERS && - # For each locale, extract name, title and charmap information for driver in $SUPPORTED_DRIVERS; do title=$driver @@ -32,7 +28,7 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then message "Selecting drivers is optional" fi - if query "Would you like to select drivers? (if not selected, all locales will be installed)" y; then + if query "Would you like to select drivers? (if not selected, all drivers will be installed)" y; then unpack_localedata MESADRIVER=`select_drivers` diff --git a/xorg7/mesa-lib/DETAILS b/xorg7/mesa-lib/DETAILS index 57ba101..8677788 100644 --- a/xorg7/mesa-lib/DETAILS +++ b/xorg7/mesa-lib/DETAILS @@ -1,5 +1,5 @@ MODULE=mesa-lib - VERSION=7.2 + VERSION=7.4 SOURCE=MesaLib-$VERSION.tar.bz2 SOURCE2=MesaDemos-$VERSION.tar.bz2 SOURCE3=MesaGLUT-$VERSION.tar.bz2 @@ -7,12 +7,12 @@ SOURCE_URL=$SFORGE_URL/mesa3d/ SOURCE2_URL=$SFORGE_URL/mesa3d/ SOURCE3_URL=$SFORGE_URL/mesa3d/ - SOURCE_VFY=sha1:a6dce814cc56a562890ab79cf4e205f62459a29c - SOURCE2_VFY=sha1:3d7b9b3ee84ed3637849f7598faf3d60c5a2a9fd - SOURCE3_VFY=sha1:2d969fc8214622b93bcc594c36e56bb573678d05 + SOURCE_VFY=sha1:66b5fe185e63706ee2a76e247fd982fdf13972e2 + SOURCE2_VFY=sha1:d57c792e05fe5347ff8600f8aab078fe047a4035 + SOURCE3_VFY=sha1:91a405b23b0b848325cc11fbffc0f62008d2a9a7 WEB_SITE=http://www.mesa3d.org ENTERED=20060215 - UPDATED=20080921 + UPDATED=20090331 PSAFE="no" SHORT="Mesa 3D library" From samuel.verstraete at gmail.com Wed Dec 2 20:05:28 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:28 -0000 Subject: [Lunar-commits] dri2proto: version bump 1.99.3 Message-ID: <20091202190527.B71BE9B2F4@doppio.foo-projects.org> commit 946be7f2b390cfbf2eb4f26dd512896b1004eaee Author: Samuel Date: Wed Apr 1 07:21:25 2009 +0200 dri2proto: version bump 1.99.3 --- xorg7/proto/dri2proto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/proto/dri2proto/DETAILS b/xorg7/proto/dri2proto/DETAILS index 8144981..a9475d1 100644 --- a/xorg7/proto/dri2proto/DETAILS +++ b/xorg7/proto/dri2proto/DETAILS @@ -1,12 +1,12 @@ MODULE=dri2proto - VERSION=1.1 + VERSION=1.99.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:6429338a703561c02c0aa7516d1d981e7a2bf005 + SOURCE_VFY=sha1:0be97cbc1440df50cd950b4b5f36e5fcb44a4ab7 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20080909 - UPDATED=20080909 + UPDATED=20090331 SHORT="Protocol headers" cat << EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:28 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:28 -0000 Subject: [Lunar-commits] monodevelop-vala: new module Message-ID: <20091202190527.C84769B2F5@doppio.foo-projects.org> commit 5556c67bc3dee1add29df701bb14429e9db8ead4 Author: Samuel Date: Sat Apr 11 11:12:57 2009 +0200 monodevelop-vala: new module --- zbeta/midori-git/DEPENDS | 4 ---- zbeta/monodevelop-vala/DETAILS | 13 +++++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index 8744523..35cddaa 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -1,8 +1,4 @@ depends libsexy -<<<<<<< HEAD:zbeta/midori-git/DEPENDS depends webkit -======= -depends WebKit ->>>>>>> 54c9b60... Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase":zbeta/midori-git/DEPENDS optional_depends unique "" "" "for single instance midori" diff --git a/zbeta/monodevelop-vala/DETAILS b/zbeta/monodevelop-vala/DETAILS new file mode 100644 index 0000000..fec94a2 --- /dev/null +++ b/zbeta/monodevelop-vala/DETAILS @@ -0,0 +1,13 @@ + MODULE=monodevelop-vala + VERSION=2.0 + SOURCE=$MODULE-$VERSION.tar.bz2 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://ftp.novell.com/pub/mono/sources/monodevelop-vala/ + SOURCE_VFY=sha1:246447e141971dad80a0914e11165fdc3c6c9c5d + WEB_SITE=http://www.gtk.org + ENTERED=20090409 + UPDATED=20090409 + SHORT="" + +cat << EOF +EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:28 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:28 -0000 Subject: [Lunar-commits] Thunar: SVN! Message-ID: <20091202190527.E0DF49B2EB@doppio.foo-projects.org> commit 44c24862ec855b6f26fa68562468012137f90ec9 Author: Samuel Date: Tue Apr 21 13:16:40 2009 +0200 Thunar: SVN! --- xfce4/core/Thunar/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index c7c9a08..4a9d2ec 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,12 +1,13 @@ MODULE=Thunar - VERSION=1.0.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:581594eb4bfe4db49244773ee3abeaaf136a0e0f + MOD=thunar + VERSION="svn-`date +%Y%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 - UPDATED=20090223 + UPDATED=20071207 SHORT="File manager for xfce" cat << EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:28 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:28 -0000 Subject: [Lunar-commits] exaile: SVN! Message-ID: <20091202190528.267639B2F2@doppio.foo-projects.org> commit c662eb11cbfeeef6aa5c808e0bc7b0a738234fff Author: Samuel Date: Tue Apr 21 13:19:15 2009 +0200 exaile: SVN! --- audio/exaile/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/exaile/DETAILS b/audio/exaile/DETAILS index 85bfadf..cd67c41 100644 --- a/audio/exaile/DETAILS +++ b/audio/exaile/DETAILS @@ -1,12 +1,12 @@ MODULE=exaile - VERSION=0.2.13 + VERSION=0.2.14 SOURCE=${MODULE}_${VERSION}.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION} SOURCE_URL=http://exaile.org/files/ - SOURCE_VFY=sha1:8cc754c55333dad750d27e45a4e16f53c1f1522c + SOURCE_VFY=sha1:3442867ae6f5116f87eb2488da73cf6d23442f52 WEB_SITE=http://exaile.org/ ENTERED=20061212 - UPDATED=20080626 + UPDATED=20081027 SHORT="GTK+ media player aiming to be similar to KDE's AmaroK" cat << EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:28 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:28 -0000 Subject: [Lunar-commits] consonance: SVN! Message-ID: <20091202190528.123739B2F0@doppio.foo-projects.org> commit d7b6f8f776233fb67855ba7bb74993404a6c2893 Author: Samuel Date: Tue Apr 21 13:18:21 2009 +0200 consonance: SVN! --- audio/consonance/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS index 641d93f..778c2a4 100644 --- a/audio/consonance/DETAILS +++ b/audio/consonance/DETAILS @@ -1,9 +1,9 @@ MODULE=consonance - VERSION=0.4.1 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:bb04185043677d024de11fcaa55bf00b295be0f0 ENTERED=20080805 UPDATED=20090307 SHORT="lightweight music manager" From samuel.verstraete at gmail.com Wed Dec 2 20:05:29 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:29 -0000 Subject: [Lunar-commits] exo: SVN! Message-ID: <20091202190528.458AC9B231@doppio.foo-projects.org> commit c08410932e6dea425fe32d5483c821bfa34a2825 Author: Samuel Date: Tue Apr 21 13:33:29 2009 +0200 exo: SVN! --- xfce4/core/exo/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index f1a1347..52c53ff 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,12 +1,13 @@ MODULE=exo - VERSION=0.3.100 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:987262654d23e0da359d434cc29f0b64ad06a733 + MOD=libexo + VERSION="svn-`date +%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 - UPDATED=20090227 + UPDATED=20071207 SHORT="the Xfce extension library" cat << EOF libexo is a library for Xfce that contain additional widgets and a From samuel.verstraete at gmail.com Wed Dec 2 20:05:29 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:29 -0000 Subject: [Lunar-commits] binutils: 2.19 Message-ID: <20091202190528.68DF69B2F6@doppio.foo-projects.org> commit ea33ea68c96ad8fa0121df000e16ebf0188baaa2 Author: Samuel Date: Tue Apr 21 13:33:54 2009 +0200 binutils: 2.19 --- devel/binutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 562b8c2..2641824 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,15 +1,15 @@ MODULE=binutils - VERSION=2.18 + VERSION=2.19 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=binutils-2.18-makeinfo.patch SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277 + SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20071121 + UPDATED=20090421 SHORT="essential collection of binary utilities." cat << EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:29 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:29 -0000 Subject: [Lunar-commits] mousepad: SVN! Message-ID: <20091202190528.7F80F9B236@doppio.foo-projects.org> commit 1d3f4a336829fac79f7f6bc3acfa09e72139c59f Author: Samuel Date: Tue Apr 21 13:36:43 2009 +0200 mousepad: SVN! --- xfce4/apps/mousepad/DETAILS | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index d622f36..454c03d 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,13 +1,19 @@ MODULE=mousepad - VERSION=0.2.16 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 + VERSION="svn-`date +%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://erikharrison.net/ + WEB_SITE=http://www.xfce.org ENTERED=20050218 - UPDATED=20090227 + UPDATED=20071207 SHORT="Lighweight xfce text editor" cat << EOF Mousepad is an Xfce port of leafpad, the minimal gtk+-2 text editor. + +the svn branch is the one from Nick Schermer, slightly more advanced +than the trunk branch +If you want the trunk version, uncomment the other sourceurl, comment +the nick sourceurl and delete /var/spool/lunar/mousepad-svn*.tar.bz2 EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:29 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 02 Dec 2009 19:05:29 -0000 Subject: [Lunar-commits] gdm-old: gdm 2.20.10 for Xfce users that do not like gnome Message-ID: <20091202190528.94BB89B2F4@doppio.foo-projects.org> commit 3ed321d23fdedbe48e711691f0289ae10e486e0c Author: samuel verstraete Date: Tue Apr 21 14:03:30 2009 +0200 gdm-old: gdm 2.20.10 for Xfce users that do not like gnome --- zbeta/gdm-old/BUILD | 45 ++++++++++++++++++++++ zbeta/gdm-old/DEPENDS | 2 + zbeta/gdm-old/DETAILS | 50 +++++++++++++++++++++++++ zbeta/gdm-old/Default | 27 +++++++++++++ zbeta/gdm-old/POST_INSTALL | 5 ++ zbeta/gdm-old/Sessions/gnome.desktop | 68 ++++++++++++++++++++++++++++++++++ zbeta/gdm-old/gnomerc | 13 ++++++ zbeta/gdm-old/init.d/gdm | 27 +++++++++++++ zbeta/gdm-old/pam.d/gdm | 14 +++++++ zbeta/gdm-old/pam.d/gdm-autologin | 13 ++++++ 10 files changed, 264 insertions(+), 0 deletions(-) diff --git a/zbeta/gdm-old/BUILD b/zbeta/gdm-old/BUILD new file mode 100644 index 0000000..98cdea6 --- /dev/null +++ b/zbeta/gdm-old/BUILD @@ -0,0 +1,45 @@ +( + + sedit 's:GDM_KEY_HALT "daemon/DefaultPath:GDM_KEY_HALT "daemon/HaltCommand:' daemon/gdm.h + + add_priv_user gdm:gdm + + if module_installed Linux-PAM; then SCHEME="pam" + elif module_installed shadow; then SCHEME="shadow" + else SCHEME="auto" + fi + + OPTS="$OPTS --enable-authentication-scheme=$SCHEME" + + LDFLAGS="$LDFLAGS -L/usr/X11R6/lib" + + ./configure --build=$BUILD \ + --prefix=${GNOME210_PREFIX:-/usr} \ + --with-xinerama=yes \ + --sysconfdir=/etc/X11 \ + --localstatedir=/var \ + --infodir=${GNOME210_PREFIX:-/usr}/share/info \ + --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + $OPTS && + + sedit 's#$(LINK)#$(LINK) $(LIBS)#' daemon/Makefile && + make && + prepare_install && + make install && + + mkdir -p /var/gdm && + chown -R gdm:gdm /var/gdm && + chmod 750 /var/gdm && + + # This has to be a DIRECTORY, not a FILE + if [ -e "/etc/X11/gdm/Sessions" ]; then + rm -fr /etc/X11/gdm/Sessions || true + fi + + mkdir -p /etc/X11/gdm/Sessions/ && + install --mode=644 $SCRIPT_DIRECTORY/gnomerc /etc/X11/gdm/gnomerc && + install --mode=755 $SCRIPT_DIRECTORY/Sessions/gnome.desktop /etc/X11/dm/Sessions && + install --mode=755 $SCRIPT_DIRECTORY/Default /etc/X11/gdm/PreSession/ && + install --mode=755 $SCRIPT_DIRECTORY/Default /etc/X11/gdm/Sessions/ + +) > $C_FIFO 2>&1 diff --git a/zbeta/gdm-old/DEPENDS b/zbeta/gdm-old/DEPENDS new file mode 100644 index 0000000..7a8a2dd --- /dev/null +++ b/zbeta/gdm-old/DEPENDS @@ -0,0 +1,2 @@ +depends librsvg +depends gnome-doc-utils diff --git a/zbeta/gdm-old/DETAILS b/zbeta/gdm-old/DETAILS new file mode 100644 index 0000000..0f61f85 --- /dev/null +++ b/zbeta/gdm-old/DETAILS @@ -0,0 +1,50 @@ + MODULE=gdm-old + MOD=gdm + VERSION=2.20.10 + MAJOR=2.20 + SOURCE=$MOD-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION + SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/ + SOURCE_VFY=sha1:42e9e52184393352f005f1735843a30f764aef18 + WEB_SITE=http://www.gnome.org/projects/gdm/ + ENTERED=20020716 + UPDATED=20080710 + SHORT="the Gnome Display Manager" + +cat << EOF +The Gnome Display Manager is a re-implementation of the well known xdm +program. gdm 2.5 implements all significant features required for +managing local and remote displays. + +gdm daemon: + o X Authentication + o Default and per-display initialization scripts + o Pre and post session scripts + o Pluggable Authentication Modules + o XDMCP + o TCP Wrappers for access control + o Autologin for single user workstations + o Timed login for kiosks and public terminals + +gdmlogin: + o Logo image + o Background image/color + o Halt and reboot + o Iconified login window + o Session selection support + o Language selection support + o GNOME session selection support + o Face browser + o Background program support + o Xinerama support + +gdmchooser: + o Visual host browser + o Customizable icons + +gdmconfig: + o GUI way to configure everything about GDM + +Most features can be turned on and off in the configuration file by +the sysadmin. +EOF diff --git a/zbeta/gdm-old/Default b/zbeta/gdm-old/Default new file mode 100644 index 0000000..f91d3ab --- /dev/null +++ b/zbeta/gdm-old/Default @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Note that any setup should come before the sessreg command as +# that must be 'exec'ed for the pid to be correct (sessreg uses the parent +# pid) +# +# Note that output goes into the .xsession-errors file for easy debugging +# +XSETROOT=`which xsetroot 2>/dev/null` +if [ x$XSETROOT != x ] ; then + $XSETROOT -cursor_name left_ptr -solid "#363047" +fi + + +SESSREG=`which sessreg 2>/dev/null` +if [ x$SESSREG != x ] ; then + # some output for easy debugging + echo "$0: Registering your session with wtmp and utmp" + echo "$0: running: $SESSREG -a -w /var/log/wtmp -u /var/run/utmp -x \"$X_SERVERS\" -h \"$REMOTE_HOST\" -l $DISPLAY $USER" + + exec $SESSREG -a -w /var/log/wtmp -u /var/run/utmp -x "$X_SERVERS" -h "$REMOTE_HOST" -l $DISPLAY $USER + # this is not reached +fi + +# some output for easy debugging +echo "$0: could not find the sessreg utility, cannot update wtmp and utmp" +exit 0 diff --git a/zbeta/gdm-old/POST_INSTALL b/zbeta/gdm-old/POST_INSTALL new file mode 100644 index 0000000..f393d4a --- /dev/null +++ b/zbeta/gdm-old/POST_INSTALL @@ -0,0 +1,5 @@ + +if module_installed gnome-session; then lin -c gnome-session; fi +if module_installed gnome-desktop; then lin -c gnome-desktop; fi + + diff --git a/zbeta/gdm-old/Sessions/gnome.desktop b/zbeta/gdm-old/Sessions/gnome.desktop new file mode 100644 index 0000000..6777c17 --- /dev/null +++ b/zbeta/gdm-old/Sessions/gnome.desktop @@ -0,0 +1,68 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=GNOME +Name[az]=GNOME +Name[be]=GNOME +Name[ca]=GNOME +Name[cs]=GNOME +Name[cy]=GNOME +Name[da]=Gnome +Name[de]=GNOME +Name[el]=GNOME +Name[es]=GNOME +Name[et]=GNOME +Name[fi]=Gnome +Name[fr]=GNOME +Name[he]=GNOME +Name[hu]=GNOME +Name[it]=GNOME +Name[ko]=?????? +Name[ms]=GNOME +Name[nl]=GNOME +Name[no]=GNOME +Name[pl]=GNOME +Name[pt]=GNOME +Name[pt_BR]=GNOME +Name[ru]=GNOME +Name[sk]=GNOME +Name[sl]=GNOME +Name[sq]=GNOME +Name[sr]=???????? +Name[sr at Latn]=Gnom +Name[sv]=GNOME +Name[uk]=GNOME +Name[zh_CN]=GNOME +Name[zh_TW]=GNOME +Comment=This session logs you into GNOME +Comment[az]=Bu iclas sizi GNOME'a daxil ed??c??k +Comment[be]=?????????? ?????????? ?????????????? ?????? ?? GNOME +Comment[ca]=Aquesta sessi?? entra en GNOME +Comment[cs]=Toto sezen?? v??s p??ihl??s?? do GNOME +Comment[cy]=Mae'r sesiwn hwn yn eich mewngofnodi i GNOME +Comment[da]=Denne session logger dig p?? Gnome +Comment[de]=Diese Sitzung meldet Sie an GNOME an +Comment[el]=???????? ?? ???????????????? ?????? ?????????????? ?????? GNOME +Comment[es]=Con esta sesi??n accede a GNOME +Comment[fi]=T??m?? istunto kirjaa sis????n Gnomeen +Comment[fr]=Cette session vous connectera dans GNOME +Comment[he]=?????????? ?????????? ???? ?????????? ???????? ?? GNOME +Comment[ko]=GNOME???????????? ?????????????????? +Comment[ms]=Sesi ini akan log anda ke GNOME +Comment[nl]=Deze sessie meldt u aan bij GNOME +Comment[no]=Denne sesjonen logger deg inn til GNOME +Comment[pl]=Sesja logowania do GNOME +Comment[pt]=Esta sess??o inicia-o no GNOME +Comment[pt_BR]=Logar no ambiente GNOME +Comment[sk]=Toto sedenie v??s prihl??si do prostredia GNOME +Comment[sl]=Ta seja vas prijavi v GNOMe +Comment[sq]=Kjo seanc?? do t'ju fus?? n?? GNOME +Comment[sr]=?????? ???????????? ?????? ???????????????????? ???? ?????????? +Comment[sr at Latn]=Ova sesija vas prijavljuje na Gnoma +Comment[sv]=Denna session loggar in dig i GNOME +Comment[uk]=?????????? ???????????? ?? ???????????????????? GNOME +Comment[zh_CN]=???????????????????????? GNOME +Comment[zh_TW]=???????????????????????????????????? GNOME ?????? +Exec=/usr/bin/gnome-session +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/zbeta/gdm-old/gnomerc b/zbeta/gdm-old/gnomerc new file mode 100644 index 0000000..1fd5585 --- /dev/null +++ b/zbeta/gdm-old/gnomerc @@ -0,0 +1,13 @@ +startssh= +sshagent=/usr/bin/ssh-agent +gnomesession=/usr/bin/gnome-session + +if [ -x $sshagent -a -z "$SSH_AUTH_SOCK" ]; then + startssh=yes +fi + +if [ -n "$startssh" ]; then + exec $sshagent -- $gnomesession +else + exec $gnomesession +fi diff --git a/zbeta/gdm-old/init.d/gdm b/zbeta/gdm-old/init.d/gdm new file mode 100644 index 0000000..32922f5 --- /dev/null +++ b/zbeta/gdm-old/init.d/gdm @@ -0,0 +1,27 @@ +#!/bin/bash + +# chkconfig: 5 95 05 +# description: gdm is gnome's version of the xdm graphical login manager +# processname: /usr/sbin/gdm +# sigreload: HUP + +. /lib/lsb/init-functions $1 + +stop() { + kill `cat /var/run/gdm.pid` + evaluate_retval +} + +status() { + if [ -f /var/run/gdm.pid ]; then + if ps -p `cat /var/run/gdm.pid` > /dev/null; then + echo "gdm is running with Process ID $(cat /var/run/gdm.pid)" + else + echo "gdm is not running but /var/run/gdm.pid exists" + return 1 + fi + else + echo "gdm is not running" + fi +} + diff --git a/zbeta/gdm-old/pam.d/gdm b/zbeta/gdm-old/pam.d/gdm new file mode 100644 index 0000000..47f0938 --- /dev/null +++ b/zbeta/gdm-old/pam.d/gdm @@ -0,0 +1,14 @@ +#%PAM-1.0 +# +# The PAM configuration file for the `gdm' service +# +auth required pam_env.so +auth include system-auth +account required pam_nologin.so +account include system-auth +password include system-auth +session include system-auth +session required pam_loginuid.so +session optional pam_console.so + + diff --git a/zbeta/gdm-old/pam.d/gdm-autologin b/zbeta/gdm-old/pam.d/gdm-autologin new file mode 100644 index 0000000..a4b0dab --- /dev/null +++ b/zbeta/gdm-old/pam.d/gdm-autologin @@ -0,0 +1,13 @@ +#%PAM-1.0 +# +# The PAM configuration file for the `gdm-autologin' service +# +auth required pam_env.so +auth required pam_permit.so +account required pam_nologin.so +account include system-auth +password include system-auth +session include system-auth +session required pam_loginuid.so +session optional pam_console.so + From elangelo at lunar-linux.org Wed Dec 2 20:05:30 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:30 -0000 Subject: [Lunar-commits] fixes Message-ID: <20091202190528.D9AA99B2EB@doppio.foo-projects.org> commit b2d0643cd97aaf622a471fffcea882b7a282f334 Author: Samuel Verstraete Date: Tue May 12 13:35:57 2009 +0200 fixes --- devel/binutils/BUILD | 10 +++++----- devel/binutils/DETAILS | 2 +- gnome2/desktop/libsoup/DEPENDS | 2 ++ xfce4/core/Thunar/BUILD | 2 +- xfce4/core/exo/BUILD | 14 ++++++++++++++ xfce4/core/libxfcegui4/BUILD | 2 +- xfce4/core/xfce4-settings/BUILD | 14 ++++++++++++++ xfce4/core/xfconf/BUILD | 14 ++++++++++++++ 8 files changed, 52 insertions(+), 8 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index 3a1ccd0..b01a5de 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,13 +1,13 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && #Somehow I believe this might/should be logged as a bug to the glibc guys... - sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ - bfd/doc/Makefile.in && +# sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ +# bfd/doc/Makefile.in && - aclocal && - autoconf && +# aclocal && +# autoconf && OPTS+=" --host=$BUILD" && default_config && diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 2641824..4a49cab 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,7 +1,7 @@ MODULE=binutils VERSION=2.19 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=binutils-2.18-makeinfo.patch + #SOURCE2=binutils-2.18-makeinfo.patch SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ SOURCE2_URL=$PATCH_URL diff --git a/gnome2/desktop/libsoup/DEPENDS b/gnome2/desktop/libsoup/DEPENDS index bbda9c7..40dfa40 100644 --- a/gnome2/desktop/libsoup/DEPENDS +++ b/gnome2/desktop/libsoup/DEPENDS @@ -2,3 +2,5 @@ depends glib-2 depends gnutls depends sqlite depends libproxy + +optional_depends GConf "" "--without-gnome" "gnome support" diff --git a/xfce4/core/Thunar/BUILD b/xfce4/core/Thunar/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/Thunar/BUILD +++ b/xfce4/core/Thunar/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/exo/BUILD b/xfce4/core/exo/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/exo/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index b695eac..5ca1695 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ --enable-xinerama \ $OPTS && diff --git a/xfce4/core/xfce4-settings/BUILD b/xfce4/core/xfce4-settings/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/xfce4-settings/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/xfconf/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 From samuel.verstraete at gmail.com Wed Dec 2 20:05:30 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 02 Dec 2009 19:05:30 -0000 Subject: [Lunar-commits] ristretto: switch to git branch Message-ID: <20091202190528.B0D129B2F7@doppio.foo-projects.org> commit 0526ab994d36761de252799301d046a3c2f7098b Author: samuel verstraete Date: Sun May 3 20:03:55 2009 +0200 ristretto: switch to git branch --- xfce4/apps/ristretto/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index edbb0e0..e08ea8a 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -1,12 +1,13 @@ MODULE=ristretto - VERSION="svn-`date +%Y%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE + SOURCE_URL=git://git.xfce.org/stephan/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 - UPDATED=20090420 + UPDATED=20090428 + PSAFE=no SHORT="fast and lightweight picture-viewer" cat << EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:30 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:30 -0000 Subject: [Lunar-commits] monodevelop-database: new version Message-ID: <20091202190528.E777F9B2F5@doppio.foo-projects.org> commit 5a67acc3df7fedece73cff1ab6f82dee939d998f Author: Samuel Date: Tue May 12 15:19:04 2009 +0200 monodevelop-database: new version --- sql/monodevelop-database/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sql/monodevelop-database/DETAILS b/sql/monodevelop-database/DETAILS index 1c67b6f..db611e8 100644 --- a/sql/monodevelop-database/DETAILS +++ b/sql/monodevelop-database/DETAILS @@ -1,11 +1,12 @@ MODULE=monodevelop-database - VERSION=1.0 + VERSION=2.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://go-mono.com/sources/$MODULE/ - SOURCE_VFY=sha1:238fe15bc15118560e99ee6e0d9fc51c36dae645 - WEB_SITE=http://monodevelop.com + SOURCE_VFY=sha1:fd7c7b2de452f13d49f8699a765f0517ffbdaff7 + WEB_SITE=http://monodevelop.com ENTERED=20071220 - UPDATED=20080319 + UPDATED=20090512 + PSAFE=no SHORT="Addin for monodevelop to support database connections" cat << EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:30 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:30 -0000 Subject: [Lunar-commits] fix Message-ID: <20091202190529.1D0C29B2F0@doppio.foo-projects.org> commit 15ad2c99f688b92880df95377edc8528c19a7e51 Author: Samuel Date: Tue May 12 15:19:44 2009 +0200 fix --- xfce4/core/exo/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index 52c53ff..1f8aa75 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,6 +1,6 @@ MODULE=exo MOD=libexo - VERSION="svn-`date +%U`" + VERSION="svn-`date +%Y%U`" SOURCE=$MOD.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD From elangelo at lunar-linux.org Wed Dec 2 20:05:30 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:30 -0000 Subject: [Lunar-commits] consonance changes Message-ID: <20091202190529.34FA09B2FB@doppio.foo-projects.org> commit 00527bd71d5845bf6019936fd1421bc52a94ca17 Author: Samuel Verstraete Date: Tue May 12 21:58:40 2009 +0200 consonance changes --- audio/consonance/DEPENDS | 1 + audio/consonance/DETAILS | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS index 5c881bb..bbf0b39 100644 --- a/audio/consonance/DEPENDS +++ b/audio/consonance/DEPENDS @@ -2,3 +2,4 @@ depends libmad depends libogg depends flac depends libsndfile +depends libnotify diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS index 778c2a4..ed1acf5 100644 --- a/audio/consonance/DETAILS +++ b/audio/consonance/DETAILS @@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE WEB_SITE=http://consonance.sourceforge.net/ ENTERED=20080805 UPDATED=20090307 + PSAFE=no SHORT="lightweight music manager" cat << EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:30 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:30 -0000 Subject: [Lunar-commits] xfce: chages Message-ID: <20091202190529.773EF9B2F6@doppio.foo-projects.org> commit 287e2b2aa9b7ec26f5da21ffd88cecc0d03320b1 Author: Samuel Verstraete Date: Tue May 12 21:58:57 2009 +0200 xfce: chages --- xfce4/core/xfce4-session/BUILD | 8 ++------ xfce4/core/xfce4-session/DEPENDS | 2 ++ xfce4/core/xfce4-session/DETAILS | 4 +--- xfce4/core/xfconf/DETAILS | 16 ---------------- 4 files changed, 5 insertions(+), 25 deletions(-) diff --git a/xfce4/core/xfce4-session/BUILD b/xfce4/core/xfce4-session/BUILD index 339d297..578930b 100644 --- a/xfce4/core/xfce4-session/BUILD +++ b/xfce4/core/xfce4-session/BUILD @@ -1,16 +1,12 @@ ( - -# patch_it $SOURCE2 1 && [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - PATH="$PATH:/usr/X11/bin" - - ./autogen.sh --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ - $OPTS && + $OPTS && default_make diff --git a/xfce4/core/xfce4-session/DEPENDS b/xfce4/core/xfce4-session/DEPENDS index 1bda173..c9cfb80 100644 --- a/xfce4/core/xfce4-session/DEPENDS +++ b/xfce4/core/xfce4-session/DEPENDS @@ -1,5 +1,7 @@ + depends xfconf depends libxfce4util depends libxfcegui4 optional_depends fortune "" "" "so xfce4-tips can give you the fortune of the day" + diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 06b1aa9..9d9c9e9 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,10 +1,8 @@ MODULE=xfce4-session - VERSION="svn-`date +%Y%U`" + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 - #SOURCE2=fast_xfce.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE - #SOURCE2_URL=http://merlin.ugent.be/lunar/patches MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index 5f13920..8e93262 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,4 +1,3 @@ -<<<<<<< HEAD:xfce4/core/xfconf/DETAILS MODULE=xfconf VERSION="svn-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 @@ -11,20 +10,5 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SHORT="Something that does something" cat << EOF -Something that does that other thing -======= - MODULE=xfconf - VERSION=4.6.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src - SOURCE_VFY=sha1:6df092942c5c5af5d65a58589fb85e29755a37ee - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090424 - SHORT="Configuration system for Xfce" - -cat << EOF Configuration storage system for Xfce ->>>>>>> master:xfce4/core/xfconf/DETAILS EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:31 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:31 -0000 Subject: [Lunar-commits] linux-2.6-rc: BLEEDING EDGE Message-ID: <20091202190529.92C7A9B2F8@doppio.foo-projects.org> commit 126940582dc788127725db77078f79333189f65f Author: Samuel Verstraete Date: Thu May 14 18:18:43 2009 +0200 linux-2.6-rc: BLEEDING EDGE --- kernel/linux-2.6-rc/BUILD | 39 ++++++++++++++++++++++++++++++++++++++ kernel/linux-2.6-rc/CONFIGURE | 11 ++++++++++ kernel/linux-2.6-rc/DEPENDS | 2 + kernel/linux-2.6-rc/DETAILS | 25 ++++++++++++++++++++++++ kernel/linux-2.6-rc/POST_INSTALL | 8 +++++++ kernel/linux-2.6-rc/PRE_BUILD | 32 +++++++++++++++++++++++++++++++ 6 files changed, 117 insertions(+), 0 deletions(-) diff --git a/kernel/linux-2.6-rc/BUILD b/kernel/linux-2.6-rc/BUILD new file mode 100644 index 0000000..88536e6 --- /dev/null +++ b/kernel/linux-2.6-rc/BUILD @@ -0,0 +1,39 @@ +( + + while + if [ "$CONFIG_KERNEL" == "y" ]; then + if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then + make xconfig || make menuconfig || make config + elif [ "$PREFER_MENUCONFIG" == "y" ]; then + make menuconfig || make config + else + make config + fi + if ! query "Repeat configuration?" n; then + CONFIG_KERNEL=n + fi + else + false + fi + do + true + done + +) && ( + + # Needed for x86_64 + MYARCH="`arch | grep -qw i.86 && echo i386 || arch`" + + echo | make oldconfig + LD_PRELOAD= cp .config $CONFIG_CACHE/.config.2.6.rc + rm -f arch/${MYARCH}/boot/bzImage + + make ${MAKES:+-j$MAKES} bzImage && + make ${MAKES:+-j$MAKES} modules && + backup_mods_krnl $VERSION && + prepare_install && + make modules_install && + cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch` && + cp System.map /boot/System.map-$VERSION-`arch` + +) > $C_FIFO 2>&1 diff --git a/kernel/linux-2.6-rc/CONFIGURE b/kernel/linux-2.6-rc/CONFIGURE new file mode 100644 index 0000000..8fa5719 --- /dev/null +++ b/kernel/linux-2.6-rc/CONFIGURE @@ -0,0 +1,11 @@ +mquery PREFER_XCONFIG "Do you prefer xconfig over menuconfig?" n + +if [ "`get_module_config PREFER_XCONFIG`" = "y" ]; then + set_module_config "PREFER_MENUCONFIG" "n" ; +else + mquery PREFER_MENUCONFIG "Do you prefer menuconfig over config?" y +fi + +unset_module_config CONFIG_KERNEL +mquery CONFIG_KERNEL "Configure linux kernel?" n + diff --git a/kernel/linux-2.6-rc/DEPENDS b/kernel/linux-2.6-rc/DEPENDS new file mode 100644 index 0000000..5a3371a --- /dev/null +++ b/kernel/linux-2.6-rc/DEPENDS @@ -0,0 +1,2 @@ +depends autoconf +depends module-init-tools diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS new file mode 100644 index 0000000..96da935 --- /dev/null +++ b/kernel/linux-2.6-rc/DETAILS @@ -0,0 +1,25 @@ + MODULE=linux-2.6-rc + VERSION=2.6.30-rc5 + SOURCE=linux-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION + SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing + SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing + SOURCE_VFY=sha1:de7e6706b9198dc46be48bf46f051d3b30dd4c76 + WEB_SITE=http://www.kernel.org + ENTERED=20041019 + UPDATED=20090512 + SHORT="The core of a Linux GNU Operating System" + KEEP_SOURCE=on + TMPFS=off + +cat << EOF +This is the stable version of the 2.6.x branch. + +Linux is a clone of the Unix kernel, written from scratch by Linus +Torvalds with assistance from a loosely-knit team of hackers across the +Net. It aims towards POSIX and Single UNIX Specification compliance. It +has all the features you would expect in a modern fully-fledged Unix +kernel, including true multitasking, virtual memory, shared libraries, +demand loading, shared copy-on-write executables, proper memory +management, and TCP/IP networking. +EOF diff --git a/kernel/linux-2.6-rc/POST_INSTALL b/kernel/linux-2.6-rc/POST_INSTALL new file mode 100644 index 0000000..dd6cddc --- /dev/null +++ b/kernel/linux-2.6-rc/POST_INSTALL @@ -0,0 +1,8 @@ +update_bootloader $VERSION-`arch` $VERSION-`arch` + +# Reinstall packages that add their own kernel modules + +lin -c kernel-reqs + +# create /sys +mkdir -p /sys diff --git a/kernel/linux-2.6-rc/PRE_BUILD b/kernel/linux-2.6-rc/PRE_BUILD new file mode 100644 index 0000000..ae8eafd --- /dev/null +++ b/kernel/linux-2.6-rc/PRE_BUILD @@ -0,0 +1,32 @@ +# Bail if we're not running a core with kernel functions + +if [ ! -e $FUNCTIONS/kernel.lunar ] ; then + message "${PROBLEM_COLOR}Bailing out, ${DEFAULT_COLOR}Lunar (or theedge) code version too old" + message "${PROBLEM_COLOR}Update core ${MODULE_COLOR}(lin lunar or lin theedge)${DEFAULT_COLOR} to install this kernel" + exit 1 +fi + +mk_source_dir $SOURCE_DIRECTORY +rm -f /usr/src/linux +ln -sf $SOURCE_DIRECTORY /usr/src/linux +cd $SOURCE_DIRECTORY + +# Check wether we're running an up-to-date tar +if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then + tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \ + --no-same-permissions --strip-components=1 +else + message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module" + exit 1 +fi + +# if we have an EXTRA patch, apply it +if [ -n "${SOURCE2}" ]; then + patch_it ${SOURCE2} 1 +fi + +if [ -f $CONFIG_CACHE/.config.2.6.rc ]; then + cp $CONFIG_CACHE/.config.2.6.rc $SOURCE_DIRECTORY/.config; +elif [ -f $CONFIG_CACHE/.config.beta ]; then + cp $CONFIG_CACHE/.config.beta $SOURCE_DIRECTORY/.config; +fi From elangelo at lunar-linux.org Wed Dec 2 20:05:31 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:31 -0000 Subject: [Lunar-commits] mplayer: svn Message-ID: <20091202190529.B6C7C9B2FA@doppio.foo-projects.org> commit f2adb09e9978fa6d0e16aac8029f42075ae20b90 Author: Samuel Verstraete Date: Thu May 14 20:10:58 2009 +0200 mplayer: svn --- zbeta/mplayer/BUILD | 48 +++++++++++++++++++++++++++++++++++++++++ zbeta/mplayer/CONFIGURE | 3 ++ zbeta/mplayer/DEPENDS | 18 +++++++++++++++ zbeta/mplayer/DETAILS | 51 ++++++++++++++++++++++++++++++++++++++++++++ zbeta/mplayer/POST_INSTALL | 1 + zbeta/mplayer/PRE_BUILD | 13 +++++++++++ 6 files changed, 134 insertions(+), 0 deletions(-) diff --git a/zbeta/mplayer/BUILD b/zbeta/mplayer/BUILD new file mode 100644 index 0000000..8863686 --- /dev/null +++ b/zbeta/mplayer/BUILD @@ -0,0 +1,48 @@ +( + +#patch_it $SOURCE7 0 && +#patch_it $SOURCE8 0 && +#patch_it $SOURCE9 0 && +#patch_it $SOURCE10 0 && + + # using CFLAGS other than MPlayers autodetected will break + bad_flags compiler + + if [ $MENCODER == "n" ] ; then + OPTS=$OPTS" --disable-mencoder" + fi + + if [ $OSD == "y" ] ; then + OPTS=$OPTS" --enable-menu" + fi + + cd $SOURCE_DIRECTORY && + + ./configure --prefix=/usr \ + --confdir=/etc \ + --mandir=/usr/share/man \ + --codecsdir=/usr/lib/win32 \ + --enable-linux-devfs \ + --enable-largefiles \ + --confdir=/etc/mplayer \ + --datadir=/usr/share/mplayer \ + $OPTS && + + default_make && + + gather_docs etc/* && + install -d /usr/share/mplayer/Skin && + install -d /etc/mplayer && + install -m644 etc/codecs.conf /usr/share/mplayer/ && + install -m644 etc/example.conf /etc/mplayer/mplayer.conf && + install -m644 etc/input.conf /etc/mplayer/ && + + cp -a Skin/Blue /usr/share/mplayer/Skin/ && + ln -sf /usr/share/mplayer/Skin/Blue /usr/share/mplayer/Skin/default && + + cp -a fonts /usr/share/mplayer/ && + rm -rf /usr/share/mplayer/font && + ln -sf fonts/font-arial-iso-8859-1/font-arial-18-iso-8859-1 /usr/share/mplayer/font + +) > $C_FIFO 2>&1 + diff --git a/zbeta/mplayer/CONFIGURE b/zbeta/mplayer/CONFIGURE new file mode 100644 index 0000000..af43a19 --- /dev/null +++ b/zbeta/mplayer/CONFIGURE @@ -0,0 +1,3 @@ +mquery MENCODER "Enable building of MEncoder ?" y +mquery OSD "Enable OSD support? " y + diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS new file mode 100644 index 0000000..12f3e07 --- /dev/null +++ b/zbeta/mplayer/DEPENDS @@ -0,0 +1,18 @@ +depends freetype2 +depends unzip +depends MPlayer-essentials +optional_depends libdvdread "" "" "To read DVDs" +optional_depends SDL "--enable-sdl" "" "to use SDL to output video signal" +optional_depends alsa-utils "" "" "for ALSA sound support" +optional_depends libvorbis "" "" "to use ogg audio format" +optional_depends libmatroska "" "" "for matroska audio/video container format support" +optional_depends faad "" "" "for external FAAD2 (MPA/AAC) support" +optional_depends libtheora "--enable-theora" "--disable-theora" "for OGG/Theora Video Playback" +optional_depends libXvMC "--enable-xvmc --with-xvmclib=XvMCW" "" "for hardware XvMC acceleration" +optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui support" +optional_depends MPlayer-all "" "" "to install more foreign codecs" +optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" +optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" +optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" +optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" + diff --git a/zbeta/mplayer/DETAILS b/zbeta/mplayer/DETAILS new file mode 100644 index 0000000..399d76a --- /dev/null +++ b/zbeta/mplayer/DETAILS @@ -0,0 +1,51 @@ + MODULE=mplayer + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE2=font-arial-iso-8859-1.tar.bz2 + SOURCE3=font-arial-iso-8859-2.tar.bz2 + SOURCE4=font-arial-cp1250.tar.bz2 + SOURCE5=font-arial-iso-8859-7.tar.bz2 + SOURCE6=Blue-1.7.tar.bz2 + #SOURCE7=stream_cddb_fix_20080120.diff + ##SOURCE8=url_fix_20080120.diff + #SOURCE9=demux_mov_fix_20080129.diff + #SOURCE10=demux_audio_fix_20080129.diff + SOURCE_URL[0]=svn://svn.mplayerhq.hu/$MODULE/trunk:$MODULE + SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + #SOURCE7_URL=http://www.mplayerhq.hu/MPlayer/patches/ + #SOURCE8_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE9_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE10_URL=http://www.mplayerhq.hu/MPlayer/patches/ + SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 + SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 + SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 + SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d + SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 + # SOURCE7_VFY=sha1:8d901c7a88fa120ed26492e741e1ae0fbe57e12d + # SOURCE8_VFY=sha1:1e92ded6f27bf07601fa318e24ec468fe225ffe5 + # SOURCE9_VFY=sha1:a17d82baff58e8cc569365341503273956fd26c8 + # SOURCE10_VFY=sha1:e25ba7d8d696d9c6365f105134ba723404adb4e1 + WEB_SITE=http://www.mplayerhq.hu + ENTERED=20010922 + UPDATED=20080409 + PSAFE=no + SHORT="A movie and animation player" + +cat << EOF +MPlayer is a movie and animation player based on the 0.90pre5 version of +MPEGplayer and the Avifile library. It uses mpeg2dec/libmpeg2 for MPEG +decoding. The supported file formats are: MPEG 1/2 (MPG, DAT, BIN, VOB) +and AVI (Mpeg/PCM/AC3/DivX/MS-ADPCM/aLaw audio and MPEG4/DivX/Indeo/CVID +video codecs). It supports hardware YUV colorspace conversion and +scaling via mga_vid/syncfb devices or the X11 Xv extension. +EOF + diff --git a/zbeta/mplayer/POST_INSTALL b/zbeta/mplayer/POST_INSTALL new file mode 100644 index 0000000..410fa55 --- /dev/null +++ b/zbeta/mplayer/POST_INSTALL @@ -0,0 +1 @@ +if module_installed mplayerplug-in; then lin -c mplayerplug-in; fi diff --git a/zbeta/mplayer/PRE_BUILD b/zbeta/mplayer/PRE_BUILD new file mode 100644 index 0000000..fdb9a44 --- /dev/null +++ b/zbeta/mplayer/PRE_BUILD @@ -0,0 +1,13 @@ +default_pre_build && + +mkdir $SOURCE_DIRECTORY/Skin && +cd $SOURCE_DIRECTORY/Skin && +unpack $SOURCE6 && + +mkdir $SOURCE_DIRECTORY/fonts && +cd $SOURCE_DIRECTORY/fonts && +unpack $SOURCE2 && +unpack $SOURCE3 && +unpack $SOURCE4 && +unpack $SOURCE5 + From samuel.verstraete at gmail.com Wed Dec 2 20:05:31 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 02 Dec 2009 19:05:31 -0000 Subject: [Lunar-commits] xbmc: new stuff Message-ID: <20091202190530.09F8C9B303@doppio.foo-projects.org> commit f9b9a4955a2f2f946ed285d7538155899cdc87ae Author: samuel verstraete Date: Sun May 17 11:25:28 2009 +0200 xbmc: new stuff --- video/xbmc/DEPENDS | 9 +++++++++ video/xbmc/DETAILS | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/video/xbmc/DEPENDS b/video/xbmc/DEPENDS new file mode 100644 index 0000000..2a236d7 --- /dev/null +++ b/video/xbmc/DEPENDS @@ -0,0 +1,9 @@ +depends glew +depends fribidi +depends mysql +depends lzo +depends libcdio +depends SDL +depends SDL_image +depends SDL_mixer +depends enca diff --git a/video/xbmc/DETAILS b/video/xbmc/DETAILS new file mode 100644 index 0000000..3d5e7e9 --- /dev/null +++ b/video/xbmc/DETAILS @@ -0,0 +1,16 @@ +#http://heanet.dl.sourceforge.net/sourceforge/xbmc/XBMC_9.04_Babylon-linux-osx-win32.tar.bz2 +MODULE=xbmc +VERSION=9.04 +SOURCE=XBMC_${VERSION}_Babylon-linux-osx-win32.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/XBMC_9.04_Babylon-linux-osx-win32 +SOURCE_URL=$SFORGE_URL/$MODULE +SOURCE_VFY=sha1:097db32fa4ae4ced0c8d101195d040a81a6ca105 +ENTERED=20090517 +UPDATED=20090517 +SHORT="XBMC" + +cat << EOF +XBMC + +EOF + From samuel.verstraete at gmail.com Wed Dec 2 20:05:31 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 02 Dec 2009 19:05:31 -0000 Subject: [Lunar-commits] ristretto: updated build Message-ID: <20091202190529.D9A819B236@doppio.foo-projects.org> commit 73bf6a48f791434c182696b12c60685b1b5888f9 Author: samuel verstraete Date: Sat May 16 08:23:59 2009 +0200 ristretto: updated build --- xfce4/apps/ristretto/BUILD | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/xfce4/apps/ristretto/BUILD b/xfce4/apps/ristretto/BUILD index 1776fd6..15f96e8 100644 --- a/xfce4/apps/ristretto/BUILD +++ b/xfce4/apps/ristretto/BUILD @@ -4,6 +4,10 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_build + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 2 20:05:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:32 -0000 Subject: [Lunar-commits] vde2: virtual distributed network Message-ID: <20091202190530.5BBA99B2EB@doppio.foo-projects.org> commit 93095b80f876846bac19cd36adf1ac3b8d9f157c Author: Samuel Verstraete Date: Mon May 25 09:02:24 2009 +0200 vde2: virtual distributed network --- devel/vde2/DETAILS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/devel/vde2/DETAILS b/devel/vde2/DETAILS new file mode 100644 index 0000000..9b37ed0 --- /dev/null +++ b/devel/vde2/DETAILS @@ -0,0 +1,15 @@ + MODULE=vde2 + VERSION=2.2.2 + SOURCE=${MODULE}-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/vde + SOURCE_VFY=sha1:979efc41dd5d0c41f54929159031361e961c6b80 + WEB_SITE=http://kvm.qumranet.com/kvmwiki + ENTERED=20090525 + UPDATED=20090525 + SHORT="virtual distributed ethernet" + +cat << EOF +VDE: Virtual Distributed Ethernet. It creates the abstraction of a +virtual ethernet: a single vde can be accessed by virtual and real +computers +EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:32 -0000 Subject: [Lunar-commits] linux-2.6-rc: 30-rc7 Message-ID: <20091202190530.3B9C29B2F9@doppio.foo-projects.org> commit 14bda61531a54a714726e470a3f2d1a29dd8f7aa Author: Samuel Verstraete Date: Mon May 25 08:29:09 2009 +0200 linux-2.6-rc: 30-rc7 --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 96da935..3e3be95 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.30-rc5 + VERSION=2.6.30-rc7 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:de7e6706b9198dc46be48bf46f051d3b30dd4c76 + SOURCE_VFY=sha1:12b781e4cee59f5cb2450197186cafcc997daab6 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090512 + UPDATED=20090525 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at lunar-linux.org Wed Dec 2 20:05:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:32 -0000 Subject: [Lunar-commits] tumbler: xfce4 stuff Message-ID: <20091202190530.C60C79B2F2@doppio.foo-projects.org> commit 095b72e2f4aede7eab4cdd968c885d9f4ddd374d Author: Samuel Verstraete Date: Mon Jun 8 20:14:06 2009 +0200 tumbler: xfce4 stuff --- xfce4/core/tumbler/BUILD | 9 +++++++++ xfce4/core/tumbler/DETAILS | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/xfce4/core/tumbler/BUILD b/xfce4/core/tumbler/BUILD new file mode 100644 index 0000000..a086dca --- /dev/null +++ b/xfce4/core/tumbler/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/tumbler/DETAILS b/xfce4/core/tumbler/DETAILS new file mode 100644 index 0000000..8860e56 --- /dev/null +++ b/xfce4/core/tumbler/DETAILS @@ -0,0 +1,16 @@ + MODULE=tumbler + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git://git.xfce.org/jannis/$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto + ENTERED=20090607 + UPDATED=20090607 + PSAFE=no + SHORT="thumbnailing service" + +cat << EOF +A D-Bus thumbnailing service based on the thumbnail management D-Bus +specification +EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:32 -0000 Subject: [Lunar-commits] linux-2.6-rc Message-ID: <20091202190530.998E99B302@doppio.foo-projects.org> commit 77be9012a26c3ffc98c497fcac3c02e2e22ae488 Author: Samuel Verstraete Date: Sun Jun 7 12:41:13 2009 +0200 linux-2.6-rc --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 3e3be95..337f984 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.30-rc7 + VERSION=2.6.30-rc8 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:12b781e4cee59f5cb2450197186cafcc997daab6 + SOURCE_VFY=sha1:bf9c2e93fb584375eba2c17c8255070d38bc5ca9 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090525 + UPDATED=20090604 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at lunar-linux.org Wed Dec 2 20:05:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:33 -0000 Subject: [Lunar-commits] gedit: GEdit Text Editor in desktop file Message-ID: <20091202190530.D91E49B2F4@doppio.foo-projects.org> commit 412f8c3315ad0e5c1cf9aae8bba0d201e3b17b10 Author: Samuel Verstraete Date: Mon Jun 8 21:05:59 2009 +0200 gedit: GEdit Text Editor in desktop file --- gnome2/desktop/gedit/BUILD | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gnome2/desktop/gedit/BUILD b/gnome2/desktop/gedit/BUILD index 5d34717..84ec0e3 100644 --- a/gnome2/desktop/gedit/BUILD +++ b/gnome2/desktop/gedit/BUILD @@ -1,5 +1,9 @@ ( + sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in && + sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in.in && + + ./configure --prefix=${GNOME210_PREFIX:-/usr} \ --build=$BUILD \ --sysconfdir=/etc \ From elangelo at lunar-linux.org Wed Dec 2 20:05:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:33 -0000 Subject: [Lunar-commits] buildbot: new module Message-ID: <20091202190530.F3D3A9B2F0@doppio.foo-projects.org> commit 68c7c2268fe879ac1e9189dcb6be7c65dfd3f2ed Author: Samuel Verstraete Date: Sun Jun 21 10:25:54 2009 +0200 buildbot: new module --- devel/buildbot/BUILD | 4 ++++ devel/buildbot/DEPENDS | 1 + devel/buildbot/DETAILS | 13 +++++++++++++ 3 files changed, 18 insertions(+), 0 deletions(-) diff --git a/devel/buildbot/BUILD b/devel/buildbot/BUILD new file mode 100644 index 0000000..3d6b04e --- /dev/null +++ b/devel/buildbot/BUILD @@ -0,0 +1,4 @@ +( + prepare_install && + python ./setup.py install +) > $C_FIFO 2>&1 diff --git a/devel/buildbot/DEPENDS b/devel/buildbot/DEPENDS new file mode 100644 index 0000000..2f6cf73 --- /dev/null +++ b/devel/buildbot/DEPENDS @@ -0,0 +1 @@ +depends Twisted diff --git a/devel/buildbot/DETAILS b/devel/buildbot/DETAILS new file mode 100644 index 0000000..373236d --- /dev/null +++ b/devel/buildbot/DETAILS @@ -0,0 +1,13 @@ + MODULE=buildbot + VERSION=0.7.10p1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:799bf66cf4d6f8b9f94c0b167ac14b1198afdb7d + ENTERED=20090616 + UPDATED=20090616 + SHORT="buildbot" + +cat< multipath-tools: mount lvm qemu modules Message-ID: <20091202190531.10F089B2F7@doppio.foo-projects.org> commit 688ac75c3c70fa368ba1b01d89375843face89ef Author: Samuel Verstraete Date: Sun Jun 21 10:34:10 2009 +0200 multipath-tools: mount lvm qemu modules --- filesys/multipath-tools/DEPENDS | 1 + filesys/multipath-tools/DETAILS | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/filesys/multipath-tools/DEPENDS b/filesys/multipath-tools/DEPENDS new file mode 100644 index 0000000..2a67d02 --- /dev/null +++ b/filesys/multipath-tools/DEPENDS @@ -0,0 +1 @@ +depends libaio diff --git a/filesys/multipath-tools/DETAILS b/filesys/multipath-tools/DETAILS new file mode 100644 index 0000000..3971e24 --- /dev/null +++ b/filesys/multipath-tools/DETAILS @@ -0,0 +1,14 @@ + MODULE=multipath-tools + VERSION=0.4.8 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://christophe.varoqui.free.fr/multipath-tools + SOURCE_VFY=sha1:aadc7c7ed072c3df2e32c64a2ab1ba7fac850d7a + WEB_SITE=http://christophe.varoqui.free.fr + PSAFE=no + ENTERED=20090611 + UPDATED=20090611 + SHORT="multipath-tools" + +cat << EOF +multipath-tools +EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:33 -0000 Subject: [Lunar-commits] libaio: depedency of multipath-tools Message-ID: <20091202190531.3CF829B2F6@doppio.foo-projects.org> commit 199ef5b83566fbb54a1e005ba51b51cf353611c4 Author: Samuel Verstraete Date: Sun Jun 21 10:35:41 2009 +0200 libaio: depedency of multipath-tools --- libs/libaio/DETAILS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/libs/libaio/DETAILS b/libs/libaio/DETAILS new file mode 100644 index 0000000..e34ffd7 --- /dev/null +++ b/libs/libaio/DETAILS @@ -0,0 +1,13 @@ + MODULE=libaio + VERSION=0.3.107 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://mirror.internode.on.net/pub/gentoo-portage/distfiles/ + SOURCE_VFY=sha1:769a541744448a6dfc3fd3a3e335afe7aa77ca8e + WEB_SITE=http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/ + ENTERED=20090611 + UPDATED=20090611 + SHORT="libaio" + +cat << EOF +libaio +EOF From elangelo at xfce.org Wed Dec 2 20:05:33 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:33 -0000 Subject: [Lunar-commits] consonance > pragha xfce4-power-manager 0.8.0 Message-ID: <20091202190531.8B2719B2F8@doppio.foo-projects.org> commit 258e4f659febdb8c37f24ac48937749021d4b0b8 Author: Samuel Verstraete Date: Mon Jun 29 20:21:34 2009 +0200 consonance > pragha xfce4-power-manager 0.8.0 --- audio/consonance/DEPENDS | 5 ----- audio/consonance/DETAILS | 20 -------------------- audio/pragha/DEPENDS | 7 +++++++ audio/pragha/DETAILS | 19 +++++++++++++++++++ xfce4/goodies/xfce4-power-manager/DETAILS | 6 +++--- 5 files changed, 29 insertions(+), 28 deletions(-) diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS deleted file mode 100644 index bbf0b39..0000000 --- a/audio/consonance/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends libmad -depends libogg -depends flac -depends libsndfile -depends libnotify diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS deleted file mode 100644 index 4a9ec1b..0000000 --- a/audio/consonance/DETAILS +++ /dev/null @@ -1,20 +0,0 @@ - MODULE=consonance - #VERSION="svn-`date +%Y%U`" - VERSION=0.5.1 - #SOURCE=$MODULE.tar.bz2 - SOURCE=$MODULE-$VERSION.tar.gz -#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=$SFORGE_URL/$MODULE -# SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance - WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:af3667cf43f5f2eedeac94454f1e5b9de68b5155 - ENTERED=20080805 - #UPDATED=20090307 - UPDATED=20090512 - PSAFE=no - SHORT="lightweight music manager" - -cat << EOF -Consonance is a lightweight GTK+ music manager that aims to be fast, -bloat-free, and light on memory consumption. -EOF diff --git a/audio/pragha/DEPENDS b/audio/pragha/DEPENDS new file mode 100644 index 0000000..2ca8472 --- /dev/null +++ b/audio/pragha/DEPENDS @@ -0,0 +1,7 @@ +depends libmad +depends libogg +depends flac +depends libsndfile +depends libnotify +depends taglib +depends libmodplug diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS new file mode 100644 index 0000000..da507a5 --- /dev/null +++ b/audio/pragha/DETAILS @@ -0,0 +1,19 @@ + MODULE=pragha + #VERSION="svn-`date +%Y%U`" + VERSION=0.6.1 + #SOURCE=$MODULE.tar.bz2 + SOURCE=$MODULE-$VERSION.tar.bz2 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http://dissonance.googlecode.com/files/ +# SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance + WEB_SITE=http://consonance.sourceforge.net/ + SOURCE_VFY=sha1:86ff63f1c57fd457bb7163c1d3cc285d5e2ace2b + ENTERED=20090627 + #UPDATED=20090307 + UPDATED=20090627 + SHORT="lightweight music manager" + +cat << EOF +Consonance is a lightweight GTK+ music manager that aims to be fast, +bloat-free, and light on memory consumption. +EOF diff --git a/xfce4/goodies/xfce4-power-manager/DETAILS b/xfce4/goodies/xfce4-power-manager/DETAILS index 1de7847..f7174ef 100644 --- a/xfce4/goodies/xfce4-power-manager/DETAILS +++ b/xfce4/goodies/xfce4-power-manager/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-power-manager - VERSION=0.6.5 + VERSION=0.8.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:c44a3106d17816cec2ce0be970d9ac2331c80a75 + SOURCE_VFY=sha1:51012fdf09c3fbf94cf73489915f96838abb15e0 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20090307 - UPDATED=20090405 + UPDATED=20090628 SHORT="A power manager Xfce" cat << EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:33 -0000 Subject: [Lunar-commits] multipath-tools: kpartx Message-ID: <20091202190531.7399A9B2FC@doppio.foo-projects.org> commit fa9df8fc681e1ed4e314e416c22d8576fe9430d5 Author: Samuel Verstraete Date: Sun Jun 21 10:36:08 2009 +0200 multipath-tools: kpartx --- filesys/multipath-tools/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/filesys/multipath-tools/DETAILS b/filesys/multipath-tools/DETAILS index 3971e24..08d0f1a 100644 --- a/filesys/multipath-tools/DETAILS +++ b/filesys/multipath-tools/DETAILS @@ -10,5 +10,5 @@ SHORT="multipath-tools" cat << EOF -multipath-tools +multipath-tools: kpartx EOF From elangelo at xfce.org Wed Dec 2 20:05:34 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:34 -0000 Subject: [Lunar-commits] new stuff Message-ID: <20091202190532.065309B236@doppio.foo-projects.org> commit e3c23abe8dbed7383a28ed049dece399e7d8e28b Author: Samuel Verstraete Date: Fri Jul 17 19:44:17 2009 +0200 new stuff --- devel/gtksourcecompletion/DETAILS | 17 +++++++++++++++++ devel/vtg/DETAILS | 12 ++++++++++++ graphics/rawstudio/DETAILS | 12 ++++++++++++ 3 files changed, 41 insertions(+), 0 deletions(-) diff --git a/devel/gtksourcecompletion/DETAILS b/devel/gtksourcecompletion/DETAILS new file mode 100644 index 0000000..96b8c4d --- /dev/null +++ b/devel/gtksourcecompletion/DETAILS @@ -0,0 +1,17 @@ +MODULE=gtksourcecompletion +VERSION=0.7.0 +SOURCE=$MODULE-$VERSION.tar.gz +#SOURCE_URL=http://cloud.github.com/downloads/chuchiperriman/gtksourcecompletion +SOURCE_URL=$SFORGE_URL/gtksourcecomple +WEBSITE=http://gtksourcecomple.sourceforge.net +ENTERED=20090628 +UPDATED=20090628 +SHORT="library to add autocompletion and calltips support to gtksourceview" +cat << EOF +GtkSourceCompletion is a library to add (auto)completion and calltips +support to GtkSourceView. The library manages all events, the popup +position etc. but it doesn't complete anything, it is the base library. +You can develop providers for GtkSourceCompletion and the library will +use it to show all the proposals, the information for every proposal +etc. +EOF diff --git a/devel/vtg/DETAILS b/devel/vtg/DETAILS new file mode 100644 index 0000000..6906c0c --- /dev/null +++ b/devel/vtg/DETAILS @@ -0,0 +1,12 @@ +MODULE=vtg +VERSION=0.4.1 +SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_URL=http://vtg.googlecode.com/files/ +WEBSITE=http://vtg.googlecode.com +ENTERED=20090628 +UPDATED=20090628 +SHORT="Vala Toys for gEdit" +cat << EOF +Experimental collection of plugins for gEdit to make it a better +programmer editor for the Vala language +EOF diff --git a/graphics/rawstudio/DETAILS b/graphics/rawstudio/DETAILS new file mode 100644 index 0000000..ccd2c37 --- /dev/null +++ b/graphics/rawstudio/DETAILS @@ -0,0 +1,12 @@ + MODULE=rawstudio + VERSION=1.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://rawstudio.org/download/ + SOURCE_VFY=sha1:9ce96c40e0b8feaf4627c14310646782578d4da1 + WEB_SITE=http://rawstudio.org + ENTERED=20090713 + UPDATED=20090713 + SHORT="" + +cat << EOF +EOF From elangelo at xfce.org Wed Dec 2 20:05:34 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:34 -0000 Subject: [Lunar-commits] linux-2.6-rc Message-ID: <20091202190531.9E8DE9B2FF@doppio.foo-projects.org> commit b3e251e2ff1c811e14350e9cd098261d411d43e9 Author: Samuel Verstraete Date: Fri Jul 17 19:43:43 2009 +0200 linux-2.6-rc --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 337f984..e15adc3 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.30-rc8 + VERSION=2.6.31-rc1 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:bf9c2e93fb584375eba2c17c8255070d38bc5ca9 + SOURCE_VFY=sha1:61293da307f09aa84022d49fca3769ce7ce37c4d WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090604 + UPDATED=20090715 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From samuel.verstraete at gmail.com Wed Dec 2 20:05:34 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:34 -0000 Subject: [Lunar-commits] pragha stuff Message-ID: <20091202190532.55FAC9B231@doppio.foo-projects.org> commit 5644c871dfd4455e0e9c38035e3c9c82d87161ca Author: Samuel Date: Thu Jul 30 18:45:02 2009 +0200 pragha stuff --- audio/pragha/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS index da507a5..185f231 100644 --- a/audio/pragha/DETAILS +++ b/audio/pragha/DETAILS @@ -1,16 +1,15 @@ MODULE=pragha #VERSION="svn-`date +%Y%U`" - VERSION=0.6.1 + VERSION=0.6.2 #SOURCE=$MODULE.tar.bz2 SOURCE=$MODULE-$VERSION.tar.bz2 #SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=http://dissonance.googlecode.com/files/ # SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:86ff63f1c57fd457bb7163c1d3cc285d5e2ace2b + SOURCE_VFY=sha1:3f3c03d49542ff086eb9eaa6ae7c8331df4786bb ENTERED=20090627 - #UPDATED=20090307 - UPDATED=20090627 + UPDATED=20090702 SHORT="lightweight music manager" cat << EOF From elangelo at xfce.org Wed Dec 2 20:05:34 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:34 -0000 Subject: [Lunar-commits] stuff Message-ID: <20091202190532.39E559B305@doppio.foo-projects.org> commit 58bc8580195879f96e6d0bb290c0dc2800a35a95 Author: Samuel Verstraete Date: Fri Jul 24 16:38:29 2009 +0200 stuff --- kernel/linux-2.6-rc/DETAILS | 6 +++--- xfce4/apps/mousepad/BUILD | 2 +- xorg7/xorg-server/BUILD | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index e15adc3..d5cb878 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc1 + VERSION=2.6.31-rc4 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:61293da307f09aa84022d49fca3769ce7ce37c4d + SOURCE_VFY=sha1:55efea713fa01fdd6acbadd6f4b4dd4f3547b3e9 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090715 + UPDATED=20090724 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD index 33863eb..e8dc8a0 100644 --- a/xfce4/apps/mousepad/BUILD +++ b/xfce4/apps/mousepad/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_cvs_build && +# default_cvs_build && ./configure --build=$BUILD \ --prefix=${MODULE_PREFIX} \ diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 81f2963..6b4e2af 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -13,6 +13,7 @@ fi && OPTS+=" --enable-composite --enable-aiglx \ + --enable-install-libxf86config \ --with-dri-driver-path=${MODULE_PREFIX}/lib/dri" && default_build From elangelo at xfce.org Wed Dec 2 20:05:35 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:35 -0000 Subject: [Lunar-commits] pragha: version bump Message-ID: <20091202190532.9D4D79B2F5@doppio.foo-projects.org> commit 7dd76540ce4640b4c5722221e688c1dc619dc47e Author: Samuel Verstraete Date: Fri Jul 31 08:31:24 2009 +0200 pragha: version bump --- audio/pragha/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS index da507a5..d0a4008 100644 --- a/audio/pragha/DETAILS +++ b/audio/pragha/DETAILS @@ -1,16 +1,15 @@ MODULE=pragha #VERSION="svn-`date +%Y%U`" - VERSION=0.6.1 + VERSION=0.6.2.2 #SOURCE=$MODULE.tar.bz2 SOURCE=$MODULE-$VERSION.tar.bz2 #SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=http://dissonance.googlecode.com/files/ # SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:86ff63f1c57fd457bb7163c1d3cc285d5e2ace2b + SOURCE_VFY=sha1:7e9256d3f10ad22cc52ca32f5f5e1b989082f9a8 ENTERED=20090627 - #UPDATED=20090307 - UPDATED=20090627 + UPDATED=20090731 SHORT="lightweight music manager" cat << EOF From elangelo at xfce.org Wed Dec 2 20:05:35 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:35 -0000 Subject: [Lunar-commits] libxfce4ui: graphic lib for xfce Message-ID: <20091202190532.66CE89B307@doppio.foo-projects.org> commit 2714ea31438e2802b18743e2dfd36caa3e0f6c22 Author: Samuel Verstraete Date: Fri Jul 31 08:31:02 2009 +0200 libxfce4ui: graphic lib for xfce --- xfce4/core/libxfce4ui/BUILD | 14 ++++++++++++++ xfce4/core/libxfce4ui/DETAILS | 15 +++++++++++++++ 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/libxfce4ui/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4ui/DETAILS b/xfce4/core/libxfce4ui/DETAILS new file mode 100644 index 0000000..777973f --- /dev/null +++ b/xfce4/core/libxfce4ui/DETAILS @@ -0,0 +1,15 @@ + MODULE=libxfce4ui + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20030715 + UPDATED=20071207 + SHORT="Widget library for Xfce4" + +cat << EOF +libxfcegui4 -- Library that provides extra widgets and graphical user +interface functions to the Xfce4 desktop environment. +EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:36 -0000 Subject: [Lunar-commits] binutils: 2.19.1 Message-ID: <20091202190532.F16F69B300@doppio.foo-projects.org> commit ddc9a8ccbd1d50b95367bc1344dfe85f22235e22 Author: Samuel Verstraete Date: Wed Aug 5 14:49:15 2009 +0200 binutils: 2.19.1 --- devel/binutils/BUILD | 24 ++++++++---------------- devel/binutils/BUILD.sparc64 | 7 ++++--- devel/binutils/DETAILS | 16 +++++++--------- 3 files changed, 19 insertions(+), 28 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index b01a5de..3140e0e 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,21 +1,13 @@ ( -# patch_it $SOURCE_CACHE/$SOURCE2 0 && - - #Somehow I believe this might/should be logged as a bug to the glibc guys... -# sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ -# bfd/doc/Makefile.in && - -# aclocal && -# autoconf && - - OPTS+=" --host=$BUILD" && - default_config && - make tooldir=/usr && - prepare_install && - make tooldir=/usr install && - make tooldir=/usr install-info && - mkdir -p $DOCUMENT_DIRECTORY/binutils && + ./configure --host=$BUILD \ + --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils ) > $C_FIFO 2>&1 diff --git a/devel/binutils/BUILD.sparc64 b/devel/binutils/BUILD.sparc64 index f56658d..c5cabf7 100644 --- a/devel/binutils/BUILD.sparc64 +++ b/devel/binutils/BUILD.sparc64 @@ -4,9 +4,10 @@ sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ bfd/doc/Makefile.in && - ./configure --host=$BUILD \ - --target=sparc-linux \ - --prefix=/usr && + ./configure --host=$BUILD \ + --target=sparc-linux \ + --prefix=/usr && + make tooldir=/usr && prepare_install && make tooldir=/usr install && diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 4a49cab..120d5ac 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,16 +1,14 @@ MODULE=binutils - VERSION=2.19 + VERSION=2.19.1 SOURCE=$MODULE-$VERSION.tar.bz2 - #SOURCE2=binutils-2.18-makeinfo.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff - SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:88c91e36cde93433e4c4c2b2e3417777aad84526 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20090421 - SHORT="essential collection of binary utilities." + UPDATED=20090401 + PSAFE=no + SHORT="An essential collection of binary utilities" cat << EOF binutils - Collection of binary utilities From elangelo at lunar-linux.org Wed Dec 2 20:05:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:36 -0000 Subject: [Lunar-commits] gcc: 4.4.1 Message-ID: <20091202190532.C90969B2FD@doppio.foo-projects.org> commit ac302f87b65f4f363dd34afa7cdcd2d32d63968c Author: Samuel Verstraete Date: Wed Aug 5 14:45:34 2009 +0200 gcc: 4.4.1 --- compilers/gcc/BUILD | 15 ++++++--------- compilers/gcc/BUILD.x86_64 | 13 +++++-------- compilers/gcc/CONFIGURE | 12 ++++++------ compilers/gcc/DEPENDS | 3 ++- compilers/gcc/DETAILS | 6 +++--- compilers/gcc/POST_INSTALL | 14 ++++---------- 6 files changed, 26 insertions(+), 37 deletions(-) diff --git a/compilers/gcc/BUILD b/compilers/gcc/BUILD index fe306a7..7fcc411 100644 --- a/compilers/gcc/BUILD +++ b/compilers/gcc/BUILD @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES="${LANGUAGES:=c++}" && + LANGUAGES="${LANGUAGES:=c++}" && - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi - - ../configure --host=$BUILD \ + ../configure --build=$BUILD \ + --host=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -25,7 +22,7 @@ --with-gnu-ld \ --with-system-zlib \ --enable-shared \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/BUILD.x86_64 b/compilers/gcc/BUILD.x86_64 index 34a04f7..6ed319d 100644 --- a/compilers/gcc/BUILD.x86_64 +++ b/compilers/gcc/BUILD.x86_64 @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES=${LANGUAGES:=c++} && - - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi + LANGUAGES=${LANGUAGES:=c++} && ../configure --host=$BUILD \ + --build=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -26,7 +23,7 @@ --with-system-zlib \ --enable-shared \ --disable-multilib \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/CONFIGURE b/compilers/gcc/CONFIGURE index 176efa1..79b186a 100644 --- a/compilers/gcc/CONFIGURE +++ b/compilers/gcc/CONFIGURE @@ -9,12 +9,13 @@ if [ -n "$RECONFIGURE" ] ; then OPTIONS=( "java" "Java" "off" "objc" "Objective C" "off" + "fortran" "Fortran" "off" ) - RESULT=`dialog --title "Select additional compiler languages" \ - --stdout \ - --separate-output \ - --checklist "Available additional languages:" \ - 0 0 0 \ + RESULT=`dialog --title "Select additional compiler languages" \ + --stdout \ + --separate-output \ + --checklist "Available additional languages:" \ + 0 0 0 \ "${OPTIONS[@]}"` LANGUAGES="c++,$(echo $RESULT | sed 's/ /,/g')" @@ -29,4 +30,3 @@ if [ -n "$RECONFIGURE" ] ; then fi fi - diff --git a/compilers/gcc/DEPENDS b/compilers/gcc/DEPENDS index 858cf14..ae64c3c 100644 --- a/compilers/gcc/DEPENDS +++ b/compilers/gcc/DEPENDS @@ -1 +1,2 @@ -optional_depends "mpfr" "" "" "to compile fortran support" +depends gmp +depends mpfr diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 91ae188..1174072 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -1,13 +1,13 @@ MODULE=gcc - VERSION=4.2.4 + VERSION=4.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION - SOURCE_VFY=sha1:bb20efc7750fe0d6172c5945572bf036fe59d3dd + SOURCE_VFY=sha1:9156ddb7e4cc72288ec31760d6ddc7981123a8a2 WEB_SITE=http://gcc.gnu.org ENTERED=20020628 - UPDATED=20080523 + UPDATED=20090801 PSAFE=no SHORT="GNU compiler collection" diff --git a/compilers/gcc/POST_INSTALL b/compilers/gcc/POST_INSTALL index c3e8185..6179464 100644 --- a/compilers/gcc/POST_INSTALL +++ b/compilers/gcc/POST_INSTALL @@ -1,14 +1,8 @@ -# allow seamless upgrade/downgrade from/to gcc <=> gcc3 -if module_installed gcc3 ; then - remove_module gcc3 -fi - -cd /usr/lib/gcc/$BUILD/$VERSION && -ln -sf /usr/bin/cpp cpp && -cd /lib/ && -ln -sf /usr/bin/cpp cpp && +cd /usr/lib/gcc/$BUILD/$VERSION && +ln -sf /usr/bin/cpp cpp && +cd /lib/ && +ln -sf /usr/bin/cpp cpp && if [ ! -e /usr/bin/cc ] ; then ln -s gcc /usr/bin/cc fi || true - From elangelo at lunar-linux.org Wed Dec 2 20:05:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:36 -0000 Subject: [Lunar-commits] glibc: something newer ! Message-ID: <20091202190533.25AE59B304@doppio.foo-projects.org> commit 15e35787f0c34c57ea8453c383823549684eafca Author: Samuel Verstraete Date: Wed Aug 5 14:50:12 2009 +0200 glibc: something newer ! --- libs/glibc/BUILD | 117 ++++++++++++++++++++++---------------------- libs/glibc/BUILD.x86_64 | 123 ++++++++++++++++++++++++----------------------- libs/glibc/CONFIGURE | 8 ++-- libs/glibc/DETAILS | 24 +++++----- libs/glibc/PRE_BUILD | 6 +- 5 files changed, 139 insertions(+), 139 deletions(-) diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD index 24f09d7..492fff8 100644 --- a/libs/glibc/BUILD +++ b/libs/glibc/BUILD @@ -1,72 +1,71 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + $OPTS && + # explicitly exit here since the following code unsets $? make || exit 1 && - + # Preserve the old glibc temporarily - LD=/lib/ld-linux.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - + LD=/lib/ld-linux.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + case "`arch`" in alpha) - GLIBC=/lib/libc.so.6.1 - DL=/lib/libdl.so.2.1 + GLIBC=/lib/libc.so.6.1 && + DL=/lib/libdl.so.2.1 && M=/lib/libm.so.6.1 ;; ppc) - LD=/lib/ld.so.1 + LD=/lib/ld.so.1 && DL=/lib/libdl.so.2 ;; *) DL=/lib/libdl.so.2 ;; - esac - + esac && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -77,7 +76,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -89,16 +88,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed rm -f /usr/include/gnu/stubs.h && - + # This removes the old glibc prepare_install && - + # And now we install the new make install && - + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -106,37 +105,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64 index c61b76c..6720b9e 100644 --- a/libs/glibc/BUILD.x86_64 +++ b/libs/glibc/BUILD.x86_64 @@ -1,60 +1,61 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --host=$BUILD \ - --build=$BUILD \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + --host=$BUILD \ + --build=$BUILD \ + $OPTS && + # explicitly exit here since the following code unsets $? - make || exit 1 - + make || exit 1 && + # Preserve the old glibc temporarily - LD=/lib/ld-linux-x86-64.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - DL=/lib/libdl.so.2 - + LD=/lib/ld-linux.so.2 && + LD=/lib/ld-linux-x86-64.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + + DL=/lib/libdl.so.2 && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -65,7 +66,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -77,16 +78,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed - rm -f /usr/include/gnu/stubs.h && - + rm -f /usr/include/gnu/stubs.h && + # This removes the old glibc - prepare_install && - + prepare_install && + # And now we install the new - make install && - + make install && + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -94,37 +95,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE index 9c9ee7f..f871d4c 100644 --- a/libs/glibc/CONFIGURE +++ b/libs/glibc/CONFIGURE @@ -14,9 +14,9 @@ unpack_localedata() { message "Extracting locale data .. this might take a second .." # Extract the localedata directory from the source tarball - tar -C /tmp \ - -T $FILELIST_FILE \ - --strip-components=1 \ + tar -C /tmp \ + -T $FILELIST_FILE \ + --strip-components=1 \ -xjf $SOURCE_CACHE/$SOURCE } @@ -58,7 +58,7 @@ select_locales() { BACKTITLE="Glibc Configuration" TITLE="Locale Selection" HELP="Translated messages are automatically installed, but the locale database that controls other behavior is not. Please select desired locale or locales. If none are selected then all will be installed." - make_locales_checklist | xargs \ + make_locales_checklist | xargs \ dialog --backtitle "$BACKTITLE" \ --title "$TITLE" \ --stdout \ diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index caa7873..164a9ea 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -1,20 +1,20 @@ MODULE=glibc - VERSION=2.7 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=2.10.1 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-libidn-$VERSION.tar.bz2 - SOURCE3=$MODULE-2.7-no_timezones.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL[0]=$GNU_URL/$MODULE/ - SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ + SOURCE3=$MODULE-$VERSION-no_timezones.patch + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE2_URL[0]=$GNU_URL/$MODULE + SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:ccc70e95db826e4b1fd3b484154402fdc3df88f7 - SOURCE2_VFY=sha1:2338cc9b5795f5e97a19aac6d7d00ab750e81ac3 - SOURCE3_VFY=sha1:b8cbd1725572600db0df32321a771ce0b11894c8 + SOURCE_VFY=sha1:e185b1faa54b734f9baba815142e9abf6c02054b + SOURCE2_VFY=sha1:50c1ac0d9ddff6eb83f75aa1c4cb84ba6fffa0cd + SOURCE3_VFY=sha1:9163df279f04efcc37a146115534e9fd0f9a19c5 WEB_SITE=http://www.gnu.org/software/libc ENTERED=20010922 - UPDATED=20071211 - SHORT="C library for use with GNU/Hurd and GNU/Linux." + UPDATED=20090518 + SHORT="C library for use with GNU/Hurd and GNU/Linux" PSAFE=no cat << EOF diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD index c418228..1daa4b3 100644 --- a/libs/glibc/PRE_BUILD +++ b/libs/glibc/PRE_BUILD @@ -1,4 +1,4 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && -unpack $SOURCE2 && +default_pre_build && +cd $SOURCE_DIRECTORY && +unpack $SOURCE2 && mv glibc-libidn-$VERSION libidn From elangelo at lunar-linux.org Wed Dec 2 20:05:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:36 -0000 Subject: [Lunar-commits] added the optimization thing Message-ID: <20091202190533.4D7B69B2F0@doppio.foo-projects.org> commit d98fb3205cbcc4b6f2f2e6181cfe8f2ebe25c4b7 Author: Samuel Verstraete Date: Wed Aug 5 14:50:59 2009 +0200 added the optimization thing --- compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 526 ++++++++++++++++++++++++ 1 files changed, 526 insertions(+), 0 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin new file mode 100644 index 0000000..c6bab48 --- /dev/null +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -0,0 +1,526 @@ +# +# gcc-4.3.x compiler optimizations plugin +# + +plugin_compiler_gcc_4_4_optimize() +{ + if [ "${LUNAR_COMPILER:-GCC_4_4}" != "GCC_4_4" ]; then + return 2 + fi + + debug_msg "plugin_compiler_gcc_4_4_optimize($@)" + if [ -f /etc/lunar/local/optimizations.GCC_4_4 ]; then + . /etc/lunar/local/optimizations.GCC_4_4 + fi + + # some local macro's + cflags_add() + { + CFLAGS="$CFLAGS $@" + } + + cxxflags_add() + { + CXXFLAGS="$CXXFLAGS $@" + } + + cppflags_add() + { + CPPFLAGS="$CPPFLAGS $@" + } + + c_cxx_flags_add() + { + cflags_add $@ + cxxflags_add $@ + } + + # CFLAGS/CXXFLAGS - base optimization + case $BOPT in + None) c_cxx_flags_add "-O0" ;; + Small) c_cxx_flags_add "-Os" ;; + Fast) c_cxx_flags_add "-O1" ;; + Faster) c_cxx_flags_add "-O2" ;; + Fastest) c_cxx_flags_add "-O3" ;; + esac + + # CFLAGS -march cpu-specific optimization + if [ -n "$CPU" ]; then + c_cxx_flags_add "-march=$CPU" + fi + + # GCC specific extra optimizations + for SP in ${SPD[@]}; do + case $SP in + Speedy) c_cxx_flags_add "-funroll-loops" ;; + Regparm) c_cxx_flags_add "-mregparm=3" ;; + Risky) c_cxx_flags_add "-ffast-math" ;; + Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; + Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; + Profiling) + c_cxx_flags_add "-fprofile-arcs" + set_local_config "KEEP_SOURCE" "on" + ;; + Branching) c_cxx_flags_add "-fbranch-probabilities" ;; + Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; + Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; + Float) c_cxx_flags_add "-ffloat-store" ;; + Address) c_cxx_flags_add "-fforce-addr" ;; + Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; + Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; + Doubles) c_cxx_flags_add "-malign-double" ;; + Tracer) c_cxx_flags_add "-ftracer" ;; + Blocks) c_cxx_flags_add "-freorder-blocks" ;; + esac + done + + # STACK - kind of dangerous - shouldn't we just remove this? + if (( STACK > 0 )) ; then + c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" + cppflags_add "-mpreferred-stack-boundary=$STACK" + fi + + for XTR in ${XTRA[@]}; do + case $XTR in + MMX) c_cxx_flags_add "-mmmx" ;; + SSE) c_cxx_flags_add "-msse" ;; + SSE2) c_cxx_flags_add "-msse2" ;; + SSE3) c_cxx_flags_add "-msse3" ;; + dnow) c_cxx_flags_add "-m3dnow" ;; + Altivec) c_cxx_flags_add "-maltivec" ;; + esac + done + + case $FPM in + x387) c_cxx_flags_add "-mfpmath=387" ;; + SSE) c_cxx_flags_add "-mfpmath=sse" ;; + Both) c_cxx_flags_add "-mfpmath=sse,387" ;; + esac + + for OPT in ${CC_OPTS[@]}; do + case $OPT in + Deprecated) + cxxflags_add "-Wno-deprecated" + ;; + Debug) + c_cxx_flags_add "-g" + ;; + Pipe) + c_cxx_flags_add "-pipe" + ;; + esac + done + + CC=gcc + CXX=g++ + CPP=cpp + + export CFLAGS CXXFLAGS CPPFLAGS + export CC CXX CPP + + verbose_msg "CC=\"$CC\"" + verbose_msg "CXX=\"$CXX\"" + verbose_msg "CPP=\"$CPP\"" + verbose_msg "CFLAGS=\"$CFLAGS\"" + verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" + verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" + + return 2 +} + + +plugin_compiler_gcc_4_4_menu() +{ + # The main code calls this function WITHOUT $1 to find out which + # compiler optimization plugins exist. It then returns the plugin + # identifier which can be saved in $LUNAR_COMPILER as the user's + # choice for COMPILERS + if [ -z "$1" ]; then + echo "GCC_4_4" + echo "GNU C Compiler suite version 4.4.x" + return 2 + elif [ "$1" != "GCC_4_4" ]; then + # we don't display anything when the user selected a + # different menu + return 2 + fi + + # now we are done with determining if we are really the menu + # that the user wants - so we can display it + menu() + { + unset RESULT + if [ "$1" == "checklist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + elif [ "$1" == "radiolist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + fi + RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') + return 0 + } + + save_optimizations() + { + debug_msg "save_optimizations($@)" + cat >/etc/lunar/local/optimizations.GCC_4_4 < no gcc 4.2 plugin Message-ID: <20091202190533.6E7B09B2F4@doppio.foo-projects.org> commit bbf5400f634072167ec9f7a55a7ce38543fb73ad Author: Samuel Verstraete Date: Wed Aug 5 14:51:19 2009 +0200 no gcc 4.2 plugin --- compilers/gcc/plugin.d/optimize-gcc_4_2.plugin | 524 ------------------------ 1 files changed, 0 insertions(+), 524 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin deleted file mode 100644 index 8220ab2..0000000 --- a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin +++ /dev/null @@ -1,524 +0,0 @@ -# -# gcc-4.2.x compiler optimizations plugin -# - -plugin_compiler_gcc_4_2_optimize() -{ - if [ "${LUNAR_COMPILER:-GCC_4_2}" != "GCC_4_2" ]; then - return 2 - fi - - debug_msg "plugin_compiler_gcc_4_2_optimize($@)" - if [ -f /etc/lunar/local/optimizations.GCC_4_2 ]; then - . /etc/lunar/local/optimizations.GCC_4_2 - fi - - # some local macro's - cflags_add() - { - CFLAGS="$CFLAGS $@" - } - - cxxflags_add() - { - CXXFLAGS="$CXXFLAGS $@" - } - - cppflags_add() - { - CPPFLAGS="$CPPFLAGS $@" - } - - c_cxx_flags_add() - { - cflags_add $@ - cxxflags_add $@ - } - - # CFLAGS/CXXFLAGS - base optimization - case $BOPT in - None) c_cxx_flags_add "-O0" ;; - Small) c_cxx_flags_add "-Os" ;; - Fast) c_cxx_flags_add "-O1" ;; - Faster) c_cxx_flags_add "-O2" ;; - Fastest) c_cxx_flags_add "-O3" ;; - esac - - # CFLAGS -march cpu-specific optimization - if [ -n "$CPU" ]; then - c_cxx_flags_add "-march=$CPU" - fi - - # GCC specific extra optimizations - for SP in ${SPD[@]}; do - case $SP in - Speedy) c_cxx_flags_add "-funroll-loops" ;; - Regparm) c_cxx_flags_add "-mregparm=3" ;; - Risky) c_cxx_flags_add "-ffast-math" ;; - Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; - Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; - Profiling) - c_cxx_flags_add "-fprofile-arcs" - set_local_config "KEEP_SOURCE" "on" - ;; - Branching) c_cxx_flags_add "-fbranch-probabilities" ;; - Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; - Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; - Float) c_cxx_flags_add "-ffloat-store" ;; - Address) c_cxx_flags_add "-fforce-addr" ;; - Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; - Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; - Doubles) c_cxx_flags_add "-malign-double" ;; - Tracer) c_cxx_flags_add "-ftracer" ;; - Blocks) c_cxx_flags_add "-freorder-blocks" ;; - esac - done - - # STACK - kind of dangerous - shouldn't we just remove this? - if (( STACK > 0 )) ; then - c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" - cppflags_add "-mpreferred-stack-boundary=$STACK" - fi - - for XTR in ${XTRA[@]}; do - case $XTR in - MMX) c_cxx_flags_add "-mmmx" ;; - SSE) c_cxx_flags_add "-msse" ;; - SSE2) c_cxx_flags_add "-msse2" ;; - SSE3) c_cxx_flags_add "-msse3" ;; - dnow) c_cxx_flags_add "-m3dnow" ;; - Altivec) c_cxx_flags_add "-maltivec" ;; - esac - done - - case $FPM in - x387) c_cxx_flags_add "-mfpmath=387" ;; - SSE) c_cxx_flags_add "-mfpmath=sse" ;; - Both) c_cxx_flags_add "-mfpmath=sse,387" ;; - esac - - for OPT in ${CC_OPTS[@]}; do - case $OPT in - Deprecated) - cxxflags_add "-Wno-deprecated" - ;; - Debug) - c_cxx_flags_add "-g" - ;; - Pipe) - c_cxx_flags_add "-pipe" - ;; - esac - done - - CC=gcc - CXX=g++ - CPP=cpp - - export CFLAGS CXXFLAGS CPPFLAGS - export CC CXX CPP - - verbose_msg "CC=\"$CC\"" - verbose_msg "CXX=\"$CXX\"" - verbose_msg "CPP=\"$CPP\"" - verbose_msg "CFLAGS=\"$CFLAGS\"" - verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" - verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" - - return 2 -} - - -plugin_compiler_gcc_4_2_menu() -{ - # The main code calls this function WITHOUT $1 to find out which - # compiler optimization plugins exist. It then returns the plugin - # identifier which can be saved in $LUNAR_COMPILER as the user's - # choice for COMPILERS - if [ -z "$1" ]; then - echo "GCC_4_2" - echo "GNU C Compiler suite version 4.2.x" - return 2 - elif [ "$1" != "GCC_4_2" ]; then - # we don't display anything when the user selected a - # different menu - return 2 - fi - - # now we are done with determining if we are really the menu - # that the user wants - so we can display it - menu() - { - unset RESULT - if [ "$1" == "checklist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - elif [ "$1" == "radiolist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - fi - RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') - return 0 - } - - save_optimizations() - { - debug_msg "save_optimizations($@)" - cat >/etc/lunar/local/optimizations.GCC_4_2 < linux-2.6-rc: version Message-ID: <20091202190533.871389B301@doppio.foo-projects.org> commit f3750a59bdaa9ac7dee3722b2746504a1271707d Author: Samuel Verstraete Date: Thu Aug 6 21:11:26 2009 +0200 linux-2.6-rc: version --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index d5cb878..5b27a73 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc4 + VERSION=2.6.31-rc5 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:55efea713fa01fdd6acbadd6f4b4dd4f3547b3e9 + SOURCE_VFY=sha1:01cb56b333d9dbc999bbafeb333911e3ee9d6910 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090724 + UPDATED=20090802 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at lunar-linux.org Wed Dec 2 20:05:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:37 -0000 Subject: [Lunar-commits] binutils: x86_64 Message-ID: <20091202190533.B33D89B309@doppio.foo-projects.org> commit 673fdaaddf17a27965a230314422121bec160745 Author: Samuel Verstraete Date: Wed Aug 12 22:00:25 2009 +0200 binutils: x86_64 --- devel/binutils/BUILD.x86_64 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/devel/binutils/BUILD.x86_64 b/devel/binutils/BUILD.x86_64 new file mode 100644 index 0000000..23a6244 --- /dev/null +++ b/devel/binutils/BUILD.x86_64 @@ -0,0 +1,12 @@ +( + + ./configure --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && + cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 2 20:05:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:37 -0000 Subject: [Lunar-commits] vde2: fix for gcc 44 Message-ID: <20091202190533.E16499B2F6@doppio.foo-projects.org> commit 9046851974287437f849d90db0e2bf94aaf629c3 Author: Samuel Verstraete Date: Thu Aug 13 10:24:53 2009 +0200 vde2: fix for gcc 44 --- devel/vde2/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/vde2/DETAILS b/devel/vde2/DETAILS index 38e15a2..3fdb7ea 100644 --- a/devel/vde2/DETAILS +++ b/devel/vde2/DETAILS @@ -1,19 +1,19 @@ MODULE=vde2 VERSION=2.2.2 SOURCE=${MODULE}-$VERSION.tar.gz + SOURCE2=vde-${VERSION}-gcc43.patch SOURCE_URL=$SFORGE_URL/vde + SOURCE2_URL=$PATCH_URL/ SOURCE_VFY=sha1:979efc41dd5d0c41f54929159031361e961c6b80 + SOURCE2_URL=sha1:cc22e018d5347cae34f430e2f6075b56c0c797d5 WEB_SITE=http://vde.sourceforge.net ENTERED=20090525 - UPDATED=20090525 + UPDATED=20090813 SHORT="virtual distributed ethernet" cat << EOF VDE: Virtual Distributed Ethernet. It creates the abstraction of a virtual ethernet: a single vde can be accessed by virtual and real computers -<<<<<<< HEAD:devel/vde2/DETAILS -======= more info: http://wiki.virtualsquare.org/index.php/VDE ->>>>>>> master:devel/vde2/DETAILS EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:37 -0000 Subject: [Lunar-commits] glibc: 2.10.1 Message-ID: <20091202190534.1AFF49B2F2@doppio.foo-projects.org> commit de0774f7d61a422292ca9a1a178a93c0429f7051 Author: Samuel Verstraete Date: Thu Aug 13 10:27:52 2009 +0200 glibc: 2.10.1 --- devel/vde2/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/devel/vde2/BUILD b/devel/vde2/BUILD new file mode 100644 index 0000000..c2abe8c --- /dev/null +++ b/devel/vde2/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 2 20:05:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:37 -0000 Subject: [Lunar-commits] glibc: something newer ! Message-ID: <20091202190534.358D59B2FC@doppio.foo-projects.org> commit 986295314e14290bf73e02a8362c12b5ad8d1cf2 Author: Samuel Verstraete Date: Wed Aug 5 14:50:12 2009 +0200 glibc: something newer ! --- libs/glibc/BUILD | 117 ++++++++++++++++++++++---------------------- libs/glibc/BUILD.x86_64 | 123 ++++++++++++++++++++++++----------------------- libs/glibc/CONFIGURE | 8 ++-- libs/glibc/DETAILS | 24 +++++----- libs/glibc/PRE_BUILD | 6 +- 5 files changed, 139 insertions(+), 139 deletions(-) diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD index 24f09d7..492fff8 100644 --- a/libs/glibc/BUILD +++ b/libs/glibc/BUILD @@ -1,72 +1,71 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + $OPTS && + # explicitly exit here since the following code unsets $? make || exit 1 && - + # Preserve the old glibc temporarily - LD=/lib/ld-linux.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - + LD=/lib/ld-linux.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + case "`arch`" in alpha) - GLIBC=/lib/libc.so.6.1 - DL=/lib/libdl.so.2.1 + GLIBC=/lib/libc.so.6.1 && + DL=/lib/libdl.so.2.1 && M=/lib/libm.so.6.1 ;; ppc) - LD=/lib/ld.so.1 + LD=/lib/ld.so.1 && DL=/lib/libdl.so.2 ;; *) DL=/lib/libdl.so.2 ;; - esac - + esac && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -77,7 +76,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -89,16 +88,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed rm -f /usr/include/gnu/stubs.h && - + # This removes the old glibc prepare_install && - + # And now we install the new make install && - + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -106,37 +105,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64 index c61b76c..6720b9e 100644 --- a/libs/glibc/BUILD.x86_64 +++ b/libs/glibc/BUILD.x86_64 @@ -1,60 +1,61 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --host=$BUILD \ - --build=$BUILD \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + --host=$BUILD \ + --build=$BUILD \ + $OPTS && + # explicitly exit here since the following code unsets $? - make || exit 1 - + make || exit 1 && + # Preserve the old glibc temporarily - LD=/lib/ld-linux-x86-64.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - DL=/lib/libdl.so.2 - + LD=/lib/ld-linux.so.2 && + LD=/lib/ld-linux-x86-64.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + + DL=/lib/libdl.so.2 && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -65,7 +66,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -77,16 +78,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed - rm -f /usr/include/gnu/stubs.h && - + rm -f /usr/include/gnu/stubs.h && + # This removes the old glibc - prepare_install && - + prepare_install && + # And now we install the new - make install && - + make install && + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -94,37 +95,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE index 9c9ee7f..f871d4c 100644 --- a/libs/glibc/CONFIGURE +++ b/libs/glibc/CONFIGURE @@ -14,9 +14,9 @@ unpack_localedata() { message "Extracting locale data .. this might take a second .." # Extract the localedata directory from the source tarball - tar -C /tmp \ - -T $FILELIST_FILE \ - --strip-components=1 \ + tar -C /tmp \ + -T $FILELIST_FILE \ + --strip-components=1 \ -xjf $SOURCE_CACHE/$SOURCE } @@ -58,7 +58,7 @@ select_locales() { BACKTITLE="Glibc Configuration" TITLE="Locale Selection" HELP="Translated messages are automatically installed, but the locale database that controls other behavior is not. Please select desired locale or locales. If none are selected then all will be installed." - make_locales_checklist | xargs \ + make_locales_checklist | xargs \ dialog --backtitle "$BACKTITLE" \ --title "$TITLE" \ --stdout \ diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index caa7873..164a9ea 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -1,20 +1,20 @@ MODULE=glibc - VERSION=2.7 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=2.10.1 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-libidn-$VERSION.tar.bz2 - SOURCE3=$MODULE-2.7-no_timezones.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL[0]=$GNU_URL/$MODULE/ - SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ + SOURCE3=$MODULE-$VERSION-no_timezones.patch + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE2_URL[0]=$GNU_URL/$MODULE + SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:ccc70e95db826e4b1fd3b484154402fdc3df88f7 - SOURCE2_VFY=sha1:2338cc9b5795f5e97a19aac6d7d00ab750e81ac3 - SOURCE3_VFY=sha1:b8cbd1725572600db0df32321a771ce0b11894c8 + SOURCE_VFY=sha1:e185b1faa54b734f9baba815142e9abf6c02054b + SOURCE2_VFY=sha1:50c1ac0d9ddff6eb83f75aa1c4cb84ba6fffa0cd + SOURCE3_VFY=sha1:9163df279f04efcc37a146115534e9fd0f9a19c5 WEB_SITE=http://www.gnu.org/software/libc ENTERED=20010922 - UPDATED=20071211 - SHORT="C library for use with GNU/Hurd and GNU/Linux." + UPDATED=20090518 + SHORT="C library for use with GNU/Hurd and GNU/Linux" PSAFE=no cat << EOF diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD index c418228..1daa4b3 100644 --- a/libs/glibc/PRE_BUILD +++ b/libs/glibc/PRE_BUILD @@ -1,4 +1,4 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && -unpack $SOURCE2 && +default_pre_build && +cd $SOURCE_DIRECTORY && +unpack $SOURCE2 && mv glibc-libidn-$VERSION libidn From elangelo at lunar-linux.org Wed Dec 2 20:05:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:38 -0000 Subject: [Lunar-commits] gcc: 4.4.1 Message-ID: <20091202190534.802399B2F9@doppio.foo-projects.org> commit 0b0ff67b579fe2e751095c5ca374167b09429248 Author: Samuel Verstraete Date: Wed Aug 5 14:45:34 2009 +0200 gcc: 4.4.1 --- compilers/gcc/BUILD | 15 ++++++--------- compilers/gcc/BUILD.x86_64 | 13 +++++-------- compilers/gcc/CONFIGURE | 12 ++++++------ compilers/gcc/DEPENDS | 3 ++- compilers/gcc/DETAILS | 6 +++--- compilers/gcc/POST_INSTALL | 14 ++++---------- 6 files changed, 26 insertions(+), 37 deletions(-) diff --git a/compilers/gcc/BUILD b/compilers/gcc/BUILD index fe306a7..7fcc411 100644 --- a/compilers/gcc/BUILD +++ b/compilers/gcc/BUILD @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES="${LANGUAGES:=c++}" && + LANGUAGES="${LANGUAGES:=c++}" && - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi - - ../configure --host=$BUILD \ + ../configure --build=$BUILD \ + --host=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -25,7 +22,7 @@ --with-gnu-ld \ --with-system-zlib \ --enable-shared \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/BUILD.x86_64 b/compilers/gcc/BUILD.x86_64 index 34a04f7..6ed319d 100644 --- a/compilers/gcc/BUILD.x86_64 +++ b/compilers/gcc/BUILD.x86_64 @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES=${LANGUAGES:=c++} && - - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi + LANGUAGES=${LANGUAGES:=c++} && ../configure --host=$BUILD \ + --build=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -26,7 +23,7 @@ --with-system-zlib \ --enable-shared \ --disable-multilib \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/CONFIGURE b/compilers/gcc/CONFIGURE index 176efa1..79b186a 100644 --- a/compilers/gcc/CONFIGURE +++ b/compilers/gcc/CONFIGURE @@ -9,12 +9,13 @@ if [ -n "$RECONFIGURE" ] ; then OPTIONS=( "java" "Java" "off" "objc" "Objective C" "off" + "fortran" "Fortran" "off" ) - RESULT=`dialog --title "Select additional compiler languages" \ - --stdout \ - --separate-output \ - --checklist "Available additional languages:" \ - 0 0 0 \ + RESULT=`dialog --title "Select additional compiler languages" \ + --stdout \ + --separate-output \ + --checklist "Available additional languages:" \ + 0 0 0 \ "${OPTIONS[@]}"` LANGUAGES="c++,$(echo $RESULT | sed 's/ /,/g')" @@ -29,4 +30,3 @@ if [ -n "$RECONFIGURE" ] ; then fi fi - diff --git a/compilers/gcc/DEPENDS b/compilers/gcc/DEPENDS index 858cf14..ae64c3c 100644 --- a/compilers/gcc/DEPENDS +++ b/compilers/gcc/DEPENDS @@ -1 +1,2 @@ -optional_depends "mpfr" "" "" "to compile fortran support" +depends gmp +depends mpfr diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 91ae188..1174072 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -1,13 +1,13 @@ MODULE=gcc - VERSION=4.2.4 + VERSION=4.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION - SOURCE_VFY=sha1:bb20efc7750fe0d6172c5945572bf036fe59d3dd + SOURCE_VFY=sha1:9156ddb7e4cc72288ec31760d6ddc7981123a8a2 WEB_SITE=http://gcc.gnu.org ENTERED=20020628 - UPDATED=20080523 + UPDATED=20090801 PSAFE=no SHORT="GNU compiler collection" diff --git a/compilers/gcc/POST_INSTALL b/compilers/gcc/POST_INSTALL index c3e8185..6179464 100644 --- a/compilers/gcc/POST_INSTALL +++ b/compilers/gcc/POST_INSTALL @@ -1,14 +1,8 @@ -# allow seamless upgrade/downgrade from/to gcc <=> gcc3 -if module_installed gcc3 ; then - remove_module gcc3 -fi - -cd /usr/lib/gcc/$BUILD/$VERSION && -ln -sf /usr/bin/cpp cpp && -cd /lib/ && -ln -sf /usr/bin/cpp cpp && +cd /usr/lib/gcc/$BUILD/$VERSION && +ln -sf /usr/bin/cpp cpp && +cd /lib/ && +ln -sf /usr/bin/cpp cpp && if [ ! -e /usr/bin/cc ] ; then ln -s gcc /usr/bin/cc fi || true - From elangelo at lunar-linux.org Wed Dec 2 20:05:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:38 -0000 Subject: [Lunar-commits] glibc: 2.10.1 Message-ID: <20091202190534.562429B308@doppio.foo-projects.org> commit e26450a53e0fcc9a19528ce416f6d0f4324203c3 Author: Samuel Verstraete Date: Thu Aug 13 10:27:52 2009 +0200 glibc: 2.10.1 --- devel/vde2/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/devel/vde2/BUILD b/devel/vde2/BUILD new file mode 100644 index 0000000..c2abe8c --- /dev/null +++ b/devel/vde2/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 2 20:05:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:38 -0000 Subject: [Lunar-commits] added the optimization thing Message-ID: <20091202190534.A05E19B236@doppio.foo-projects.org> commit f593fc3f257686a47b447a1dd1a70fd35ed95787 Author: Samuel Verstraete Date: Wed Aug 5 14:50:59 2009 +0200 added the optimization thing --- compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 526 ++++++++++++++++++++++++ 1 files changed, 526 insertions(+), 0 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin new file mode 100644 index 0000000..c6bab48 --- /dev/null +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -0,0 +1,526 @@ +# +# gcc-4.3.x compiler optimizations plugin +# + +plugin_compiler_gcc_4_4_optimize() +{ + if [ "${LUNAR_COMPILER:-GCC_4_4}" != "GCC_4_4" ]; then + return 2 + fi + + debug_msg "plugin_compiler_gcc_4_4_optimize($@)" + if [ -f /etc/lunar/local/optimizations.GCC_4_4 ]; then + . /etc/lunar/local/optimizations.GCC_4_4 + fi + + # some local macro's + cflags_add() + { + CFLAGS="$CFLAGS $@" + } + + cxxflags_add() + { + CXXFLAGS="$CXXFLAGS $@" + } + + cppflags_add() + { + CPPFLAGS="$CPPFLAGS $@" + } + + c_cxx_flags_add() + { + cflags_add $@ + cxxflags_add $@ + } + + # CFLAGS/CXXFLAGS - base optimization + case $BOPT in + None) c_cxx_flags_add "-O0" ;; + Small) c_cxx_flags_add "-Os" ;; + Fast) c_cxx_flags_add "-O1" ;; + Faster) c_cxx_flags_add "-O2" ;; + Fastest) c_cxx_flags_add "-O3" ;; + esac + + # CFLAGS -march cpu-specific optimization + if [ -n "$CPU" ]; then + c_cxx_flags_add "-march=$CPU" + fi + + # GCC specific extra optimizations + for SP in ${SPD[@]}; do + case $SP in + Speedy) c_cxx_flags_add "-funroll-loops" ;; + Regparm) c_cxx_flags_add "-mregparm=3" ;; + Risky) c_cxx_flags_add "-ffast-math" ;; + Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; + Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; + Profiling) + c_cxx_flags_add "-fprofile-arcs" + set_local_config "KEEP_SOURCE" "on" + ;; + Branching) c_cxx_flags_add "-fbranch-probabilities" ;; + Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; + Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; + Float) c_cxx_flags_add "-ffloat-store" ;; + Address) c_cxx_flags_add "-fforce-addr" ;; + Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; + Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; + Doubles) c_cxx_flags_add "-malign-double" ;; + Tracer) c_cxx_flags_add "-ftracer" ;; + Blocks) c_cxx_flags_add "-freorder-blocks" ;; + esac + done + + # STACK - kind of dangerous - shouldn't we just remove this? + if (( STACK > 0 )) ; then + c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" + cppflags_add "-mpreferred-stack-boundary=$STACK" + fi + + for XTR in ${XTRA[@]}; do + case $XTR in + MMX) c_cxx_flags_add "-mmmx" ;; + SSE) c_cxx_flags_add "-msse" ;; + SSE2) c_cxx_flags_add "-msse2" ;; + SSE3) c_cxx_flags_add "-msse3" ;; + dnow) c_cxx_flags_add "-m3dnow" ;; + Altivec) c_cxx_flags_add "-maltivec" ;; + esac + done + + case $FPM in + x387) c_cxx_flags_add "-mfpmath=387" ;; + SSE) c_cxx_flags_add "-mfpmath=sse" ;; + Both) c_cxx_flags_add "-mfpmath=sse,387" ;; + esac + + for OPT in ${CC_OPTS[@]}; do + case $OPT in + Deprecated) + cxxflags_add "-Wno-deprecated" + ;; + Debug) + c_cxx_flags_add "-g" + ;; + Pipe) + c_cxx_flags_add "-pipe" + ;; + esac + done + + CC=gcc + CXX=g++ + CPP=cpp + + export CFLAGS CXXFLAGS CPPFLAGS + export CC CXX CPP + + verbose_msg "CC=\"$CC\"" + verbose_msg "CXX=\"$CXX\"" + verbose_msg "CPP=\"$CPP\"" + verbose_msg "CFLAGS=\"$CFLAGS\"" + verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" + verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" + + return 2 +} + + +plugin_compiler_gcc_4_4_menu() +{ + # The main code calls this function WITHOUT $1 to find out which + # compiler optimization plugins exist. It then returns the plugin + # identifier which can be saved in $LUNAR_COMPILER as the user's + # choice for COMPILERS + if [ -z "$1" ]; then + echo "GCC_4_4" + echo "GNU C Compiler suite version 4.4.x" + return 2 + elif [ "$1" != "GCC_4_4" ]; then + # we don't display anything when the user selected a + # different menu + return 2 + fi + + # now we are done with determining if we are really the menu + # that the user wants - so we can display it + menu() + { + unset RESULT + if [ "$1" == "checklist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + elif [ "$1" == "radiolist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + fi + RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') + return 0 + } + + save_optimizations() + { + debug_msg "save_optimizations($@)" + cat >/etc/lunar/local/optimizations.GCC_4_4 < no gcc 4.2 plugin Message-ID: <20091202190534.C8C659B2FF@doppio.foo-projects.org> commit 213e2e0d0b25f59db7eee96b7b389524645063d1 Author: Samuel Verstraete Date: Wed Aug 5 14:51:19 2009 +0200 no gcc 4.2 plugin --- compilers/gcc/plugin.d/optimize-gcc_4_2.plugin | 524 ------------------------ 1 files changed, 0 insertions(+), 524 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin deleted file mode 100644 index 8220ab2..0000000 --- a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin +++ /dev/null @@ -1,524 +0,0 @@ -# -# gcc-4.2.x compiler optimizations plugin -# - -plugin_compiler_gcc_4_2_optimize() -{ - if [ "${LUNAR_COMPILER:-GCC_4_2}" != "GCC_4_2" ]; then - return 2 - fi - - debug_msg "plugin_compiler_gcc_4_2_optimize($@)" - if [ -f /etc/lunar/local/optimizations.GCC_4_2 ]; then - . /etc/lunar/local/optimizations.GCC_4_2 - fi - - # some local macro's - cflags_add() - { - CFLAGS="$CFLAGS $@" - } - - cxxflags_add() - { - CXXFLAGS="$CXXFLAGS $@" - } - - cppflags_add() - { - CPPFLAGS="$CPPFLAGS $@" - } - - c_cxx_flags_add() - { - cflags_add $@ - cxxflags_add $@ - } - - # CFLAGS/CXXFLAGS - base optimization - case $BOPT in - None) c_cxx_flags_add "-O0" ;; - Small) c_cxx_flags_add "-Os" ;; - Fast) c_cxx_flags_add "-O1" ;; - Faster) c_cxx_flags_add "-O2" ;; - Fastest) c_cxx_flags_add "-O3" ;; - esac - - # CFLAGS -march cpu-specific optimization - if [ -n "$CPU" ]; then - c_cxx_flags_add "-march=$CPU" - fi - - # GCC specific extra optimizations - for SP in ${SPD[@]}; do - case $SP in - Speedy) c_cxx_flags_add "-funroll-loops" ;; - Regparm) c_cxx_flags_add "-mregparm=3" ;; - Risky) c_cxx_flags_add "-ffast-math" ;; - Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; - Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; - Profiling) - c_cxx_flags_add "-fprofile-arcs" - set_local_config "KEEP_SOURCE" "on" - ;; - Branching) c_cxx_flags_add "-fbranch-probabilities" ;; - Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; - Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; - Float) c_cxx_flags_add "-ffloat-store" ;; - Address) c_cxx_flags_add "-fforce-addr" ;; - Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; - Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; - Doubles) c_cxx_flags_add "-malign-double" ;; - Tracer) c_cxx_flags_add "-ftracer" ;; - Blocks) c_cxx_flags_add "-freorder-blocks" ;; - esac - done - - # STACK - kind of dangerous - shouldn't we just remove this? - if (( STACK > 0 )) ; then - c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" - cppflags_add "-mpreferred-stack-boundary=$STACK" - fi - - for XTR in ${XTRA[@]}; do - case $XTR in - MMX) c_cxx_flags_add "-mmmx" ;; - SSE) c_cxx_flags_add "-msse" ;; - SSE2) c_cxx_flags_add "-msse2" ;; - SSE3) c_cxx_flags_add "-msse3" ;; - dnow) c_cxx_flags_add "-m3dnow" ;; - Altivec) c_cxx_flags_add "-maltivec" ;; - esac - done - - case $FPM in - x387) c_cxx_flags_add "-mfpmath=387" ;; - SSE) c_cxx_flags_add "-mfpmath=sse" ;; - Both) c_cxx_flags_add "-mfpmath=sse,387" ;; - esac - - for OPT in ${CC_OPTS[@]}; do - case $OPT in - Deprecated) - cxxflags_add "-Wno-deprecated" - ;; - Debug) - c_cxx_flags_add "-g" - ;; - Pipe) - c_cxx_flags_add "-pipe" - ;; - esac - done - - CC=gcc - CXX=g++ - CPP=cpp - - export CFLAGS CXXFLAGS CPPFLAGS - export CC CXX CPP - - verbose_msg "CC=\"$CC\"" - verbose_msg "CXX=\"$CXX\"" - verbose_msg "CPP=\"$CPP\"" - verbose_msg "CFLAGS=\"$CFLAGS\"" - verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" - verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" - - return 2 -} - - -plugin_compiler_gcc_4_2_menu() -{ - # The main code calls this function WITHOUT $1 to find out which - # compiler optimization plugins exist. It then returns the plugin - # identifier which can be saved in $LUNAR_COMPILER as the user's - # choice for COMPILERS - if [ -z "$1" ]; then - echo "GCC_4_2" - echo "GNU C Compiler suite version 4.2.x" - return 2 - elif [ "$1" != "GCC_4_2" ]; then - # we don't display anything when the user selected a - # different menu - return 2 - fi - - # now we are done with determining if we are really the menu - # that the user wants - so we can display it - menu() - { - unset RESULT - if [ "$1" == "checklist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - elif [ "$1" == "radiolist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - fi - RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') - return 0 - } - - save_optimizations() - { - debug_msg "save_optimizations($@)" - cat >/etc/lunar/local/optimizations.GCC_4_2 < binutils: 2.19.1 Message-ID: <20091202190534.EB6D69B30B@doppio.foo-projects.org> commit 33c3008da91c11eb5d82c89c46dec44d3f00b49a Author: Samuel Verstraete Date: Thu Aug 13 10:34:20 2009 +0200 binutils: 2.19.1 Conflicts: devel/binutils/BUILD devel/binutils/DETAILS --- devel/binutils/BUILD | 24 ++++++++---------------- devel/binutils/BUILD.sparc64 | 7 ++++--- devel/binutils/DETAILS | 15 ++++++--------- 3 files changed, 18 insertions(+), 28 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index 3a1ccd0..3140e0e 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,21 +1,13 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && - - #Somehow I believe this might/should be logged as a bug to the glibc guys... - sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ - bfd/doc/Makefile.in && - - aclocal && - autoconf && - - OPTS+=" --host=$BUILD" && - default_config && - make tooldir=/usr && - prepare_install && - make tooldir=/usr install && - make tooldir=/usr install-info && - mkdir -p $DOCUMENT_DIRECTORY/binutils && + ./configure --host=$BUILD \ + --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils ) > $C_FIFO 2>&1 diff --git a/devel/binutils/BUILD.sparc64 b/devel/binutils/BUILD.sparc64 index f56658d..c5cabf7 100644 --- a/devel/binutils/BUILD.sparc64 +++ b/devel/binutils/BUILD.sparc64 @@ -4,9 +4,10 @@ sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ bfd/doc/Makefile.in && - ./configure --host=$BUILD \ - --target=sparc-linux \ - --prefix=/usr && + ./configure --host=$BUILD \ + --target=sparc-linux \ + --prefix=/usr && + make tooldir=/usr && prepare_install && make tooldir=/usr install && diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 562b8c2..4dac1de 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,16 +1,13 @@ MODULE=binutils - VERSION=2.18 + VERSION=2.19.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=binutils-2.18-makeinfo.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277 - SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:88c91e36cde93433e4c4c2b2e3417777aad84526 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20071121 - SHORT="essential collection of binary utilities." + UPDATED=20090401 + SHORT="An essential collection of binary utilities" cat << EOF binutils - Collection of binary utilities From elangelo at lunar-linux.org Wed Dec 2 20:05:39 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:39 -0000 Subject: [Lunar-commits] binutils: x86_64 Message-ID: <20091202190535.4BEB69B2EB@doppio.foo-projects.org> commit 9e88cff0d1de5f17a329163483c4edae810140c6 Author: Samuel Verstraete Date: Wed Aug 12 22:00:25 2009 +0200 binutils: x86_64 --- devel/binutils/BUILD.x86_64 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/devel/binutils/BUILD.x86_64 b/devel/binutils/BUILD.x86_64 new file mode 100644 index 0000000..23a6244 --- /dev/null +++ b/devel/binutils/BUILD.x86_64 @@ -0,0 +1,12 @@ +( + + ./configure --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && + cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 2 20:05:39 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:39 -0000 Subject: [Lunar-commits] readline: 6.0 Message-ID: <20091202190535.6F8339B2FB@doppio.foo-projects.org> commit 92ce8efc672297215efc380a306bd0b8a2fdc3cd Author: Samuel Verstraete Date: Thu Aug 13 10:36:49 2009 +0200 readline: 6.0 --- libs/readline/BUILD | 22 +++++++++++----------- libs/readline/DETAILS | 12 ++++++------ libs/readline/POST_INSTALL | 4 ++-- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/libs/readline/BUILD b/libs/readline/BUILD index 10dd423..953d42d 100644 --- a/libs/readline/BUILD +++ b/libs/readline/BUILD @@ -1,7 +1,7 @@ ( - OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') && - set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" && + OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') && + set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" && # ************************ WARNING ************************* # DO NOT MESS WITH THE CONFIGURE STUFF here unless you # really know what you're doing! We chose the lib location @@ -9,19 +9,19 @@ # needed at init time! If you move it you could break your # system! - ./configure --libdir=/lib \ - --prefix=/usr \ - --mandir=/usr/share/man \ + ./configure --libdir=/lib \ + --prefix=/usr \ + --mandir=/usr/share/man \ --infodir=/usr/share/info && default_make && if [ ! -e /etc/inputrc ] ; then install $SCRIPT_DIRECTORY/inputrc /etc/ - fi && - # temp hack to help in change over to readline-5.0 from readline-4.x - # can be removed when everyone is over to readline 5.0 - devoke_installwatch && - ln -sf /lib/libreadline.so.5 /lib/libreadline.so.4 && - ln -sf /lib/libhistory.so.5 /lib/libhistory.so.4 && + fi && + # temp hack to help in change over to readline-6.0 from readline-5.x + # can be removed when everyone is over to readline 6.0 + devoke_installwatch && + ln -sf /lib/libreadline.so.6 /lib/libreadline.so.5 && + ln -sf /lib/libhistory.so.6 /lib/libhistory.so.5 && invoke_installwatch ) > $C_FIFO 2>&1 diff --git a/libs/readline/DETAILS b/libs/readline/DETAILS index c58ca2a..54b2623 100644 --- a/libs/readline/DETAILS +++ b/libs/readline/DETAILS @@ -1,13 +1,13 @@ MODULE=readline - VERSION=5.2 + VERSION=6.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash/ - SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE_VFY=sha1:18f3412c73068509d5f491b7b4535aeaf9522834 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash + SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:1e511b091514ef631c539552316787c75ace5262 WEB_SITE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html ENTERED=20010922 - UPDATED=20061012 + UPDATED=20090617 SHORT="Lets users edit command lines as they are typed in" cat << EOF diff --git a/libs/readline/POST_INSTALL b/libs/readline/POST_INSTALL index b8e2a28..9755df3 100644 --- a/libs/readline/POST_INSTALL +++ b/libs/readline/POST_INSTALL @@ -11,6 +11,6 @@ if [[ "$OUR_NEW_READLINE_VVV" > "$OUR_OLD_READLINE_VVV" ]]; then fi -rm -f /lib/libreadline.so.4 && -rm -f /lib/libhistory.so.4 && +#rm -f /lib/libreadline.so.5 && +#rm -f /lib/libhistory.so.5 && unset_module_config OUR_OLD_READLINE_VVV From elangelo at lunar-linux.org Wed Dec 2 20:05:39 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:39 -0000 Subject: [Lunar-commits] bison: 2.4.1 Message-ID: <20091202190535.92C8F9B306@doppio.foo-projects.org> commit d6ccd353eae6684912bf388955f884812733c7ea Author: Samuel Verstraete Date: Thu Aug 13 10:39:33 2009 +0200 bison: 2.4.1 --- devel/bison/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS index 77984c5..7b33792 100644 --- a/devel/bison/DETAILS +++ b/devel/bison/DETAILS @@ -1,13 +1,13 @@ MODULE=bison - VERSION=2.3 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ + VERSION=2.4.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE WEB_SITE=http://www.gnu.org/software/bison/bison.html - SOURCE_VFY=sha1:4df84c2c5971946111ff1982fb830b3c78d7c57e + SOURCE_VFY=sha1:fc96b28ee4a6a914b18cb1eddb68177d94b83361 ENTERED=20010922 - UPDATED=20060608 - SHORT="replacement for the parser generator yacc" + UPDATED=20090618 + SHORT="A replacement for the parser generator yacc" cat << EOF bison - Replacement for the parser generator yacc From elangelo at lunar-linux.org Wed Dec 2 20:05:39 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:39 -0000 Subject: [Lunar-commits] mousepad build tweak Message-ID: <20091202190535.C84199B2F5@doppio.foo-projects.org> commit c6577de4c6fc1146427d5da45f635be32ec54f0e Author: Samuel Verstraete Date: Thu Aug 13 16:11:46 2009 +0200 mousepad build tweak --- xfce4/apps/mousepad/BUILD | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD index e8dc8a0..fec6c27 100644 --- a/xfce4/apps/mousepad/BUILD +++ b/xfce4/apps/mousepad/BUILD @@ -4,12 +4,12 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && -# default_cvs_build && + default_cvs_build - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && +# ./configure --build=$BUILD \ +# --prefix=${MODULE_PREFIX} \ +# $OPTS && - default_make +# default_make ) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 2 20:05:39 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:39 -0000 Subject: [Lunar-commits] mousepad: MORE Message-ID: <20091202190535.D5D599B231@doppio.foo-projects.org> commit 36997a4a6eb6447e84ab75aa0bb51daf8c612069 Author: Samuel Verstraete Date: Thu Aug 13 16:12:04 2009 +0200 mousepad: MORE --- xfce4/apps/mousepad/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index ebe6730..9f9e881 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -2,8 +2,8 @@ VERSION="svn-`date +%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD + #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20050218 From elangelo at lunar-linux.org Wed Dec 2 20:05:40 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:40 -0000 Subject: [Lunar-commits] boost: make it build goddmanit! Message-ID: <20091202190536.0F74D9B302@doppio.foo-projects.org> commit e01e14b12da930e110b99dbad0fd4920643e13ba Author: Samuel Verstraete Date: Fri Aug 14 14:02:15 2009 +0200 boost: make it build goddmanit! --- libs/boost/BUILD | 32 +++++++++++++++++++++++++++----- libs/boost/DETAILS | 10 +++++++--- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index 2e5ba8c..36562ed 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -1,8 +1,25 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && +patch_it $SOURCE_CACHE/$SOURCE2 1 && +patch_it $SOURCE_CACHE/$SOURCE3 1 && +patch_it $SOURCE_CACHE/$SOURCE4 1 && - OPTS="--without-mpi" +#CXXFLAGS+=" -fno-strict-aliasing" +#CPPFLAGS+=" -fno-strict-aliasing" +#cxxflags=-fno-strict-aliasing +# +unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS + + +#echo $CXXFLAGS && +# + +echo "press ENTER to continu" && + +read TTT && + + OPTS+=" --without-mpi" export EXPAT_INCLUDE=/usr/include/ export EXPAT_LIBPATH=/usr/lib/ @@ -12,7 +29,8 @@ HAVE_ICU="0" fi && - bjam -q ${MAKES:+-j$MAKES} \ + #bjam -q ${MAKES:+-j$MAKES} \ + bjam -q \ threading=multi \ runtime-link=shared \ link=shared \ @@ -21,12 +39,16 @@ --prefix=/usr \ --layout=tagged \ --toolset=gcc \ - optimization=speed \ + optimization=off \ -sHAVE_ICU=$HAVE_ICU \ $OPTS && + echo "gonna call prepare_install" && + prepare_install && + echo "prepare_install finished" && + bjam -q ${MAKES:+-j$MAKES} \ threading=multi \ runtime-link=shared \ @@ -39,7 +61,7 @@ --libdir="/usr/lib" \ --layout=tagged \ -sHAVE_ICU=$HAVE_ICU \ - optimization=speed \ + optimization=off \ $OPTS \ install diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS index f7ee8ca..5bdbddb 100644 --- a/libs/boost/DETAILS +++ b/libs/boost/DETAILS @@ -2,15 +2,19 @@ VERSION=1.39.0 VER=_1_39_0 SOURCE=$MODULE$VER.tar.bz2 - SOURCE2=boost-1.38.0-function_template.hpp.patch + #SOURCE2=boost-1.38.0-function_template.hpp.patch + SOURCE2=01_all_1.39.0-tools_wave_cpp.patch + SOURCE3=02_all_1.37.0-function-templates-compile-fix.patch + SOURCE4=07_all_1.35.0-fix_mpi_installation.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE2_URL=$PATCH_URL + #SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:6af42f74ab24ccc51589a025593bad298c8adde8 - SOURCE2_VFY=sha1:23a57903543de6b8f06ca212bb83ff2df0ad7240 + #SOURCE2_VFY=sha1:23a57903543de6b8f06ca212bb83ff2df0ad7240 WEB_SITE=http://www.boost.org ENTERED=20041115 UPDATED=20090813 + PSAFE=no SHORT="A cross-platform supplement to the C++ standard library" cat << EOF From elangelo at xfce.org Wed Dec 2 20:05:40 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:40 -0000 Subject: [Lunar-commits] linux-2.6-rc: versino bump Message-ID: <20091202190536.348CA9B2FD@doppio.foo-projects.org> commit 25bda158d563891ebf122078b62391d9f0498473 Author: Samuel Verstraete Date: Mon Sep 7 09:11:01 2009 +0200 linux-2.6-rc: versino bump --- kernel/linux-2.6-rc/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 5b27a73..26a6a98 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,10 +1,10 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc5 + VERSION=2.6.31-rc7 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:01cb56b333d9dbc999bbafeb333911e3ee9d6910 + SOURCE_VFY=sha1:b47c4057013f216b465cef4e9d8c369dd090d0f6 WEB_SITE=http://www.kernel.org ENTERED=20041019 UPDATED=20090802 From elangelo at xfce.org Wed Dec 2 20:05:41 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:41 -0000 Subject: [Lunar-commits] webkit: 1.1.13 Message-ID: <20091202190536.5B2299B305@doppio.foo-projects.org> commit 4717095eb4051b519c6c49fed182978e2a6505be Author: Samuel Verstraete Date: Mon Sep 7 09:18:51 2009 +0200 webkit: 1.1.13 --- web/webkit/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS index 01a5981..f744d22 100644 --- a/web/webkit/DETAILS +++ b/web/webkit/DETAILS @@ -1,8 +1,8 @@ MODULE=webkit - VERSION=1.1.12 + VERSION=1.1.13 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webkitgtk.org/ - SOURCE_VFY=sha1:a06bb5729faae195096991d01089216df110a2c2 + SOURCE_VFY=sha1:d9cecf107ac744785f3e9ab7dfc95781fcf95bda WEB_SITE=http://www.webkit.org ENTERED=20070919 UPDATED=20090805 From elangelo at xfce.org Wed Dec 2 20:05:41 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:41 -0000 Subject: [Lunar-commits] libsoup: 2.27.91 Message-ID: <20091202190536.7E4559B30C@doppio.foo-projects.org> commit 586406580a94f22fc2a727c492f0a19ced75f1f5 Author: Samuel Verstraete Date: Mon Sep 7 09:27:10 2009 +0200 libsoup: 2.27.91 --- gnome2/desktop/libsoup/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/libsoup/DETAILS b/gnome2/desktop/libsoup/DETAILS index 52529b1..80c8e0d 100644 --- a/gnome2/desktop/libsoup/DETAILS +++ b/gnome2/desktop/libsoup/DETAILS @@ -1,12 +1,12 @@ MODULE=libsoup - VERSION=2.27.4 + VERSION=2.27.91 MAJOR=2.27 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:2eb9dbcfb285feabf79873441f14c229ae0d0e68 + SOURCE_VFY=sha1:642bd9cecf1ea7325c3a8f18be557da203177978 WEB_SITE=http://www.gnome.org/ ENTERED=20030413 - UPDATED=20090714 + UPDATED=20090907 PSAFE=no SHORT="a SOAP implementation in C" From elangelo at lunar-linux.org Wed Dec 2 20:05:41 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:41 -0000 Subject: [Lunar-commits] xfce: switch to git Message-ID: <20091202190536.D05939B304@doppio.foo-projects.org> commit cb9cd8f0946cade9b144703364a0acbdf793bc6b Author: Samuel Verstraete Date: Tue Sep 8 10:19:08 2009 +0200 xfce: switch to git --- xfce4/core/Thunar/DETAILS | 4 ++-- xfce4/core/exo/DETAILS | 9 ++++----- xfce4/core/libxfce4mcs/DETAILS | 4 ++-- xfce4/core/libxfce4menu/DETAILS | 4 ++-- xfce4/core/libxfce4util/DETAILS | 4 ++-- xfce4/core/libxfcegui4/DETAILS | 4 ++-- xfce4/core/xfce-mcs-manager/DETAILS | 4 ++-- xfce4/core/xfce-mcs-plugins/DETAILS | 4 ++-- xfce4/core/xfce-utils/DETAILS | 4 ++-- xfce4/core/xfce4-dev-tools/DETAILS | 4 ++-- xfce4/core/xfce4-panel/DETAILS | 4 ++-- xfce4/core/xfce4-session/DETAILS | 4 ++-- xfce4/core/xfdesktop/DETAILS | 4 ++-- xfce4/core/xfwm4/DETAILS | 4 ++-- 14 files changed, 30 insertions(+), 31 deletions(-) diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index 45c4403..4279612 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,9 +1,9 @@ MODULE=Thunar MOD=thunar - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MOD.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD + SOURCE_URL=git+http://git.xfce.org/xfce/$MOD:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index 52c53ff..cdab76a 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,9 +1,8 @@ MODULE=exo - MOD=libexo - VERSION="svn-`date +%U`" - SOURCE=$MOD.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 diff --git a/xfce4/core/libxfce4mcs/DETAILS b/xfce4/core/libxfce4mcs/DETAILS index 480af05..a9fea96 100644 --- a/xfce4/core/libxfce4mcs/DETAILS +++ b/xfce4/core/libxfce4mcs/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4mcs - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/libxfce4menu/DETAILS b/xfce4/core/libxfce4menu/DETAILS index 6d1fc10..ad4c888 100644 --- a/xfce4/core/libxfce4menu/DETAILS +++ b/xfce4/core/libxfce4menu/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4menu - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 diff --git a/xfce4/core/libxfce4util/DETAILS b/xfce4/core/libxfce4util/DETAILS index 7d7e4e7..b215341 100644 --- a/xfce4/core/libxfce4util/DETAILS +++ b/xfce4/core/libxfce4util/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4util - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index e4bb669..541a71c 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfcegui4 - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=http:vn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce-mcs-manager/DETAILS b/xfce4/core/xfce-mcs-manager/DETAILS index eb5127b..56ea367 100644 --- a/xfce4/core/xfce-mcs-manager/DETAILS +++ b/xfce4/core/xfce-mcs-manager/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce-mcs-manager - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce-mcs-plugins/DETAILS b/xfce4/core/xfce-mcs-plugins/DETAILS index 541533d..a81d6de 100644 --- a/xfce4/core/xfce-mcs-plugins/DETAILS +++ b/xfce4/core/xfce-mcs-plugins/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce-mcs-plugins - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce-utils/DETAILS b/xfce4/core/xfce-utils/DETAILS index dd26580..9c68513 100644 --- a/xfce4/core/xfce-utils/DETAILS +++ b/xfce4/core/xfce-utils/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce-utils - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce4-dev-tools/DETAILS b/xfce4/core/xfce4-dev-tools/DETAILS index 83b13d5..1ebc8e5 100644 --- a/xfce4/core/xfce4-dev-tools/DETAILS +++ b/xfce4/core/xfce4-dev-tools/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-dev-tools - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS index f8cbb41..8e79ae9 100644 --- a/xfce4/core/xfce4-panel/DETAILS +++ b/xfce4/core/xfce4-panel/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-panel - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 97f3c39..2536ffc 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-session - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS index 54a5208..51d6dd9 100644 --- a/xfce4/core/xfdesktop/DETAILS +++ b/xfce4/core/xfdesktop/DETAILS @@ -1,8 +1,8 @@ MODULE=xfdesktop - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS index 4f7aa71..e978060 100644 --- a/xfce4/core/xfwm4/DETAILS +++ b/xfce4/core/xfwm4/DETAILS @@ -1,8 +1,8 @@ MODULE=xfwm4 - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 From elangelo at xfce.org Wed Dec 2 20:05:41 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:41 -0000 Subject: [Lunar-commits] hugin: 0.8.0 Message-ID: <20091202190536.A66F39B2F8@doppio.foo-projects.org> commit aca5e45b8927ecebf19f4310ca3e2a926432fee5 Author: Samuel Verstraete Date: Mon Sep 7 11:56:14 2009 +0200 hugin: 0.8.0 --- graphics/hugin/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/hugin/DETAILS b/graphics/hugin/DETAILS index bc48a1d..d48c688 100644 --- a/graphics/hugin/DETAILS +++ b/graphics/hugin/DETAILS @@ -1,13 +1,13 @@ MODULE=hugin - VERSION=0.7.0_rc6 + VERSION=0.8.0 SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/hugin-0.7.0 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/hugin-0.7.0 SOURCE_URL=$SFORGE_URL/hugin/ - SOURCE_VFY=sha1:6452ddc4e4d7a67b8e84d0a52a9c536664a62abf + SOURCE_VFY=sha1:698f0a7c4bb25efdf06313d05e3980f20d088ce5 WEB_SITE=http://hugin.sourceforge.net MAINTAINER=perldude at lunar-linux.org ENTERED=20060720 - UPDATED=20081108 + UPDATED=20090907 SHORT="an easy to use cross-platform GUI for Panorama Tools" PSAFE=no From elangelo at lunar-linux.org Wed Dec 2 20:05:41 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:41 -0000 Subject: [Lunar-commits] libxfce4ui: new widget library for xfce Message-ID: <20091202190536.EA1C49B311@doppio.foo-projects.org> commit 588a5d1ca540ab1837f5ddf295bd3ff07e7ce927 Author: Samuel Verstraete Date: Tue Sep 8 10:19:57 2009 +0200 libxfce4ui: new widget library for xfce --- xfce4/core/libxfce4ui/BUILD | 14 ++++++++++++++ xfce4/core/libxfce4ui/DEPENDS | 7 +++++++ xfce4/core/libxfce4ui/DETAILS | 14 ++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/libxfce4ui/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4ui/DEPENDS b/xfce4/core/libxfce4ui/DEPENDS new file mode 100644 index 0000000..8d7aad5 --- /dev/null +++ b/xfce4/core/libxfce4ui/DEPENDS @@ -0,0 +1,7 @@ +depends gtk+-2 +depends libxml2 +depends libxfce4util + +# not real depends, but we really want them +depends gtk-xfce-engine +depends xfce4-icon-theme diff --git a/xfce4/core/libxfce4ui/DETAILS b/xfce4/core/libxfce4ui/DETAILS new file mode 100644 index 0000000..8bb3544 --- /dev/null +++ b/xfce4/core/libxfce4ui/DETAILS @@ -0,0 +1,14 @@ + MODULE=libxfce4ui + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20090908 + UPDATED=20090908 + SHORT="Widget library for Xfce4" +cat << EOF +libxfcegui4 -- Library that provides extra widgets and graphical user +interface functions to the Xfce4 desktop environment. +EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:41 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:41 -0000 Subject: [Lunar-commits] libxfce4menu: default_cvs_buil Message-ID: <20091202190537.299839B2F4@doppio.foo-projects.org> commit 8c55b7d3f820b9eead365e3a2ed4d652bc5dded1 Author: Samuel Verstraete Date: Tue Sep 8 10:37:22 2009 +0200 libxfce4menu: default_cvs_buil --- xfce4/core/libxfce4menu/BUILD | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/xfce4/core/libxfce4menu/BUILD b/xfce4/core/libxfce4menu/BUILD new file mode 100644 index 0000000..c59a75a --- /dev/null +++ b/xfce4/core/libxfce4menu/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 2 20:05:42 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:42 -0000 Subject: [Lunar-commits] glib-2: 2.21.3 Message-ID: <20091202190537.7BAF99B303@doppio.foo-projects.org> commit fcb037183a6d40905e83b6dcdfdf28913dc5708d Author: Samuel Verstraete Date: Tue Sep 8 13:45:22 2009 +0200 glib-2: 2.21.3 --- libs/glib-2/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index e92c533..06ad01a 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 - MAJOR=2.20 - VERSION=20.4 + MAJOR=2.21 + VERSION=21.3 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:a0cee2b75bb485de926fa43b33887adc8f9c19bb + SOURCE_VFY=sha1:ffcd13ac97787106ce943396d250cfa593d47345 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090719 + UPDATED=20090908 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:42 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:42 -0000 Subject: [Lunar-commits] libsoup: dependency tweak Message-ID: <20091202190537.A47CB9B2F7@doppio.foo-projects.org> commit 98dd39fd6c0d9460790e590df4051da9602622a7 Author: Samuel Verstraete Date: Tue Sep 8 13:50:36 2009 +0200 libsoup: dependency tweak --- gnome2/desktop/libsoup/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome2/desktop/libsoup/DEPENDS b/gnome2/desktop/libsoup/DEPENDS index 40dfa40..0bd2c24 100644 --- a/gnome2/desktop/libsoup/DEPENDS +++ b/gnome2/desktop/libsoup/DEPENDS @@ -3,4 +3,4 @@ depends gnutls depends sqlite depends libproxy -optional_depends GConf "" "--without-gnome" "gnome support" +optional_depends gnome-keyring "" "--without-gnome" "gnome support" From elangelo at lunar-linux.org Wed Dec 2 20:05:42 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:42 -0000 Subject: [Lunar-commits] xfce4 git migration stuff Message-ID: <20091202190537.C9FED9B30A@doppio.foo-projects.org> commit 752af38ea449cbfb7d4cd50ff2548842ae1d84e7 Author: Samuel Verstraete Date: Tue Sep 8 16:00:41 2009 +0200 xfce4 git migration stuff --- xfce4/apps/Terminal/DEPENDS | 5 ----- xfce4/apps/Terminal/DETAILS | 19 ------------------- xfce4/apps/terminal/BUILD | 9 +++++++++ xfce4/apps/terminal/DEPENDS | 5 +++++ xfce4/apps/terminal/DETAILS | 19 +++++++++++++++++++ xfce4/apps/xfburn/BUILD | 9 +++++++++ xfce4/apps/xfburn/DETAILS | 12 ++++++------ xfce4/core/libxfce4util/BUILD | 7 +++---- xfce4/core/xfce4-settings/DETAILS | 4 ++-- 9 files changed, 53 insertions(+), 36 deletions(-) diff --git a/xfce4/apps/Terminal/DEPENDS b/xfce4/apps/Terminal/DEPENDS deleted file mode 100644 index 72b544e..0000000 --- a/xfce4/apps/Terminal/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends XML-Parser -depends exo -depends vte - -optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For DBUS support" diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS deleted file mode 100644 index 0f1eaaf..0000000 --- a/xfce4/apps/Terminal/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=Terminal - VERSION=0.4.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/terminal - SOURCE_VFY=sha1:8b52e1841e922a1be28228873bde84eea4c6b456 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.os-cillation.com - ENTERED=20040930 - UPDATED=20090726 - SHORT="vte based/gtk+-2 lightweight X-terminal" - -cat << EOF -Terminal is a modern terminal emulator for the Unix/Linux desktop - -primarily for the Xfce desktop environment. We developed it because -we saw the need for a lightweight and easy-to-use terminal emulator -in the Xfce desktop environment, that doesn't require the user to -install the GNOME platform, but still provides a worthy alternative -to the GNOME terminal emulator. -EOF diff --git a/xfce4/apps/terminal/BUILD b/xfce4/apps/terminal/BUILD new file mode 100644 index 0000000..c59a75a --- /dev/null +++ b/xfce4/apps/terminal/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/terminal/DEPENDS b/xfce4/apps/terminal/DEPENDS new file mode 100644 index 0000000..72b544e --- /dev/null +++ b/xfce4/apps/terminal/DEPENDS @@ -0,0 +1,5 @@ +depends XML-Parser +depends exo +depends vte + +optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For DBUS support" diff --git a/xfce4/apps/terminal/DETAILS b/xfce4/apps/terminal/DETAILS new file mode 100644 index 0000000..70228be --- /dev/null +++ b/xfce4/apps/terminal/DETAILS @@ -0,0 +1,19 @@ + MODULE=terminal + VERSION=git-`date +%Y%U` + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.os-cillation.com + ENTERED=20090908 + UPDATED=20090908 + SHORT="vte based/gtk+-2 lightweight X-terminal" + +cat << EOF +Terminal is a modern terminal emulator for the Unix/Linux desktop - +primarily for the Xfce desktop environment. We developed it because +we saw the need for a lightweight and easy-to-use terminal emulator +in the Xfce desktop environment, that doesn't require the user to +install the GNOME platform, but still provides a worthy alternative +to the GNOME terminal emulator. +EOF diff --git a/xfce4/apps/xfburn/BUILD b/xfce4/apps/xfburn/BUILD new file mode 100644 index 0000000..c59a75a --- /dev/null +++ b/xfce4/apps/xfburn/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/xfburn/DETAILS b/xfce4/apps/xfburn/DETAILS index f6c1786..921345c 100644 --- a/xfce4/apps/xfburn/DETAILS +++ b/xfce4/apps/xfburn/DETAILS @@ -1,12 +1,12 @@ MODULE=xfburn - VERSION=0.4.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:7086fcdb2fa2c1b634cf64a9eef704656e774c26 + VERSION=git-`date +%Y%U` + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/xfburn - ENTERED=20090227 - UPDATED=20090227 + ENTERED=20090908 + UPDATED=20090908 SHORT="Cd burning application for Xfce" cat << EOF Cd burning application for Xfce diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index dedae22..c59a75a 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,10 +1,9 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS index 4c1c61c..6d04f00 100644 --- a/xfce4/core/xfce4-settings/DETAILS +++ b/xfce4/core/xfce4-settings/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-settings - VERSION="svn-`date +%Y%U`" + VERSION=git-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20080705 From elangelo at lunar-linux.org Wed Dec 2 20:05:42 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:42 -0000 Subject: [Lunar-commits] lots of chagnes Message-ID: <20091202190537.E45B39B2F2@doppio.foo-projects.org> commit a62b47df42f41fa8d797999a83ce7829aa9e59f8 Author: Samuel Verstraete Date: Wed Sep 16 20:00:52 2009 +0200 lots of chagnes --- audio/gejengel/DEPENDS | 2 ++ graphics/babl/DETAILS | 12 ++++++------ graphics/gegl/DETAILS | 12 ++++++------ web/webkit/DETAILS | 6 +++--- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/audio/gejengel/DEPENDS b/audio/gejengel/DEPENDS index 988063c..5d10b96 100644 --- a/audio/gejengel/DEPENDS +++ b/audio/gejengel/DEPENDS @@ -1,2 +1,4 @@ depends libsexymm depends ImageMagick + +optional_depends lastfmlib "" "" "scrobble your tracks on Last.fm" diff --git a/graphics/babl/DETAILS b/graphics/babl/DETAILS index 58ccace..52b0452 100644 --- a/graphics/babl/DETAILS +++ b/graphics/babl/DETAILS @@ -1,12 +1,12 @@ MODULE=babl - VERSION=0.0.22 + VERSION=0.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=ftp://ftp.gtk.org/pub/babl/0.0/ - SOURCE_URL[1]=ftp://ftp.gimp.org/pub/babl/0.0/ - SOURCE_VFY=sha1:9de50fb5833f41691f50f6e735d6422aad52ea94 - WEB_SITE=http://gegl.org/babl/ + SOURCE_URL[0]=ftp://ftp.gtk.org/pub/babl/0.1/ + SOURCE_URL[1]=ftp://ftp.gimp.org/pub/babl/0.1/ + SOURCE_VFY=sha1:6e95e24c48b8018fefbf8e69ad62f4a4de56640c + WEB_SITE=http://www.gegl.org/babl/ ENTERED=20081017 - UPDATED=20081017 + UPDATED=20090908 SHORT="dynamic, any to any, pixel format translation library" cat << EOF It allows converting between different methods of storing pixels diff --git a/graphics/gegl/DETAILS b/graphics/gegl/DETAILS index 4519c1d..1213b0c 100644 --- a/graphics/gegl/DETAILS +++ b/graphics/gegl/DETAILS @@ -1,12 +1,12 @@ MODULE=gegl - VERSION=0.0.22 + VERSION=0.1.0 SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gegl/0.0/ - SOURCE_URL[1]=ftp://ftp.gimp.org/pub/gegl/0.0/ - SOURCE_VFY=sha1:de684d4c8d9eaa9b7e283c55c5f779e5bdabee78 - WEB_SITE="http://gegl.org/" + SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gegl/0.1/ + SOURCE_URL[1]=ftp://ftp.gimp.org/pub/gegl/0.1/ + SOURCE_VFY=sha1:ede1789ce318b9afe4ec7dcb42c1065b4f278b64 + WEB_SITE=http://www.gegl.org/ ENTERED=20081016 - UPDATED=20090419 + UPDATED=20090908 SHORT="Generic Graphics Library" cat < linux-2.6-stable... let's project the stable in the present Message-ID: <20091202190538.0E5F99B307@doppio.foo-projects.org> commit 6c78c27e97b782b7bbdbb8aaba62fb82c5785ca6 Author: Samuel Verstraete Date: Wed Sep 23 10:28:51 2009 +0200 linux-2.6-stable... let's project the stable in the present --- kernel/linux-2.6-stable/BUILD | 4 ++-- kernel/linux-2.6-stable/DETAILS | 9 ++++----- kernel/linux-2.6-stable/POST_INSTALL | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/kernel/linux-2.6-stable/BUILD b/kernel/linux-2.6-stable/BUILD index 3027699..d41ddb7 100644 --- a/kernel/linux-2.6-stable/BUILD +++ b/kernel/linux-2.6-stable/BUILD @@ -33,7 +33,7 @@ backup_mods_krnl $VERSION && prepare_install && make modules_install && - cp arch/${MYARCH}/boot/bzImage /boot/$VERSION && - cp System.map /boot/System.map-$VERSION + cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch` && + cp System.map /boot/System.map-$VERSION-`arch` ) > $C_FIFO 2>&1 diff --git a/kernel/linux-2.6-stable/DETAILS b/kernel/linux-2.6-stable/DETAILS index dfb674a..e6e3441 100644 --- a/kernel/linux-2.6-stable/DETAILS +++ b/kernel/linux-2.6-stable/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6-stable - VERSION=2.6.24.7 + VERSION=2.6.30.7 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -8,12 +8,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/ SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/ SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/ - SOURCE_VFY=sha1:351aebc784a5395fe4c92d1e514a89680482f7e2 - SOURCE2_VFY=sha1:8daa0107234b6f3649e7577d1c53842306c471be + SOURCE_VFY=sha1:5fb7f2ccdc59c57887d586971a157bee7af324d1 + SOURCE2_VFY=sha1:f4b458c7eb9c5d6f9c801e3b3fbc9d455b77ef77 WEB_SITE=http://www.kernel.org ENTERED=20070313 - UPDATED=20080506 - MAINTAINER=moe at lunar-linux.org + UPDATED=20090923 SHORT="The uber-stable version of the 2.6 kernel" KEEP_SOURCE=on TMPFS=off diff --git a/kernel/linux-2.6-stable/POST_INSTALL b/kernel/linux-2.6-stable/POST_INSTALL index 1963779..dd6cddc 100644 --- a/kernel/linux-2.6-stable/POST_INSTALL +++ b/kernel/linux-2.6-stable/POST_INSTALL @@ -1,4 +1,4 @@ -update_bootloader $VERSION $VERSION +update_bootloader $VERSION-`arch` $VERSION-`arch` # Reinstall packages that add their own kernel modules From elangelo at lunar-linux.org Wed Dec 2 20:05:43 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:43 -0000 Subject: [Lunar-commits] kernel-headers: version bump Message-ID: <20091202190538.59C599B2F6@doppio.foo-projects.org> commit e137886d5df969db7c029fa4478137948ae78d17 Author: Samuel Verstraete Date: Wed Sep 23 11:51:53 2009 +0200 kernel-headers: version bump --- kernel/kernel-headers-2.6/DETAILS | 6 +++--- kernel/kernel-headers-2.6/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/kernel-headers-2.6/DETAILS b/kernel/kernel-headers-2.6/DETAILS index 0432de1..dbddffa 100644 --- a/kernel/kernel-headers-2.6/DETAILS +++ b/kernel/kernel-headers-2.6/DETAILS @@ -1,13 +1,13 @@ MODULE=kernel-headers-2.6 - VERSION=2.6.23 + VERSION=2.6.30.7 SOURCE=kernel-headers-$VERSION.tar.bz2 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/kernel-headers-$VERSION SOURCE_URL=$MIRROR_URL/ - SOURCE_VFY=sha1:a6d2aeabe95c4970ebe7b02271a430c8d6fabde3 + SOURCE_VFY=sha1:b1b5a23df1a1d08cc7c9355f18ae70a6ae0e9b48 WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20071118 + UPDATED=20090923 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace diff --git a/kernel/kernel-headers-2.6/DETAILS.x86_64 b/kernel/kernel-headers-2.6/DETAILS.x86_64 index ad938d1..415a6d7 100644 --- a/kernel/kernel-headers-2.6/DETAILS.x86_64 +++ b/kernel/kernel-headers-2.6/DETAILS.x86_64 @@ -1,13 +1,13 @@ MODULE=kernel-headers-2.6 - VERSION=2.6.23-x86_64 + VERSION=2.6.30.7-x86_64 SOURCE=kernel-headers-$VERSION.tar.bz2 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/kernel-headers-$VERSION SOURCE_URL=$MIRROR_URL/ - SOURCE_VFY=sha1:5d0350ad353c1c8a49b762dcfb8dc319f749193a + SOURCE_VFY=sha1:e6f3029d5293c04fa490770fb5ec88e37c2e999d WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20071102 + UPDATED=20090923 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace From elangelo at lunar-linux.org Wed Dec 2 20:05:43 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:43 -0000 Subject: [Lunar-commits] gtk+-2: 2.18.0 Message-ID: <20091202190538.2EFE09B310@doppio.foo-projects.org> commit 0eec2cd3468f605706b7b2795c8b0b73d9d22873 Author: Samuel Verstraete Date: Wed Sep 23 11:37:24 2009 +0200 gtk+-2: 2.18.0 --- graphics/gtk+-2/BUILD | 6 +++--- graphics/gtk+-2/DETAILS | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index 1058b15..c80451a 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -1,14 +1,14 @@ ( - if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then +# if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then # Is 7.0 API, rather than old version 6b # Old patch: http://repos.archlinux.org/viewvc.cgi/gtk2/repos/extra-i686/ # Fixes blurry jpegs: http://bugzilla.gnome.org/show_bug.cgi?id=588740 # http://bugs.gentoo.org/show_bug.cgi?id=282744 # Info: http://bbs.archlinux.org/viewtopic.php?id=75529 # Original fix: sedit "s:cinfo->scale_denom <= 8:cinfo->scale_denom <= 16:" gdk-pixbuf/io-jpeg.c - patch_it $SOURCE2 0 - fi && +# patch_it $SOURCE2 0 +# fi && if [ "$USE_XINPUT" == "y" ]; then # XInput support is needed for Wacom tablets to work in GIMP diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS index 73ad038..76f1985 100644 --- a/graphics/gtk+-2/DETAILS +++ b/graphics/gtk+-2/DETAILS @@ -1,13 +1,13 @@ MODULE=gtk\+-2 - VERSION=16.6 - MAJOR=2.16 + VERSION=18.0 + MAJOR=2.18 SOURCE=$MODULE.$VERSION.tar.bz2 - SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 + #SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 +# SOURCE2_URL=$PATCH_URL +# SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 SOURCE2_VFY=sha1:6981a977ea91d6dce32f444ad3b097e2ad43302b WEB_SITE=http://www.gtk.org/ ENTERED=20020313 From elangelo at lunar-linux.org Wed Dec 2 20:05:43 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:43 -0000 Subject: [Lunar-commits] random changes Message-ID: <20091202190538.746569B300@doppio.foo-projects.org> commit 268831932ef1881fe895e04b7de1be12a0f25d53 Author: Samuel Verstraete Date: Wed Sep 23 18:54:22 2009 +0200 random changes --- graphics/gtk+-2/BUILD | 2 ++ libs/glib-2/DETAILS | 8 ++++---- xfce4/core/xfdesktop/BUILD | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index c80451a..6343f01 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -15,6 +15,8 @@ OPTS+=" --with-xinput=yes --enable-debug=no" fi && + OPTS+=" --enable-debug" + default_build ) > $C_FIFO 2>&1 diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index 06ad01a..6406fc6 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 - MAJOR=2.21 - VERSION=21.3 + MAJOR=2.22 + VERSION=22.0 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:ffcd13ac97787106ce943396d250cfa593d47345 + SOURCE_VFY=sha1:dae057cb116c87ada58fbaae9897c71e9da20d06 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090908 + UPDATED=2009092 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF diff --git a/xfce4/core/xfdesktop/BUILD b/xfce4/core/xfdesktop/BUILD index c59a75a..808c271 100644 --- a/xfce4/core/xfdesktop/BUILD +++ b/xfce4/core/xfdesktop/BUILD @@ -3,6 +3,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + OPTS+=" --enable-debug" default_cvs_build From elangelo at lunar-linux.org Wed Dec 2 20:05:43 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:43 -0000 Subject: [Lunar-commits] xfconf GIT Message-ID: <20091202190538.E03349B236@doppio.foo-projects.org> commit 86afc0a281c78d30c71c2ecca1f495dcf6e184ff Author: Samuel Verstraete Date: Thu Sep 24 17:48:31 2009 +0200 xfconf GIT --- xfce4/core/xfconf/BUILD | 7 +------ xfce4/core/xfconf/DETAILS | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD index 5ca1695..68281e0 100644 --- a/xfce4/core/xfconf/BUILD +++ b/xfce4/core/xfconf/BUILD @@ -4,11 +4,6 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - --enable-xinerama \ - $OPTS && - - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index 8e93262..f128154 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,8 +1,8 @@ MODULE=xfconf - VERSION="svn-`date +%Y%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20080626 From elangelo at lunar-linux.org Wed Dec 2 20:05:44 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:44 -0000 Subject: [Lunar-commits] something Message-ID: <20091202190539.4316D9B2EB@doppio.foo-projects.org> commit cb913b66eff0389bc86c1a27f6779e8a23155544 Author: Samuel Verstraete Date: Sun Sep 27 09:53:48 2009 +0200 something --- archive/fsarchiver/DEPENDS | 5 +++ archive/fsarchiver/DETAILS | 20 ++++++++++++ audio/faac/BUILD | 5 +++ audio/faac/DETAILS | 3 ++ bluetooth/bluez/BUILD | 30 +++++++++++------- bluetooth/bluez/CONFIGURE | 2 +- bluetooth/bluez/DETAILS | 6 ++-- bluetooth/bluez/init.d/bluetooth_serial | 39 ------------------------ compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 4 +- compilers/php5/DETAILS | 6 ++-- crypto/beecrypt/BUILD | 6 +++- crypto/cyrus-sasl/BUILD | 8 +++-- crypto/cyrus-sasl/DEPENDS | 7 ++-- devel/ctl/BUILD | 7 ++++ devel/ctl/DETAILS | 7 +++- devel/gdb/BUILD | 5 +++ devel/physfs/BUILD | 7 ++++ filesys/partimage/BUILD | 8 +++++ filesys/partimage/DEPENDS | 2 +- filesys/partimage/DETAILS | 3 ++ games/paintown/BUILD | 7 ++++ graphics/SDL_gfx/DETAILS | 6 ++-- graphics/dcraw/DETAILS | 6 ++-- graphics/gtk+-2/BUILD | 3 ++ graphics/gtk+-2/DETAILS | 11 ++++-- graphics/pstoedit/BUILD | 13 -------- graphics/pstoedit/DETAILS | 9 +++-- kde3/apps/amarok/BUILD | 1 + kde3/apps/amarok/DETAILS | 3 ++ kde3/base/kdebase3/BUILD | 2 + kde3/base/kdebase3/DETAILS | 3 ++ kde3/utils/redland/BUILD | 13 -------- kde3/utils/redland/DEPENDS | 7 ---- kde3/utils/redland/DETAILS | 14 -------- kde3/utils/redland/DETAILS.x86_64 | 14 -------- kde3/utils/strigi/BUILD | 8 ----- kde3/utils/strigi/DEPENDS | 8 ----- kde3/utils/strigi/DETAILS | 17 ---------- kde4/extragear/ktorrent4/DETAILS | 6 ++-- kde4/utils/strigi/BUILD | 8 +++++ kde4/utils/strigi/DEPENDS | 8 +++++ kde4/utils/strigi/DETAILS | 17 ++++++++++ kernel/kernel-headers-2.6/BUILD | 13 ++++++-- kernel/kernel-headers-2.6/DETAILS | 2 +- kernel/kernel-headers-2.6/DETAILS.x86_64 | 2 +- kernel/linux-2.6/DETAILS | 12 ++++---- libs/allegro/BUILD | 10 +++++- libs/libcap/BUILD | 9 ++++-- libs/libcap/DETAILS | 6 +++- libs/loudmouth/DEPENDS | 2 +- libs/ming/BUILD | 16 ++++++++++ libs/ming/DEPENDS | 4 ++ libs/ming/DETAILS | 2 +- libs/rasqal/DEPENDS | 1 + libs/rasqal/DETAILS | 29 +++++++++++++++++ libs/readline/BUILD | 11 +++++- libs/readline/POST_INSTALL | 1 + libs/redland/BUILD | 13 ++++++++ libs/redland/DEPENDS | 7 ++++ libs/redland/DETAILS | 14 ++++++++ libs/redland/DETAILS.x86_64 | 15 +++++++++ perl/IO-Socket-SSL/DETAILS | 8 ++-- python/pygments/DETAILS | 11 +++---- qt4-apps/convertall/BUILD | 19 +++++++++++- qt4-apps/convertall/DETAILS | 6 ++-- qt4-apps/polkit-qt/BUILD | 14 +++++---- qt4-apps/polkit-qt/DETAILS | 1 + qt4-apps/qt-creator/BUILD | 15 ++++++++- qt4-apps/qtscriptgenerator/BUILD | 3 ++ qt4-apps/qtscriptgenerator/DETAILS | 2 +- science/avogadro/DETAILS | 6 ++-- science/celestia-gtk/BUILD | 7 +++- science/celestia-gtk/DETAILS | 1 + sql/mysql/DETAILS | 6 ++-- video/MPlayer/BUILD | 4 ++ video/MPlayer/DETAILS | 19 +++++------ video/cinelerra/BUILD | 7 ++++ video/cinelerra/DEPENDS | 8 +++++ video/cinelerra/DETAILS | 14 ++++---- video/libtheora/DETAILS | 6 ++-- x11/NVIDIA-beta/DETAILS | 12 ++++---- x11/NVIDIA-beta/DETAILS.x86_64 | 12 ++++---- xfce4/apps/ristretto/DETAILS | 2 +- xfce4/core/thunar-vfs/BUILD | 13 ++++++++ xfce4/core/thunar-vfs/DEPENDS | 6 ++++ xfce4/core/thunar-vfs/DETAILS | 14 ++++++++ xorg7/app/appres/CONFLICTS | 10 +++--- xorg7/app/appres/DETAILS | 12 ++++---- xorg7/app/bdftopcf/CONFLICTS | 10 +++--- xorg7/app/bdftopcf/DETAILS | 14 ++++---- xorg7/app/bitmap/CONFLICTS | 10 +++--- xorg7/app/bitmap/DETAILS | 10 +++--- xorg7/app/editres/CONFLICTS | 10 +++--- xorg7/app/editres/DETAILS | 10 +++--- xorg7/app/xauth/CONFLICTS | 10 +++--- xorg7/app/xauth/DETAILS | 6 ++-- xorg7/app/xbacklight/CONFLICTS | 10 +++--- xorg7/app/xbacklight/DETAILS | 12 ++++---- xorg7/app/xclock/CONFLICTS | 10 +++--- xorg7/app/xclock/DETAILS | 10 +++--- xorg7/app/xdm/DETAILS | 6 ++-- xorg7/app/xset/CONFLICTS | 10 +++--- xorg7/app/xset/DETAILS | 6 ++-- xorg7/data/xcursor-themes/CONFLICTS | 10 +++--- xorg7/data/xcursor-themes/DETAILS | 11 +++---- xorg7/extra/libdrm/DETAILS | 6 ++-- xorg7/lib/libXdmcp/CONFLICTS | 10 +++--- xorg7/lib/libXdmcp/DETAILS | 10 +++--- xorg7/lib/libXmu/CONFLICTS | 10 +++--- xorg7/lib/libXmu/DETAILS | 6 ++-- xorg7/lib/libpciaccess/DETAILS | 6 ++-- zbeta/cclive/DETAILS | 6 ++-- zbeta/fdm/BUILD | 8 ++++- 113 files changed, 612 insertions(+), 386 deletions(-) diff --git a/archive/fsarchiver/DEPENDS b/archive/fsarchiver/DEPENDS new file mode 100644 index 0000000..e6cefd9 --- /dev/null +++ b/archive/fsarchiver/DEPENDS @@ -0,0 +1,5 @@ +depends e2fsprogs + +optional_depends "xz" "" "--disable-lzma" "for lzma compress format support" +optional_depends "lzo" "" "--disable-lzo" "for lzo compress format support" +optional_depends "openssl" "" "--disable-crypto" "for ssl support" diff --git a/archive/fsarchiver/DETAILS b/archive/fsarchiver/DETAILS new file mode 100644 index 0000000..b976516 --- /dev/null +++ b/archive/fsarchiver/DETAILS @@ -0,0 +1,20 @@ + MODULE=fsarchiver + VERSION=0.5.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:9604943d736654548f24a7d653986e19e5157bcb + WEB_SITE=http://www.fsarchiver.org + ENTERED=20090925 + UPDATED=20090925 + SHORT="A file-system archive tool" + +cat << EOF +FSArchiver is a system tool that allows you to save the contents of a +file-system to a compressed archive file. The file-system can be +restored on a partition which has a different size and it can be +restored on a different file-system. Unlike tar/dar, FSArchiver also +creates the file-system when it extracts the data to partitions. +Everything is checksummed in the archive in order to protect the data. +If the archive is corrupt, you just loose the current file, not the +whole archive. +EOF diff --git a/audio/faac/BUILD b/audio/faac/BUILD index 0628b55..bdcef90 100644 --- a/audio/faac/BUILD +++ b/audio/faac/BUILD @@ -1,5 +1,10 @@ ( + # Fixes compilation error: + # mpeg4ip.h:126: error: new declaration 'char* strcasestr(const char*, const char*)' + # /usr/include/string.h:367: error: ambiguates old declaration 'const char* strcasestr(const char*, const char*)' + patch_it $SOURCE_CACHE/$SOURCE2 1 && + sedit "s/\r//g" bootstrap Makefile.am configure.in && ./bootstrap && default_build diff --git a/audio/faac/DETAILS b/audio/faac/DETAILS index a5b484e..484deb7 100644 --- a/audio/faac/DETAILS +++ b/audio/faac/DETAILS @@ -1,8 +1,11 @@ MODULE=faac VERSION=1.28 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=faac-1.28-external-libmp4v2.patch.bz2 SOURCE_URL=$SFORGE_URL/faac/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:d00b023a3642f81bb1fb13d962a65079121396ee + SOURCE2_VFY=sha1:3857fdfe1cef0ed1d78fc964a6344fa82faedd5a WEB_SITE=http://www.audiocoding.com/ ENTERED=20050308 UPDATED=20080418 diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD index 9e5178e..8a05c12 100644 --- a/bluetooth/bluez/BUILD +++ b/bluetooth/bluez/BUILD @@ -1,6 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && OPTS+=" --build=$BUILD \ --host=$BUILD \ @@ -10,16 +10,22 @@ default_build && - sedit "s:#\[A:\[A:" audio/audio.conf && - sedit "s:#SBCS:SBCS:" audio/audio.conf && - sedit "s:#MPEG:MPEG:" audio/audio.conf && - sedit "s:#AutoConnect:AutoConnect:" audio/audio.conf && - - mkdir -p /etc/bluetooth && - cp -f audio/audio.conf /etc/bluetooth/ && - cp -f network/*.conf /etc/bluetooth/ && - cp -f input/*.conf /etc/bluetooth/ && - cp -f audio/bluetooth.conf /etc/asound.conf && - cp -f serial/serial.conf /etc/bluetooth/ +# sedit "s:#\[A:\[A:" audio/audio.conf && +# sedit "s:#SBCS:SBCS:" audio/audio.conf && +# sedit "s:#MPEG:MPEG:" audio/audio.conf && +# sedit "s:#AutoConnect:AutoConnect:" audio/audio.conf && + + mkdir -p /etc/bluetooth && + cp -f audio/audio.conf /etc/bluetooth/ && + cp -f network/*.conf /etc/bluetooth/ && + cp -f input/*.conf /etc/bluetooth/ && + cp -f serial/serial.conf /etc/bluetooth/ && + + mkdir -p /etc/alsa && + cp -f audio/bluetooth.conf /etc/alsa && + + echo -e "@hooks [\n\t{\n\t\tfunc load\n\t\tfiles [\n\t\t\t"/etc/alsa/bluetooth.conf"\n\t\t]\n\ + \t\terrors false\n\t}\n]" > $SOURCE_DIRECTORY/asound.conf && + install -m644 asound.conf /etc/ ) > $C_FIFO 2>&1 diff --git a/bluetooth/bluez/CONFIGURE b/bluetooth/bluez/CONFIGURE index b546596..c985af4 100644 --- a/bluetooth/bluez/CONFIGURE +++ b/bluetooth/bluez/CONFIGURE @@ -6,4 +6,4 @@ mquery HIDD "Install HID daemon?" y "--enable-hidd" "--disable-hidd" mquery PAND "Install PAN daemon?" y "--enable-pand" "--disable-pand" mquery DUND "Install DUN daemon?" y "--enable-dund" "--disable-dund" mquery TEST "Install test programs?" y "--enable-test" "--disable-test" -mquery CONFILES "Install Bluetooth configuration files" n "--enable-configfiles" "--disable-configfiles" + mquery CONFILES "Install Bluetooth configuration files" n "--enable-configfiles" "--disable-configfiles" diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS index 01d47a8..b61f0f8 100644 --- a/bluetooth/bluez/DETAILS +++ b/bluetooth/bluez/DETAILS @@ -1,14 +1,14 @@ MODULE=bluez - VERSION=4.53 + VERSION=4.54 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-4.41.dbus.access.patch SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:3b6493f2a9b91bb9146918a86a960383e9de7ccd + SOURCE_VFY=sha1:b61ea5eebf524c3d3fad41fda649e8b63feb3383 SOURCE2_VFY=sha1:1bea7d4cc74f55b8861544b42b07244b555c8550 WEB_SITE=http://www.bluez.org ENTERED=20090328 - UPDATED=20090910 + UPDATED=20090925 SHORT="support for core Bluetooth layers and protocols" cat << EOF diff --git a/bluetooth/bluez/init.d/bluetooth_serial b/bluetooth/bluez/init.d/bluetooth_serial deleted file mode 100644 index 6250624..0000000 --- a/bluetooth/bluez/init.d/bluetooth_serial +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# -# chkconfig: 345 80 20 -# description: Startup/shutdown script for Bluetooth serial PCMCIA card initialization - - . /lib/lsb/init-functions $1 - -start_serial() -{ - if [ ! -x /bin/setserial -o ! -x /usr/sbin/hciattach ]; then - logger "$0: setserial or hciattach not executable, cannot start $DEVNAME" - return 1 - fi - - if [ "$BAUDBASE" != "" ]; then - /bin/setserial $DEVNAME baud_base $BAUDBASE - fi - - /usr/sbin/hciattach $DEVNAME $HCIOPTS 2>&1 | logger -t hciattach -} - -stop_serial() -{ - [ -x /bin/fuser ] || return 1 - - /bin/fuser -k -HUP $DEVNAME > /dev/null -} - -case "$ACTION" in - add) - start_serial - ;; - remove) - stop_serial - ;; - *) - logger "Unknown action received $0: $ACTION" - ;; -esac diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin index c6bab48..2b47121 100644 --- a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -1,5 +1,5 @@ # -# gcc-4.3.x compiler optimizations plugin +# gcc-4.4.x compiler optimizations plugin # plugin_compiler_gcc_4_4_optimize() @@ -240,7 +240,7 @@ EOF default) if [ "$IS_DEFAULT" != "DEFAULT" ]; then set_local_config LUNAR_COMPILER GCC_4_4 - $DIALOG --msgbox "Gcc 4.3 is now the default compiler!" 6 60 + $DIALOG --msgbox "Gcc 4.4 is now the default compiler!" 6 60 fi ;; safe) diff --git a/compilers/php5/DETAILS b/compilers/php5/DETAILS index 7f6d74c..8cc215b 100644 --- a/compilers/php5/DETAILS +++ b/compilers/php5/DETAILS @@ -1,5 +1,5 @@ MODULE=php5 - VERSION=5.2.10 + VERSION=5.2.11 SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE=php-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.php.net/distributions @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE_URL[4]=http://nl.php.net/distributions SOURCE_URL[5]=http://de.php.net/distributions SOURCE_URL[6]=http://fr.php.net/distributions - SOURCE_VFY=sha1:9a287e2791d28928fb1ee1a1167290c5005feccd + SOURCE_VFY=sha1:819c853ce657ef260d4a73b5a21f961115b97eef WEB_SITE=http://www.php.net ENTERED=20040919 - UPDATED=20090618 + UPDATED=20090926 SHORT="PHP: Hypertext Processor scripting language" cat << EOF diff --git a/crypto/beecrypt/BUILD b/crypto/beecrypt/BUILD index 6c0af20..7d5fe52 100644 --- a/crypto/beecrypt/BUILD +++ b/crypto/beecrypt/BUILD @@ -13,7 +13,11 @@ export CFLAGS=${CFLAGS/-march=athlon-fx/-march=i686} && export CFLAGS=${CFLAGS/-march=k8/-march=i686} && export CFLAGS=${CFLAGS/-march=opteron/-march=i686} && - export CFLAGS=${CFLAGS/-march=em64t/-march=i686} + export CFLAGS=${CFLAGS/-march=em64t/-march=i686} && + + # Temporary workaround for gcc picking up CFLAGS from both of + # /etc/lunar/local/optimizations.GCC_4_{2,4}, which breaks compilation. + sedit "s:ASM_ARCH=\$bc_target_arch:ASM_ARCH=i686:" configure fi && # Fixes compilation of rpm - http://rpm5.org/cvs/tktview?tn=51 diff --git a/crypto/cyrus-sasl/BUILD b/crypto/cyrus-sasl/BUILD index 1a2064d..acdbb62 100644 --- a/crypto/cyrus-sasl/BUILD +++ b/crypto/cyrus-sasl/BUILD @@ -7,7 +7,7 @@ sedit "s/@LIBS@/@LIBS@ -lpam -lcrypt/" */Makefile.in else sedit "s/@LIBS@/@LIBS@ -lcrypt/" */Makefile.in - fi + fi && # default enabled modules in configure : checkapop, cram, digest, otp, gssapi, plain, anon OPTS=$OPTS" --enable-login \ @@ -19,14 +19,16 @@ --with-plugindir=/usr/lib/sasl2 \ --enable-sample \ --with-gnu-ld \ - --with-saslauthd=/var/lib/sasl " + --with-saslauthd=/var/lib/sasl " && default_config && mkdir -p /var/lib/sasl/ && default_make && + if [ ! -d /etc/sasl2 ]; then mkdir -p /etc/sasl2 - fi && + fi && + if [ ! -e /etc/sasl2/smtpd.conf ] ; then install $SOURCE_CACHE/$SOURCE2 /etc/sasl2/smtpd.conf.gz && gunzip /etc/sasl2/smtpd.conf.gz diff --git a/crypto/cyrus-sasl/DEPENDS b/crypto/cyrus-sasl/DEPENDS index 399daa8..a94eb90 100644 --- a/crypto/cyrus-sasl/DEPENDS +++ b/crypto/cyrus-sasl/DEPENDS @@ -1,7 +1,8 @@ depends openssl -depends db +optional_depends db "" "" "for Brekley DB support" optional_depends Linux-PAM "--with-pam" "--without-pam" "for PAM authentication" -optional_depends mysql "--enable-sql --with-mysql" "--without-mysql" "for mysql support" -optional_depends postgresql "--enable-sql --with-pgsql" "--without-pgsql" "for postgreSQL support" +optional_depends mysql "--enable-sql --with-mysql" "--without-mysql" "for mysql support" +optional_depends postgresql "--enable-sql --with-pgsql" "--without-pgsql" "for postgreSQL support" +optional_depends gdbm "" "" "for gdbm support" optional_depends heimdal "--enable-gssapi=/usr/include --disable-krb4" "--disable-gssapi" "for GSSAPI support" diff --git a/devel/ctl/BUILD b/devel/ctl/BUILD new file mode 100644 index 0000000..9a6149d --- /dev/null +++ b/devel/ctl/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/devel/ctl/DETAILS b/devel/ctl/DETAILS index bcef53e..d47004b 100644 --- a/devel/ctl/DETAILS +++ b/devel/ctl/DETAILS @@ -1,9 +1,12 @@ MODULE=ctl VERSION=1.4.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/ampasctl/ + SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2 + SOURCE_URL=$SFORGE_URL/ampasctl + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:4e31de8e8da144bbc840d97014a8f45e20e398ac - WEB_SITE=http://ampasctl.sourceforge.net/ + SOURCE2_VFY=sha1:1d8b24f76c58c9a3fec7ccac1bca55a6ecc33446 + WEB_SITE=http://ampasctl.sourceforge.net ENTERED=20070822 UPDATED=20071028 SHORT="Color Transformation Language" diff --git a/devel/gdb/BUILD b/devel/gdb/BUILD index 5d69bf2..ffaae90 100644 --- a/devel/gdb/BUILD +++ b/devel/gdb/BUILD @@ -1,5 +1,10 @@ ( + # Fixes compilation error: + # eval.c: In function 'evaluate_subexp_standard': + # eval.c:1705: error: 'subscript_array' may be used uninitialized in this function + OPTS+=" --disable-werror" && + OPTS+=" --host=$BUILD --libdir=$MODULE_PREFIX/lib/gdb \ --includedir=$MODULE_PREFIX/include/gdb" && diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD index 59bee7f..f008cdc 100644 --- a/devel/physfs/BUILD +++ b/devel/physfs/BUILD @@ -1,6 +1,13 @@ ( patch_it $SOURCE_CACHE/$SOURCE2 1 && + + # Fixes compilation error: + # cc1: warnings being treated as errors + # /usr/src/physfs-2.0.0/archivers/zip.c: In function 'zip_find_end_of_central_dir': + # /usr/src/physfs-2.0.0/archivers/zip.c:378: error: 'extra[0u]' may be used uninitialized in this function + sedit "s:-Werror::" CMakeLists.txt && + cmake -DCMAKE_INSTALL_PREFIX:=/usr -DPHYSFS_BUILD_WX_TEST:=FALSE && default_make diff --git a/filesys/partimage/BUILD b/filesys/partimage/BUILD index aac19c7..5d30ace 100644 --- a/filesys/partimage/BUILD +++ b/filesys/partimage/BUILD @@ -1,5 +1,13 @@ ( + # Fixes compilation error: + # net.h:31:22: error: iostream.h: No such file or directory + sedit "s:iostream.h:iostream:" src/shared/net.h src/server/partimaged.cpp src/server/partimaged-main.cpp && + + # Fixes compilation error: + # misc.cpp:2375: error: invalid conversion from 'const char*' to 'char*' + patch_it $SOURCE_CACHE/$SOURCE2 1 && + default_config && sedit '/partimag\.root/d' Makefile.{in,am} && diff --git a/filesys/partimage/DEPENDS b/filesys/partimage/DEPENDS index 7a8bebe..1c6d491 100644 --- a/filesys/partimage/DEPENDS +++ b/filesys/partimage/DEPENDS @@ -1,2 +1,2 @@ -depends newt && +depends newt depends openssl diff --git a/filesys/partimage/DETAILS b/filesys/partimage/DETAILS index 4887bd6..7252d9a 100644 --- a/filesys/partimage/DETAILS +++ b/filesys/partimage/DETAILS @@ -1,8 +1,11 @@ MODULE=partimage VERSION=0.6.7 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=partimage-0.6.7-glibc-2.10.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:c02e0db728e72277a78a1fb4140171ba8a9336cf + SOURCE2_VFY=sha1:66e14884bf132d5405d14c3599b85d8cfe98708a WEB_SITE=http://www.partimage.org/ ENTERED=20040226 UPDATED=20090825 diff --git a/games/paintown/BUILD b/games/paintown/BUILD index 6a8c5cf..b73e5dc 100644 --- a/games/paintown/BUILD +++ b/games/paintown/BUILD @@ -1,5 +1,12 @@ ( + # Fix compilation error: + # build/menu/option_lives.cpp:56: error: 'sprintf' was not declared in this scope + sedit '/globals.h"/a\#include ' src/menu/option_{lives,npc_buddies,speed}.cpp && + sedit '/lit_bitmap.h"/a\#include ' src/util/bitmap.cpp && + sedit "s:-Wall::" SConstruct && + sedit "s:char \* extension:const char \* extension:" src/game.cpp && + # Set data path sedit "s:\"data\":\"$MODULE_PREFIX/share/games/paintown\":" src/util/funcs.cpp && sedit "s:return 'data':return '$MODULE_PREFIX/share/games/paintown':" SConstruct && diff --git a/graphics/SDL_gfx/DETAILS b/graphics/SDL_gfx/DETAILS index 2f3683c..1ef5bb0 100644 --- a/graphics/SDL_gfx/DETAILS +++ b/graphics/SDL_gfx/DETAILS @@ -1,11 +1,11 @@ MODULE=SDL_gfx - VERSION=2.0.19 + VERSION=2.0.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.ferzkopp.net/Software/$MODULE-2.0 - SOURCE_VFY=sha1:bba39cf83e84d8e61b8078ea095cc0a96023e27f + SOURCE_VFY=sha1:077f7e64376c50a424ef11a27de2aea83bda3f78 WEB_SITE=http://www.ferzkopp.net/joomla/content/view/19/14 ENTERED=20020112 - UPDATED=20090423 + UPDATED=20090927 SHORT="High quality graphics library" cat << EOF diff --git a/graphics/dcraw/DETAILS b/graphics/dcraw/DETAILS index c460b7f..e081f1c 100644 --- a/graphics/dcraw/DETAILS +++ b/graphics/dcraw/DETAILS @@ -1,12 +1,12 @@ MODULE=dcraw - VERSION=8.95 + VERSION=8.98 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cybercom.net/~dcoffin/dcraw/archive/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:fb447b7fd03edc355f5f1cf34e7a3042128791ae + SOURCE_VFY=sha1:d6ac6dfd5c831a002e3e1ce3fc0d0c63e1e62b78 WEB_SITE=http://cybercom.net/~dcoffin/dcraw/ ENTERED=20061225 - UPDATED=20090712 + UPDATED=20090926 SHORT="Decoding raw digital photos in Linux" cat << EOF diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index 6343f01..b0960dc 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -10,6 +10,9 @@ # patch_it $SOURCE2 0 # fi && + # Quieten the "XID collision, trouble ahead" useless, spammy warning + patch_it $SOURCE3 1 && + if [ "$USE_XINPUT" == "y" ]; then # XInput support is needed for Wacom tablets to work in GIMP OPTS+=" --with-xinput=yes --enable-debug=no" diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS index 76f1985..b8bbc57 100644 --- a/graphics/gtk+-2/DETAILS +++ b/graphics/gtk+-2/DETAILS @@ -2,16 +2,19 @@ VERSION=18.0 MAJOR=2.18 SOURCE=$MODULE.$VERSION.tar.bz2 - #SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 + SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 + SOURCE3=gtk\+-2.16.6-quiet-xid-collision-warning.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR -# SOURCE2_URL=$PATCH_URL -# SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 + SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL + SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 SOURCE2_VFY=sha1:6981a977ea91d6dce32f444ad3b097e2ad43302b + SOURCE3_VFY=sha1:00d7688f8dbca9543ac54a53b217242aa926c1ed WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090829 + UPDATED=20090924 SHORT="A multi-platform toolkit for creating GUIs" cat << EOF diff --git a/graphics/pstoedit/BUILD b/graphics/pstoedit/BUILD deleted file mode 100644 index 7356805..0000000 --- a/graphics/pstoedit/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - -# This fixes a make failure with ming. - sedit "s:delete d;::g" src/drvswf.cpp - -# This gets around a make failure. It does not like how ImageMagick -# uses long long, and barfs. - - sedit "s:-pedantic: :g" configure - - default_build - -) > $C_FIFO 2>&1 diff --git a/graphics/pstoedit/DETAILS b/graphics/pstoedit/DETAILS index 412553a..ace96a0 100644 --- a/graphics/pstoedit/DETAILS +++ b/graphics/pstoedit/DETAILS @@ -1,13 +1,14 @@ MODULE=pstoedit - VERSION=3.45 + VERSION=3.50 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:3eecd5efcd4f3d1752d13303a2d1b64346f74171 + SOURCE_VFY=sha1:5685bef29fa00aae7cc314d3a1dd21612a98eb2b WEB_SITE=http://www.pstoedit.net/pstoedit ENTERED=20071106 - UPDATED=20071106 + UPDATED=20090926 SHORT="translates PostScript and PDF graphics into other vector formats" - PSAFE=no + +PSAFE=no cat << EOF pstoedit translates PostScript and PDF graphics into other vector formats. EOF diff --git a/kde3/apps/amarok/BUILD b/kde3/apps/amarok/BUILD index 0d5cc42..c706b13 100644 --- a/kde3/apps/amarok/BUILD +++ b/kde3/apps/amarok/BUILD @@ -4,6 +4,7 @@ . /etc/profile.d/kde3.rc patch_it $SOURCE_CACHE/$SOURCE2 1 && + patch_it $SOURCE_CACHE/$SOURCE3 1 && default_build diff --git a/kde3/apps/amarok/DETAILS b/kde3/apps/amarok/DETAILS index 38f2e36..b3907b8 100644 --- a/kde3/apps/amarok/DETAILS +++ b/kde3/apps/amarok/DETAILS @@ -2,10 +2,13 @@ VERSION=1.4.10 SOURCE=$MODULE-${VERSION}.tar.bz2 SOURCE2=$MODULE-1.4.9.1-libmtp-0.3.0.patch.bz2 + SOURCE3=$MODULE-1.4.10-gcc44.patch.bz2 SOURCE_URL=$KDE_URL/stable/$MODULE/$VERSION/src SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL SOURCE_VFY=sha1:cb0bebe99c6f4dc1b01601f2f3aee3a86da08fbd SOURCE2_VFY=sha1:d834992be46a746eeea2d203b5b327533ddf9b94 + SOURCE3_VFY=sha1:ecf51d2edbc9310a84dd349ddc405505efca41f4 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://amarok.kde.org ENTERED=20050111 diff --git a/kde3/base/kdebase3/BUILD b/kde3/base/kdebase3/BUILD index 49565ec..cc67799 100644 --- a/kde3/base/kdebase3/BUILD +++ b/kde3/base/kdebase3/BUILD @@ -3,6 +3,8 @@ . /etc/profile.d/qt3.rc . /etc/profile.d/kde3.rc + patch_it $SOURCE_CACHE/$SOURCE2 1 && + export LD_LIBRARY_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3 # So it can find the headers. diff --git a/kde3/base/kdebase3/DETAILS b/kde3/base/kdebase3/DETAILS index 97bec33..2947d82 100644 --- a/kde3/base/kdebase3/DETAILS +++ b/kde3/base/kdebase3/DETAILS @@ -1,9 +1,12 @@ MODULE=kdebase3 VERSION=3.5.10 SOURCE=kdebase-$VERSION.tar.bz2 + SOURCE2=kdebase-$VERSION-gcc4.4.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src SOURCE_VFY=sha1:1a72e4170a0a953ed70c0693a034947d87b6efbd + SOURCE2_URL=$PATCH_URL + SOURCE2_VFY=sha1:142c702a90c781fe8682deda73156c8a9d18b206 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://www.kde.org ENTERED=20020523 diff --git a/kde3/utils/redland/BUILD b/kde3/utils/redland/BUILD deleted file mode 100644 index 1d4646b..0000000 --- a/kde3/utils/redland/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - OPTS+=" --with-threads --with-raptor=system --with-rasqal=internal" - - if in_depends $MODULE libxml2 ; then - OPTS+=" --with-xml-parser=libxml" - else - OPTS+=" --with-xml-parser=expat" - fi - - default_build - -) > $C_FIFO 2>&1 diff --git a/kde3/utils/redland/DEPENDS b/kde3/utils/redland/DEPENDS deleted file mode 100644 index e312725..0000000 --- a/kde3/utils/redland/DEPENDS +++ /dev/null @@ -1,7 +0,0 @@ -depends raptor - -optional_depends "db" "--with-bdb" "--without-bdb" "for database support" -optional_depends "mysql" "--with-mysql" "--without-mysql" "for database support" -optional_depends "postgresql" "--with-postgresql" "--without-postgresql" "for database support" -optional_depends "sqlite" "--with-sqlite" "--without-sqlite" "for database support" -optional_depends "%XMLRENDERER" "" "" "for XML support" diff --git a/kde3/utils/redland/DETAILS b/kde3/utils/redland/DETAILS deleted file mode 100644 index 4baa76e..0000000 --- a/kde3/utils/redland/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=redland - VERSION=1.0.7 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.librdf.org/source/ - SOURCE_VFY=sha1:9ba444859709a6e5defb0b7a2294684e2fe06707 - WEB_SITE=http://librdf.org/ - ENTERED=20070802 - UPDATED=20080116 - SHORT="libraries that provide support for the Resource Description Framework" - -cat << EOF -Redland is a set of free software libraries that provide support -for the Resource Description Framework (RDF). -EOF diff --git a/kde3/utils/redland/DETAILS.x86_64 b/kde3/utils/redland/DETAILS.x86_64 deleted file mode 100644 index 81da25c..0000000 --- a/kde3/utils/redland/DETAILS.x86_64 +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=redland - VERSION=1.0.7 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.librdf.org/source/ - SOURCE_VFY=sha1:9ba444859709a6e5defb0b7a2294684e2fe06707 - WEB_SITE=http://librdf.org/ - ENTERED=20070802 - UPDATED=20080116 - SHORT="libraries that provide support for the Resource Description Framework" - PSAFE=no -cat << EOF -Redland is a set of free software libraries that provide support -for the Resource Description Framework (RDF). -EOF diff --git a/kde3/utils/strigi/BUILD b/kde3/utils/strigi/BUILD deleted file mode 100644 index da52bb0..0000000 --- a/kde3/utils/strigi/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - - cmake -DCMAKE_INSTALL_PREFIX:=/usr \ - -DENABLE_INOTIFY:BOOL=ON && - - default_make - -) > $C_FIFO 2>&1 diff --git a/kde3/utils/strigi/DEPENDS b/kde3/utils/strigi/DEPENDS deleted file mode 100644 index ffc2a52..0000000 --- a/kde3/utils/strigi/DEPENDS +++ /dev/null @@ -1,8 +0,0 @@ -depends file -depends cmake -depends clucene -depends zlib -depends bzip2 -depends openssl - -optional_depends "libxml2" "" "" "for XML support" diff --git a/kde3/utils/strigi/DETAILS b/kde3/utils/strigi/DETAILS deleted file mode 100644 index 6500b8c..0000000 --- a/kde3/utils/strigi/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=strigi - VERSION=0.7.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.vandenoever.info/software/strigi - SOURCE_VFY=sha1:c8f299ae3b5778c6891b58a1966b7342fb5e9e32 - WEB_SITE=http://strigi.sourceforge.net - ENTERED=20070802 - UPDATED=20090804 - SHORT="A small daemon that can index information" - -cat << EOF -Strigi is a daemon which uses a very fast and efficient crawler that can -index data on your harddrive. Indexing operations are performed without -hammering your system, this makes Strigi the fastest and smallest desktop -searching program. Strigi can index different file formats, including the -contents of the archive files. -EOF diff --git a/kde4/extragear/ktorrent4/DETAILS b/kde4/extragear/ktorrent4/DETAILS index a13f7c2..d3f0b1e 100644 --- a/kde4/extragear/ktorrent4/DETAILS +++ b/kde4/extragear/ktorrent4/DETAILS @@ -1,14 +1,14 @@ MODULE=ktorrent4 - MAJOR=3.2.3 + MAJOR=3.2.4 VERSION=${MAJOR} SOURCE=ktorrent-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ktorrent-$VERSION SOURCE_URL=http://ktorrent.org/downloads/$VERSION - SOURCE_VFY=sha1:0fc456b8706df7105a4964f92f4a55d89f8009ec + SOURCE_VFY=sha1:70555796ff8478fbad804bf8e9f2cdb56ded348d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090811 + UPDATED=20090924 SHORT="BitTorrent client for KDE" cat << EOF diff --git a/kde4/utils/strigi/BUILD b/kde4/utils/strigi/BUILD new file mode 100644 index 0000000..da52bb0 --- /dev/null +++ b/kde4/utils/strigi/BUILD @@ -0,0 +1,8 @@ +( + + cmake -DCMAKE_INSTALL_PREFIX:=/usr \ + -DENABLE_INOTIFY:BOOL=ON && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/utils/strigi/DEPENDS b/kde4/utils/strigi/DEPENDS new file mode 100644 index 0000000..ffc2a52 --- /dev/null +++ b/kde4/utils/strigi/DEPENDS @@ -0,0 +1,8 @@ +depends file +depends cmake +depends clucene +depends zlib +depends bzip2 +depends openssl + +optional_depends "libxml2" "" "" "for XML support" diff --git a/kde4/utils/strigi/DETAILS b/kde4/utils/strigi/DETAILS new file mode 100644 index 0000000..6500b8c --- /dev/null +++ b/kde4/utils/strigi/DETAILS @@ -0,0 +1,17 @@ + MODULE=strigi + VERSION=0.7.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.vandenoever.info/software/strigi + SOURCE_VFY=sha1:c8f299ae3b5778c6891b58a1966b7342fb5e9e32 + WEB_SITE=http://strigi.sourceforge.net + ENTERED=20070802 + UPDATED=20090804 + SHORT="A small daemon that can index information" + +cat << EOF +Strigi is a daemon which uses a very fast and efficient crawler that can +index data on your harddrive. Indexing operations are performed without +hammering your system, this makes Strigi the fastest and smallest desktop +searching program. Strigi can index different file formats, including the +contents of the archive files. +EOF diff --git a/kernel/kernel-headers-2.6/BUILD b/kernel/kernel-headers-2.6/BUILD index fdb2abf..0cf3ee4 100644 --- a/kernel/kernel-headers-2.6/BUILD +++ b/kernel/kernel-headers-2.6/BUILD @@ -2,16 +2,23 @@ cd $SOURCE_DIRECTORY/include/ && + # Don't conflict with libdrm + # As done in http://www.gentoo-portage.com/sys-kernel/linux-headers + rm -rf drm && + + # Delete useless files + find '(' -name '.install' -o -name '*.cmd' ')' -delete && + prepare_install && for dir in ./* ; do - cp -a $dir /usr/include/ - chown -R root.root /usr/include/$dir + cp -a $dir /usr/include/ && + chown -R root.root /usr/include/$dir && for subdir in `find /usr/include/$dir -type d` do chmod 755 $subdir - done + done && for file in `find /usr/include/$dir -type f` do diff --git a/kernel/kernel-headers-2.6/DETAILS b/kernel/kernel-headers-2.6/DETAILS index dbddffa..af888f6 100644 --- a/kernel/kernel-headers-2.6/DETAILS +++ b/kernel/kernel-headers-2.6/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20090923 + UPDATED=20090924 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace diff --git a/kernel/kernel-headers-2.6/DETAILS.x86_64 b/kernel/kernel-headers-2.6/DETAILS.x86_64 index 415a6d7..578de3c 100644 --- a/kernel/kernel-headers-2.6/DETAILS.x86_64 +++ b/kernel/kernel-headers-2.6/DETAILS.x86_64 @@ -7,7 +7,7 @@ WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20090923 + UPDATED=20090924 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index da7da9d..fc4f5c6 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,18 +1,18 @@ MODULE=linux-2.6 - VERSION=2.6.31 + VERSION=2.6.31.1 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 -# SOURCE2=patch-${VERSION}.bz2 + SOURCE2=patch-${VERSION}.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 -# SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 -# SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 + SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 + SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE_VFY=sha1:c6e0e6b473ba2b80d164e37cfabf294e783c03d9 -# SOURCE2_VFY=sha1:29cf320dfdd0e8d5f4c50374525b778b732d3e98 + SOURCE2_VFY=sha1:87d0780c525c5a74a0c4da18a5a8adf1db3bd9ab WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090909 + UPDATED=20090925 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off diff --git a/libs/allegro/BUILD b/libs/allegro/BUILD index b3baefd..eeccd0d 100644 --- a/libs/allegro/BUILD +++ b/libs/allegro/BUILD @@ -1,4 +1,12 @@ ( - sedit "s/-O2/$CFLAGS/" configure + + sedit "s/-O2/$CFLAGS/" configure && + + # Fixes compilation error: + # ./src/i386/icpus.s:70: Error: suffix or operands invalid for `fnstsw' + # Info at http://www.allegro.cc/forums/thread/597882 + OPTS+=" --disable-asm" && + default_build + ) > $C_FIFO 2>&1 diff --git a/libs/libcap/BUILD b/libs/libcap/BUILD index c58a153..cb70c74 100644 --- a/libs/libcap/BUILD +++ b/libs/libcap/BUILD @@ -1,5 +1,8 @@ ( - export PYTHON=1 PYTHONMODDIR=/usr/lib/python2.3/site-packages - sed -i 's|WARNINGS=-ansi|WARNINGS=|' Make.Rules && - default_make + + # To compile with kernel-headers-2.6 2.6.30.7 + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + ) > $C_FIFO 2>&1 diff --git a/libs/libcap/DETAILS b/libs/libcap/DETAILS index b914d3f..c55de2f 100644 --- a/libs/libcap/DETAILS +++ b/libs/libcap/DETAILS @@ -1,12 +1,16 @@ MODULE=libcap VERSION=1.97 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=libcap-1.97-compile-with-kernel-headers-2.6-2.6.30.7.patch.bz2 SOURCE_URL=http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:f200cc8978072637b18cb5beb1df48f63037d395 + SOURCE2_VFY=sha1:76cf3acff1795694b42b9b8b62d0c92c62506c86 WEB_SITE=http://www.kernel.org/pub/linux/libs/security/linux-privs ENTERED=20040906 - UPDATED=20070911 + UPDATED=20090924 SHORT="POSIX 1003.1e capabilities" + cat << EOF POSIX 1003.1e capabilities EOF diff --git a/libs/loudmouth/DEPENDS b/libs/loudmouth/DEPENDS index f68d97d..5501a63 100644 --- a/libs/loudmouth/DEPENDS +++ b/libs/loudmouth/DEPENDS @@ -2,7 +2,7 @@ depends glib-2 optional_depends "gnutls" \ "--with-ssl=gnutls" \ - "--with-ssl=no" \ + "--with-ssl=openssl" \ "for SSL capabilities (For GoogleTalk)" optional_depends "gtk-doc" \ diff --git a/libs/ming/BUILD b/libs/ming/BUILD new file mode 100644 index 0000000..1219a90 --- /dev/null +++ b/libs/ming/BUILD @@ -0,0 +1,16 @@ +( + + if in_depends $MODULE tcl ; then + TCL_VER="`lvu version perl |cut -c 1-3`" + sedit "s:tcl8.4:tcl$TCL_VER:g" configure + export TCL_LIB_DIR=/usr/lib/tcl$TCL_VER + fi && + + sedit "s:#make:make:" php_ext/make_module.sh && + + default_build && + +# The install misses this header. + install -m 644 $SOURCE_DIRECTORY/src/ming_config.h /usr/include/ + +) > $C_FIFO 2>&1 diff --git a/libs/ming/DEPENDS b/libs/ming/DEPENDS new file mode 100644 index 0000000..41f1b81 --- /dev/null +++ b/libs/ming/DEPENDS @@ -0,0 +1,4 @@ +optional_depends Python "--enable-python" "--disable-python" "for Python script support" +optional_depends perl "--enable-perl" "--disable-perl" "for perl scripting support" +#optional_depends %PHP "--enable-php" "--disable-php" "for PHP scripting support" +optional_depends tcl "--enable-tcl" "--disable-tcl" "for tcl scripting support" diff --git a/libs/ming/DETAILS b/libs/ming/DETAILS index a80fc40..3a2d290 100644 --- a/libs/ming/DETAILS +++ b/libs/ming/DETAILS @@ -5,7 +5,7 @@ SOURCE_VFY=sha1:3990c718c448cd26c1551457258d8de11c74b3e5 WEB_SITE=http://ming.sourceforge.net ENTERED=20030519 - UPDATED=20090511 + UPDATED=20090926 SHORT="a c library for generating SWF (Flash) format movies" cat << EOF diff --git a/libs/rasqal/DEPENDS b/libs/rasqal/DEPENDS new file mode 100644 index 0000000..eb6b431 --- /dev/null +++ b/libs/rasqal/DEPENDS @@ -0,0 +1 @@ +depends raptor diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS new file mode 100644 index 0000000..d597efe --- /dev/null +++ b/libs/rasqal/DETAILS @@ -0,0 +1,29 @@ + MODULE=rasqal + VERSION=0.9.16 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL[0]=http://download.librdf.org/source + SOURCE_URL[1]=$SFORGE_URL/librdf + SOURCE_VFY=sha1:55e08ee78c15de417cbfccb9e748747095994886 + WEB_SITE=http://librdf.org/$MODULE + ENTERED=20090923 + UPDATED=20090923 + SHORT="A RDF Query Library" + +cat << EOF +Rasqal is a free software / Open Source C library that handles Resource +Description Framework (RDF) query syntaxes, query construction and +query execution returning result bindings. The supported query +languages are SPARQL and RDQL. + +Rasqal provides: + * An RDF query construction and access API. + * A query execution engine including constraint expression + evaluation. + * A query result binding API. + * Query language support for SPARQL. + * Query language support for RDQL. + * Triple store querying APIs to support running over external RDF + graphs. + * No memory leaks. + * roqet standalone RDF query utility program +EOF diff --git a/libs/readline/BUILD b/libs/readline/BUILD index 953d42d..c08b33d 100644 --- a/libs/readline/BUILD +++ b/libs/readline/BUILD @@ -1,5 +1,12 @@ ( + # Real and working fix for readline 5 to 6 upgrade + # Especially workaround issue when you would like to lin again readline 6 after lining readline 6 already + mkdir -p /tmp/old.libraries && + cp -f /lib/libreadline.so.* /tmp/old.libraries && + cp -f /lib/libhistory.so.* /tmp/old.libraries && + LD_LIBRARY_PATH=/tmp/old.libraries:$LD_LIBRARY_PATH && + OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') && set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" && # ************************ WARNING ************************* @@ -14,7 +21,7 @@ --mandir=/usr/share/man \ --infodir=/usr/share/info && default_make && - if [ ! -e /etc/inputrc ] ; then + if [ ! -e /etc/inputrc ] ; then install $SCRIPT_DIRECTORY/inputrc /etc/ fi && # temp hack to help in change over to readline-6.0 from readline-5.x @@ -22,6 +29,6 @@ devoke_installwatch && ln -sf /lib/libreadline.so.6 /lib/libreadline.so.5 && ln -sf /lib/libhistory.so.6 /lib/libhistory.so.5 && - invoke_installwatch + invoke_installwatch ) > $C_FIFO 2>&1 diff --git a/libs/readline/POST_INSTALL b/libs/readline/POST_INSTALL index 9755df3..a9f917b 100644 --- a/libs/readline/POST_INSTALL +++ b/libs/readline/POST_INSTALL @@ -1,3 +1,4 @@ +rm -rf /tmp/old.libraries && OUR_NEW_READLINE_VVV=$(lvu version readline | perl -pe 's/([0-9]).+/$1/') OUR_OLD_READLINE_VVV=$(get_module_config OUR_OLD_READLINE_VVV) diff --git a/libs/redland/BUILD b/libs/redland/BUILD new file mode 100644 index 0000000..539454d --- /dev/null +++ b/libs/redland/BUILD @@ -0,0 +1,13 @@ +( + + OPTS+=" --with-threads --with-raptor=system --without-sqlite" + + if in_depends $MODULE libxml2 ; then + OPTS+=" --with-xml-parser=libxml" + else + OPTS+=" --with-xml-parser=expat" + fi + + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/redland/DEPENDS b/libs/redland/DEPENDS new file mode 100644 index 0000000..c1ef80e --- /dev/null +++ b/libs/redland/DEPENDS @@ -0,0 +1,7 @@ +depends rasqal + +optional_depends "db" "--with-bdb" "--without-bdb" "for Berkley DB database support" +optional_depends "mysql" "--with-mysql" "--without-mysql" "for MySql database support" +optional_depends "postgresql" "--with-postgresql" "--without-postgresql" "for Postgresql database support" +#optional_depends "sqlite" "--with-sqlite" "--without-sqlite" "for SqLite database support" +optional_depends "%XMLRENDERER" "" "" "for XML support" diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS new file mode 100644 index 0000000..3dda66f --- /dev/null +++ b/libs/redland/DETAILS @@ -0,0 +1,14 @@ + MODULE=redland + VERSION=1.0.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.librdf.org/source + SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b + WEB_SITE=http://librdf.org + ENTERED=20070802 + UPDATED=20090923 + SHORT="libraries that provide support for the Resource Description Framework" + +cat << EOF +Redland is a set of free software libraries that provide support +for the Resource Description Framework (RDF). +EOF diff --git a/libs/redland/DETAILS.x86_64 b/libs/redland/DETAILS.x86_64 new file mode 100644 index 0000000..5451be5 --- /dev/null +++ b/libs/redland/DETAILS.x86_64 @@ -0,0 +1,15 @@ + MODULE=redland + VERSION=1.0.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.librdf.org/source + SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b + WEB_SITE=http://librdf.org + ENTERED=20070802 + UPDATED=20090923 + SHORT="libraries that provide support for the Resource Description Framework" + PSAFE=no + +cat << EOF +Redland is a set of free software libraries that provide support +for the Resource Description Framework (RDF). +EOF diff --git a/perl/IO-Socket-SSL/DETAILS b/perl/IO-Socket-SSL/DETAILS index 60c26e7..c5a7dda 100644 --- a/perl/IO-Socket-SSL/DETAILS +++ b/perl/IO-Socket-SSL/DETAILS @@ -1,11 +1,11 @@ MODULE=IO-Socket-SSL - VERSION=1.27 + VERSION=1.31 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/ - SOURCE_VFY=sha1:d3621ea8c60f15d9e0bef560f2a51b576cbf3a1f - WEB_SITE=http://search.cpan.org/dist/$MODULE/ + SOURCE_VFY=sha1:06fc8e9d85e53e7a2156988f1e009272e9871d81 + WEB_SITE=http://search.cpan.org/dist/IO-Socket-SSL/ ENTERED=20090328 - UPDATED=20090801 + UPDATED=20090925 SHORT="Nearly transparent SSL encapsulation for IO::Socket::INET" cat << EOF diff --git a/python/pygments/DETAILS b/python/pygments/DETAILS index f0f6c41..d1e8684 100644 --- a/python/pygments/DETAILS +++ b/python/pygments/DETAILS @@ -1,12 +1,12 @@ MODULE=pygments - VERSION=1.0 + VERSION=1.1 SOURCE=Pygments-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pygments-$VERSION - SOURCE_URL=http://pypi.python.org/packages/source/P/Pygments/ - SOURCE_VFY=sha1:b71e33147fc402e361227b30e1f589eecafd42a7 - WEB_SITE=http://pygments.org/ + SOURCE_URL=http://pypi.python.org/packages/source/P/Pygments + SOURCE_VFY=sha1:b1f911f8645fbe32c87487cad297c5fb31f261d6 + WEB_SITE=http://pygments.org ENTERED=20090525 - UPDATED=20090525 + UPDATED=20090925 SHORT="Syntax highlighter written in Python" MAINTAINER=jannis at lunar-linux.org @@ -14,7 +14,6 @@ cat << EOF This is the home of Pygments. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: - * a wide range of common languages and markup formats is supported * special attention is paid to details that increase highlighting quality diff --git a/qt4-apps/convertall/BUILD b/qt4-apps/convertall/BUILD index 6062314..82106a7 100644 --- a/qt4-apps/convertall/BUILD +++ b/qt4-apps/convertall/BUILD @@ -2,6 +2,23 @@ cd ConvertAll && prepare_install && - python install.py -p /usr + python install.py -p /usr && + + + # Desktop icon + install -D -m644 icons/convertall_med.png /usr/share/pixmaps/${MODULE}.png && + + # Desktop menu entry + cat > ${MODULE}.desktop << EOF && +[Desktop Entry] +Type=Application +Name=ConvertAll +Comment=Qt based unit converter +Exec=$MODULE +Icon=$MODULE +Categories=Application;KDE;Utility; +EOF + + install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop ) > $C_FIFO 2>&1 diff --git a/qt4-apps/convertall/DETAILS b/qt4-apps/convertall/DETAILS index 80804df..90c1772 100644 --- a/qt4-apps/convertall/DETAILS +++ b/qt4-apps/convertall/DETAILS @@ -1,11 +1,11 @@ MODULE=convertall - VERSION=0.4.2 + VERSION=0.4.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.berlios.de/convertall/ - SOURCE_VFY=sha1:f455e197d2ccbdb60655a0f6037fc216845a36e5 + SOURCE_VFY=sha1:7940bd26d15f3870f6f2bc133d9d8c84244b7615 WEB_SITE=http://convertall.bellz.org ENTERED=20050531 - UPDATED=20081028 + UPDATED=20090924 MAINTAINER=tchan at lunar-linux.org SHORT="Another unit converter" diff --git a/qt4-apps/polkit-qt/BUILD b/qt4-apps/polkit-qt/BUILD index 80cc584..169325d 100644 --- a/qt4-apps/polkit-qt/BUILD +++ b/qt4-apps/polkit-qt/BUILD @@ -1,17 +1,19 @@ ( - sedit "s:lib64/automoc4:lib64/automoc4 opt/lunar/kde/4/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake + KDE4_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + + sedit "s:lib64/automoc4:lib64/automoc4 $KDE4_PREFIX/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake BUILD_DIR="$SOURCE_DIRECTORY/build_dir" - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && - mkdir $BUILD_DIR && - cd $BUILD_DIR && + mkdir $BUILD_DIR && + cd $BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE && default_make diff --git a/qt4-apps/polkit-qt/DETAILS b/qt4-apps/polkit-qt/DETAILS index f619c71..3b21dde 100644 --- a/qt4-apps/polkit-qt/DETAILS +++ b/qt4-apps/polkit-qt/DETAILS @@ -8,6 +8,7 @@ ENTERED=20090628 UPDATED=20090805 SHORT="PolicyKit API with a nice Qt-styled API" + cat << EOF PolicyKit API with a nice Qt-styled API. EOF diff --git a/qt4-apps/qt-creator/BUILD b/qt4-apps/qt-creator/BUILD index 1e66094..52d14a3 100644 --- a/qt4-apps/qt-creator/BUILD +++ b/qt4-apps/qt-creator/BUILD @@ -13,6 +13,19 @@ make && prepare_install && - make install INSTALL_ROOT=$MODULE_PREFIX/ + make install INSTALL_ROOT=$MODULE_PREFIX/ && + + # Desktop menu entry + cat > ${MODULE}.desktop << EOF && +[Desktop Entry] +Type=Application +Name=Qt Creator +Comment=Qt based Development Tool +Exec=$QTDIR/bin/qtcreator +Icon=/usr/share/doc/qt-creator/doc/images/qt-logo.png +Categories=Application;Qt;KDE;Development; +EOF + + install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop ) > $C_FIFO 2>&1 diff --git a/qt4-apps/qtscriptgenerator/BUILD b/qt4-apps/qtscriptgenerator/BUILD index 5cd4e17..6f99033 100644 --- a/qt4-apps/qtscriptgenerator/BUILD +++ b/qt4-apps/qtscriptgenerator/BUILD @@ -2,6 +2,9 @@ . /etc/profile.d/qt4.rc +# A qucik gcc-4.4.1 hack. Revisit when this module gets a version bump + sed -i "33i #include " generator/parser/rpp/pp.h && + cd generator && qmake && make release && diff --git a/qt4-apps/qtscriptgenerator/DETAILS b/qt4-apps/qtscriptgenerator/DETAILS index db3c894..1a39426 100644 --- a/qt4-apps/qtscriptgenerator/DETAILS +++ b/qt4-apps/qtscriptgenerator/DETAILS @@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://code.google.com/p/qtscriptgenerator/ ENTERED=20090307 - UPDATED=20090417 + UPDATED=20090924 SHORT="generates Qt bindings for Qt Script" PSAFE=no diff --git a/science/avogadro/DETAILS b/science/avogadro/DETAILS index b96ab55..decf064 100644 --- a/science/avogadro/DETAILS +++ b/science/avogadro/DETAILS @@ -1,12 +1,12 @@ MODULE=avogadro - VERSION=0.9.7 + VERSION=0.9.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:95bf029f9e957d42b461316f976ef0c344f1b1df + SOURCE_VFY=sha1:78de2419a93af9427a0d31fc0f022a47e924b490 MODULE_PREFIX=${AVO_INSTALL_DIR:-/opt/lunar/avogadro} WEB_SITE=http://avogadro.openmolecules.net/wiki/Main_Page ENTERED=20090411 - UPDATED=20090720 + UPDATED=20090926 SHORT="an advanced molecular editor" cat << EOF diff --git a/science/celestia-gtk/BUILD b/science/celestia-gtk/BUILD index 6628aff..93b05fd 100644 --- a/science/celestia-gtk/BUILD +++ b/science/celestia-gtk/BUILD @@ -1,8 +1,11 @@ ( - OPTS="$OPTS --with-lua" + sed -i "16i #include " src/celengine/overlay.h src/celengine/spiceinterface.cpp && + sed -i "18i #include " src/celengine/star.cpp && - default_build + OPTS="$OPTS --with-lua" && + + default_build && gather_docs controls.txt manual/*.html manual/*.css diff --git a/science/celestia-gtk/DETAILS b/science/celestia-gtk/DETAILS index fa36912..9b1b23f 100644 --- a/science/celestia-gtk/DETAILS +++ b/science/celestia-gtk/DETAILS @@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/celestia-$VERSION ENTERED=20041202 UPDATED=20090807 SHORT="A 3D real-time space simulation" + cat << EOF Celestia is a free real-time space simulation that lets you experience our universe in three dimensions. Unlike most planetarium software, Celestia diff --git a/sql/mysql/DETAILS b/sql/mysql/DETAILS index 4531d82..c2c483b 100644 --- a/sql/mysql/DETAILS +++ b/sql/mysql/DETAILS @@ -1,14 +1,14 @@ MODULE=mysql - VERSION=5.0.85 + VERSION=5.0.86 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0 SOURCE_URL[1]=ftp://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-5.0 SOURCE_URL[2]=http://mysql.mirrors.pair.com/Downloads/MySQL-5.0 SOURCE_URL[3]=http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0 - SOURCE_VFY=sha1:11f25ef4f120cba97dd921deb202c58adffd93eb + SOURCE_VFY=sha1:b26680b91187165676d75e1d42fe06c8996fd43f WEB_SITE=http://www.mysql.com ENTERED=20011114 - UPDATED=20090825 + UPDATED=20090923 SHORT="A widely used and fast SQL database server" cat << EOF diff --git a/video/MPlayer/BUILD b/video/MPlayer/BUILD index 6d96689..73151cd 100644 --- a/video/MPlayer/BUILD +++ b/video/MPlayer/BUILD @@ -3,6 +3,10 @@ # Remove subversion directories find -name "\.svn" -type d -print0 | xargs -0 rm -rf + # ALSA audio sync & CPU usage patch + # From http://forums.gentoo.org/viewtopic-t-793795.html + patch_it $SOURCE_CACHE/$SOURCE7 0 && + # using CFLAGS other than MPlayer's auto-detected will break bad_flags compiler && diff --git a/video/MPlayer/DETAILS b/video/MPlayer/DETAILS index b05154f..5c4c787 100644 --- a/video/MPlayer/DETAILS +++ b/video/MPlayer/DETAILS @@ -7,30 +7,29 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mplayer-$VERSION SOURCE4=font-arial-cp1250.tar.bz2 SOURCE5=font-arial-iso-8859-7.tar.bz2 SOURCE6=Blue-1.7.tar.bz2 + SOURCE7=mplayer-1.0_rc4-alsa-fix.patch.bz2 SOURCE_URL[0]=http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/ SOURCE_URL[1]=http://mirror.its.uidaho.edu/pub/gentoo/distfiles/ SOURCE_URL[2]=http://de-mirror.org/distro/gentoo/distfiles/ SOURCE_URL[3]=http://mirror.ovh.net/gentoo-distfiles/distfiles/ SOURCE_URL[4]=http://distfiles.gentoo.bg/distfiles/ SOURCE_URL[5]=http://gentoo.in.th/distfiles/ - SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + SOURCE2_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE6_URL=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + SOURCE7_URL=$PATCH_URL SOURCE_VFY=sha1:cc67e513faa2cc7c0aa6f55b0e918eee8bacc287 SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 + SOURCE7_VFY=sha1:af28ecc7d1816b6b299433e062461a0a74c298a4 WEB_SITE=http://www.mplayerhq.hu/ ENTERED=20010922 - UPDATED=20090919 + UPDATED=20090924 SHORT="A movie and animation player" cat << EOF diff --git a/video/cinelerra/BUILD b/video/cinelerra/BUILD new file mode 100644 index 0000000..9a6149d --- /dev/null +++ b/video/cinelerra/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/video/cinelerra/DEPENDS b/video/cinelerra/DEPENDS new file mode 100644 index 0000000..65125e1 --- /dev/null +++ b/video/cinelerra/DEPENDS @@ -0,0 +1,8 @@ +depends texinfo +depends libpng +depends mp4v2 + +optional_depends "SDL" "" "" "for SDL support" +optional_depends "yasm" "" "" "use yasm assembler" +optional_depends "nasm" "" "" "use nasm assembler" +optional_depends "freetype2" "" "" "use Freetype support" diff --git a/video/cinelerra/DETAILS b/video/cinelerra/DETAILS index 7e1f74c..c94087e 100644 --- a/video/cinelerra/DETAILS +++ b/video/cinelerra/DETAILS @@ -1,12 +1,14 @@ MODULE=cinelerra - VERSION=4-src - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=4.1 + SOURCE=$MODULE-$VERSION-src.tar.bz2 + SOURCE2=$MODULE-$VERSION.patch.bz2 SOURCE_URL=$SFORGE_URL/heroines -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-4 - SOURCE_VFY=sha1:b81f337a555aec11006ea27b0356b316ce81f22a + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:bebb3fceccfb407dbcd5d77be38d40fb9f808eef + SOURCE2_VFY=sha1:2fe602309451cc17922098e30c4289048b00c9ad WEB_SITE=http://heroinewarrior.com/cinelerra.php3 ENTERED=20080919 - UPDATED=20080919 + UPDATED=20090925 SHORT="audio and video editing" cat << EOF @@ -15,6 +17,4 @@ Cinelerra does primarily 3 things: capturing, compositing, and editing audio and video with sample level accuracy. It's a movie studio in a box. If you want the same kind of editing suite that the big boys use, on an efficient UNIX operating system, it's time for Cinelerra. - -Cinelerra is not community approved and there is no support from the developer. EOF diff --git a/video/libtheora/DETAILS b/video/libtheora/DETAILS index 454cf32..1345058 100644 --- a/video/libtheora/DETAILS +++ b/video/libtheora/DETAILS @@ -1,14 +1,14 @@ MODULE=libtheora - VERSION=1.0 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=ltablex.sty SOURCE_URL=http://downloads.xiph.org/releases/theora SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:02717773001b44f95bc6c23111a89493a4a93f87 + SOURCE_VFY=sha1:fb1686a8318d79f889f248ff774265d0ec4c6430 SOURCE2_VFY=sha1:740d3d1ac07a754e9fc092ad601500f6921f6cba WEB_SITE=http://www.theora.org ENTERED=20040626 - UPDATED=20081105 + UPDATED=20090926 SHORT="Xiph.Org's released video codec" PSAFE=no diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS index a217783..c9efdbe 100644 --- a/x11/NVIDIA-beta/DETAILS +++ b/x11/NVIDIA-beta/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.32 + VERSION=190.36 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 @@ -26,14 +26,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:cfbe17e056343f8bd2fbeb15cff411be0a7b128d - SOURCE2_VFY=sha1:4f79c8b9273ddcae87fac6bc2dc8dde292a0af4d - SOURCE3_VFY=sha1:af19fd1172b61bcd17ca7de15760241300a110df - SOURCE4_VFY=sha1:3531c1b55b8a1fe8eb653a5172b05c281fa9e73a + SOURCE_VFY=sha1:1168e97031832d37ff2513d13e809ff4e4b5a2fe + SOURCE2_VFY=sha1:6f125f56a5eb24a2dec481737f6f14de29d243e0 + SOURCE3_VFY=sha1:05596fe0bc01e6d827d66023466a8bbe130d7a4f + SOURCE4_VFY=sha1:0bc517b37d3bab8c6df2252da4d54772088dab77 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090919 + UPDATED=20090925 SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64 index b28023e..40d1c8d 100644 --- a/x11/NVIDIA-beta/DETAILS.x86_64 +++ b/x11/NVIDIA-beta/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.32 + VERSION=190.36 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 @@ -26,14 +26,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:61223b400031cdd4fc9fb2eeca07abc0e855889b - SOURCE2_VFY=sha1:4f79c8b9273ddcae87fac6bc2dc8dde292a0af4d - SOURCE3_VFY=sha1:af19fd1172b61bcd17ca7de15760241300a110df - SOURCE4_VFY=sha1:3531c1b55b8a1fe8eb653a5172b05c281fa9e73a + SOURCE_VFY=sha1:dc0c0d2666099edc24e440b0b7984e8d5b5e4f17 + SOURCE2_VFY=sha1:6f125f56a5eb24a2dec481737f6f14de29d243e0 + SOURCE3_VFY=sha1:05596fe0bc01e6d827d66023466a8bbe130d7a4f + SOURCE4_VFY=sha1:0bc517b37d3bab8c6df2252da4d54772088dab77 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090919 + UPDATED=20090925 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index e08ea8a..6fbfeba 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -2,7 +2,7 @@ VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git://git.xfce.org/stephan/$MODULE + SOURCE_URL=git://git.xfce.org/apps/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 diff --git a/xfce4/core/thunar-vfs/BUILD b/xfce4/core/thunar-vfs/BUILD new file mode 100644 index 0000000..0e0cc75 --- /dev/null +++ b/xfce4/core/thunar-vfs/BUILD @@ -0,0 +1,13 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/thunar-vfs/DEPENDS b/xfce4/core/thunar-vfs/DEPENDS new file mode 100644 index 0000000..62ad17c --- /dev/null +++ b/xfce4/core/thunar-vfs/DEPENDS @@ -0,0 +1,6 @@ +depends exo +depends eject +depends shared-mime-info +depends desktop-file-utils + +optional_depends gamin "" "" "For filesystem change updates" diff --git a/xfce4/core/thunar-vfs/DETAILS b/xfce4/core/thunar-vfs/DETAILS new file mode 100644 index 0000000..1b37c3f --- /dev/null +++ b/xfce4/core/thunar-vfs/DETAILS @@ -0,0 +1,14 @@ + MODULE=thunar-vfs + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://thunar.xfce.org + ENTERED=20060407 + UPDATED=20071207 + SHORT="File manager for xfce" + +cat << EOF +Thunar is the default file manager for Xfce. +EOF diff --git a/xorg7/app/appres/CONFLICTS b/xorg7/app/appres/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/appres/CONFLICTS +++ b/xorg7/app/appres/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/appres/DETAILS b/xorg7/app/appres/DETAILS index 5081287..2293c06 100644 --- a/xorg7/app/appres/DETAILS +++ b/xorg7/app/appres/DETAILS @@ -1,17 +1,17 @@ MODULE=appres - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:e50126abc99c64e4827a6b4c27dd2cd473bd958f + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:a82009c1d548b91282fc49efd1be446dc0ee8e32 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20070216 + UPDATED=20090925 SHORT="List X application resource database" cat << EOF The appres program prints the resouces seen by an application (or subhierarchy of an application) with the specified class and instance -names. It can be used to determine which resources a particular +names. It can be used to determine which resources a particular program will load. EOF diff --git a/xorg7/app/bdftopcf/CONFLICTS b/xorg7/app/bdftopcf/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/bdftopcf/CONFLICTS +++ b/xorg7/app/bdftopcf/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/bdftopcf/DETAILS b/xorg7/app/bdftopcf/DETAILS index be5796b..f445369 100644 --- a/xorg7/app/bdftopcf/DETAILS +++ b/xorg7/app/bdftopcf/DETAILS @@ -1,15 +1,15 @@ MODULE=bdftopcf - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:ab1c77b7e9b011afd29242eef0f3cfdcb11771ee + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:245778068b5e5ccde07151635ded50da90333524 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070426 + UPDATED=20090925 SHORT="The X.Org BDF to PCF font compiler" cat << EOF -bdfttopcf is a font compiler for the X server. It compiles an X font -from Bitmap Distribtuion Format(BDF) to Portable Compiled Format(PCF). +bdfttopcf is a font compiler for the X server. It compiles an X font +from Bitmap Distribution Format(BDF) to Portable Compiled Format(PCF). EOF diff --git a/xorg7/app/bitmap/CONFLICTS b/xorg7/app/bitmap/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/bitmap/CONFLICTS +++ b/xorg7/app/bitmap/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/bitmap/DETAILS b/xorg7/app/bitmap/DETAILS index f34930c..7a500d9 100644 --- a/xorg7/app/bitmap/DETAILS +++ b/xorg7/app/bitmap/DETAILS @@ -1,12 +1,12 @@ MODULE=bitmap - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:ca3b65e25fea6929ee254944b72508f8e39d80ea + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:b83483937b1d4c542379b5f82edf408a023f8671 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060227 - UPDATED=20070426 + UPDATED=20090925 SHORT="The X.Org bitmap file editor" cat << EOF diff --git a/xorg7/app/editres/CONFLICTS b/xorg7/app/editres/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/editres/CONFLICTS +++ b/xorg7/app/editres/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/editres/DETAILS b/xorg7/app/editres/DETAILS index 62a7766..3e42b0d 100644 --- a/xorg7/app/editres/DETAILS +++ b/xorg7/app/editres/DETAILS @@ -1,12 +1,12 @@ MODULE=editres - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:f87c18325ae169ea349b59f8bad77375f50d65be + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:5f84cf0592ed2e1c8430c907db36b7e70905fa78 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20070426 + UPDATED=20090925 SHORT="The X.Org dynamic resource editor" cat << EOF diff --git a/xorg7/app/xauth/CONFLICTS b/xorg7/app/xauth/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xauth/CONFLICTS +++ b/xorg7/app/xauth/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xauth/DETAILS b/xorg7/app/xauth/DETAILS index a6f941b..ebf18e8 100644 --- a/xorg7/app/xauth/DETAILS +++ b/xorg7/app/xauth/DETAILS @@ -1,12 +1,12 @@ MODULE=xauth - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:6a034b6e665eabd149bf4f8ee60c12a86b70ecde + SOURCE_VFY=sha1:90d32f28bb61ca6d831dcc35429a5ad53be73283 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080405 + UPDATED=20090925 SHORT="The X.Org authentication utility" cat << EOF diff --git a/xorg7/app/xbacklight/CONFLICTS b/xorg7/app/xbacklight/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xbacklight/CONFLICTS +++ b/xorg7/app/xbacklight/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xbacklight/DETAILS b/xorg7/app/xbacklight/DETAILS index 9cbeb0f..ced424d 100644 --- a/xorg7/app/xbacklight/DETAILS +++ b/xorg7/app/xbacklight/DETAILS @@ -1,16 +1,16 @@ MODULE=xbacklight - VERSION=1.1 + VERSION=1.1.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:963f154ecaeaddcc609c640d683319a20ee3d5e8 + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:3541ab5e0956b4f0c97b1200dc32a35d2ccb0f0f MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070823 - UPDATED=20070823 + UPDATED=20090925 SHORT="adjust backlight brightness" cat << EOF Xbacklight is used to adjust the backlight brightness where supported. -It finds all outputs on the X server supporting backlight brightness +It finds all outputs on the X server supporting backlight brightness control and changes them all in the same way. EOF diff --git a/xorg7/app/xclock/CONFLICTS b/xorg7/app/xclock/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xclock/CONFLICTS +++ b/xorg7/app/xclock/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xclock/DETAILS b/xorg7/app/xclock/DETAILS index 39f832f..2e1c602 100644 --- a/xorg7/app/xclock/DETAILS +++ b/xorg7/app/xclock/DETAILS @@ -1,12 +1,12 @@ MODULE=xclock - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:94bd3f1c57d9d6f5c19f25fcdda3b148b99b6dbe + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:1987cafb3163c6b68bc7ecfbe143c8cd373d64bb MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070809 + UPDATED=20090925 SHORT="the X.Org xclock application" cat << EOF diff --git a/xorg7/app/xdm/DETAILS b/xorg7/app/xdm/DETAILS index a41c4a6..d11b5f3 100644 --- a/xorg7/app/xdm/DETAILS +++ b/xorg7/app/xdm/DETAILS @@ -1,12 +1,12 @@ MODULE=xdm - VERSION=1.1.8 + VERSION=1.1.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:619d810d9cd60e193be72365791cdb4057fc56ce + SOURCE_VFY=sha1:ea0ee2923999d54848dc8a165867ffa7c628fd7b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20080601 + UPDATED=20090925 SHORT="The X Display Manager" cat << EOF diff --git a/xorg7/app/xset/CONFLICTS b/xorg7/app/xset/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xset/CONFLICTS +++ b/xorg7/app/xset/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xset/DETAILS b/xorg7/app/xset/DETAILS index eb6017e..2f10620 100644 --- a/xorg7/app/xset/DETAILS +++ b/xorg7/app/xset/DETAILS @@ -1,12 +1,12 @@ MODULE=xset - VERSION=1.0.4 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:3f83c524682cffa2a778c093ba0ed82a13aaa38f + SOURCE_VFY=sha1:ff4295442821826092b17248c1ad65e16cd860ef MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060210 - UPDATED=20080405 + UPDATED=20090925 SHORT="A user preference utility for X" cat << EOF diff --git a/xorg7/data/xcursor-themes/CONFLICTS b/xorg7/data/xcursor-themes/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/data/xcursor-themes/CONFLICTS +++ b/xorg7/data/xcursor-themes/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/data/xcursor-themes/DETAILS b/xorg7/data/xcursor-themes/DETAILS index 5bc76c8..6e6b3f9 100644 --- a/xorg7/data/xcursor-themes/DETAILS +++ b/xorg7/data/xcursor-themes/DETAILS @@ -1,14 +1,13 @@ MODULE=xcursor-themes - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/data/ - SOURCE_VFY=sha1:cb6d31fe2ef5563a642bfe79f006ee7f6b17576f + SOURCE_URL=$XORG_URL/individual/data + SOURCE_VFY=sha1:12b865c17c65e70a6bc20300dfa660fe8faaa0a4 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090925 SHORT="" cat << EOF - EOF diff --git a/xorg7/extra/libdrm/DETAILS b/xorg7/extra/libdrm/DETAILS index 65ec5cd..3f7fd8b 100644 --- a/xorg7/extra/libdrm/DETAILS +++ b/xorg7/extra/libdrm/DETAILS @@ -1,12 +1,12 @@ MODULE=libdrm - VERSION=2.4.13 + VERSION=2.4.14 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://dri.freedesktop.org/libdrm - SOURCE_VFY=sha1:0d3065d8521fca97239ce4aecbc81dc08d07de7d + SOURCE_VFY=sha1:a18cc2cdfd02b8ba1c91c3e9ac609521ad3e2fe9 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.freedesktop.org ENTERED=20061017 - UPDATED=20090903 + UPDATED=20090925 SHORT="The userspace interface to kernel DRM services" cat << EOF diff --git a/xorg7/lib/libXdmcp/CONFLICTS b/xorg7/lib/libXdmcp/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/lib/libXdmcp/CONFLICTS +++ b/xorg7/lib/libXdmcp/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/lib/libXdmcp/DETAILS b/xorg7/lib/libXdmcp/DETAILS index 4ba27d3..3ece229 100644 --- a/xorg7/lib/libXdmcp/DETAILS +++ b/xorg7/lib/libXdmcp/DETAILS @@ -1,12 +1,12 @@ MODULE=libXdmcp - VERSION=1.0.2 + VERSION=1.0.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/lib/ - SOURCE_VFY=sha1:0e2fd4a0d8e8b94a4b5af85f08a2fff27bf90238 + SOURCE_URL=$XORG_URL/individual/lib + SOURCE_VFY=sha1:7efd71d29d6cfba797b8791398e4d81ade677d77 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070216 + UPDATED=20090925 SHORT="the X.Org Display Manager Control protocol library" cat << EOF diff --git a/xorg7/lib/libXmu/CONFLICTS b/xorg7/lib/libXmu/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/lib/libXmu/CONFLICTS +++ b/xorg7/lib/libXmu/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/lib/libXmu/DETAILS b/xorg7/lib/libXmu/DETAILS index 9e3964a..c930768 100644 --- a/xorg7/lib/libXmu/DETAILS +++ b/xorg7/lib/libXmu/DETAILS @@ -1,12 +1,12 @@ MODULE=libXmu - VERSION=1.0.4 + VERSION=1.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:e2ecbce02184efd8899a34554575e1f3b6815295 + SOURCE_VFY=sha1:e7ff5960f2374852b941f909cdbdeafe7d29322f MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070404 + UPDATED=20090925 SHORT="the X.Org miscellaneous utility library" cat << EOF diff --git a/xorg7/lib/libpciaccess/DETAILS b/xorg7/lib/libpciaccess/DETAILS index fdf5712..dbaec9f 100644 --- a/xorg7/lib/libpciaccess/DETAILS +++ b/xorg7/lib/libpciaccess/DETAILS @@ -1,12 +1,12 @@ MODULE=libpciaccess - VERSION=0.10.8 + VERSION=0.10.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:0fa152811e121b4e97eb5f53c14d7896685f79a6 + SOURCE_VFY=sha1:491e137f34a22f7208a6b0f68cbe51d929923591 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070828 - UPDATED=20090903 + UPDATED=20090925 SHORT="Access the PCI bus and devices" cat << EOF diff --git a/zbeta/cclive/DETAILS b/zbeta/cclive/DETAILS index 1ec15c3..38d5fed 100644 --- a/zbeta/cclive/DETAILS +++ b/zbeta/cclive/DETAILS @@ -1,11 +1,11 @@ MODULE=cclive - VERSION=0.5.0 + VERSION=0.5.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://cclive.googlecode.com/files - SOURCE_VFY=sha1:35a10aa572a0ec80407343e703f90156c5713e17 + SOURCE_VFY=sha1:47c70f75b78147ece6b7aaefd3b9460cd6b1e88b WEB_SITE=http://code.google.com/p/cclive/ ENTERED=20090901 - UPDATED=20090901 + UPDATED=20090922 SHORT="command-line tool for extracting videos from various websites" cat << EOF diff --git a/zbeta/fdm/BUILD b/zbeta/fdm/BUILD index 2466353..0b074fb 100644 --- a/zbeta/fdm/BUILD +++ b/zbeta/fdm/BUILD @@ -1,5 +1,11 @@ ( - + + # Fixes compilation error: + # /usr/include/asm/posix_types.h:2:30: error: posix_types_32.h: No such file or directory + # From 02gmake_use_iquote.diff in Debian's patches: + # http://packages.debian.org/unstable/mail/fdm + sedit "s:-I. -I- \$(INCDIRS):-I. -iquote. \$(INCDIRS):" GNUmakefile && + export PREFIX=/usr PCRE=1 && default_build From samuel.verstraete at gmail.com Wed Dec 2 20:05:44 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:44 -0000 Subject: [Lunar-commits] s/svn/git/ Message-ID: <20091202190539.55D839B30B@doppio.foo-projects.org> commit beb42d5c39aa44cd77067e686476afe6495229c0 Author: Samuel Date: Tue Sep 29 14:00:30 2009 +0200 s/svn/git/ --- xfce4/xfce4/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xfce4/xfce4/DETAILS b/xfce4/xfce4/DETAILS index dbdfcbf..96342d4 100644 --- a/xfce4/xfce4/DETAILS +++ b/xfce4/xfce4/DETAILS @@ -1,5 +1,5 @@ MODULE=xfce4 - VERSION="svn-`date +%Y%U`" + VERSION="git-`date +%Y%U`" SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE} WEB_SITE=http://www.xfce.org MAINTAINER=jasper at lunar-linux.org From samuel.verstraete at gmail.com Wed Dec 2 20:05:44 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:44 -0000 Subject: [Lunar-commits] linux-2.6-rc: 32-rc1! Message-ID: <20091202190539.9092A9B30E@doppio.foo-projects.org> commit e320dcbab703aa1170fd8bba2a9997fc6f6dfd87 Author: Samuel Date: Tue Sep 29 14:05:01 2009 +0200 linux-2.6-rc: 32-rc1! --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 26a6a98..1069402 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc7 + VERSION=2.6.32-rc1 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:b47c4057013f216b465cef4e9d8c369dd090d0f6 + SOURCE_VFY=sha1:9f4e50878d77922c84a29be9913a8b5c3f66e6ec WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090802 + UPDATED=20090929 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From samuel.verstraete at gmail.com Wed Dec 2 20:05:44 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:44 -0000 Subject: [Lunar-commits] ctags: version bump Message-ID: <20091202190539.B510F9B2FB@doppio.foo-projects.org> commit 9dcdc1a869448e37470716dc56e425169af23eb6 Author: Samuel Date: Tue Sep 29 16:33:30 2009 +0200 ctags: version bump --- devel/ctags/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/ctags/DETAILS b/devel/ctags/DETAILS index 6f6d9fa..0c88a55 100644 --- a/devel/ctags/DETAILS +++ b/devel/ctags/DETAILS @@ -1,11 +1,11 @@ MODULE=ctags - VERSION=5.7 + VERSION=5.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:f7e435286c25181d6cb28ca1ac2d4ba63507a82d + SOURCE_VFY=sha1:482da1ecd182ab39bbdc09f2f02c9fba8cd20030 WEB_SITE=http://ctags.sourceforge.net/ ENTERED=20020723 - UPDATED=20071016 + UPDATED=20090929 SHORT="Generates tag (index) files from source files" cat << EOF From elangelo at lunar-linux.org Wed Dec 2 20:05:44 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:44 -0000 Subject: [Lunar-commits] loads of changes Message-ID: <20091202190539.E5E089B2F0@doppio.foo-projects.org> commit f8c8aa282f0f2761f878da7a56f78293d3014207 Author: Samuel Verstraete Date: Thu Oct 1 13:07:53 2009 +0200 loads of changes --- gnome2/desktop/gvfs/DETAILS | 2 +- gnome2/desktop/libsoup/DETAILS | 8 ++++---- gnome2/platform/GConf/DETAILS | 8 ++++---- libs/glib-2/DETAILS | 6 +++--- web/webkit/DETAILS | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/gnome2/desktop/gvfs/DETAILS b/gnome2/desktop/gvfs/DETAILS index 8b817b7..24e5eb9 100644 --- a/gnome2/desktop/gvfs/DETAILS +++ b/gnome2/desktop/gvfs/DETAILS @@ -3,7 +3,7 @@ VERSION=1.4.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:cb66e72bf92a22cde07da9875d10d9c9eb81a23c + #SOURCE_VFY=sha1:cb66e72bf92a22cde07da9875d10d9c9eb81a23c WEB_SITE=http://www.gnome.org/ ENTERED=20080312 UPDATED=20090526 diff --git a/gnome2/desktop/libsoup/DETAILS b/gnome2/desktop/libsoup/DETAILS index 80c8e0d..84e1093 100644 --- a/gnome2/desktop/libsoup/DETAILS +++ b/gnome2/desktop/libsoup/DETAILS @@ -1,12 +1,12 @@ MODULE=libsoup - VERSION=2.27.91 - MAJOR=2.27 + VERSION=2.28.0 + MAJOR=2.28 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:642bd9cecf1ea7325c3a8f18be557da203177978 + SOURCE_VFY=sha1:e1b31a0f5195488d362d810c1cb293b289d60064 WEB_SITE=http://www.gnome.org/ ENTERED=20030413 - UPDATED=20090907 + UPDATED=20090930 PSAFE=no SHORT="a SOAP implementation in C" diff --git a/gnome2/platform/GConf/DETAILS b/gnome2/platform/GConf/DETAILS index 713d6e8..c3d39b0 100644 --- a/gnome2/platform/GConf/DETAILS +++ b/gnome2/platform/GConf/DETAILS @@ -1,12 +1,12 @@ MODULE=GConf - VERSION=2.26.2 - MAJOR=2.26 + VERSION=2.28.0 + MAJOR=2.28 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:bf5323d974fa22165de2144100234647fd50ef17 + SOURCE_VFY=sha1:8371d88cc84fd727dfd0f8d413fa20a8bfe814fd WEB_SITE=http://www.gnome.org ENTERED=20080416 - UPDATED=20090516 + UPDATED=20090930 SHORT="A system for storing configuration information" cat << EOF diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index 6406fc6..cd65172 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 MAJOR=2.22 - VERSION=22.0 + VERSION=22.1 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:dae057cb116c87ada58fbaae9897c71e9da20d06 + SOURCE_VFY=sha1:2cd487f3ebbfab33a816f382c1d0e9dedd1c02df WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=2009092 + UPDATED=20090930 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS index 40075cf..30deeb4 100644 --- a/web/webkit/DETAILS +++ b/web/webkit/DETAILS @@ -1,11 +1,11 @@ MODULE=webkit - VERSION=1.1.14 + VERSION=1.1.15.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webkitgtk.org/ - SOURCE_VFY=sha1:5cbbc11a157a32ace3fefdc11e293b90daa44562 + SOURCE_VFY=sha1:40f77b34c7075c4f3835b3348c354bfcd9dbcecf WEB_SITE=http://www.webkit.org ENTERED=20070919 - UPDATED=20090909 + UPDATED=20090930 SHORT="a gtk+ web rendering engine" cat< wazzzzza Message-ID: <20091202190539.C8D409B2FA@doppio.foo-projects.org> commit 375f90de6004d03300e74fdd8d8b7ea3c7287e8f Author: Samuel Verstraete Date: Tue Sep 29 21:09:32 2009 +0200 wazzzzza --- xfce4/apps/mousepad/DETAILS | 5 ++--- xfce4/apps/ristretto/DETAILS | 2 +- xfce4/core/libxfce4util/BUILD | 6 +----- xfce4/core/libxfcegui4/BUILD | 7 +------ xfce4/core/libxfcegui4/DETAILS | 2 +- 5 files changed, 6 insertions(+), 16 deletions(-) diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index 9f9e881..3e9f213 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,9 +1,8 @@ MODULE=mousepad - VERSION="svn-`date +%U`" + VERSION="svn-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD - #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20050218 diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index e08ea8a..81b567c 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -2,7 +2,7 @@ VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git://git.xfce.org/stephan/$MODULE + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index dedae22..c6983ea 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,10 +1,6 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && - - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index 5ca1695..68281e0 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,11 +4,6 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - --enable-xinerama \ - $OPTS && - - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index d4f0cd1..aac4eb3 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -2,7 +2,7 @@ VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 From elangelo at lunar-linux.org Wed Dec 2 20:05:45 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:45 -0000 Subject: [Lunar-commits] xorg-server 1.6.4 Message-ID: <20091202190540.1E31E9B231@doppio.foo-projects.org> commit f22105ba1465ca1e075b164b269d10e34a5baef9 Author: Samuel Verstraete Date: Thu Oct 1 13:14:05 2009 +0200 xorg-server 1.6.4 --- xorg7/xorg-server/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/xorg-server/DETAILS b/xorg7/xorg-server/DETAILS index 5ca447c..570d830 100644 --- a/xorg7/xorg-server/DETAILS +++ b/xorg7/xorg-server/DETAILS @@ -1,12 +1,12 @@ MODULE=xorg-server - VERSION=1.6.3 + VERSION=1.6.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/xserver - SOURCE_VFY=sha1:1f28e8723e110e5c1a1adf3bc89325a81a526184 + SOURCE_VFY=sha1:9d37f9c14984568afddf0aa84f8409f895277255 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20090802 + UPDATED=20091001 MAINTAINER=elangelo at lunar-linux.org SHORT="The X.Org X11R7 server for the X Window System" From elangelo at lunar-linux.org Wed Dec 2 20:05:45 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 02 Dec 2009 19:05:45 -0000 Subject: [Lunar-commits] something i forgot to fix Message-ID: <20091202190540.ABDB59B2F9@doppio.foo-projects.org> commit 9a4ca2aa7c48e9bac5c9b337ba95b178c4c04452 Author: Samuel Verstraete Date: Sun Oct 4 22:35:24 2009 +0200 something i forgot to fix --- libs/glibc/DETAILS | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index d597b4c..40ea85e 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -17,10 +17,7 @@ ENTERED=20010922 UPDATED=20090923 SHORT="C library for use with GNU/Hurd and GNU/Linux" -<<<<<<< HEAD -======= PSAFE=no ->>>>>>> master cat << EOF glibc - Library for use with GNU/Hurd and GNU/Linux. From samuel.verstraete at gmail.com Wed Dec 2 20:05:45 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:45 -0000 Subject: [Lunar-commits] gtkmm: 2.18.2 Message-ID: <20091202190540.C52649B306@doppio.foo-projects.org> commit efb65a98abe192558aa9421f7383385054c90894 Author: Samuel Date: Thu Oct 8 18:05:43 2009 +0200 gtkmm: 2.18.2 --- gnome2/bindings/gtkmm/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/bindings/gtkmm/DETAILS b/gnome2/bindings/gtkmm/DETAILS index c819121..3761ac9 100644 --- a/gnome2/bindings/gtkmm/DETAILS +++ b/gnome2/bindings/gtkmm/DETAILS @@ -1,13 +1,13 @@ MODULE=gtkmm - VERSION=2.16.0 - MAJOR=2.16 + VERSION=2.18.2 + MAJOR=2.18 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:e8cde1ebf651458c815d5e896bbae2ae4bf33d67 + SOURCE_VFY=sha1:ed58c6d8d0be82fc326cd67a8c2cf1762c30245e WEB_SITE=http://gtkmm.org ENTERED=20021225 - UPDATED=20090318 + UPDATED=20091008 SHORT="C++ bindings for gtk2 and glib2" cat << EOF From samuel.verstraete at gmail.com Wed Dec 2 20:05:45 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:45 -0000 Subject: [Lunar-commits] glib-2 Message-ID: <20091202190540.E8C4C9B2FD@doppio.foo-projects.org> commit 274dfb7bf95756d529f84ccfb7ba9eacaf545f37 Author: Samuel Date: Wed Oct 14 09:18:46 2009 +0200 glib-2 --- libs/glib-2/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index c0c8be7..661e2dd 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -5,7 +5,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:2cd487f3ebbfab33a816f382c1d0e9dedd1c02df + SOURCE_VFY=sha1:bdd9c4b930e81203ea69fe83876cb6c82bdc5a38 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 UPDATED=20090930 From samuel.verstraete at gmail.com Wed Dec 2 20:05:45 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 02 Dec 2009 19:05:45 -0000 Subject: [Lunar-commits] mplayer: chages Message-ID: <20091202190541.187EB9B2FE@doppio.foo-projects.org> commit f9719e151c2b578371abd491a03697ebbef489e1 Author: Samuel Date: Thu Oct 15 13:37:21 2009 +0200 mplayer: chages --- zbeta/mplayer/DEPENDS | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS index 12f3e07..20260da 100644 --- a/zbeta/mplayer/DEPENDS +++ b/zbeta/mplayer/DEPENDS @@ -13,6 +13,4 @@ optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui supp optional_depends MPlayer-all "" "" "to install more foreign codecs" optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" -optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" -optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" From samuel.verstraete at gmail.com Wed Dec 2 20:04:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 2 Dec 2009 20:04:22 +0100 Subject: [Lunar-commits] fontforge needs unste CFLAGS Message-ID: <20091202190541.6ADCA9B30D@doppio.foo-projects.org> commit 086c3c7216aaff8934866515c647eb2e6ed046d7 Author: Samuel Date: Wed Dec 2 20:04:22 2009 +0100 fontforge needs unste CFLAGS --- graphics/fontforge/BUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 82ffe91..54092e9 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -1,4 +1,5 @@ ( + unset CFLAGS && # Options from: # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log From samuel.verstraete at gmail.com Wed Dec 2 20:07:35 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 2 Dec 2009 20:07:35 +0100 Subject: [Lunar-commits] fontforge grmbl.... Message-ID: <20091202190758.C76009B231@doppio.foo-projects.org> commit c56a178e2f6b37492e25f3cc0d192a5d7327d385 Author: Samuel Date: Wed Dec 2 20:07:35 2009 +0100 fontforge grmbl.... --- graphics/fontforge/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 54092e9..626f0c8 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -8,7 +8,7 @@ ./configure --prefix=/usr \ $OPTS && - #sedit "s: s : :" fontforge/Makefile && + sedit "s: s : :" fontforge/Makefile && default_make From florin at lunar-linux.org Wed Dec 2 20:08:37 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 2 Dec 2009 21:08:37 +0200 Subject: [Lunar-commits] stunnel: version bumped to 4.29. Message-ID: <20091202195750.4BB569B231@doppio.foo-projects.org> commit 1ed9c2debf5361b9b26b03d611a4cdb45cb5f0ed Author: Florin Braescu Date: Wed Dec 2 21:08:37 2009 +0200 stunnel: version bumped to 4.29. Some new features added. Bugfixes. --- security/stunnel/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/stunnel/DETAILS b/security/stunnel/DETAILS index 23bd933..1931502 100644 --- a/security/stunnel/DETAILS +++ b/security/stunnel/DETAILS @@ -1,12 +1,12 @@ MODULE=stunnel - VERSION=4.28 + VERSION=4.29 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://stunnel.mirt.net/$MODULE SOURCE_URL[1]=http://www.stunnel.org/download/$MODULE/src - SOURCE_VFY=sha1:868cba9ec56ed6a02c8ecfa2a87614b4d433611b + SOURCE_VFY=sha1:f93ac9054c62b1db0dcf44f668d323d82cc0f413 WEB_SITE=http://stunnel.mirt.net ENTERED=20011108 - UPDATED=20091109 + UPDATED=20091202 SHORT="A multiplatform SSL tunneling proxy" cat << EOF From zmcgrew at lunar-linux.org Thu Dec 3 01:16:51 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 2 Dec 2009 16:16:51 -0800 Subject: [Lunar-commits] gcc: fix DETAILS file Message-ID: <20091203002034.3D22F9B204@doppio.foo-projects.org> commit 490419ed39821318cadb0943dfb4d2426ee2dcf8 Author: Zachary McGrew Date: Wed Dec 2 16:16:51 2009 -0800 gcc: fix DETAILS file --- compilers/gcc/DETAILS | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 930221a..a6f29fe 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -7,12 +7,8 @@ SOURCE_VFY=sha1:6cf7d9204ff3e1a09f4f12b1372cd4129ab7f080 WEB_SITE=http://gcc.gnu.org ENTERED=20020628 -<<<<<<< HEAD UPDATED=20091015 PSAFE=no -======= - UPDATED=20090923 ->>>>>>> f9719e151c2b578371abd491a03697ebbef489e1 SHORT="GNU compiler collection" cat << EOF From florin at lunar-linux.org Thu Dec 3 05:40:33 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 3 Dec 2009 06:40:33 +0200 Subject: [Lunar-commits] phpMyAdmin: version bumped to 3.2.4. Message-ID: <20091203044156.BFF369B204@doppio.foo-projects.org> commit 43be133c3e5e34f423fc252c680532e99133f61f Author: Florin Braescu Date: Thu Dec 3 06:40:33 2009 +0200 phpMyAdmin: version bumped to 3.2.4. Bugfix release. --- sql/phpMyAdmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index 1324f16..e2ec401 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.2.3 + VERSION=3.2.4 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:d99b1098c7cb3454f95dced25574bde0c7fd78ca + SOURCE_VFY=sha1:ac9239755c294d15569af99f227b124bd578faf2 WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20091030 + UPDATED=20091203 SHORT="A php web interface to administrate MySQL tables" cat << EOF From florin at lunar-linux.org Thu Dec 3 06:00:21 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 3 Dec 2009 07:00:21 +0200 Subject: [Lunar-commits] qt4: version bumped to 4.6.0. Message-ID: <20091203050157.571D89B204@doppio.foo-projects.org> commit f1e66c9174834100c9bc1135a4e48080d60a0070 Author: Florin Braescu Date: Thu Dec 3 07:00:21 2009 +0200 qt4: version bumped to 4.6.0. New features include new classes for state machine framework, for handling multitouch events, for support of 3D applications, for graphics effects, new audio input and output classes, and new abstract video output classes. A new animation framework and a new gesture framework were added. Many optimizations and bugfixes were made. --- kde4/base/qt4/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kde4/base/qt4/DETAILS b/kde4/base/qt4/DETAILS index 5a3a485..383d076 100644 --- a/kde4/base/qt4/DETAILS +++ b/kde4/base/qt4/DETAILS @@ -1,14 +1,14 @@ MODULE=qt4 - VERSION=4.5.3 - SOURCE=qt-x11-opensource-src-${VERSION}.tar.gz + VERSION=4.6.0 + SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source -SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-opensource-src-${VERSION} - SOURCE_VFY=78620ffd03c83c4d86f5039ccf7b09e5c709ed25 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION} + SOURCE_VFY=c2cbbde83f1ebac3b8dd13a112fcad757d395041 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.trolltech.com/qt ENTERED=20020420 - UPDATED=20091001 + UPDATED=20091202 GARBAGE=off FTP_PASSIVE=on MAINTAINER=florin at lunar-linux.org From stumbles at lunar-linux.org Thu Dec 3 10:42:11 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Dec 2009 04:42:11 -0500 Subject: [Lunar-commits] qt4: Simplifying the BUILD $OPTS a bit by moving some to DEPENDS as Message-ID: <20091203094605.995D59B204@doppio.foo-projects.org> commit 5f04eddc492bbe213e543b7b4f6aac3e5b834fa6 Author: Dennis `stumbles` Veatch Date: Thu Dec 3 04:42:11 2009 -0500 qt4: Simplifying the BUILD $OPTS a bit by moving some to DEPENDS as optional and making the webkit plugin a CONFIGURE question. Also needed an adjustment for the qdoc3 parts (needed by qt-creator). --- kde4/base/qt4/BUILD | 8 +++----- kde4/base/qt4/CONFIGURE | 1 + kde4/base/qt4/DEPENDS | 14 +++++++++----- kde4/base/qt4/DETAILS | 2 +- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/kde4/base/qt4/BUILD b/kde4/base/qt4/BUILD index 0120a93..60475e9 100644 --- a/kde4/base/qt4/BUILD +++ b/kde4/base/qt4/BUILD @@ -4,7 +4,7 @@ export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib - sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure + sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure && if module_installed phonon ; then OPTS+=" -phonon -phonon-backend" @@ -20,9 +20,7 @@ OPTS+=" -make examples -make demos -make tools -make docs -make translations" fi && - OPTS+=" -release -fast -no-separate-debug-info -shared -qt-gif -system-libpng -system-libjpeg \ - -system-libmng -system-zlib -accessibility -pch -stl -webkit -fontconfig \ - -largefile -glib -qt3support" + OPTS+=" -release -fast -no-separate-debug-info -script -scripttools -accessibility -pch -glib" && echo "yes" | ./configure \ -prefix ${MODULE_PREFIX} \ @@ -34,7 +32,7 @@ cd tools/qdoc3 && qmake -unix -o Makefile qdoc3.pro && make && - install -D -m0755 qdoc3 $MODULE_PREFIX/tools/qdoc3/qdoc3 && + install -m 755 ../../bin/qdoc3 $MODULE_PREFIX/bin/ && cd $SOURCE_DIRECTORY fi && diff --git a/kde4/base/qt4/CONFIGURE b/kde4/base/qt4/CONFIGURE index b39218a..ceb87e8 100644 --- a/kde4/base/qt4/CONFIGURE +++ b/kde4/base/qt4/CONFIGURE @@ -2,3 +2,4 @@ mquery MAKE_DOCS "Build the QT4 documentation?" n "" " -nomake docs" mquery MAKE_EXAMPLE_DEMOS "Build exmaples and demos?" n "" "-nomake examples -nomake demos" mquery XML_PATTERNS "Build xml patterns? Needed by qtscriptgenerator" y "-exceptions" "-no-exceptions" mquery MAKE_QDOC3 "BUILD QDOC3 docs? This is needed by qt-creator." n +mquery MAKE_WEBKIT "Build the webkit plugin?" y "-webkit" "-no-webkit" diff --git a/kde4/base/qt4/DEPENDS b/kde4/base/qt4/DEPENDS index cd59245..0898b4c 100644 --- a/kde4/base/qt4/DEPENDS +++ b/kde4/base/qt4/DEPENDS @@ -1,13 +1,17 @@ -depends libungif -depends libpng -depends libmng depends %X +optional_depends "openssl" "-openssl" "-no-openssl" "for Secure Sockets support" +optional_depends "libmng" "-system-libmng" "-qt-libmng" "Use system or Qt version of MNG" +optional_depends "libpng" "-system-libpng" "-qt-libpng" "Use system or Qt verion of PNG" +optional_depends "zlib" "-system-zlib" "-qt-zlib" "Choose system or Qt version of zlib" +optional_depends "libungif" "-qt-gif" "-no-gif" "for GIF reading support" +optional_depends "fontconfig" "-fontconfig" "-no-fontconfig" "for anti alias font support" +optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" +optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" + optional_depends "gst-plugins-base" "" "" "for gstreamer support" -optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" -optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" optional_depends "mysql" \ "-plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" \ diff --git a/kde4/base/qt4/DETAILS b/kde4/base/qt4/DETAILS index 383d076..fc34aa1 100644 --- a/kde4/base/qt4/DETAILS +++ b/kde4/base/qt4/DETAILS @@ -9,7 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION} WEB_SITE=http://www.trolltech.com/qt ENTERED=20020420 UPDATED=20091202 - GARBAGE=off +# GARBAGE=off FTP_PASSIVE=on MAINTAINER=florin at lunar-linux.org SHORT="A C++ toolkit for application development" From stumbles at lunar-linux.org Thu Dec 3 10:45:45 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Dec 2009 04:45:45 -0500 Subject: [Lunar-commits] qt-creator: Version bump. Message-ID: <20091203094605.A5E5D9B231@doppio.foo-projects.org> commit a78c4a088297f4649711947d16e3688777261164 Author: Dennis `stumbles` Veatch Date: Thu Dec 3 04:45:45 2009 -0500 qt-creator: Version bump. --- qt4-apps/qt-creator/BUILD | 4 ++-- qt4-apps/qt-creator/DETAILS | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/qt4-apps/qt-creator/BUILD b/qt4-apps/qt-creator/BUILD index 52d14a3..952485d 100644 --- a/qt4-apps/qt-creator/BUILD +++ b/qt4-apps/qt-creator/BUILD @@ -3,12 +3,12 @@ source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" + QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" && mkdir $QT_CREATOR_BLD && cd $QT_CREATOR_BLD && - qmake $SOURCE_DIRECTORY/qtcreator.pro + qmake $SOURCE_DIRECTORY/qtcreator.pro && make && prepare_install && diff --git a/qt4-apps/qt-creator/DETAILS b/qt4-apps/qt-creator/DETAILS index 7a5fc8e..d0563c0 100644 --- a/qt4-apps/qt-creator/DETAILS +++ b/qt4-apps/qt-creator/DETAILS @@ -1,12 +1,13 @@ MODULE=qt-creator - VERSION=1.2.1-src - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=1.3.0 + TYPE=src + SOURCE=$MODULE-$VERSION-$TYPE.tar.gz SOURCE_URL[0]=http://download.qtsoftware.com/qtcreator/ - SOURCE_VFY=sha1:eaa8dbdb6bee9def91df302ff13ba26e70ffcb38 + SOURCE_VFY=sha1:ccb1228411b9b7d5f3a734ee1a667b4a17ef0a26 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.qtsoftware.com/products/developer-tools/developer-tools ENTERED=20090303 - UPDATED=20090827 + UPDATED=20091202 SHORT="cross-platform integrated development environment" cat << EOF From stumbles at lunar-linux.org Thu Dec 3 13:46:29 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Dec 2009 07:46:29 -0500 Subject: [Lunar-commits] Revert "kde4: strip the DEPENDS file to the limit :)" Message-ID: <20091203124749.DC2679B204@doppio.foo-projects.org> commit 9b0ae718b524173774132150c89fdf58b53bd8a3 Author: Dennis `stumbles` Veatch Date: Thu Dec 3 07:46:29 2009 -0500 Revert "kde4: strip the DEPENDS file to the limit :)" This reverts commit 425a649a5bfe73af23081664e94616a0e10044d2. kdelibs4-experimental is missing a hard depends for kdelibs4 and there might be some other issues here. Reverting as I do not feel like sorting it all out atm. --- profiles/kde4/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index 8aab302..7cf7cfc 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -1,10 +1,11 @@ +depends kdepimlibs4 depends kdelibs4-experimental depends kdebase4-runtime depends kdebase4-workspace depends kdebase4 +depends kdepim4-runtime depends oxygen-icons -optional_depends "kdepim4-runtime" "" "" "for PIM support" optional_depends "kdebindings4" "" "" "bindings to languages" optional_depends "kdegames4" "" "" "games" optional_depends "kdegraphics4" "" "" "graphics applications" From sofar at foo-projects.org Thu Dec 3 22:29:48 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:29:48 +0100 Subject: [Lunar-commits] Subject: git: Message-ID: <20091203213436.0D71A9B204@doppio.foo-projects.org> commit dd556958ff4544b0682571283d9583dea55d4499 Author: Christian Riggenbach Date: Thu Dec 3 22:29:48 2009 +0100 Subject: git: --- devel/git/plugin.d/download-git.plugin | 18 ++++ devel/git/plugin.d/download-git.plugin2 | 135 +++++++++++++++++++++++++++++++ 2 files changed, 153 insertions(+), 0 deletions(-) diff --git a/devel/git/plugin.d/download-git.plugin b/devel/git/plugin.d/download-git.plugin index 1b28551..a8aef27 100644 --- a/devel/git/plugin.d/download-git.plugin +++ b/devel/git/plugin.d/download-git.plugin @@ -30,6 +30,8 @@ plugin_source_download_git() { fi GIT_URL=$(echo $1 | cut -d: -f1-2) + GIT_BRANCH=$(echo $1 | cut -s -d: -f3) + # translate git+http(s) urls: if [ "${GIT_URL:0:8}" == "git+http" ]; then GIT_URL="${GIT_URL:4}" @@ -64,10 +66,26 @@ plugin_source_download_git() { cd $SBASE verbose_msg "[${TRY}] git pull" git pull && git gc && GOT_GIT="yes" + message "${MESSAGE_COLOR}Init and update the submodules${DEFAULT_COLOR}" + git submodule init + git submodule update + if [ -n "$GIT_BRANCH" ] ; then + message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" + git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" + fi cd ${CD} else verbose_msg "[${TRY}] git clone $GIT_URL" git clone $GIT_URL $SBASE && GOT_GIT="yes" + cd $SBASE + message "${MESSAGE_COLOR}Init and update the submodules${DEFAULT_COLOR}" + git submodule init + git submodule update + if [ -n "$GIT_BRANCH" ] ; then + message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" + git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" + fi + cd $TMPDIR/$MODULE-$VERSION fi if [ "$?" == "0" ] ; then diff --git a/devel/git/plugin.d/download-git.plugin2 b/devel/git/plugin.d/download-git.plugin2 new file mode 100644 index 0000000..008206b --- /dev/null +++ b/devel/git/plugin.d/download-git.plugin2 @@ -0,0 +1,135 @@ +#!/bin/bash +############################################################ +# # +# download-git.plugin - download GIT urls # +# # +############################################################ +# # +# Copyright 2005 by Auke Kok under GPLv2 # +# # +############################################################ + +# valid git urls are: +# git:// +# git+http:// (will be transformed to http://) +# git+https:// (will be transformed to https://) +# git+rsync:// (will be transformed to rsync://) +# git+ssh:// (will be transformed to ssh://) +# +# additional, behind a ":" can be a branch to use + +plugin_source_download_git() { + # check if we can handle this URL format + if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:12}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then + return 2 + fi + debug_msg "plugin_source_needrefresh_git($@)" + + if [ ! -x `which git` ] ; then + # full stop: we need to make sure the user sees this error: + message "${PROBLEM_COLOR}! Cannot fetch git sources without \"git\" installed${DEFAULT_COLOR}" + exit 1 + fi + + GIT_URL=$(echo $1 | cut -d: -f1-2) + GIT_BRANCH=$(echo $1 | cut -s -d: -f3) + + # translate git+http(s) urls: + if [ "${GIT_URL:0:8}" == "git+http" ]; then + GIT_URL="${GIT_URL:4}" + elif [ "${GIT_URL:0:9}" == "git+rsync" ]; then + GIT_URL="${GIT_URL:4}" + fi + + message "${MESSAGE_COLOR}Downloading GIT module for module ${MODULE_COLOR}${MODULE}${DEFAULT_COLOR}" + + SBASE=$(source_basename $2) + mk_source_dir $TMPDIR/$MODULE-$VERSION + cd $TMPDIR/$MODULE-$VERSION + if [ -f "$3/$2" ] ; then + verbose_msg "Extracting local GIT copy" + # unpacking + CD=$(pwd -P) + cd $CD + if ! unpack $2 ; then + message "${PROBLEM_COLOR}Warning: bad local GIT copy, checking out fresh GIT copy${DEFAULT_COLOR}" + rm_source_dir $TMPDIR/$MODULE-$VERSION + mk_source_dir $TMPDIR/$MODULE-$VERSION + fi + fi + + NUM_RETRY=${NUM_RETRY:-5} + if [ "$NUM_RETRY" -eq 0 ]; then + NUM_RETRY=1000 + fi + + for (( TRY=1 ; $TRY<$NUM_RETRY+1 ; TRY++ )) ; do + if [ -d "$SBASE/.git" ] ; then + cd $SBASE + verbose_msg "[${TRY}] git pull" + git pull && git gc && GOT_GIT="yes" + else + verbose_msg "[${TRY}] git clone $GIT_URL" + pwd + git clone $GIT_URL $SBASE && GOT_GIT="yes" + fi + + echo "Hallo ${CD}" + cd $CD + + if [ "$?" == "0" ] ; then + break + fi + + sleep 2 + done + + if [ "$GOT_GIT" == "yes" ] ; then + if [ -n "$GIT_BRANCH" ] ; then + message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" + git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" + fi + + message "${MESSAGE_COLOR}Creating ${FILE_COLOR}$2${DEFAULT_COLOR}" + # pack + tar cjf $3/$2 $SBASE + else + activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not fetch \"$1\"" + fi + + cd $TMPDIR + rm_source_dir $TMPDIR/$MODULE-$VERSION + +} + + +plugin_source_needrefresh_git() { + # check if we can handle this URL format + if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:12}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then + return 2 + fi + debug_msg "plugin_source_needrefresh_git($@)" + + if [ ! -f $3/$2 ]; then + return 0 + fi + + REPOSITORY_THRESHOLD=${REPOSITORY_THRESHOLD:-10} + if (( "REPOSITORY_THRESHOLD" > 0 )) ; then + if [ "$(find $3/$2 -amin +$REPOSITORY_THRESHOLD)" == "$3/$2" ] ; then + # it is older: + return 0 + else + message "${MESSAGE_COLOR}GIT update not required for \"${FILE_COLOR}$(basename $2)${DEFAULT_COLOR}${CYAN}\" (less than $REPOSITORY_THRESHOLD minutes old)${DEFAULT_COLOR}" + # now we can send a FAIL so the next plugins are skipped: + return 1 + fi + else + # always return true if threshhold is zero + return 0 + fi +} + + +plugin_register SOURCE_DOWNLOAD plugin_source_download_git +plugin_register SOURCE_NEEDREFRESH plugin_source_needrefresh_git From sofar at foo-projects.org Thu Dec 3 22:30:29 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:30:29 +0100 Subject: [Lunar-commits] Subject: enna-hg: Enna has switched to a different repository. So here it is now. Message-ID: <20091203213436.16FA19B231@doppio.foo-projects.org> commit 3074774977cdbc433e2c1be6aa63bf93387fc962 Author: Oliver Dietsch Date: Thu Dec 3 22:30:29 2009 +0100 Subject: enna-hg: Enna has switched to a different repository. So here it is now. The old version (enna-svn) can be removed, as its repository only contains a README telling you to use the newer hg-repository. I haven't tried all possible configurations regarding the optional_depends yet, but it should work OK. --- zbeta/enna-hg/BUILD | 11 +++++++++++ zbeta/enna-hg/DEPENDS | 38 ++++++++++++++++++++++++++++++++++++++ zbeta/enna-hg/DETAILS | 15 +++++++++++++++ 3 files changed, 64 insertions(+), 0 deletions(-) diff --git a/zbeta/enna-hg/BUILD b/zbeta/enna-hg/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/enna-hg/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/enna-hg/DEPENDS b/zbeta/enna-hg/DEPENDS new file mode 100644 index 0000000..cb61427 --- /dev/null +++ b/zbeta/enna-hg/DEPENDS @@ -0,0 +1,38 @@ +depends e_dbus-svn +depends elementary-svn +depends libvalhalla-hg + +optional_depends "curl" \ + "--enable-libcurl" \ + "--disable-libcurl" \ + "for curl support" + +optional_depends "efreet-svn" \ + "--enable-efreet" \ + "--disable-efreet" \ + "for freedesktop.org standards support" + +optional_depends "libcddb" \ + "--enable-libcddb" \ + "--disable-libcddb" \ + "for CDDB support" + +optional_depends "libexif" \ + "--enable-libexif" \ + "--disable-libexif" \ + "for EXIF file support" + +optional_depends "libplayer-hg" \ + "--enable-libplayer-backend" \ + "--disable-libplayer-backend" \ + "for various A/V output support" + +optional_depends "libxml2" \ + "--enable-libxml2" \ + "--disable-libxml2" \ + "for libxml2 support" + +optional_depends "lirc" \ + "" \ + "" \ + "for LIRC support" diff --git a/zbeta/enna-hg/DETAILS b/zbeta/enna-hg/DETAILS new file mode 100644 index 0000000..4dff3cb --- /dev/null +++ b/zbeta/enna-hg/DETAILS @@ -0,0 +1,15 @@ + MODULE=enna-hg + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=hg+http://hg.geexbox.org/enna +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE=http://enna.geexbox.org + ENTERED=20091003 + UPDATED=`date --date="last monday" +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="multimedia-center-thingy for E" +cat < Subject: libgdata: initial import. Gnome library for accessing services using the GData protocol Message-ID: <20091203213436.2F2159B236@doppio.foo-projects.org> commit 4722843b2eaed8f4a8e87a4d9bf882802a767d1a Author: giorgos chatzipavlis Date: Thu Dec 3 22:31:07 2009 +0100 Subject: libgdata: initial import. Gnome library for accessing services using the GData protocol --- zbeta/libgdata/BUILD | 12 ++++++++++++ zbeta/libgdata/DEPENDS | 1 + zbeta/libgdata/DETAILS | 16 ++++++++++++++++ 3 files changed, 29 insertions(+), 0 deletions(-) diff --git a/zbeta/libgdata/BUILD b/zbeta/libgdata/BUILD new file mode 100644 index 0000000..62fc456 --- /dev/null +++ b/zbeta/libgdata/BUILD @@ -0,0 +1,12 @@ +( + + ./configure --prefix=${GNOME210_PREFIX:-/usr} \ + --build=$BUILD \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=${GNOME210_PREFIX:-/usr}/share/info \ + --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/libgdata/DEPENDS b/zbeta/libgdata/DEPENDS new file mode 100644 index 0000000..7c5f131 --- /dev/null +++ b/zbeta/libgdata/DEPENDS @@ -0,0 +1 @@ +depends glib-2 diff --git a/zbeta/libgdata/DETAILS b/zbeta/libgdata/DETAILS new file mode 100644 index 0000000..fd873fd --- /dev/null +++ b/zbeta/libgdata/DETAILS @@ -0,0 +1,16 @@ + MODULE=libgdata + MAJOR=0.5 + VERSION=0.5.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ + SOURCE_VFY=sha1:93acc6ca5145aba3049b9f9240d4503b3a85e101 + WEB_SITE=http://www.gnome.org + ENTERED=20091006 + UPDATED=20091006 + SHORT="Gnome's GData protocol library" +cat << EOF +Libgdata is a GLib-based library for accessing online service APIs using +the GData protocol -- most notably, Google's services. It provides APIs +to access the common Google services, and has full asynchronous support. +EOF + From sofar at foo-projects.org Thu Dec 3 22:33:02 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:02 +0100 Subject: [Lunar-commits] Subject: par2cmdline: added gcc4 patch Message-ID: <20091203213436.426769B2EB@doppio.foo-projects.org> commit ebac1b31254e0282414db1533b2e6fd71136c98b Author: Guillaume Date: Thu Dec 3 22:33:02 2009 +0100 Subject: par2cmdline: added gcc4 patch Guillaume --- archive/par2cmdline/BUILD | 5 +++++ archive/par2cmdline/DETAILS | 4 +++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/archive/par2cmdline/BUILD b/archive/par2cmdline/BUILD new file mode 100644 index 0000000..e12a60a --- /dev/null +++ b/archive/par2cmdline/BUILD @@ -0,0 +1,5 @@ +( + patch_it $SOURCE2 1 && + default_build + +) > $C_FIFO 2>&1 diff --git a/archive/par2cmdline/DETAILS b/archive/par2cmdline/DETAILS index dc12251..f9c73bd 100644 --- a/archive/par2cmdline/DETAILS +++ b/archive/par2cmdline/DETAILS @@ -1,11 +1,13 @@ MODULE=par2cmdline VERSION=0.4 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=$MODULE-$VERSION-gcc4.patch SOURCE_URL=$SFORGE_URL/parchive/ + SOURCE2_URL=http://sage.math.washington.edu/home/binegar/src/ SOURCE_VFY=sha1:2fcdc932b5d7b4b1c68c4a4ca855ca913d464d2f WEB_SITE=http://parchive.sourceforge.net ENTERED=20040228 - UPDATED=20050313 + UPDATED=20091105 MAINTAINER=tchan at lunar-linux.org SHORT="A command line implementation of the PAR v2.0 specification" From sofar at foo-projects.org Thu Dec 3 22:33:26 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:26 +0100 Subject: [Lunar-commits] Subject: midori: version bump Message-ID: <20091203213436.4E56A9B2F0@doppio.foo-projects.org> commit 60ac8cd0257113bebe15f20dd305d83f3a1d7bd2 Author: giorgos chatzipavlis Date: Thu Dec 3 22:33:26 2009 +0100 Subject: midori: version bump add midori to supported list of known browsers in xdg-open script --- zbeta/midori/DETAILS | 8 ++++---- zbeta/midori/POST_INSTALL | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/zbeta/midori/DETAILS b/zbeta/midori/DETAILS index 8df94fc..50c3e9c 100644 --- a/zbeta/midori/DETAILS +++ b/zbeta/midori/DETAILS @@ -1,12 +1,12 @@ MODULE=midori - VERSION=0.1.10 - MAJOR=0.1 + VERSION=0.2.1 + MAJOR=0.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://archive.xfce.org/src/apps/midori/$MAJOR/ - SOURCE_VFY=sha1:9598de84d9c3283f236c3a075eb707b9423967e3 + SOURCE_VFY=sha1:5e6e9b055cf130f30a287886d908f8a672e66e0a WEB_SITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html ENTERED=20070921 - UPDATED=20090912 + UPDATED=20091126 SHORT="lightweight WebKit/Gtk+-2 based browser" cat << EOF diff --git a/zbeta/midori/POST_INSTALL b/zbeta/midori/POST_INSTALL new file mode 100644 index 0000000..cfaa684 --- /dev/null +++ b/zbeta/midori/POST_INSTALL @@ -0,0 +1 @@ +if module_installed xdg-utils; then XDG_OPEN=`lvu from xdg-open|grep bin|cut -d: -f2`;sedit "s/firefox:/midori:firefox:/" $XDG_OPEN;fi From sofar at foo-projects.org Thu Dec 3 22:33:34 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:34 +0100 Subject: [Lunar-commits] Subject: eweather-svn: A new weather module for E. Message-ID: <20091203213436.5E9899B204@doppio.foo-projects.org> commit d047fead8c19382c0d2545f428e4abe469b654b1 Author: Oliver Dietsch Date: Thu Dec 3 22:33:34 2009 +0100 Subject: eweather-svn: A new weather module for E. Builds and installs without problems, but haven't figured out how to use it yet :( I'm only submitting this in the first place because it is required for e_modules-svn to build. --- zbeta/eweather-svn/BUILD | 11 +++++++++++ zbeta/eweather-svn/DEPENDS | 2 ++ zbeta/eweather-svn/DETAILS | 14 ++++++++++++++ 3 files changed, 27 insertions(+), 0 deletions(-) diff --git a/zbeta/eweather-svn/BUILD b/zbeta/eweather-svn/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/eweather-svn/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/eweather-svn/DEPENDS b/zbeta/eweather-svn/DEPENDS new file mode 100644 index 0000000..7275226 --- /dev/null +++ b/zbeta/eweather-svn/DEPENDS @@ -0,0 +1,2 @@ +depends edje-svn + diff --git a/zbeta/eweather-svn/DETAILS b/zbeta/eweather-svn/DETAILS new file mode 100644 index 0000000..a1d878b --- /dev/null +++ b/zbeta/eweather-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=eweather-svn + VERSION=svn + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/PROTO/eweather + WEB_SITE=http://enlightenment.org/pages/enlightenment.html + ENTERED=20091203 + UPDATED=`date --date="last monday" +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="a weather frontend for E" + +cat << EOF +A weather frontend gadget as a supplement for the E desktop shell. +EOF From sofar at foo-projects.org Thu Dec 3 22:33:40 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:40 +0100 Subject: [Lunar-commits] Subject: e_modules-svn: Adding eweather-svn as dependency. Message-ID: <20091203213436.773AE9B231@doppio.foo-projects.org> commit 8ba0f9c50b94ad1815da13b922cda7b7d637af1e Author: Oliver Dietsch Date: Thu Dec 3 22:33:40 2009 +0100 Subject: e_modules-svn: Adding eweather-svn as dependency. --- zbeta/e17/e_modules-svn/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zbeta/e17/e_modules-svn/DEPENDS b/zbeta/e17/e_modules-svn/DEPENDS index a5c2609..73a2efb 100644 --- a/zbeta/e17/e_modules-svn/DEPENDS +++ b/zbeta/e17/e_modules-svn/DEPENDS @@ -2,6 +2,7 @@ depends e17-svn depends emprint-svn depends esmart-svn depends ethumb-svn +depends eweather-svn depends exalt-svn depends exml-svn depends libmpd From sofar at foo-projects.org Thu Dec 3 22:33:50 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:50 +0100 Subject: [Lunar-commits] Subject: epsilon-svn: Just updating SOURCE_URL. Message-ID: <20091203213436.8320A9B2F2@doppio.foo-projects.org> commit b27ef0c5126c53ee40af3c0149d899d4e70010b6 Author: Oliver Dietsch Date: Thu Dec 3 22:33:50 2009 +0100 Subject: epsilon-svn: Just updating SOURCE_URL. --- zbeta/e17/epsilon-svn/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/e17/epsilon-svn/DETAILS b/zbeta/e17/epsilon-svn/DETAILS index 0e40698..041dcf7 100644 --- a/zbeta/e17/epsilon-svn/DETAILS +++ b/zbeta/e17/epsilon-svn/DETAILS @@ -2,7 +2,7 @@ VERSION=svn SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/epsilon + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/OLD/epsilon WEB_SITE=http://www.enlightenment.org/pages/epsilon.html ENTERED=20041002 UPDATED=`date --date="last monday" +%Y%m%d` From sofar at foo-projects.org Thu Dec 3 22:33:56 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:56 +0100 Subject: [Lunar-commits] Subject: ethumb-svn: Update SOURCE_URL. Message-ID: <20091203213436.93C8D9B236@doppio.foo-projects.org> commit 0f455ae95d896633b6969ed28485635c8c18ec15 Author: Oliver Dietsch Date: Thu Dec 3 22:33:56 2009 +0100 Subject: ethumb-svn: Update SOURCE_URL. --- zbeta/e17/ethumb-svn/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zbeta/e17/ethumb-svn/DETAILS b/zbeta/e17/ethumb-svn/DETAILS index 33027f1..b9796bd 100644 --- a/zbeta/e17/ethumb-svn/DETAILS +++ b/zbeta/e17/ethumb-svn/DETAILS @@ -2,8 +2,8 @@ VERSION=svn SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/PROTO/ethumb - WEB_SITE=http://www.enlightenment.org + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/ethumb + WEB_SITE=http://www.enlightenment.org/ ENTERED=20090907 UPDATED=`date --date="last monday" +%Y%m%d` MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} From samuel.verstraete at gmail.com Thu Dec 3 22:35:56 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Thu, 3 Dec 2009 22:35:56 +0100 Subject: [Lunar-commits] fontforge: unset CFLAGS Message-ID: <20091203213650.BDDD79B204@doppio.foo-projects.org> commit 6bff47f661105c28b8f4afea111d348e4bb05f31 Author: Samuel Date: Thu Dec 3 22:35:56 2009 +0100 fontforge: unset CFLAGS --- graphics/fontforge/BUILD | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 61153f2..1e87a8b 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -1,5 +1,7 @@ ( + unset CFLAGS && + # Options from: # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log OPTS+=" --with-freetype-src=/usr/include/freetype2 --disable-static --enable-double --enable-type3 --enable-devicetables" && From sofar at foo-projects.org Thu Dec 3 22:42:03 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:42:03 +0100 Subject: [Lunar-commits] Subject: libvalhalla-hg: Fixing DEPENDS. Message-ID: <20091203220212.BC5A99B204@doppio.foo-projects.org> commit 1f2d2fae6509a9c8eccaa87ccea4d1fca7bc0cac Author: Oliver Dietsch Date: Thu Dec 3 22:42:03 2009 +0100 Subject: libvalhalla-hg: Fixing DEPENDS. I think all the dependencies should be covered correctly. libnfo does not seem to be required (optional as of this day). Enna runs on my box, though I'm a bit confused by the yet again new interface. --- zbeta/libvalhalla-hg/BUILD | 6 ++++++ zbeta/libvalhalla-hg/DEPENDS | 9 +++++++++ zbeta/libvalhalla-hg/DETAILS | 13 +++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/zbeta/libvalhalla-hg/BUILD b/zbeta/libvalhalla-hg/BUILD new file mode 100644 index 0000000..aa1d4bb --- /dev/null +++ b/zbeta/libvalhalla-hg/BUILD @@ -0,0 +1,6 @@ +( + # configure does not like --build. + ./configure --prefix=/usr $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/libvalhalla-hg/DEPENDS b/zbeta/libvalhalla-hg/DEPENDS new file mode 100644 index 0000000..741db2f --- /dev/null +++ b/zbeta/libvalhalla-hg/DEPENDS @@ -0,0 +1,9 @@ +depends curl +depends libxml2 +depends sqlite + +optional_depends "libexif" "--enable-grabber-exif" "" "for the EXIF grabber" +# Disabled for now. Claims that it cannot find libavcodec due to a undefined +# reference during the ./configure test although it is installed on my box. +#optional_depends "ffmpeg" "--enable-grabber-ffmpeg" "" "for the FFmpeg grabber" + diff --git a/zbeta/libvalhalla-hg/DETAILS b/zbeta/libvalhalla-hg/DETAILS new file mode 100644 index 0000000..18dc7cc --- /dev/null +++ b/zbeta/libvalhalla-hg/DETAILS @@ -0,0 +1,13 @@ + MODULE=libvalhalla-hg + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=hg+http://hg.geexbox.org/libvalhalla +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE=http://geexbox.org/en/index.html + ENTERED=20091203 + UPDATED=`date --date="last monday" +%Y%m%d` + SHORT="a media scanner library" +cat < Obsolete, use xf86-intput-synaptics Message-ID: <20091203225636.BA1819B204@doppio.foo-projects.org> commit 90e38ef7c8f0a71b57dd49bafffbd4dff87431bb Author: Auke Kok Date: Thu Dec 3 23:56:20 2009 +0100 Obsolete, use xf86-intput-synaptics --- x11/synaptics/BUILD | 8 -------- x11/synaptics/DETAILS | 19 ------------------- 2 files changed, 0 insertions(+), 27 deletions(-) diff --git a/x11/synaptics/BUILD b/x11/synaptics/BUILD deleted file mode 100644 index 06b642f..0000000 --- a/x11/synaptics/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - patch_it $SOURCE2 1 - - sedit 's/\/usr\/local/\/usr/' Makefile && - - default_make - -) > $C_FIFO 2>&1 diff --git a/x11/synaptics/DETAILS b/x11/synaptics/DETAILS deleted file mode 100644 index a6752bd..0000000 --- a/x11/synaptics/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=synaptics - VERSION=0.14.6 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-$VERSION-xorg-server-1.4-1.patch.bz2 - SOURCE_URL=http://web.telia.com/~u89404340/touchpad/files/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:41443e253e73546657b40435c8c9bfa0a91662bc - SOURCE2_VFY=sha1:8bd30d2fbc46013be436a5f50b628709ef21cd2e - WEB_SITE=http://web.telia.com/~u89404340/touchpad/ - ENTERED=20050307 - UPDATED=20070911 - SHORT="Synaptics TouchPad driver for XOrg/XFree86" - -cat << EOF -This is a driver for the Synaptics TouchPad for XOrg/XFree86 -4.x. A Synaptics touchpad by default operates in compatibility -mode by emulating a standard mouse. However, by using a dedicated -driver, more advanced features of the touchpad becomes available. -EOF From stumbles at lunar-linux.org Fri Dec 4 01:04:17 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Dec 2009 19:04:17 -0500 Subject: [Lunar-commits] qt4: Version bump. Message-ID: <20091204000447.3CD5B9B204@doppio.foo-projects.org> commit 1774d125ff961bcb4e2dbaaaf6bf9c1bfa29a4a5 Author: Dennis `stumbles` Veatch Date: Thu Dec 3 19:04:17 2009 -0500 qt4: Version bump. --- kde4/base/qt4/BUILD | 8 +++----- kde4/base/qt4/CONFIGURE | 1 + kde4/base/qt4/DEPENDS | 14 +++++++++----- kde4/base/qt4/DETAILS | 12 ++++++------ 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/kde4/base/qt4/BUILD b/kde4/base/qt4/BUILD index 0120a93..60475e9 100644 --- a/kde4/base/qt4/BUILD +++ b/kde4/base/qt4/BUILD @@ -4,7 +4,7 @@ export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib - sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure + sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure && if module_installed phonon ; then OPTS+=" -phonon -phonon-backend" @@ -20,9 +20,7 @@ OPTS+=" -make examples -make demos -make tools -make docs -make translations" fi && - OPTS+=" -release -fast -no-separate-debug-info -shared -qt-gif -system-libpng -system-libjpeg \ - -system-libmng -system-zlib -accessibility -pch -stl -webkit -fontconfig \ - -largefile -glib -qt3support" + OPTS+=" -release -fast -no-separate-debug-info -script -scripttools -accessibility -pch -glib" && echo "yes" | ./configure \ -prefix ${MODULE_PREFIX} \ @@ -34,7 +32,7 @@ cd tools/qdoc3 && qmake -unix -o Makefile qdoc3.pro && make && - install -D -m0755 qdoc3 $MODULE_PREFIX/tools/qdoc3/qdoc3 && + install -m 755 ../../bin/qdoc3 $MODULE_PREFIX/bin/ && cd $SOURCE_DIRECTORY fi && diff --git a/kde4/base/qt4/CONFIGURE b/kde4/base/qt4/CONFIGURE index b39218a..ceb87e8 100644 --- a/kde4/base/qt4/CONFIGURE +++ b/kde4/base/qt4/CONFIGURE @@ -2,3 +2,4 @@ mquery MAKE_DOCS "Build the QT4 documentation?" n "" " -nomake docs" mquery MAKE_EXAMPLE_DEMOS "Build exmaples and demos?" n "" "-nomake examples -nomake demos" mquery XML_PATTERNS "Build xml patterns? Needed by qtscriptgenerator" y "-exceptions" "-no-exceptions" mquery MAKE_QDOC3 "BUILD QDOC3 docs? This is needed by qt-creator." n +mquery MAKE_WEBKIT "Build the webkit plugin?" y "-webkit" "-no-webkit" diff --git a/kde4/base/qt4/DEPENDS b/kde4/base/qt4/DEPENDS index cd59245..0898b4c 100644 --- a/kde4/base/qt4/DEPENDS +++ b/kde4/base/qt4/DEPENDS @@ -1,13 +1,17 @@ -depends libungif -depends libpng -depends libmng depends %X +optional_depends "openssl" "-openssl" "-no-openssl" "for Secure Sockets support" +optional_depends "libmng" "-system-libmng" "-qt-libmng" "Use system or Qt version of MNG" +optional_depends "libpng" "-system-libpng" "-qt-libpng" "Use system or Qt verion of PNG" +optional_depends "zlib" "-system-zlib" "-qt-zlib" "Choose system or Qt version of zlib" +optional_depends "libungif" "-qt-gif" "-no-gif" "for GIF reading support" +optional_depends "fontconfig" "-fontconfig" "-no-fontconfig" "for anti alias font support" +optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" +optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" + optional_depends "gst-plugins-base" "" "" "for gstreamer support" -optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" -optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" optional_depends "mysql" \ "-plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" \ diff --git a/kde4/base/qt4/DETAILS b/kde4/base/qt4/DETAILS index 5a3a485..fc34aa1 100644 --- a/kde4/base/qt4/DETAILS +++ b/kde4/base/qt4/DETAILS @@ -1,15 +1,15 @@ MODULE=qt4 - VERSION=4.5.3 - SOURCE=qt-x11-opensource-src-${VERSION}.tar.gz + VERSION=4.6.0 + SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source -SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-opensource-src-${VERSION} - SOURCE_VFY=78620ffd03c83c4d86f5039ccf7b09e5c709ed25 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION} + SOURCE_VFY=c2cbbde83f1ebac3b8dd13a112fcad757d395041 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.trolltech.com/qt ENTERED=20020420 - UPDATED=20091001 - GARBAGE=off + UPDATED=20091202 +# GARBAGE=off FTP_PASSIVE=on MAINTAINER=florin at lunar-linux.org SHORT="A C++ toolkit for application development" From stumbles at lunar-linux.org Fri Dec 4 01:16:21 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Dec 2009 19:16:21 -0500 Subject: [Lunar-commits] Revert "kde4: strip the DEPENDS file to the limit :)" Message-ID: <20091204001907.46DD79B204@doppio.foo-projects.org> commit 479b5a0c26dc4182a186d0c19444491a333f575e Author: Dennis `stumbles` Veatch Date: Thu Dec 3 19:16:21 2009 -0500 Revert "kde4: strip the DEPENDS file to the limit :)" This reverts commit 425a649a5bfe73af23081664e94616a0e10044d2. Reverting again since the last git hickup. I know the DEPENDS needs some resorting. Such as kdebindings will now have a hard depends on kdevplatform, which depends on kdesdk4. Until I have some time to unravel these things; I would rather this stay as is. --- profiles/kde4/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index 8aab302..7cf7cfc 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -1,10 +1,11 @@ +depends kdepimlibs4 depends kdelibs4-experimental depends kdebase4-runtime depends kdebase4-workspace depends kdebase4 +depends kdepim4-runtime depends oxygen-icons -optional_depends "kdepim4-runtime" "" "" "for PIM support" optional_depends "kdebindings4" "" "" "bindings to languages" optional_depends "kdegames4" "" "" "games" optional_depends "kdegraphics4" "" "" "graphics applications" From stumbles at lunar-linux.org Fri Dec 4 02:15:44 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Dec 2009 20:15:44 -0500 Subject: [Lunar-commits] qt-creator: Tried to revert to a78c4a088297f4649711947d16e3688777261164 but git Message-ID: <20091204011649.BFD8C9B204@doppio.foo-projects.org> commit c9a8f27876d98de50e79e7b7b54aca62811c3373 Author: Dennis `stumbles` Veatch Date: Thu Dec 3 20:15:44 2009 -0500 qt-creator: Tried to revert to a78c4a088297f4649711947d16e3688777261164 but git said it could not find it, so anyway a version bump. --- qt4-apps/qt-creator/BUILD | 4 ++-- qt4-apps/qt-creator/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qt4-apps/qt-creator/BUILD b/qt4-apps/qt-creator/BUILD index 52d14a3..952485d 100644 --- a/qt4-apps/qt-creator/BUILD +++ b/qt4-apps/qt-creator/BUILD @@ -3,12 +3,12 @@ source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" + QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" && mkdir $QT_CREATOR_BLD && cd $QT_CREATOR_BLD && - qmake $SOURCE_DIRECTORY/qtcreator.pro + qmake $SOURCE_DIRECTORY/qtcreator.pro && make && prepare_install && diff --git a/qt4-apps/qt-creator/DETAILS b/qt4-apps/qt-creator/DETAILS index 7a5fc8e..7ace002 100644 --- a/qt4-apps/qt-creator/DETAILS +++ b/qt4-apps/qt-creator/DETAILS @@ -1,12 +1,12 @@ MODULE=qt-creator - VERSION=1.2.1-src + VERSION=1.3.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.qtsoftware.com/qtcreator/ - SOURCE_VFY=sha1:eaa8dbdb6bee9def91df302ff13ba26e70ffcb38 + SOURCE_VFY=sha1:ccb1228411b9b7d5f3a734ee1a667b4a17ef0a26 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.qtsoftware.com/products/developer-tools/developer-tools ENTERED=20090303 - UPDATED=20090827 + UPDATED=20091203 SHORT="cross-platform integrated development environment" cat << EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:22 -0000 Subject: [Lunar-commits] qemu: created a CONFIGURE script to configure the archs Message-ID: <20091204013022.8509D9B204@doppio.foo-projects.org> commit 227d9dabcb09266b67fb55f80f0fce971c62e37d Author: Samuel Date: Wed Mar 11 15:01:07 2009 +0100 qemu: created a CONFIGURE script to configure the archs --- devel/qemu/BUILD | 9 ++++----- devel/qemu/CONFIGURE | 41 +++++++++++++++++++++++++++++++++++++++++ devel/qemu/DEPENDS | 2 +- 3 files changed, 46 insertions(+), 6 deletions(-) diff --git a/devel/qemu/BUILD b/devel/qemu/BUILD index 1a48a20..f519e12 100644 --- a/devel/qemu/BUILD +++ b/devel/qemu/BUILD @@ -1,12 +1,11 @@ ( - unset CFLAGS OPTS+=" --extra-ldflags=-L/usr/X11R6/lib" - OTPS+=" --target-list=i386-softmmu" - if [ ! -e /usr/X11R6/lib/libX11.a ]; then - OPTS+=" --target-list=i386-user,i386-softmmu,arm-user,sparc-user,ppc-user" - fi + for i in $TARGETLIST; do + echo $i; + done && + OPTS+=" --target-list=$(echo $TARGETLIST | sed s/\ /,/g)" ./configure --prefix=/usr \ $OPTS && diff --git a/devel/qemu/CONFIGURE b/devel/qemu/CONFIGURE new file mode 100644 index 0000000..6297a33 --- /dev/null +++ b/devel/qemu/CONFIGURE @@ -0,0 +1,41 @@ +SUPPORTED_TARGETS="i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user" + + +make_targets_checklist() { + for target in $SUPPORTED_TARGETS; do + title=$target + echo "\"$target\" \"$title\" \"off\" " + done +} + +select_targets() { + BACKTITLE="Qemu Target Configuration" + TITLE="Target Selection" + HELP="Select targes you want to build" + make_targets_checklist | xargs \ + dialog --backtitle "$BACKTITLE" \ + --title "$TITLE" \ + --stdout \ + --separate-output \ + --checklist "$HELP" \ + 0 0 0 +} + +if ! grep -q CONFIGURED $MODULE_CONFIG; then + if grep -q "TARGETLIST=" $MODULE_CONFIG; then + message "Selecting targets is optional" + fi + + if query "Would you like to select drivers? (if not selected, all locales will be installed)" y; then + unpack_localedata + + TARGETLIST=`select_targets` + TEMP=`grep -v "TARGETLIST=" $MODULE_CONFIG` + echo "$TEMP" > $MODULE_CONFIG + echo "TARGETLIST=\"$TARGETLIST\"" >> $MODULE_CONFIG + + fi + + echo "OPTS=\"\$OPTS $OPTS\"" >> $MODULE_CONFIG + echo "CONFIGURED=y" >> $MODULE_CONFIG +fi diff --git a/devel/qemu/DEPENDS b/devel/qemu/DEPENDS index 87c9e00..54eede1 100644 --- a/devel/qemu/DEPENDS +++ b/devel/qemu/DEPENDS @@ -1,3 +1,3 @@ depends autoconf -optional_depends SDL "" "" "for gui qemu support" +optional_depends SDL "" "--disable-sdl --disable-gfx-check" "for gui qemu support" optional_depends alsa-lib "" "" "for ALSA sound support" From samuel.verstraete at gmail.com Fri Dec 4 02:30:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:22 -0000 Subject: [Lunar-commits] midori-git: change depends Message-ID: <20091204013022.937BF9B231@doppio.foo-projects.org> commit a1fdf15efc48cd8a77233a29f19864d11b88c48a Author: Samuel Date: Wed Mar 11 15:09:11 2009 +0100 midori-git: change depends --- zbeta/midori-git/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index bd7000d..35cddaa 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -1,4 +1,4 @@ depends libsexy -depends WebKit +depends webkit optional_depends unique "" "" "for single instance midori" From samuel.verstraete at gmail.com Fri Dec 4 02:30:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:23 -0000 Subject: [Lunar-commits] Revert "worker: version bumped to 2.17.3." Message-ID: <20091204013022.A45A89B236@doppio.foo-projects.org> commit 3290e5f592e7fade8ee85272e0d7d53bc61c7437 Author: Samuel Date: Tue Mar 31 16:42:59 2009 +0200 Revert "worker: version bumped to 2.17.3." This reverts commit 331fb849df32accbb4a58690ab56fa15eb10a726. --- filemanagers/worker/DEPENDS | 1 - filemanagers/worker/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/filemanagers/worker/DEPENDS b/filemanagers/worker/DEPENDS deleted file mode 100644 index 2368fd3..0000000 --- a/filemanagers/worker/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends %X diff --git a/filemanagers/worker/DETAILS b/filemanagers/worker/DETAILS index ee121d1..068fdde 100644 --- a/filemanagers/worker/DETAILS +++ b/filemanagers/worker/DETAILS @@ -1,11 +1,11 @@ MODULE=worker - VERSION=2.17.3 + VERSION=2.17.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.boomerangsworld.de/$MODULE/downloads - SOURCE_VFY=sha1:0ea63c13d3a4a329d21bcfb808d7073ec2cd7a19 + SOURCE_VFY=sha1:9a98313f2f8e57d7ec919f398f6e91b6da3561cf WEB_SITE=http://www.boomerangsworld.de/worker ENTERED=20020414 - UPDATED=20090313 + UPDATED=20090106 SHORT="A filemanager for X-Window on UNIX" cat << EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:23 -0000 Subject: [Lunar-commits] Revert "Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase"" Message-ID: <20091204013022.DA5919B204@doppio.foo-projects.org> commit bb94a51b9d1e1d241c6d93b6f3abcbaed33a2dfa Author: Samuel Date: Tue Mar 31 16:44:54 2009 +0200 Revert "Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase"" This reverts commit 54c9b60be0f142bf0d937a56ddee69a1410cdcba. Conflicts: zbeta/midori-git/DEPENDS --- app-themes/rezlooks/DETAILS | 12 +++++ audio/consonance/BUILD | 5 ++ audio/consonance/DEPENDS | 2 + audio/exaile/DETAILS | 8 ++-- crypto/openssh/DEPENDS | 10 ++-- distributed/distcc/plugin.d/optimize-distcc.plugin | 6 +- games/ultimatestunts/DETAILS | 11 ++++ gnome2/desktop/libsoup/DEPENDS | 1 + graphics/SDL_image/DETAILS | 3 +- graphics/enblend/BUILD | 7 +++ graphics/libpano12/CONFLICTS | 1 - graphics/libpano12/DEPENDS | 3 - graphics/libpano12/DETAILS | 22 --------- kernel/linux-2.6/BUILD | 1 - net/libproxy/DETAILS | 15 ++++++ python/cssutils/BUILD | 7 +++ python/cssutils/DEPENDS | 1 + python/cssutils/DETAILS | 14 ++++++ utils/cpupowerd/BUILD | 8 +++ utils/cpupowerd/DETAILS | 18 +++++++ video/HandBrake/BUILD | 17 +++++++ video/HandBrake/DEPENDS | 1 + video/HandBrake/DETAILS | 20 ++++++++ video/elisa-plugins-bad/BUILD | 9 ++++ video/elisa-plugins-bad/DEPENDS | 8 +++ video/elisa-plugins-bad/DETAILS | 17 +++++++ video/elisa-plugins-good/BUILD | 7 +++ video/elisa-plugins-good/DEPENDS | 7 +++ video/elisa-plugins-good/DETAILS | 14 ++++++ video/elisa-plugins-ugly/BUILD | 7 +++ video/elisa-plugins-ugly/DEPENDS | 7 +++ video/elisa-plugins-ugly/DETAILS | 14 ++++++ video/elisa/BUILD | 7 +++ video/elisa/DEPENDS | 11 ++++ video/elisa/DETAILS | 14 ++++++ video/mplayerplug-in/DEPENDS | 2 +- web/xulrunner/POST_REMOVE | 3 +- wifi/iw/DEPENDS | 1 + wifi/iw/DETAILS | 13 +++++ wifi/wicd/BUILD | 8 +++ wifi/wicd/DEPENDS | 2 + wifi/wicd/DETAILS | 13 +++++ wifi/wicd/init.d/wicd | 13 +++++ x11-utils/virtualbox/BUILD | 1 - x11/fglrx/DEPENDS | 1 + x11/fglrx/DETAILS | 1 + x11/fglrx/DETAILS.x86_64 | 1 + xfce4/apps/Terminal/BUILD | 14 ++++++ xfce4/apps/Terminal/DETAILS | 11 ++-- xfce4/apps/mousepad/BUILD | 2 +- xfce4/apps/mousepad/DETAILS | 18 +++++-- xfce4/apps/orage/BUILD | 2 +- xfce4/apps/orage/DEPENDS | 1 + xfce4/apps/orage/DETAILS | 13 +++-- xfce4/apps/ristretto/BUILD | 6 ++ xfce4/apps/ristretto/DETAILS | 8 ++-- xfce4/apps/squeeze/BUILD | 2 +- xfce4/apps/squeeze/DETAILS | 10 ++-- xfce4/apps/xarchiver/DETAILS | 10 ++-- xfce4/apps/xfburn/BUILD | 14 ++++++ xfce4/apps/xfburn/DETAILS | 21 ++++----- xfce4/apps/xfce4-appfinder/BUILD | 2 +- xfce4/apps/xfce4-appfinder/DETAILS | 10 ++-- xfce4/apps/xfce4-mixer/BUILD | 2 +- xfce4/apps/xfce4-mixer/DEPENDS | 1 + xfce4/apps/xfce4-mixer/DETAILS | 11 ++-- xfce4/apps/xfmedia/BUILD | 2 +- xfce4/apps/xfmedia/DETAILS | 10 ++-- xfce4/apps/xfprint/BUILD | 4 +- xfce4/apps/xfprint/DETAILS | 10 ++-- xfce4/core/Thunar/BUILD | 2 +- xfce4/core/Thunar/DETAILS | 11 ++-- xfce4/core/exo/BUILD | 13 +++++ xfce4/core/exo/DETAILS | 11 ++-- xfce4/core/libxfce4menu/BUILD | 10 ++++ xfce4/core/libxfce4menu/DETAILS | 23 ++++----- xfce4/core/libxfce4util/BUILD | 2 +- xfce4/core/libxfce4util/DEPENDS | 2 + xfce4/core/libxfce4util/DETAILS | 10 ++-- xfce4/core/libxfce4util/POST_INSTALL | 10 ---- xfce4/core/libxfce4util/profile.d/xfce4.rc | 4 -- xfce4/core/libxfcegui4/BUILD | 3 +- xfce4/core/libxfcegui4/DEPENDS | 11 ++-- xfce4/core/libxfcegui4/DETAILS | 10 ++-- xfce4/core/xfce-utils/BUILD | 2 +- xfce4/core/xfce-utils/DEPENDS | 3 +- xfce4/core/xfce-utils/DETAILS | 10 ++-- xfce4/core/xfce4-dev-tools/BUILD | 2 +- xfce4/core/xfce4-dev-tools/DETAILS | 12 ++-- xfce4/core/xfce4-dev-tools/POST_INSTALL | 10 ++++ xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc | 4 ++ xfce4/core/xfce4-panel/BUILD | 2 +- xfce4/core/xfce4-panel/DEPENDS | 1 + xfce4/core/xfce4-panel/DETAILS | 10 ++-- xfce4/core/xfce4-session/BUILD | 4 +- xfce4/core/xfce4-session/DETAILS | 11 ++-- xfce4/core/xfce4-settings/BUILD | 14 ++++++ xfce4/core/xfce4-settings/DEPENDS | 1 + xfce4/core/xfce4-settings/DETAILS | 16 +++--- xfce4/core/xfconf/BUILD | 14 ++++++ xfce4/core/xfconf/DETAILS | 23 ++++----- xfce4/core/xfdesktop/BUILD | 2 +- xfce4/core/xfdesktop/DEPENDS | 3 +- xfce4/core/xfdesktop/DETAILS | 10 ++-- xfce4/core/xfwm4/BUILD | 2 +- xfce4/core/xfwm4/DEPENDS | 3 +- xfce4/core/xfwm4/DETAILS | 10 ++-- xfce4/goodies/xfce4-taskmanager/BUILD | 2 +- xfce4/goodies/xfce4-taskmanager/DEPENDS | 2 +- xfce4/goodies/xfce4-taskmanager/DETAILS | 8 ++-- xfce4/goodies/xfce4-xkb-plugin/BUILD | 2 +- xfce4/goodies/xfce4-xkb-plugin/DETAILS | 10 ++-- xfce4/xfce4/DEPENDS | 1 + xfce4/xfce4/DETAILS | 4 +- xorg7/driver/xf86-video-ati/DETAILS | 4 +- xorg7/driver/xf86-video-mach64/BUILD | 6 ++ xorg7/driver/xf86-video-mach64/CONFLICTS | 6 ++ xorg7/driver/xf86-video-mach64/DEPENDS | 2 + xorg7/driver/xf86-video-mach64/DETAILS | 18 +++++++ xorg7/xorg-server/BUILD | 15 +++--- xorg7/xorg-server/CONFIGURE | 2 +- xorg7/xorg-server/PRE_BUILD | 3 - zbeta/WebKit/BUILD | 12 +++++ zbeta/WebKit/DEPENDS | 17 +++++++ zbeta/airconfig-svn/BUILD | 2 +- zbeta/arora-git/BUILD | 11 ++++ zbeta/arora-git/DEPENDS | 1 + zbeta/arora-git/DETAILS | 10 ++++ zbeta/e17/eina-svn/profile.d/e17-cvs.rc | 4 ++ zbeta/e17/emphasis-svn/BUILD | 11 ++++ zbeta/e17/emphasis-svn/DEPENDS | 5 ++ zbeta/e17/emphasis-svn/DETAILS | 14 ++++++ zbeta/e17/enhance-svn/BUILD | 11 ++++ zbeta/e17/enhance-svn/DEPENDS | 1 + zbeta/e17/enhance-svn/DETAILS | 14 ++++++ zbeta/e17/enna-svn/BUILD | 11 ++++ zbeta/e17/enna-svn/DEPENDS | 28 +++++++++++ zbeta/e17/enna-svn/DETAILS | 14 ++++++ zbeta/e17/equate-cvs/BUILD | 13 +++++ zbeta/e17/equate-cvs/DEPENDS | 1 + zbeta/e17/equate-cvs/DETAILS | 18 +++++++ zbeta/emphasis-svn/BUILD | 11 ---- zbeta/emphasis-svn/DEPENDS | 5 -- zbeta/emphasis-svn/DETAILS | 14 ------ zbeta/enhance-svn/BUILD | 11 ---- zbeta/enhance-svn/DEPENDS | 1 - zbeta/enhance-svn/DETAILS | 14 ------ zbeta/enna-svn/BUILD | 11 ---- zbeta/enna-svn/DEPENDS | 28 ----------- zbeta/enna-svn/DETAILS | 14 ------ zbeta/epiphany-svn/BUILD | 21 ++++++++ zbeta/epiphany-svn/CONFIGURE | 5 ++ zbeta/epiphany-svn/DEPENDS | 9 ++++ zbeta/epiphany-svn/DETAILS | 15 ++++++ zbeta/equate-cvs/BUILD | 13 ----- zbeta/equate-cvs/DEPENDS | 1 - zbeta/equate-cvs/DETAILS | 18 ------- zbeta/ffmpeg-svn/DETAILS | 2 +- zbeta/midori-git/BUILD | 13 +++++ zbeta/midori-git/DEPENDS | 4 ++ zbeta/midori-git/DETAILS | 20 ++++++++ zbeta/mplayer/BUILD | 47 ++++++++++++++++++ zbeta/mplayer/CONFIGURE | 2 + zbeta/mplayer/DEPENDS | 17 +++++++ zbeta/mplayer/DETAILS | 50 ++++++++++++++++++++ zbeta/mplayer/POST_INSTALL | 3 + zbeta/mplayer/PRE_BUILD | 12 +++++ zbeta/pigment-python/DEPENDS | 3 + zbeta/pigment-python/DETAILS | 13 +++++ zbeta/pigment/DEPENDS | 4 ++ zbeta/pigment/DETAILS | 15 ++++++ zbeta/xf86-video-mach64/BUILD | 6 -- zbeta/xf86-video-mach64/CONFLICTS | 6 -- zbeta/xf86-video-mach64/DEPENDS | 2 - zbeta/xf86-video-mach64/DETAILS | 18 ------- zlocal/README | 9 ---- 176 files changed, 1126 insertions(+), 443 deletions(-) diff --git a/app-themes/rezlooks/DETAILS b/app-themes/rezlooks/DETAILS new file mode 100644 index 0000000..471d0d8 --- /dev/null +++ b/app-themes/rezlooks/DETAILS @@ -0,0 +1,12 @@ +MODULE=rezlooks +VERSION=0.6 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://foo-projects.org/~elangelo/ +SOURCE_VFY=sha1:629768c8a05f65771cf4a4f780ae773b37cb8aae +ENTERED=20081220 +UPDATED=20081220 +SHORT=gtk engine +cat << EOF +A simple gtk theme + +EOF diff --git a/audio/consonance/BUILD b/audio/consonance/BUILD new file mode 100644 index 0000000..d0fcbc8 --- /dev/null +++ b/audio/consonance/BUILD @@ -0,0 +1,5 @@ +( + default_build + install -m644 $SOURCE_DIRECTORY/data/consonance.png /usr/share/pixmaps + +) > $C_FIFO 2>&1 diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS index 5c881bb..d9c654c 100644 --- a/audio/consonance/DEPENDS +++ b/audio/consonance/DEPENDS @@ -2,3 +2,5 @@ depends libmad depends libogg depends flac depends libsndfile +depends taglib +depends libnotify diff --git a/audio/exaile/DETAILS b/audio/exaile/DETAILS index 85bfadf..cd67c41 100644 --- a/audio/exaile/DETAILS +++ b/audio/exaile/DETAILS @@ -1,12 +1,12 @@ MODULE=exaile - VERSION=0.2.13 + VERSION=0.2.14 SOURCE=${MODULE}_${VERSION}.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION} SOURCE_URL=http://exaile.org/files/ - SOURCE_VFY=sha1:8cc754c55333dad750d27e45a4e16f53c1f1522c + SOURCE_VFY=sha1:3442867ae6f5116f87eb2488da73cf6d23442f52 WEB_SITE=http://exaile.org/ ENTERED=20061212 - UPDATED=20080626 + UPDATED=20081027 SHORT="GTK+ media player aiming to be similar to KDE's AmaroK" cat << EOF diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS index a511f0b..8da819f 100644 --- a/crypto/openssh/DEPENDS +++ b/crypto/openssh/DEPENDS @@ -3,17 +3,17 @@ depends openssl && depends coreutils && depends psmisc && -optional_depends "tcp_wrappers" \ - "--with-tcp-wrappers" \ - "" \ - "for an optional method of controlling ssh access." && +optional_depends "tcp_wrappers" \ + "--with-tcp-wrappers" \ + "" \ + "for an optional method of controlling ssh access." && optional_depends "Linux-PAM" \ "--with-pam" \ "--without-pam" \ "for Linux PAM support" && -optional_depends heimdal \ +optional_depends "heimdal" \ "--with-kerberos5=/usr" \ "" \ "Heimdal Kerberos5/GSSAPI Support" diff --git a/distributed/distcc/plugin.d/optimize-distcc.plugin b/distributed/distcc/plugin.d/optimize-distcc.plugin index df2f075..74f3cd9 100644 --- a/distributed/distcc/plugin.d/optimize-distcc.plugin +++ b/distributed/distcc/plugin.d/optimize-distcc.plugin @@ -19,7 +19,7 @@ plugin_distcc_optimize() export DISTCC_ALLOW verbose_msg "CC_EXT=\"$CC_EXT\"" verbose_msg "CXX_EXT=\"$CXX_EXT\"" - verbose_msg "DISTCC_HOSTS=\"$DISTCC_HOSTS\"" + verbose_msg "DISTCC_POTENTIAL_HOSTS=\"$DISTCC_POTENTIAL_HOSTS\"" verbose_msg "DISTCC_ALLOW=\"$DISTCC_ALLOW\"" fi return 2 @@ -51,7 +51,7 @@ plugin_distcc_optimize_menu() debug_msg "save_optimizations($@)" cat > /etc/lunar/local/optimizations.DISTCC < $C_FIFO 2>&1 diff --git a/graphics/libpano12/CONFLICTS b/graphics/libpano12/CONFLICTS deleted file mode 100644 index bd39616..0000000 --- a/graphics/libpano12/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts libpano13 diff --git a/graphics/libpano12/DEPENDS b/graphics/libpano12/DEPENDS deleted file mode 100644 index becfb99..0000000 --- a/graphics/libpano12/DEPENDS +++ /dev/null @@ -1,3 +0,0 @@ -depends jpeg && -depends libpng && -depends tiff diff --git a/graphics/libpano12/DETAILS b/graphics/libpano12/DETAILS deleted file mode 100644 index 8ff9c3d..0000000 --- a/graphics/libpano12/DETAILS +++ /dev/null @@ -1,22 +0,0 @@ - MODULE=libpano12 - VERSION=2.8.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/panotools/ - SOURCE_VFY=sha1:90584b1629103344b23d25a729cc35f4b5639228 - WEB_SITE=http://panotools.sourceforge.net - MAINTAINER=perldude at lunar-linux.org - ENTERED=20060720 - UPDATED=20060720 - SHORT="The cross-platform library behind Panorama Tools and many other GUI photo stitchers" - -cat << EOF -This is the backend library used by many applications. Also included are: - - * PTOptimizer, a utility for optimising control points. - * panoinfo a utility for querying the library version. - * PTmender a replacement for PTStitcher. - * PTblender implements just the colour and brightness correction of PTmender. - * PTtiff2psd Converts a set of TIFF files into a PSD file. - * PTuncrop Converts 'cropped TIFF' files into 'normal' TIFF files. -EOF - diff --git a/kernel/linux-2.6/BUILD b/kernel/linux-2.6/BUILD index d41ddb7..90260aa 100644 --- a/kernel/linux-2.6/BUILD +++ b/kernel/linux-2.6/BUILD @@ -1,5 +1,4 @@ ( - while if [ "$CONFIG_KERNEL" == "y" ]; then if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then diff --git a/net/libproxy/DETAILS b/net/libproxy/DETAILS new file mode 100644 index 0000000..2c3b91d --- /dev/null +++ b/net/libproxy/DETAILS @@ -0,0 +1,15 @@ +MODULE=libproxy +VERSION=0.2.3 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://libproxy.googlecode.com/files +SOURCE_VFY=sha1:2b2b00a179740548035a1145bbae600db9b0a2ce +WEBSITE=http://code.google.com/p/libproxy +ENTERED=20090115 +UPDATED=20090115 +SHORT="provide automatic proxy configuration management" + +cat << EOF +libproxy exists to answer the question: Given a network resource, how +do I reach it? It handles all the details, enabling you to get back to +programming. +EOF diff --git a/python/cssutils/BUILD b/python/cssutils/BUILD new file mode 100644 index 0000000..381ba27 --- /dev/null +++ b/python/cssutils/BUILD @@ -0,0 +1,7 @@ +( + + python setup.py build && + prepare_install && + python setup.py install --root=/ + +) > $C_FIFO 2>&1 diff --git a/python/cssutils/DEPENDS b/python/cssutils/DEPENDS new file mode 100644 index 0000000..7d03d17 --- /dev/null +++ b/python/cssutils/DEPENDS @@ -0,0 +1 @@ +depends Python diff --git a/python/cssutils/DETAILS b/python/cssutils/DETAILS new file mode 100644 index 0000000..8623dc2 --- /dev/null +++ b/python/cssutils/DETAILS @@ -0,0 +1,14 @@ + MODULE=cssutils + VERSION=0.9.5.1 + SOURCE=$MODULE-$VERSION.zip + SOURCE_URL=http://pypi.python.org/packages/source/c/cssutils/ + SOURCE_VFY=sha1:bdf53ff8b0417c064daaa585389e99bed79e6bbf + WEB_SITE=http://cthedot.de/cssutils/ + ENTERED=20081020 + UPDATED=20081020 + SHORT="css parser and library for Python" + +cat << EOF +A Python package to parse and build CSS Cascading Style Sheets. +EOF + diff --git a/utils/cpupowerd/BUILD b/utils/cpupowerd/BUILD new file mode 100644 index 0000000..7182c4f --- /dev/null +++ b/utils/cpupowerd/BUILD @@ -0,0 +1,8 @@ +( + + cd src && + make && + prepare_install && + make install + +) > $C_FIFO 2>&1 diff --git a/utils/cpupowerd/DETAILS b/utils/cpupowerd/DETAILS new file mode 100644 index 0000000..f8d46d7 --- /dev/null +++ b/utils/cpupowerd/DETAILS @@ -0,0 +1,18 @@ + MODULE=cpupowerd + VERSION=0.2.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE/ +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:d0285e02fbed2d64de339fc3306dd0ccda2ff9d3 + WEB_SITE=http://cpupowerd.sourceforge.net + ENTERED=20080919 + UPDATED=20081111 + SHORT="A daemon which controls the frequency and voltage of CPUs." + +cat < $C_FIFO 2>&1 + diff --git a/video/HandBrake/DEPENDS b/video/HandBrake/DEPENDS new file mode 100644 index 0000000..05cab96 --- /dev/null +++ b/video/HandBrake/DEPENDS @@ -0,0 +1 @@ +depends gtkhtml3 diff --git a/video/HandBrake/DETAILS b/video/HandBrake/DETAILS new file mode 100644 index 0000000..a2bfbfc --- /dev/null +++ b/video/HandBrake/DETAILS @@ -0,0 +1,20 @@ + MODULE=HandBrake + VERSION=0.9.3 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.m0k.org/handbrake/releases + SOURCE_VFY=sha1:f52389b1226bf81ba58bca67f3a1aa468cfee624 + SOURCE1=HandBrakeContrib.tar.bz2 + SOURCE1_URL=http://foo-projects.org/~elangelo/ + SOURCE1_VFY=sha1:2db049571427b65cd3e89245adef51a0e0466433 + PSAFE=no + ENTERED=20080104 + UPDATED=20080104 + SHORT="friendly video recoder with retarded devs" + +cat << EOF +HandBrake is an open-source GPL-licensed, multiplatform, multithreaded DVD to +MPEG-4 converter. +This module only install HandBrakeCLI. If you want the gtk interface, install +HandBrakeGTK. +EOF + diff --git a/video/elisa-plugins-bad/BUILD b/video/elisa-plugins-bad/BUILD new file mode 100644 index 0000000..3184644 --- /dev/null +++ b/video/elisa-plugins-bad/BUILD @@ -0,0 +1,9 @@ +( + +patch_it $SOURCE1 1 && + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa-plugins-bad/DEPENDS b/video/elisa-plugins-bad/DEPENDS new file mode 100644 index 0000000..b907bc8 --- /dev/null +++ b/video/elisa-plugins-bad/DEPENDS @@ -0,0 +1,8 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo +depends pil diff --git a/video/elisa-plugins-bad/DETAILS b/video/elisa-plugins-bad/DETAILS new file mode 100644 index 0000000..81e7ad6 --- /dev/null +++ b/video/elisa-plugins-bad/DETAILS @@ -0,0 +1,17 @@ +MODULE=elisa-plugins-bad +VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:0d8041d27e90d66143c77dcab51387a8e25fb254 +SOURCE1=elisa-plugins-bad-0.5.15-fix-PIL.patch +SOURCE1_URL=$PATCH_URL/ +SOUECE1_VFY=5e2fecde20813388f4293a1badbc50f4bdf00e94 +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/elisa-plugins-good/BUILD b/video/elisa-plugins-good/BUILD new file mode 100644 index 0000000..dfd9c3f --- /dev/null +++ b/video/elisa-plugins-good/BUILD @@ -0,0 +1,7 @@ +( + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa-plugins-good/DEPENDS b/video/elisa-plugins-good/DEPENDS new file mode 100644 index 0000000..07c149f --- /dev/null +++ b/video/elisa-plugins-good/DEPENDS @@ -0,0 +1,7 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo diff --git a/video/elisa-plugins-good/DETAILS b/video/elisa-plugins-good/DETAILS new file mode 100644 index 0000000..e13aba9 --- /dev/null +++ b/video/elisa-plugins-good/DETAILS @@ -0,0 +1,14 @@ +MODULE=elisa-plugins-good + VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:4b525c979d35f5e2f2a637207ef4c681d908bb4a +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/elisa-plugins-ugly/BUILD b/video/elisa-plugins-ugly/BUILD new file mode 100644 index 0000000..dfd9c3f --- /dev/null +++ b/video/elisa-plugins-ugly/BUILD @@ -0,0 +1,7 @@ +( + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa-plugins-ugly/DEPENDS b/video/elisa-plugins-ugly/DEPENDS new file mode 100644 index 0000000..07c149f --- /dev/null +++ b/video/elisa-plugins-ugly/DEPENDS @@ -0,0 +1,7 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo diff --git a/video/elisa-plugins-ugly/DETAILS b/video/elisa-plugins-ugly/DETAILS new file mode 100644 index 0000000..08a29c2 --- /dev/null +++ b/video/elisa-plugins-ugly/DETAILS @@ -0,0 +1,14 @@ +MODULE=elisa-plugins-ugly +VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:c6519a57cd7731ae20e03a35e1858603fd007c2f +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/elisa/BUILD b/video/elisa/BUILD new file mode 100644 index 0000000..dfd9c3f --- /dev/null +++ b/video/elisa/BUILD @@ -0,0 +1,7 @@ +( + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa/DEPENDS b/video/elisa/DEPENDS new file mode 100644 index 0000000..cc8e5af --- /dev/null +++ b/video/elisa/DEPENDS @@ -0,0 +1,11 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo +depends cssutils +depends elisa-plugins-good +depends elisa-plugins-bad +depends elisa-plugins-ugly diff --git a/video/elisa/DETAILS b/video/elisa/DETAILS new file mode 100644 index 0000000..2c4418c --- /dev/null +++ b/video/elisa/DETAILS @@ -0,0 +1,14 @@ +MODULE=elisa +VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:a4715e7d4dfc7d3f1eb3810d3024df463c68aef2 +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/mplayerplug-in/DEPENDS b/video/mplayerplug-in/DEPENDS index a507e3b..8de0aaf 100644 --- a/video/mplayerplug-in/DEPENDS +++ b/video/mplayerplug-in/DEPENDS @@ -1 +1 @@ -depends MPlayer +depends mplayer diff --git a/web/xulrunner/POST_REMOVE b/web/xulrunner/POST_REMOVE index 90f0d62..5b625da 100644 --- a/web/xulrunner/POST_REMOVE +++ b/web/xulrunner/POST_REMOVE @@ -1,2 +1 @@ -rm -rf /usr/include/xulrunner-* -rm -rf /usr/lib/xulrunner-* +#ld_remove /usr/lib/xulrnner diff --git a/wifi/iw/DEPENDS b/wifi/iw/DEPENDS new file mode 100644 index 0000000..1efc679 --- /dev/null +++ b/wifi/iw/DEPENDS @@ -0,0 +1 @@ +depends libnl diff --git a/wifi/iw/DETAILS b/wifi/iw/DETAILS new file mode 100644 index 0000000..1f3ac89 --- /dev/null +++ b/wifi/iw/DETAILS @@ -0,0 +1,13 @@ + MODULE=iw + VERSION=0.9.7 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://wireless.kernel.org/download/iw/ + SOURCE_VFY=sha1:51430d14792419d8fa158c333f5a2d7a57628541 + WEB_SITE=http://wireless.kernel.org + ENTERED=20081216 + UPDATED=20081216 + SHORT="show/manipulate wireless devices and their configuration" + +cat < $C_FIFO 2>&1 diff --git a/wifi/wicd/DEPENDS b/wifi/wicd/DEPENDS new file mode 100644 index 0000000..b767cb4 --- /dev/null +++ b/wifi/wicd/DEPENDS @@ -0,0 +1,2 @@ +depends pygtk +depends wpa_supplicant diff --git a/wifi/wicd/DETAILS b/wifi/wicd/DETAILS new file mode 100644 index 0000000..fde8c9c --- /dev/null +++ b/wifi/wicd/DETAILS @@ -0,0 +1,13 @@ + MODULE=wicd + VERSION=1.5.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:e8a03ab4d6d699576c954a962eb5b2392e623f51 + WEBSITE=http://wicd.sourceforge.net + ENTERED=20090309 + UPDATED=20090309 + SHORT="wireless/wired internet connection daemon" + +cat << EOF +wireless/wired interenet connection daemon +EOF diff --git a/wifi/wicd/init.d/wicd b/wifi/wicd/init.d/wicd new file mode 100755 index 0000000..c2fd136 --- /dev/null +++ b/wifi/wicd/init.d/wicd @@ -0,0 +1,13 @@ +#!/bin/bash +# +# Startup script for wicd +# +# chkconfig: 345 99 01 +# +# description: wicd wireless/wired internet connection daemon +# +# processname: wicd +# pidfile: /var/run/wicd/wicd.pid +# + +. /lib/lsb/init-functions $1 diff --git a/x11-utils/virtualbox/BUILD b/x11-utils/virtualbox/BUILD index 1300fdf..2487fb0 100644 --- a/x11-utils/virtualbox/BUILD +++ b/x11-utils/virtualbox/BUILD @@ -1,5 +1,4 @@ ( - #lets disable qt3 sedit s at WITH_QT3=1 at WITH_QT3=0@ configure && diff --git a/x11/fglrx/DEPENDS b/x11/fglrx/DEPENDS index b6c17f4..55fc75c 100644 --- a/x11/fglrx/DEPENDS +++ b/x11/fglrx/DEPENDS @@ -1 +1,2 @@ depends libstdc++5 +depends xrandr diff --git a/x11/fglrx/DETAILS b/x11/fglrx/DETAILS index 261cdac..9f44316 100644 --- a/x11/fglrx/DETAILS +++ b/x11/fglrx/DETAILS @@ -8,6 +8,7 @@ UPDATED=20090222 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" + cat << EOF Proprietary X.Org driver for AMD ATI Radeon GPUs: 9500 and later (also mobility) diff --git a/x11/fglrx/DETAILS.x86_64 b/x11/fglrx/DETAILS.x86_64 index 287bf04..1d9e391 100644 --- a/x11/fglrx/DETAILS.x86_64 +++ b/x11/fglrx/DETAILS.x86_64 @@ -8,6 +8,7 @@ UPDATED=20090222 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" + cat << EOF Proprietary X.Org driver for the AMD ATI Radeon GPUs: 9500 and later (also mobility) diff --git a/xfce4/apps/Terminal/BUILD b/xfce4/apps/Terminal/BUILD new file mode 100644 index 0000000..3a073f3 --- /dev/null +++ b/xfce4/apps/Terminal/BUILD @@ -0,0 +1,14 @@ + +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS index e50faaf..6f8e2cd 100644 --- a/xfce4/apps/Terminal/DETAILS +++ b/xfce4/apps/Terminal/DETAILS @@ -1,12 +1,13 @@ MODULE=Terminal - VERSION=0.2.10 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:c0f0c3cb9a924e98449e29e17ec8aecef1ee6c32 + MOD=terminal + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.os-cillation.com/ ENTERED=20040930 - UPDATED=20090227 + UPDATED=20071207 SHORT="vte based/gtk+-2 lightweight X-terminal" cat << EOF diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD index 725cd2f..908d260 100644 --- a/xfce4/apps/mousepad/BUILD +++ b/xfce4/apps/mousepad/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index d622f36..f7cb2ce 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,13 +1,19 @@ MODULE=mousepad - VERSION=0.2.16 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://erikharrison.net/ + WEB_SITE=http://www.xfce.org ENTERED=20050218 - UPDATED=20090227 + UPDATED=20071207 SHORT="Lighweight xfce text editor" cat << EOF Mousepad is an Xfce port of leafpad, the minimal gtk+-2 text editor. + +the svn branch is the one from Nick Schermer, slightly more advanced +than the trunk branch +If you want the trunk version, uncomment the other sourceurl, comment +the nick sourceurl and delete /var/spool/lunar/mousepad-svn*.tar.bz2 EOF diff --git a/xfce4/apps/orage/BUILD b/xfce4/apps/orage/BUILD index 4486026..8d3380a 100644 --- a/xfce4/apps/orage/BUILD +++ b/xfce4/apps/orage/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && default_make diff --git a/xfce4/apps/orage/DEPENDS b/xfce4/apps/orage/DEPENDS index 500db30..ee5884e 100644 --- a/xfce4/apps/orage/DEPENDS +++ b/xfce4/apps/orage/DEPENDS @@ -1 +1,2 @@ +depends xfconf depends libxfcegui4 diff --git a/xfce4/apps/orage/DETAILS b/xfce4/apps/orage/DETAILS index 24c7a9a..c5c2552 100644 --- a/xfce4/apps/orage/DETAILS +++ b/xfce4/apps/orage/DETAILS @@ -1,14 +1,15 @@ MODULE=orage - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:99839642fcb76d9583ced2752e5505ce12196c17 + MOD=xfcalendar + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20031222 - UPDATED=20090227 + UPDATED=20071207 SHORT="Calendar utility for Xfce4" cat << EOF -xfcalendar -- Small calendar utility for the Xfce4 Desktop Environment. +orage -- Small calendar utility for the Xfce4 Desktop Environment. EOF diff --git a/xfce4/apps/ristretto/BUILD b/xfce4/apps/ristretto/BUILD index 1776fd6..204ab3d 100644 --- a/xfce4/apps/ristretto/BUILD +++ b/xfce4/apps/ristretto/BUILD @@ -6,4 +6,10 @@ default_build + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + ) > $C_FIFO 2>&1 diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index 995f126..3eeea5f 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -1,8 +1,8 @@ MODULE=ristretto - VERSION=0.0.16 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ - SOURCE_VFY=sha1:9aa17a466cdbb0f0ea1a1e5f7f162e5d767f9095 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 diff --git a/xfce4/apps/squeeze/BUILD b/xfce4/apps/squeeze/BUILD index 725cd2f..908d260 100644 --- a/xfce4/apps/squeeze/BUILD +++ b/xfce4/apps/squeeze/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/squeeze/DETAILS b/xfce4/apps/squeeze/DETAILS index 05c1a86..d806b6a 100644 --- a/xfce4/apps/squeeze/DETAILS +++ b/xfce4/apps/squeeze/DETAILS @@ -1,12 +1,12 @@ MODULE=squeeze - VERSION=0.2.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://squeeze.xfce.org/downloads/ - SOURCE_VFY=sha1:d19e218387e646594e93dee29f4c9d91c4b0b2da + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://squeeze.xfce.org ENTERED=20070129 - UPDATED=20080104 + UPDATED=20071207 SHORT="Archive manager" cat << EOF diff --git a/xfce4/apps/xarchiver/DETAILS b/xfce4/apps/xarchiver/DETAILS index f88d146..3166aad 100644 --- a/xfce4/apps/xarchiver/DETAILS +++ b/xfce4/apps/xarchiver/DETAILS @@ -1,12 +1,12 @@ MODULE=xarchiver - VERSION=0.4.6 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:db80abdebf3396ded3cf8d2224e88c987a2d9c32 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://xarchiver.xfce.org/ ENTERED=20060407 - UPDATED=20070106 + UPDATED=20071207 SHORT="simple archive manager" cat << EOF diff --git a/xfce4/apps/xfburn/BUILD b/xfce4/apps/xfburn/BUILD new file mode 100644 index 0000000..3a073f3 --- /dev/null +++ b/xfce4/apps/xfburn/BUILD @@ -0,0 +1,14 @@ + +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/xfburn/DETAILS b/xfce4/apps/xfburn/DETAILS index f6c1786..4fcee28 100644 --- a/xfce4/apps/xfburn/DETAILS +++ b/xfce4/apps/xfburn/DETAILS @@ -1,14 +1,11 @@ MODULE=xfburn - VERSION=0.4.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:7086fcdb2fa2c1b634cf64a9eef704656e774c26 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://goodies.xfce.org/projects/applications/xfburn - ENTERED=20090227 - UPDATED=20090227 - SHORT="Cd burning application for Xfce" + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE + WEB_SITE=http://www.xfce.org + ENTERED=20051012 + UPDATED=20071207 + SHORT="The long awaited burn application for Xfce" cat << EOF -Cd burning application for Xfce -EOF - +The long awaited burn application for Xfce diff --git a/xfce4/apps/xfce4-appfinder/BUILD b/xfce4/apps/xfce4-appfinder/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/apps/xfce4-appfinder/BUILD +++ b/xfce4/apps/xfce4-appfinder/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/xfce4-appfinder/DETAILS b/xfce4/apps/xfce4-appfinder/DETAILS index 716268f..1384841 100644 --- a/xfce4/apps/xfce4-appfinder/DETAILS +++ b/xfce4/apps/xfce4-appfinder/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-appfinder - VERSION=4.4.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:1ed442bca3fc8bc4c4f14aad0ec1573fbf4bd061 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20041003 - UPDATED=20071204 + UPDATED=20071207 SHORT="Easy search available applications" cat << EOF A tool to quickly locate and use applications available programs. diff --git a/xfce4/apps/xfce4-mixer/BUILD b/xfce4/apps/xfce4-mixer/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/apps/xfce4-mixer/BUILD +++ b/xfce4/apps/xfce4-mixer/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/xfce4-mixer/DEPENDS b/xfce4/apps/xfce4-mixer/DEPENDS index ea491bb..cd380ed 100644 --- a/xfce4/apps/xfce4-mixer/DEPENDS +++ b/xfce4/apps/xfce4-mixer/DEPENDS @@ -1,2 +1,3 @@ depends xfce4-panel depends gst-plugins-base +optional_depends alsa-lib "--with-sound=alsa" "--with-sound=oss" "to use alsa instead of oss" diff --git a/xfce4/apps/xfce4-mixer/DETAILS b/xfce4/apps/xfce4-mixer/DETAILS index 28362f6..327df05 100644 --- a/xfce4/apps/xfce4-mixer/DETAILS +++ b/xfce4/apps/xfce4-mixer/DETAILS @@ -1,13 +1,14 @@ MODULE=xfce4-mixer - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:ebcbc2cefbd6f0a24c339d61bdb138e2bbe1335c + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Volume control and mixer for the Xfce4 panel" + cat << EOF xfce4-mixer -- Volume control plugin and mixer for the Xfce4 panel. EOF diff --git a/xfce4/apps/xfmedia/BUILD b/xfce4/apps/xfmedia/BUILD index 5550ba1..95cd8a2 100644 --- a/xfce4/apps/xfmedia/BUILD +++ b/xfce4/apps/xfmedia/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/xfmedia/DETAILS b/xfce4/apps/xfmedia/DETAILS index 8c678ea..76c661f 100644 --- a/xfce4/apps/xfmedia/DETAILS +++ b/xfce4/apps/xfmedia/DETAILS @@ -1,12 +1,12 @@ MODULE=xfmedia - VERSION=0.9.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://spuriousinterrupt.org/projects/xfmedia/files/ - SOURCE_VFY=sha1:cb8d39f2a4ee6a6164f722162fa45004770a7605 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://spuriousinterrupt.org/projects/xfmedia ENTERED=20041029 - UPDATED=20061124 + UPDATED=20071207 SHORT="Xfce media player" cat << EOF Xfce media player. Uses Xine to play video streams! Still in development. diff --git a/xfce4/apps/xfprint/BUILD b/xfce4/apps/xfprint/BUILD index 12e8e69..95cd8a2 100644 --- a/xfce4/apps/xfprint/BUILD +++ b/xfce4/apps/xfprint/BUILD @@ -4,8 +4,8 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ $OPTS && default_make diff --git a/xfce4/apps/xfprint/DETAILS b/xfce4/apps/xfprint/DETAILS index 8a5aaef..2d607ff 100644 --- a/xfce4/apps/xfprint/DETAILS +++ b/xfce4/apps/xfprint/DETAILS @@ -1,12 +1,12 @@ MODULE=xfprint - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:28bd6c8ff46eb0193647d1cd1a13d970a18e599b + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Printer dialog for Xfce4" cat << EOF diff --git a/xfce4/core/Thunar/BUILD b/xfce4/core/Thunar/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/Thunar/BUILD +++ b/xfce4/core/Thunar/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index c7c9a08..4a9d2ec 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,12 +1,13 @@ MODULE=Thunar - VERSION=1.0.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:581594eb4bfe4db49244773ee3abeaaf136a0e0f + MOD=thunar + VERSION="svn-`date +%Y%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 - UPDATED=20090223 + UPDATED=20071207 SHORT="File manager for xfce" cat << EOF diff --git a/xfce4/core/exo/BUILD b/xfce4/core/exo/BUILD new file mode 100644 index 0000000..15f96e8 --- /dev/null +++ b/xfce4/core/exo/BUILD @@ -0,0 +1,13 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index f1a1347..5a0fbec 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,12 +1,13 @@ MODULE=exo - VERSION=0.3.100 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:987262654d23e0da359d434cc29f0b64ad06a733 + MOD=libexo + VERSION="svn-`date +%Y%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 - UPDATED=20090227 + UPDATED=20071207 SHORT="the Xfce extension library" cat << EOF libexo is a library for Xfce that contain additional widgets and a diff --git a/xfce4/core/libxfce4menu/BUILD b/xfce4/core/libxfce4menu/BUILD new file mode 100644 index 0000000..37dd2af --- /dev/null +++ b/xfce4/core/libxfce4menu/BUILD @@ -0,0 +1,10 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4menu/DETAILS b/xfce4/core/libxfce4menu/DETAILS index c00cdea..cc684f8 100644 --- a/xfce4/core/libxfce4menu/DETAILS +++ b/xfce4/core/libxfce4menu/DETAILS @@ -1,15 +1,12 @@ - MODULE=libxfce4menu - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:4143eae2871ee072b9805a1f506c7f10525f2f28 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090227 - SHORT="menu library for Xfce" - + MODULE=libxfce4menu + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org/ + ENTERED=20030715 + UPDATED=20071207 + SHORT="the menu library for Xfce4" cat << EOF -menu library for Xfce EOF - diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index 94d8102..37dd2af 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,7 +1,7 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/libxfce4util/DEPENDS b/xfce4/core/libxfce4util/DEPENDS index 87c9410..f0a56ab 100644 --- a/xfce4/core/libxfce4util/DEPENDS +++ b/xfce4/core/libxfce4util/DEPENDS @@ -1 +1,3 @@ depends glib-2 +depends xfce4-dev-tools +depends gtk-doc diff --git a/xfce4/core/libxfce4util/DETAILS b/xfce4/core/libxfce4util/DETAILS index be2f4fd..31122a4 100644 --- a/xfce4/core/libxfce4util/DETAILS +++ b/xfce4/core/libxfce4util/DETAILS @@ -1,12 +1,12 @@ MODULE=libxfce4util - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:b4d17be26f965ac0f898b53c691a992efe54b195 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="a utility library for Xfce4" cat << EOF diff --git a/xfce4/core/libxfce4util/POST_INSTALL b/xfce4/core/libxfce4util/POST_INSTALL deleted file mode 100644 index 7c16f06..0000000 --- a/xfce4/core/libxfce4util/POST_INSTALL +++ /dev/null @@ -1,10 +0,0 @@ -if [ -n "$XFCE4_PREFIX" ]; then - sedit "s?/usr?$XFCE4_PREFIX?" /etc/profile.d/xfce4.rc -fi - -XFCE4LIBDIR=${XFCE4_PREFIX:-/usr}/lib -if ! grep -q "$XFCE4LIBDIR" /etc/ld.so.conf ; then - echo "$XFCE4LIBDIR" >> /etc/ld.so.conf - ldconfig -fi - diff --git a/xfce4/core/libxfce4util/profile.d/xfce4.rc b/xfce4/core/libxfce4util/profile.d/xfce4.rc deleted file mode 100755 index 031e535..0000000 --- a/xfce4/core/libxfce4util/profile.d/xfce4.rc +++ /dev/null @@ -1,4 +0,0 @@ -PATH=$PATH:/usr/bin -PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH - -export PATH PKG_CONFIG_PATH diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index b695eac..0847398 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,9 +4,10 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ --enable-xinerama \ + --enable-libglade \ $OPTS && default_make diff --git a/xfce4/core/libxfcegui4/DEPENDS b/xfce4/core/libxfcegui4/DEPENDS index 2a855c9..fe37ef9 100644 --- a/xfce4/core/libxfcegui4/DEPENDS +++ b/xfce4/core/libxfcegui4/DEPENDS @@ -1,8 +1,9 @@ -depends gtk+-2 -depends libxml2 -depends libxfce4util -depends xfconf -depends libglade +depends gtk+-2 +depends libxml2 +depends libxfce4util +depends libglade +depends xfconf +depends libglade # not real depends, but we really want them depends gtk-xfce-engine diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index 8204469..0f0568e 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -1,12 +1,12 @@ MODULE=libxfcegui4 - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:d8a3e86f90ad026c4a9fa369c9c3f6d4f3f6fd06 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Widget library for Xfce4" cat << EOF diff --git a/xfce4/core/xfce-utils/BUILD b/xfce4/core/xfce-utils/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/xfce-utils/BUILD +++ b/xfce4/core/xfce-utils/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce-utils/DEPENDS b/xfce4/core/xfce-utils/DEPENDS index c5f480e..f17975c 100644 --- a/xfce4/core/xfce-utils/DEPENDS +++ b/xfce4/core/xfce-utils/DEPENDS @@ -1,3 +1,4 @@ +depends xfconf +depends libxfcegui4 depends xfce4-dev-tools depends libxfce4util -depends libxfcegui4 diff --git a/xfce4/core/xfce-utils/DETAILS b/xfce4/core/xfce-utils/DETAILS index 5545cbb..345026d 100644 --- a/xfce4/core/xfce-utils/DETAILS +++ b/xfce4/core/xfce-utils/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce-utils - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:2ca9480f9a12ab4e584e27bc3d9e99ec1fab1041 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Essential utilities for Xfce4" cat << EOF diff --git a/xfce4/core/xfce4-dev-tools/BUILD b/xfce4/core/xfce4-dev-tools/BUILD index 94d8102..37dd2af 100644 --- a/xfce4/core/xfce4-dev-tools/BUILD +++ b/xfce4/core/xfce4-dev-tools/BUILD @@ -1,7 +1,7 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce4-dev-tools/DETAILS b/xfce4/core/xfce4-dev-tools/DETAILS index 798ee1a..7a5acd0 100644 --- a/xfce4/core/xfce4-dev-tools/DETAILS +++ b/xfce4/core/xfce4-dev-tools/DETAILS @@ -1,13 +1,13 @@ MODULE=xfce4-dev-tools - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:a5a5cbc9e5f84f4939e53e3327c51f4b749c38a2 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 - UPDATED=20090227 - SHORT="developer tools for Xfce4" + UPDATED=20071207 + SHORT="a utility library for Xfce4" cat << EOF The Xfce development tools are a collection of tools and macros for Xfce developers and people that want to build Xfce from SVN. In addition diff --git a/xfce4/core/xfce4-dev-tools/POST_INSTALL b/xfce4/core/xfce4-dev-tools/POST_INSTALL new file mode 100644 index 0000000..7c16f06 --- /dev/null +++ b/xfce4/core/xfce4-dev-tools/POST_INSTALL @@ -0,0 +1,10 @@ +if [ -n "$XFCE4_PREFIX" ]; then + sedit "s?/usr?$XFCE4_PREFIX?" /etc/profile.d/xfce4.rc +fi + +XFCE4LIBDIR=${XFCE4_PREFIX:-/usr}/lib +if ! grep -q "$XFCE4LIBDIR" /etc/ld.so.conf ; then + echo "$XFCE4LIBDIR" >> /etc/ld.so.conf + ldconfig +fi + diff --git a/xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc b/xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc new file mode 100755 index 0000000..031e535 --- /dev/null +++ b/xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc @@ -0,0 +1,4 @@ +PATH=$PATH:/usr/bin +PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH + +export PATH PKG_CONFIG_PATH diff --git a/xfce4/core/xfce4-panel/BUILD b/xfce4/core/xfce4-panel/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/xfce4-panel/BUILD +++ b/xfce4/core/xfce4-panel/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce4-panel/DEPENDS b/xfce4/core/xfce4-panel/DEPENDS index 0016747..dccab87 100644 --- a/xfce4/core/xfce4-panel/DEPENDS +++ b/xfce4/core/xfce4-panel/DEPENDS @@ -1 +1,2 @@ +depends exo depends libxfce4util diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS index 14fbcf6..fced832 100644 --- a/xfce4/core/xfce4-panel/DETAILS +++ b/xfce4/core/xfce4-panel/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-panel - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:d63849e76cd65eefde01ac5a23a96df66d8a39db + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Xfce4 panel" cat << EOF diff --git a/xfce4/core/xfce4-session/BUILD b/xfce4/core/xfce4-session/BUILD index bbfe5e0..61b5f10 100644 --- a/xfce4/core/xfce4-session/BUILD +++ b/xfce4/core/xfce4-session/BUILD @@ -1,4 +1,6 @@ ( + +# patch_it $SOURCE2 1 && [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc # make sure proper PKG_CONFIG_PATH is set @@ -6,7 +8,7 @@ PATH="$PATH:/usr/X11/bin" - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 8c002c7..06b1aa9 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,13 +1,14 @@ MODULE=xfce4-session - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:3865e36b691802d74b3e86aaa4a3bb2ceff838da + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 + #SOURCE2=fast_xfce.patch +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + #SOURCE2_URL=http://merlin.ugent.be/lunar/patches MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 UPDATED=20090227 - PSAFE=no SHORT="Session manager for Xfce4" cat << EOF diff --git a/xfce4/core/xfce4-settings/BUILD b/xfce4/core/xfce4-settings/BUILD new file mode 100644 index 0000000..5e5fa3e --- /dev/null +++ b/xfce4/core/xfce4-settings/BUILD @@ -0,0 +1,14 @@ +( + + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce4-settings/DEPENDS b/xfce4/core/xfce4-settings/DEPENDS index 19165eb..0cc56b4 100644 --- a/xfce4/core/xfce4-settings/DEPENDS +++ b/xfce4/core/xfce4-settings/DEPENDS @@ -1,3 +1,4 @@ +depends libxfcegui4 depends exo depends gnome-icon-theme optional_depends libxklavier "" "" "to enable the keyboard layout switcher" diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS index 1a03039..4c1c61c 100644 --- a/xfce4/core/xfce4-settings/DETAILS +++ b/xfce4/core/xfce4-settings/DETAILS @@ -1,14 +1,14 @@ MODULE=xfce4-settings - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:76b256aa77269e0b2b056a806106a0313629d1b6 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090227 - SHORT="Xfce settings manager" + ENTERED=20080705 + UPDATED=20080705 + SHORT="Something that does something" cat << EOF +Something that does that other thing EOF - diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD new file mode 100644 index 0000000..5e5fa3e --- /dev/null +++ b/xfce4/core/xfconf/BUILD @@ -0,0 +1,14 @@ +( + + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index f4d51af..17f98c6 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,15 +1,14 @@ - MODULE=xfconf - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:89aece9debe9ddd71493c1e4c99be2009562cba0 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090227 - SHORT="configuration system for Xfce" + MODULE=xfconf + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20080626 + UPDATED=20080626 + SHORT="Something that does something" cat << EOF -configuration storage system for Xfce +Something that does that other thing EOF - diff --git a/xfce4/core/xfdesktop/BUILD b/xfce4/core/xfdesktop/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/xfdesktop/BUILD +++ b/xfce4/core/xfdesktop/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfdesktop/DEPENDS b/xfce4/core/xfdesktop/DEPENDS index b28b83a..ec6d557 100644 --- a/xfce4/core/xfdesktop/DEPENDS +++ b/xfce4/core/xfdesktop/DEPENDS @@ -1,4 +1,5 @@ depends xfce4-panel -depends libxml2 depends libxfce4menu +depends libxml2 +depends xfconf optional_depends Thunar "" "" "for desktop file icon support" diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS index 2a162f5..9acac98 100644 --- a/xfce4/core/xfdesktop/DETAILS +++ b/xfce4/core/xfdesktop/DETAILS @@ -1,12 +1,12 @@ MODULE=xfdesktop - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:11bd5312e13c78db125ffee1494c33e35e33d15a + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Desktop manager for Xfce4" cat << EOF diff --git a/xfce4/core/xfwm4/BUILD b/xfce4/core/xfwm4/BUILD index e736288..6dbe632 100644 --- a/xfce4/core/xfwm4/BUILD +++ b/xfce4/core/xfwm4/BUILD @@ -5,7 +5,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfwm4/DEPENDS b/xfce4/core/xfwm4/DEPENDS index 9973ceb..2c346ab 100644 --- a/xfce4/core/xfwm4/DEPENDS +++ b/xfce4/core/xfwm4/DEPENDS @@ -1,5 +1,6 @@ +depends xfconf depends libwnck +depends exo depends libxfce4util depends libxfcegui4 -depends xfconf depends startup-notification diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS index b0f7e33..fab5d6e 100644 --- a/xfce4/core/xfwm4/DETAILS +++ b/xfce4/core/xfwm4/DETAILS @@ -1,12 +1,12 @@ MODULE=xfwm4 - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:da4b81c35759ff69ab7862b702db10bb0ee2af7e + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Window manager for Xfce4" cat << EOF diff --git a/xfce4/goodies/xfce4-taskmanager/BUILD b/xfce4/goodies/xfce4-taskmanager/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/goodies/xfce4-taskmanager/BUILD +++ b/xfce4/goodies/xfce4-taskmanager/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/goodies/xfce4-taskmanager/DEPENDS b/xfce4/goodies/xfce4-taskmanager/DEPENDS index 741aa15..5834a03 100644 --- a/xfce4/goodies/xfce4-taskmanager/DEPENDS +++ b/xfce4/goodies/xfce4-taskmanager/DEPENDS @@ -1,2 +1,2 @@ -depends libxfcegui4 && +depends libxfcegui4 depends libxfce4util diff --git a/xfce4/goodies/xfce4-taskmanager/DETAILS b/xfce4/goodies/xfce4-taskmanager/DETAILS index 6cbe982..ebe5f99 100644 --- a/xfce4/goodies/xfce4-taskmanager/DETAILS +++ b/xfce4/goodies/xfce4-taskmanager/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-taskmanager - VERSION=0.3.2 + VERSION="svn-`date +%Y%U`" SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ - SOURCE_VFY=sha1:a7cce962550f8c3669c3709db9f7f3a0c18c534d +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20070123 + UPDATED=20071207 SHORT="taskmanager for the Xfce Desktop Environment" cat << EOF diff --git a/xfce4/goodies/xfce4-xkb-plugin/BUILD b/xfce4/goodies/xfce4-xkb-plugin/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/goodies/xfce4-xkb-plugin/BUILD +++ b/xfce4/goodies/xfce4-xkb-plugin/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/goodies/xfce4-xkb-plugin/DETAILS b/xfce4/goodies/xfce4-xkb-plugin/DETAILS index ba04156..313889a 100644 --- a/xfce4/goodies/xfce4-xkb-plugin/DETAILS +++ b/xfce4/goodies/xfce4-xkb-plugin/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-xkb-plugin - VERSION=0.4.3 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ - SOURCE_VFY=sha1:962f1fdc6b373fa5d8a886aaaa4d0fbb45c44234 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20070123 + UPDATED=20081015 SHORT="keyboard layout switcher" cat << EOF diff --git a/xfce4/xfce4/DEPENDS b/xfce4/xfce4/DEPENDS index e1af4e4..7ca6ca9 100644 --- a/xfce4/xfce4/DEPENDS +++ b/xfce4/xfce4/DEPENDS @@ -6,5 +6,6 @@ depends xfce4-panel depends xfdesktop depends xfce4-session depends xfce4-icon-theme + optional_depends Thunar "" "" "For the new xfce4 filemanager" optional_depends Terminal "" "" "For the new xfce4 xterm" diff --git a/xfce4/xfce4/DETAILS b/xfce4/xfce4/DETAILS index 6516356..05ed871 100644 --- a/xfce4/xfce4/DETAILS +++ b/xfce4/xfce4/DETAILS @@ -1,11 +1,11 @@ MODULE=xfce4 - VERSION=4.6.0 + VERSION="svn-`date +%Y%U`" SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE} WEB_SITE=http://www.xfce.org MAINTAINER=jasper at lunar-linux.org MODULE_PREFIX=${XFCE4_PREFIX:-/usr} ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="lightweight desktop environment based on GTK2" PROFILE=yes diff --git a/xorg7/driver/xf86-video-ati/DETAILS b/xorg7/driver/xf86-video-ati/DETAILS index 78de090..c463b34 100644 --- a/xorg7/driver/xf86-video-ati/DETAILS +++ b/xorg7/driver/xf86-video-ati/DETAILS @@ -1,8 +1,8 @@ MODULE=xf86-video-ati - VERSION=6.11.0 + VERSION=6.12.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:fbcba3a7c495e0d08e3a43a05c3277666206ff7b + SOURCE_VFY=sha1:946095af982eedbdcb21ab2e664d70477211ff2c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060124 diff --git a/xorg7/driver/xf86-video-mach64/BUILD b/xorg7/driver/xf86-video-mach64/BUILD new file mode 100644 index 0000000..cfe3408 --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/BUILD @@ -0,0 +1,6 @@ +( + . /etc/profile.d/x11r7.rc && + + default_build + +) > $C_FIFO 2>&1 diff --git a/xorg7/driver/xf86-video-mach64/CONFLICTS b/xorg7/driver/xf86-video-mach64/CONFLICTS new file mode 100644 index 0000000..5013182 --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/CONFLICTS @@ -0,0 +1,6 @@ +conflicts XOrg6 && +conflicts XOrg-test && +conflicts XOrg-fonts-base && +conflicts XOrg-fonts-extra && +conflicts XOrg-drm && +conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-mach64/DEPENDS b/xorg7/driver/xf86-video-mach64/DEPENDS new file mode 100644 index 0000000..514f37d --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/DEPENDS @@ -0,0 +1,2 @@ +depends xorg-server +depends mesa-lib diff --git a/xorg7/driver/xf86-video-mach64/DETAILS b/xorg7/driver/xf86-video-mach64/DETAILS new file mode 100644 index 0000000..9510d35 --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/DETAILS @@ -0,0 +1,18 @@ + MODULE=xf86-video-mach64 + VERSION=6.8.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$XORG_URL/individual/driver/ + SOURCE_VFY=sha1:0f130aca927ede0fd3ed7876c52817a5ef9215bb + MODULE_PREFIX=${X11R7_PREFIX:-/usr} + WEB_SITE=http://www.x.org/ + ENTERED=20080918 + UPDATED=20080918 + SHORT="the X.Org video driver for older ATI/Mach64 based cards" + +cat << EOF +xf86-video-mach64 provides the X.Org video drivers for older the +older ATI/Mach64 based video cards. + +This driver does not support newer ATI Rage or Radeon cards: see +the xf86-video-ati and xf86-video-radeonhd modules. +EOF diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 3538870..74b518c 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -8,20 +8,19 @@ rm -f /usr/share/X11/xkb/compiled fi && -# if [[ "$USE_NVIDIA" = "y" ]]; then -# OPTS="$OPTS --disable-glx --disable-glx-tlx" -# fi && + if [[ "$USE_NVIDIA" = "y" ]]; then + OPTS="$OPTS --disable-glx --disable-glx-tlx" + fi && OPTS+=" --enable-composite --enable-aiglx --enable-xorgcfg \ --with-dri-driver-path=${MODULE_PREFIX}/lib/dri" && - #--with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \ - default_build && + default_build # This should not be needed, check in next release if still needed. - rm -fr /usr/share/X11/xkb/compiled && - mkdir -p /var/lib/xkb && - ln -sf /var/lib/xkb /usr/share/X11/xkb/compiled + # rm -fr /usr/share/X11/xkb/compiled && + # mkdir -p /var/lib/xkb && + # ln -sf /var/lib/xkb /usr/share/X11/xkb/compiled ) > $C_FIFO 2>&1 diff --git a/xorg7/xorg-server/CONFIGURE b/xorg7/xorg-server/CONFIGURE index 7bf847c..659c2db 100644 --- a/xorg7/xorg-server/CONFIGURE +++ b/xorg7/xorg-server/CONFIGURE @@ -1 +1 @@ -#mquery USE_NVIDIA "Do you intend to use the NVIDIA binary driver?" n +mquery USE_NVIDIA "Do you intend to use the NVIDIA binary driver?" n diff --git a/xorg7/xorg-server/PRE_BUILD b/xorg7/xorg-server/PRE_BUILD deleted file mode 100644 index 3185795..0000000 --- a/xorg7/xorg-server/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -default_pre_build && -cd $SOURCE_DIRECTORY -#unpack $SOURCE2 diff --git a/zbeta/WebKit/BUILD b/zbeta/WebKit/BUILD new file mode 100644 index 0000000..c653306 --- /dev/null +++ b/zbeta/WebKit/BUILD @@ -0,0 +1,12 @@ +( + + bad_flags linker && + + OPTS="$OPTS --enable-svg-experimental --enable-svg --enable-svg-animation \ + --disable-svg-filters --enable-svg-fonts --enable-svg-foreign-object \ + --enable-svg-as-image --enable-svg-use-element" + + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/WebKit/DEPENDS b/zbeta/WebKit/DEPENDS new file mode 100644 index 0000000..e766997 --- /dev/null +++ b/zbeta/WebKit/DEPENDS @@ -0,0 +1,17 @@ +depends gtk+-2 +depends icu4c +depends gperf +depends libxslt +depends sqlite +depends jpeg +depends libpng +depends freetype2 + +optional_depends libproxy "" "" "if you don't want GConf" +optional_depends GConf "" "--without-gnome" "GConf" + +optional_depends gst-plugins-good "--enable-video" "" "Enable video support?" + +depends libsoup + +#optional_depends curl "--with-http-backend=curl" "" "Build with curl http backend? (Say N if you said Y to libsoup)" diff --git a/zbeta/airconfig-svn/BUILD b/zbeta/airconfig-svn/BUILD index e96291e..e62f919 100644 --- a/zbeta/airconfig-svn/BUILD +++ b/zbeta/airconfig-svn/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - OPTS="$OPTS --disable-gtk-doc" + OPTS="$OPTS --disable-gtk-doc --prefix=/usr --enable-debug=yes" touch INSTALL && diff --git a/zbeta/arora-git/BUILD b/zbeta/arora-git/BUILD new file mode 100644 index 0000000..3e2bfa8 --- /dev/null +++ b/zbeta/arora-git/BUILD @@ -0,0 +1,11 @@ +( + + . /etc/profile.d/qt4.rc + + qmake && + + default_make && + + install -m0755 $SOURCE_DIRECTORY/arora /usr/bin/ + +) > $C_FIFO 2>&1 diff --git a/zbeta/arora-git/DEPENDS b/zbeta/arora-git/DEPENDS new file mode 100644 index 0000000..428f269 --- /dev/null +++ b/zbeta/arora-git/DEPENDS @@ -0,0 +1 @@ +depends qt4 diff --git a/zbeta/arora-git/DETAILS b/zbeta/arora-git/DETAILS new file mode 100644 index 0000000..a53a63c --- /dev/null +++ b/zbeta/arora-git/DETAILS @@ -0,0 +1,10 @@ + MODULE=arora-git + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=git://github.com/icefox/arora.git + WEB_SITE=http://code.google.com/p/arora/ + ENTERED=20080519 + UPDATED=20080519 + SHORT="" +cat << EOF +EOF diff --git a/zbeta/e17/eina-svn/profile.d/e17-cvs.rc b/zbeta/e17/eina-svn/profile.d/e17-cvs.rc new file mode 100644 index 0000000..26a04cd --- /dev/null +++ b/zbeta/e17/eina-svn/profile.d/e17-cvs.rc @@ -0,0 +1,4 @@ +PATH=${PATH}:/opt/lunar/enlightenment/bin +PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/lunar/enlightenment/lib/pkgconfig + +export PATH PKG_CONFIG_PATH diff --git a/zbeta/e17/emphasis-svn/BUILD b/zbeta/e17/emphasis-svn/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/e17/emphasis-svn/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/e17/emphasis-svn/DEPENDS b/zbeta/e17/emphasis-svn/DEPENDS new file mode 100644 index 0000000..5448d7e --- /dev/null +++ b/zbeta/e17/emphasis-svn/DEPENDS @@ -0,0 +1,5 @@ +depends ecore-svn +depends etk-svn +depends enhance-svn +depends libmpd +depends libxml diff --git a/zbeta/e17/emphasis-svn/DETAILS b/zbeta/e17/emphasis-svn/DETAILS new file mode 100644 index 0000000..2c32ba6 --- /dev/null +++ b/zbeta/e17/emphasis-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=emphasis-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/emphasis +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + WEB_SITE="http://emphasis.tuxfamily.org" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="e mpd client" + +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/enhance-svn/DEPENDS b/zbeta/e17/enhance-svn/DEPENDS new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/zbeta/e17/enhance-svn/DEPENDS @@ -0,0 +1 @@ + diff --git a/zbeta/e17/enhance-svn/DETAILS b/zbeta/e17/enhance-svn/DETAILS new file mode 100644 index 0000000..d3a757e --- /dev/null +++ b/zbeta/e17/enhance-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=enhance-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/enhance +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + WEB_SITE="http://enlightenment.org" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="glade stuff" + +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/enna-svn/DEPENDS b/zbeta/e17/enna-svn/DEPENDS new file mode 100644 index 0000000..a5729e5 --- /dev/null +++ b/zbeta/e17/enna-svn/DEPENDS @@ -0,0 +1,28 @@ +optional_depends "curl" \ + "--enable-libcurl" \ + "--disable-libcurl" \ + "for curl support" + +optional_depends "libxml2" \ + "--enable-libxml2" \ + "--disable-libxml2" \ + "for libxml2 support" + +optional_depends "emotion-svn" \ + "--enable-emotion-backend" \ + "--disable-emotion-backend" \ + "for optional playback with Emotion" + +optional_depends "libplayer-hg" \ + "--enable-libplayer-backend" \ + "--disable-libplayer-backend" \ + "for the libplayer A/V backend" + +optional_depends "lirc" \ + "" \ + "" \ + "for LIRC support" + + +# Just a reminder for Light Media Scanner to be eventually included one day :-) +# optional_depends "liblms" diff --git a/zbeta/e17/enna-svn/DETAILS b/zbeta/e17/enna-svn/DETAILS new file mode 100644 index 0000000..8b9f07a --- /dev/null +++ b/zbeta/e17/enna-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=enna-svn + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/MISC/enna +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE="http://exchange.enlightenment.org/application/show/164" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="multimedia-center-thingy for E" +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/equate-cvs/DEPENDS b/zbeta/e17/equate-cvs/DEPENDS new file mode 100644 index 0000000..e23f6e8 --- /dev/null +++ b/zbeta/e17/equate-cvs/DEPENDS @@ -0,0 +1 @@ +depends ewl-cvs diff --git a/zbeta/e17/equate-cvs/DETAILS b/zbeta/e17/equate-cvs/DETAILS new file mode 100644 index 0000000..06453e8 --- /dev/null +++ b/zbeta/e17/equate-cvs/DETAILS @@ -0,0 +1,18 @@ + MODULE=equate-cvs + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/equate + SOURCE_URL=cvs://:pserver:anonymous at cvs.sourceforge.net:/cvsroot/enlightenment:misc/equate + WEB_SITE=http://andy.elcock.org/Software/Equate.xml + ENTERED=20041224 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="A themeable ewl based calculator" + +cat << EOF +Equate - an E Calculator +I decided (with the agreement of some of the crew from #edevelop) that +it would be cool to write a simple app to demonstrate EWL (one of the +E Foundation Libraries) and that a calculator would be a cool app to +write. +EOF diff --git a/zbeta/emphasis-svn/BUILD b/zbeta/emphasis-svn/BUILD deleted file mode 100644 index 46c8c34..0000000 --- a/zbeta/emphasis-svn/BUILD +++ /dev/null @@ -1,11 +0,0 @@ -( - export PATH=$MODULE_PREFIX/bin:$PATH - export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" - export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" - export USER=nobody - - OPTS="$OPTS --with-profile=FAST_PC" - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/emphasis-svn/DEPENDS b/zbeta/emphasis-svn/DEPENDS deleted file mode 100644 index 5448d7e..0000000 --- a/zbeta/emphasis-svn/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends ecore-svn -depends etk-svn -depends enhance-svn -depends libmpd -depends libxml diff --git a/zbeta/emphasis-svn/DETAILS b/zbeta/emphasis-svn/DETAILS deleted file mode 100644 index 2c32ba6..0000000 --- a/zbeta/emphasis-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=emphasis-svn - VERSION=beta - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/emphasis -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE="http://emphasis.tuxfamily.org" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="e mpd client" - -cat < $C_FIFO 2>&1 diff --git a/zbeta/enhance-svn/DEPENDS b/zbeta/enhance-svn/DEPENDS deleted file mode 100644 index 8b13789..0000000 --- a/zbeta/enhance-svn/DEPENDS +++ /dev/null @@ -1 +0,0 @@ - diff --git a/zbeta/enhance-svn/DETAILS b/zbeta/enhance-svn/DETAILS deleted file mode 100644 index d3a757e..0000000 --- a/zbeta/enhance-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=enhance-svn - VERSION=beta - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/enhance -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE="http://enlightenment.org" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="glade stuff" - -cat < $C_FIFO 2>&1 diff --git a/zbeta/enna-svn/DEPENDS b/zbeta/enna-svn/DEPENDS deleted file mode 100644 index a5729e5..0000000 --- a/zbeta/enna-svn/DEPENDS +++ /dev/null @@ -1,28 +0,0 @@ -optional_depends "curl" \ - "--enable-libcurl" \ - "--disable-libcurl" \ - "for curl support" - -optional_depends "libxml2" \ - "--enable-libxml2" \ - "--disable-libxml2" \ - "for libxml2 support" - -optional_depends "emotion-svn" \ - "--enable-emotion-backend" \ - "--disable-emotion-backend" \ - "for optional playback with Emotion" - -optional_depends "libplayer-hg" \ - "--enable-libplayer-backend" \ - "--disable-libplayer-backend" \ - "for the libplayer A/V backend" - -optional_depends "lirc" \ - "" \ - "" \ - "for LIRC support" - - -# Just a reminder for Light Media Scanner to be eventually included one day :-) -# optional_depends "liblms" diff --git a/zbeta/enna-svn/DETAILS b/zbeta/enna-svn/DETAILS deleted file mode 100644 index 8b9f07a..0000000 --- a/zbeta/enna-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=enna-svn - VERSION=beta - SOURCE=$MODULE.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/MISC/enna -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - WEB_SITE="http://exchange.enlightenment.org/application/show/164" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="multimedia-center-thingy for E" -cat < $C_FIFO 2>&1 diff --git a/zbeta/epiphany-svn/CONFIGURE b/zbeta/epiphany-svn/CONFIGURE new file mode 100644 index 0000000..d5047a3 --- /dev/null +++ b/zbeta/epiphany-svn/CONFIGURE @@ -0,0 +1,5 @@ +mquery DESKTOP_PLUGIN "Enable the desktop file plugin" y +mquery ZEROCONF_BOOKMARKS "Enable zeroconf bookmarks support" y +mquery CERTIFICATE_MANAGER "Enable certificate manager" y + +#mquery ENABLE_CGID "Enable cgid ?" y --enable-cgid --enable-cgi diff --git a/zbeta/epiphany-svn/DEPENDS b/zbeta/epiphany-svn/DEPENDS new file mode 100644 index 0000000..0db4f60 --- /dev/null +++ b/zbeta/epiphany-svn/DEPENDS @@ -0,0 +1,9 @@ +depends libgnomeui +depends libgnomeprintui +depends iso-codes +depends WebKit + +optional_depends "Python" "--enable-python" "" "to enable Python support" + +optional_depends "enchant" "--enable-spell-checker" "" \ + "to enable spell checing" diff --git a/zbeta/epiphany-svn/DETAILS b/zbeta/epiphany-svn/DETAILS new file mode 100644 index 0000000..b2a1150 --- /dev/null +++ b/zbeta/epiphany-svn/DETAILS @@ -0,0 +1,15 @@ + MODULE=epiphany-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=svn://svn.gnome.org/svn/epiphany/trunk/ + WEB_SITE=http://live.gnome.org/Epiphany + ENTERED=20080128 + UPDATED=`date -u +%Y%m01` + SHORT="GNOME Web browser." + +cat << EOF +Epiphany is a GNOME Web browser that can use different rendering +engines. It is fast, has a light interface, and is fully +standards-compliant. +EOF diff --git a/zbeta/equate-cvs/BUILD b/zbeta/equate-cvs/BUILD deleted file mode 100644 index 0f96211..0000000 --- a/zbeta/equate-cvs/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - export PATH=$MODULE_PREFIX/bin:$PATH - export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" - export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" - export USER=nobody - - # This file needs to exists or Makefile.in will not be created. - touch ChangeLog - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/equate-cvs/DEPENDS b/zbeta/equate-cvs/DEPENDS deleted file mode 100644 index e23f6e8..0000000 --- a/zbeta/equate-cvs/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends ewl-cvs diff --git a/zbeta/equate-cvs/DETAILS b/zbeta/equate-cvs/DETAILS deleted file mode 100644 index 06453e8..0000000 --- a/zbeta/equate-cvs/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=equate-cvs - VERSION=beta - SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/equate - SOURCE_URL=cvs://:pserver:anonymous at cvs.sourceforge.net:/cvsroot/enlightenment:misc/equate - WEB_SITE=http://andy.elcock.org/Software/Equate.xml - ENTERED=20041224 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="A themeable ewl based calculator" - -cat << EOF -Equate - an E Calculator -I decided (with the agreement of some of the crew from #edevelop) that -it would be cool to write a simple app to demonstrate EWL (one of the -E Foundation Libraries) and that a calculator would be a cool app to -write. -EOF diff --git a/zbeta/ffmpeg-svn/DETAILS b/zbeta/ffmpeg-svn/DETAILS index bc842f3..6f29b4b 100644 --- a/zbeta/ffmpeg-svn/DETAILS +++ b/zbeta/ffmpeg-svn/DETAILS @@ -1,6 +1,6 @@ MODULE=ffmpeg-svn MOD=ffmpeg - VERSION=beta + VERSION=svn-"`date +%Y%U`" SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=svn://svn.mplayerhq.hu/$MOD/trunk:$MOD diff --git a/zbeta/midori-git/BUILD b/zbeta/midori-git/BUILD new file mode 100644 index 0000000..d65f68e --- /dev/null +++ b/zbeta/midori-git/BUILD @@ -0,0 +1,13 @@ +( + +# default_cvs_config && +# ./configure --prefix=/usr && +# default_cvs_build + ./waf configure --prefix=/usr && + ./waf build && + prepare_install && + ./waf install + + +) > $C_FIFO 2>&1 + diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index 35cddaa..8744523 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -1,4 +1,8 @@ depends libsexy +<<<<<<< HEAD:zbeta/midori-git/DEPENDS depends webkit +======= +depends WebKit +>>>>>>> 54c9b60... Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase":zbeta/midori-git/DEPENDS optional_depends unique "" "" "for single instance midori" diff --git a/zbeta/midori-git/DETAILS b/zbeta/midori-git/DETAILS new file mode 100644 index 0000000..321bae2 --- /dev/null +++ b/zbeta/midori-git/DETAILS @@ -0,0 +1,20 @@ + MODULE=midori-git + VERSION="git-`date +%U`" + SOURCE=$MODULE.tar.bz2 + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://software.twotoasts.de/media/midori.git + WEBSITE=http://software.twotoasts.de/?page=midori + ENTERED=20080429 + UPDATED=20080429 + PSAFE=no + SHORT="lightweight WebKit/Gtk+-2 based browser" + +cat << EOF +Midori is a lightweight web browser. + * Full integration with GTK+2 + * Fast rendering with WebKit + * Tabs, windows, and session management + * Bookmarks are stored with XBEL + * Searchbox based on OpenSearch + * User scripts and user styles support +EOF diff --git a/zbeta/mplayer/BUILD b/zbeta/mplayer/BUILD new file mode 100644 index 0000000..a62a2b2 --- /dev/null +++ b/zbeta/mplayer/BUILD @@ -0,0 +1,47 @@ +( + +#patch_it $SOURCE7 0 && +#patch_it $SOURCE8 0 && +#patch_it $SOURCE9 0 && +#patch_it $SOURCE10 0 && + + # using CFLAGS other than MPlayers autodetected will break + bad_flags compiler + + if [ $MENCODER == "n" ] ; then + OPTS=$OPTS" --disable-mencoder" + fi + + if [ $OSD == "y" ] ; then + OPTS=$OPTS" --enable-menu" + fi + + cd $SOURCE_DIRECTORY && + + ./configure --prefix=/usr \ + --confdir=/etc \ + --mandir=/usr/share/man \ + --codecsdir=/usr/lib/win32 \ + --enable-linux-devfs \ + --enable-largefiles \ + --confdir=/etc/mplayer \ + --datadir=/usr/share/mplayer \ + $OPTS && + + default_make && + + gather_docs etc/* && + install -d /usr/share/mplayer/Skin && + install -d /etc/mplayer && + install -m644 etc/codecs.conf /usr/share/mplayer/ && + install -m644 etc/example.conf /etc/mplayer/mplayer.conf && + install -m644 etc/input.conf /etc/mplayer/ && + + cp -a Skin/Blue /usr/share/mplayer/Skin/ && + ln -sf /usr/share/mplayer/Skin/Blue /usr/share/mplayer/Skin/default && + + cp -a fonts /usr/share/mplayer/ && + rm -rf /usr/share/mplayer/font && + ln -sf fonts/font-arial-iso-8859-1/font-arial-18-iso-8859-1 /usr/share/mplayer/font + +) > $C_FIFO 2>&1 diff --git a/zbeta/mplayer/CONFIGURE b/zbeta/mplayer/CONFIGURE new file mode 100644 index 0000000..a4d0e7b --- /dev/null +++ b/zbeta/mplayer/CONFIGURE @@ -0,0 +1,2 @@ + mquery MENCODER "Enable building of MEncoder ?" y + mquery OSD "Enable OSD support? " y diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS new file mode 100644 index 0000000..6a3a21c --- /dev/null +++ b/zbeta/mplayer/DEPENDS @@ -0,0 +1,17 @@ +depends freetype2 +depends unzip +depends MPlayer-essentials +optional_depends libdvdread "" "" "To read DVDs" +optional_depends SDL "--enable-sdl" "" "to use SDL to output video signal" +optional_depends alsa-utils "" "" "for ALSA sound support" +optional_depends libvorbis "" "" "to use ogg audio format" +optional_depends libmatroska "" "" "for matroska audio/video container format support" +optional_depends faad "" "" "for external FAAD2 (MPA/AAC) support" +optional_depends libtheora "--enable-theora" "--disable-theora" "for OGG/Theora Video Playback" +optional_depends libXvMC "--enable-xvmc --with-xvmclib=XvMCW" "" "for hardware XvMC acceleration" +optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui support" +optional_depends MPlayer-all "" "" "to install more foreign codecs" +optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" +optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" +optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" +optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" diff --git a/zbeta/mplayer/DETAILS b/zbeta/mplayer/DETAILS new file mode 100644 index 0000000..835d6f9 --- /dev/null +++ b/zbeta/mplayer/DETAILS @@ -0,0 +1,50 @@ + MODULE=mplayer + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE2=font-arial-iso-8859-1.tar.bz2 + SOURCE3=font-arial-iso-8859-2.tar.bz2 + SOURCE4=font-arial-cp1250.tar.bz2 + SOURCE5=font-arial-iso-8859-7.tar.bz2 + SOURCE6=Blue-1.7.tar.bz2 + #SOURCE7=stream_cddb_fix_20080120.diff + ##SOURCE8=url_fix_20080120.diff + #SOURCE9=demux_mov_fix_20080129.diff + #SOURCE10=demux_audio_fix_20080129.diff + SOURCE_URL[0]=svn://svn.mplayerhq.hu/$MODULE/trunk:$MODULE + SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + #SOURCE7_URL=http://www.mplayerhq.hu/MPlayer/patches/ + #SOURCE8_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE9_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE10_URL=http://www.mplayerhq.hu/MPlayer/patches/ + SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 + SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 + SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 + SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d + SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 + # SOURCE7_VFY=sha1:8d901c7a88fa120ed26492e741e1ae0fbe57e12d + # SOURCE8_VFY=sha1:1e92ded6f27bf07601fa318e24ec468fe225ffe5 + # SOURCE9_VFY=sha1:a17d82baff58e8cc569365341503273956fd26c8 + # SOURCE10_VFY=sha1:e25ba7d8d696d9c6365f105134ba723404adb4e1 + WEB_SITE=http://www.mplayerhq.hu + ENTERED=20010922 + UPDATED=20080409 + PSAFE=no + SHORT="A movie and animation player" + +cat << EOF +MPlayer is a movie and animation player based on the 0.90pre5 version of +MPEGplayer and the Avifile library. It uses mpeg2dec/libmpeg2 for MPEG +decoding. The supported file formats are: MPEG 1/2 (MPG, DAT, BIN, VOB) +and AVI (Mpeg/PCM/AC3/DivX/MS-ADPCM/aLaw audio and MPEG4/DivX/Indeo/CVID +video codecs). It supports hardware YUV colorspace conversion and +scaling via mga_vid/syncfb devices or the X11 Xv extension. +EOF diff --git a/zbeta/mplayer/POST_INSTALL b/zbeta/mplayer/POST_INSTALL new file mode 100644 index 0000000..3f3af25 --- /dev/null +++ b/zbeta/mplayer/POST_INSTALL @@ -0,0 +1,3 @@ +# Recompile mplayerplug-in + +if module_installed mplayerplug-in; then lin -c mplayerplug-in; fi diff --git a/zbeta/mplayer/PRE_BUILD b/zbeta/mplayer/PRE_BUILD new file mode 100644 index 0000000..6b20dfe --- /dev/null +++ b/zbeta/mplayer/PRE_BUILD @@ -0,0 +1,12 @@ +default_pre_build && + +mkdir $SOURCE_DIRECTORY/Skin && +cd $SOURCE_DIRECTORY/Skin && +unpack $SOURCE6 && + +mkdir $SOURCE_DIRECTORY/fonts && +cd $SOURCE_DIRECTORY/fonts && +unpack $SOURCE2 && +unpack $SOURCE3 && +unpack $SOURCE4 && +unpack $SOURCE5 diff --git a/zbeta/pigment-python/DEPENDS b/zbeta/pigment-python/DEPENDS new file mode 100644 index 0000000..7a625f2 --- /dev/null +++ b/zbeta/pigment-python/DEPENDS @@ -0,0 +1,3 @@ +depends pigment +depends pygobject +depends gst-python diff --git a/zbeta/pigment-python/DETAILS b/zbeta/pigment-python/DETAILS new file mode 100644 index 0000000..a89af01 --- /dev/null +++ b/zbeta/pigment-python/DETAILS @@ -0,0 +1,13 @@ + MODULE=pigment-python + VERSION=0.3.8 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://elisa.fluendo.com/static/download/pigment/ + SOURCE_VFY=sha1:871ed17d32aed39ecf974cca9246c919af9e9b0e + WEBSITE=https://code.fluendo.com/pigment/trac + ENTERED=20081007 + UPDATED=20081007 + SHORT="python bindings for pigment" + +cat << EOF +python bindings for pigment +EOF diff --git a/zbeta/pigment/DEPENDS b/zbeta/pigment/DEPENDS new file mode 100644 index 0000000..90695e9 --- /dev/null +++ b/zbeta/pigment/DEPENDS @@ -0,0 +1,4 @@ +depends gstreamer-10 +depends gst-plugins-base +depends gtk-doc +depends cairo diff --git a/zbeta/pigment/DETAILS b/zbeta/pigment/DETAILS new file mode 100644 index 0000000..5748e7c --- /dev/null +++ b/zbeta/pigment/DETAILS @@ -0,0 +1,15 @@ + MODULE=pigment + VERSION=0.3.11 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://elisa.fluendo.com/static/download/pigment/ + SOURCE_VFY=sha1:de26ed65201b4eac1e2b806c945a7a9199d9c5c9 + WEBSITE=https://code.fluendo.com/pigment/trac + ENTERED=20081007 + UPDATED=20081007 + SHORT="3D scene graph library" + +cat << EOF +Pigment is a 3D scene graph library designed to easily create rich +application user interfaces. +EOF + diff --git a/zbeta/xf86-video-mach64/BUILD b/zbeta/xf86-video-mach64/BUILD deleted file mode 100644 index cfe3408..0000000 --- a/zbeta/xf86-video-mach64/BUILD +++ /dev/null @@ -1,6 +0,0 @@ -( - . /etc/profile.d/x11r7.rc && - - default_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/xf86-video-mach64/CONFLICTS b/zbeta/xf86-video-mach64/CONFLICTS deleted file mode 100644 index 5013182..0000000 --- a/zbeta/xf86-video-mach64/CONFLICTS +++ /dev/null @@ -1,6 +0,0 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && -conflicts XOrg-drm-cvs diff --git a/zbeta/xf86-video-mach64/DEPENDS b/zbeta/xf86-video-mach64/DEPENDS deleted file mode 100644 index 514f37d..0000000 --- a/zbeta/xf86-video-mach64/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends xorg-server -depends mesa-lib diff --git a/zbeta/xf86-video-mach64/DETAILS b/zbeta/xf86-video-mach64/DETAILS deleted file mode 100644 index 9510d35..0000000 --- a/zbeta/xf86-video-mach64/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=xf86-video-mach64 - VERSION=6.8.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:0f130aca927ede0fd3ed7876c52817a5ef9215bb - MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ - ENTERED=20080918 - UPDATED=20080918 - SHORT="the X.Org video driver for older ATI/Mach64 based cards" - -cat << EOF -xf86-video-mach64 provides the X.Org video drivers for older the -older ATI/Mach64 based video cards. - -This driver does not support newer ATI Rage or Radeon cards: see -the xf86-video-ati and xf86-video-radeonhd modules. -EOF diff --git a/zlocal/README b/zlocal/README index f040170..e69de29 100644 --- a/zlocal/README +++ b/zlocal/README @@ -1,9 +0,0 @@ - -moonbase/zlocal: - -This directory is a placeholder for new and custom modules. Put -modules you are testing, designing or something else in this -directory to keep them apart from the automatically updated -modules in moonbase. No module will ever be automatically inserted -into this directory or removed. - From samuel.verstraete at gmail.com Fri Dec 4 02:30:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:23 -0000 Subject: [Lunar-commits] mpfr and gcc: version bump Message-ID: <20091204013022.ECA969B231@doppio.foo-projects.org> commit 2757202fc282c092806ae8785fab8887696b0485 Author: Samuel Date: Wed Apr 1 07:20:26 2009 +0200 mpfr and gcc: version bump --- compilers/gcc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 91ae188..10d2e9a 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -1,13 +1,13 @@ MODULE=gcc - VERSION=4.2.4 + VERSION=4.3.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION - SOURCE_VFY=sha1:bb20efc7750fe0d6172c5945572bf036fe59d3dd + SOURCE_VFY=sha1:e378b7a0cb0f7dbf6436f4efb5756e29a90fdc1c WEB_SITE=http://gcc.gnu.org ENTERED=20020628 - UPDATED=20080523 + UPDATED=20090331 PSAFE=no SHORT="GNU compiler collection" From samuel.verstraete at gmail.com Fri Dec 4 02:30:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:23 -0000 Subject: [Lunar-commits] binutils: version bump Message-ID: <20091204013023.0EC0F9B2EB@doppio.foo-projects.org> commit 8f09853aebc3b49ea3cfc1e204ac7e7a934f7195 Author: Samuel Date: Wed Apr 1 07:20:56 2009 +0200 binutils: version bump --- devel/binutils/BUILD | 2 +- devel/binutils/DETAILS | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index 3a1ccd0..a64f316 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,6 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && #Somehow I believe this might/should be logged as a bug to the glibc guys... sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 562b8c2..8b9749c 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,15 +1,15 @@ MODULE=binutils - VERSION=2.18 + VERSION=2.19 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=binutils-2.18-makeinfo.patch + #SOURCE2=binutils-2.18-makeinfo.patch SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277 - SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 +# SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff +# SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20071121 + UPDATED=20090401 SHORT="essential collection of binary utilities." cat << EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:23 -0000 Subject: [Lunar-commits] mesa-lib: version bump, 7.4 Message-ID: <20091204013023.296E89B236@doppio.foo-projects.org> commit f9530bc7e6ba832dd2296c8b59a3ebf5145deb71 Author: Samuel Date: Wed Apr 1 07:21:08 2009 +0200 mesa-lib: version bump, 7.4 --- xorg7/mesa-lib/BUILD | 2 +- xorg7/mesa-lib/CONFIGURE | 6 +----- xorg7/mesa-lib/DETAILS | 10 +++++----- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/xorg7/mesa-lib/BUILD b/xorg7/mesa-lib/BUILD index 58a78dd..cd7e7a9 100644 --- a/xorg7/mesa-lib/BUILD +++ b/xorg7/mesa-lib/BUILD @@ -8,7 +8,7 @@ make && make install - install -v -m644 include/GLView.h /usr/include/ && +# install -v -m644 include/GLView.h /usr/include/ && install -v -m755 progs/xdemos/glxinfo progs/xdemos/glxgears /usr/bin ) > $C_FIFO 2>&1 diff --git a/xorg7/mesa-lib/CONFIGURE b/xorg7/mesa-lib/CONFIGURE index 2d1a6ad..f4bb4d2 100644 --- a/xorg7/mesa-lib/CONFIGURE +++ b/xorg7/mesa-lib/CONFIGURE @@ -2,10 +2,6 @@ SUPPORTED_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v savage si make_drivers_checklist() { - # Execute the modified supported locales file to get a list of - # supported variables in the $SUPPORTED_LOCALES variable - # . $SUPPORTED_DRIVERS && - # For each locale, extract name, title and charmap information for driver in $SUPPORTED_DRIVERS; do title=$driver @@ -32,7 +28,7 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then message "Selecting drivers is optional" fi - if query "Would you like to select drivers? (if not selected, all locales will be installed)" y; then + if query "Would you like to select drivers? (if not selected, all drivers will be installed)" y; then unpack_localedata MESADRIVER=`select_drivers` diff --git a/xorg7/mesa-lib/DETAILS b/xorg7/mesa-lib/DETAILS index 57ba101..8677788 100644 --- a/xorg7/mesa-lib/DETAILS +++ b/xorg7/mesa-lib/DETAILS @@ -1,5 +1,5 @@ MODULE=mesa-lib - VERSION=7.2 + VERSION=7.4 SOURCE=MesaLib-$VERSION.tar.bz2 SOURCE2=MesaDemos-$VERSION.tar.bz2 SOURCE3=MesaGLUT-$VERSION.tar.bz2 @@ -7,12 +7,12 @@ SOURCE_URL=$SFORGE_URL/mesa3d/ SOURCE2_URL=$SFORGE_URL/mesa3d/ SOURCE3_URL=$SFORGE_URL/mesa3d/ - SOURCE_VFY=sha1:a6dce814cc56a562890ab79cf4e205f62459a29c - SOURCE2_VFY=sha1:3d7b9b3ee84ed3637849f7598faf3d60c5a2a9fd - SOURCE3_VFY=sha1:2d969fc8214622b93bcc594c36e56bb573678d05 + SOURCE_VFY=sha1:66b5fe185e63706ee2a76e247fd982fdf13972e2 + SOURCE2_VFY=sha1:d57c792e05fe5347ff8600f8aab078fe047a4035 + SOURCE3_VFY=sha1:91a405b23b0b848325cc11fbffc0f62008d2a9a7 WEB_SITE=http://www.mesa3d.org ENTERED=20060215 - UPDATED=20080921 + UPDATED=20090331 PSAFE="no" SHORT="Mesa 3D library" From samuel.verstraete at gmail.com Fri Dec 4 02:30:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:23 -0000 Subject: [Lunar-commits] dri2proto: version bump 1.99.3 Message-ID: <20091204013023.3E22B9B204@doppio.foo-projects.org> commit 946be7f2b390cfbf2eb4f26dd512896b1004eaee Author: Samuel Date: Wed Apr 1 07:21:25 2009 +0200 dri2proto: version bump 1.99.3 --- xorg7/proto/dri2proto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/proto/dri2proto/DETAILS b/xorg7/proto/dri2proto/DETAILS index 8144981..a9475d1 100644 --- a/xorg7/proto/dri2proto/DETAILS +++ b/xorg7/proto/dri2proto/DETAILS @@ -1,12 +1,12 @@ MODULE=dri2proto - VERSION=1.1 + VERSION=1.99.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:6429338a703561c02c0aa7516d1d981e7a2bf005 + SOURCE_VFY=sha1:0be97cbc1440df50cd950b4b5f36e5fcb44a4ab7 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20080909 - UPDATED=20080909 + UPDATED=20090331 SHORT="Protocol headers" cat << EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:23 -0000 Subject: [Lunar-commits] monodevelop-vala: new module Message-ID: <20091204013023.51C469B2F0@doppio.foo-projects.org> commit 5556c67bc3dee1add29df701bb14429e9db8ead4 Author: Samuel Date: Sat Apr 11 11:12:57 2009 +0200 monodevelop-vala: new module --- zbeta/midori-git/DEPENDS | 4 ---- zbeta/monodevelop-vala/DETAILS | 13 +++++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index 8744523..35cddaa 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -1,8 +1,4 @@ depends libsexy -<<<<<<< HEAD:zbeta/midori-git/DEPENDS depends webkit -======= -depends WebKit ->>>>>>> 54c9b60... Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase":zbeta/midori-git/DEPENDS optional_depends unique "" "" "for single instance midori" diff --git a/zbeta/monodevelop-vala/DETAILS b/zbeta/monodevelop-vala/DETAILS new file mode 100644 index 0000000..fec94a2 --- /dev/null +++ b/zbeta/monodevelop-vala/DETAILS @@ -0,0 +1,13 @@ + MODULE=monodevelop-vala + VERSION=2.0 + SOURCE=$MODULE-$VERSION.tar.bz2 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://ftp.novell.com/pub/mono/sources/monodevelop-vala/ + SOURCE_VFY=sha1:246447e141971dad80a0914e11165fdc3c6c9c5d + WEB_SITE=http://www.gtk.org + ENTERED=20090409 + UPDATED=20090409 + SHORT="" + +cat << EOF +EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:24 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:24 -0000 Subject: [Lunar-commits] Thunar: SVN! Message-ID: <20091204013023.617789B231@doppio.foo-projects.org> commit 44c24862ec855b6f26fa68562468012137f90ec9 Author: Samuel Date: Tue Apr 21 13:16:40 2009 +0200 Thunar: SVN! --- xfce4/core/Thunar/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index c7c9a08..4a9d2ec 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,12 +1,13 @@ MODULE=Thunar - VERSION=1.0.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:581594eb4bfe4db49244773ee3abeaaf136a0e0f + MOD=thunar + VERSION="svn-`date +%Y%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 - UPDATED=20090223 + UPDATED=20071207 SHORT="File manager for xfce" cat << EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:24 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:24 -0000 Subject: [Lunar-commits] consonance: SVN! Message-ID: <20091204013023.8A4149B2F5@doppio.foo-projects.org> commit d7b6f8f776233fb67855ba7bb74993404a6c2893 Author: Samuel Date: Tue Apr 21 13:18:21 2009 +0200 consonance: SVN! --- audio/consonance/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS index 641d93f..778c2a4 100644 --- a/audio/consonance/DETAILS +++ b/audio/consonance/DETAILS @@ -1,9 +1,9 @@ MODULE=consonance - VERSION=0.4.1 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:bb04185043677d024de11fcaa55bf00b295be0f0 ENTERED=20080805 UPDATED=20090307 SHORT="lightweight music manager" From samuel.verstraete at gmail.com Fri Dec 4 02:30:24 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:24 -0000 Subject: [Lunar-commits] exaile: SVN! Message-ID: <20091204013023.9EDE69B2F6@doppio.foo-projects.org> commit c662eb11cbfeeef6aa5c808e0bc7b0a738234fff Author: Samuel Date: Tue Apr 21 13:19:15 2009 +0200 exaile: SVN! --- audio/exaile/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/exaile/DETAILS b/audio/exaile/DETAILS index 85bfadf..cd67c41 100644 --- a/audio/exaile/DETAILS +++ b/audio/exaile/DETAILS @@ -1,12 +1,12 @@ MODULE=exaile - VERSION=0.2.13 + VERSION=0.2.14 SOURCE=${MODULE}_${VERSION}.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION} SOURCE_URL=http://exaile.org/files/ - SOURCE_VFY=sha1:8cc754c55333dad750d27e45a4e16f53c1f1522c + SOURCE_VFY=sha1:3442867ae6f5116f87eb2488da73cf6d23442f52 WEB_SITE=http://exaile.org/ ENTERED=20061212 - UPDATED=20080626 + UPDATED=20081027 SHORT="GTK+ media player aiming to be similar to KDE's AmaroK" cat << EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:24 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:24 -0000 Subject: [Lunar-commits] exo: SVN! Message-ID: <20091204013023.B68089B2FA@doppio.foo-projects.org> commit c08410932e6dea425fe32d5483c821bfa34a2825 Author: Samuel Date: Tue Apr 21 13:33:29 2009 +0200 exo: SVN! --- xfce4/core/exo/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index f1a1347..52c53ff 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,12 +1,13 @@ MODULE=exo - VERSION=0.3.100 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:987262654d23e0da359d434cc29f0b64ad06a733 + MOD=libexo + VERSION="svn-`date +%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 - UPDATED=20090227 + UPDATED=20071207 SHORT="the Xfce extension library" cat << EOF libexo is a library for Xfce that contain additional widgets and a From samuel.verstraete at gmail.com Fri Dec 4 02:30:25 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:25 -0000 Subject: [Lunar-commits] binutils: 2.19 Message-ID: <20091204013023.F11EB9B2F8@doppio.foo-projects.org> commit ea33ea68c96ad8fa0121df000e16ebf0188baaa2 Author: Samuel Date: Tue Apr 21 13:33:54 2009 +0200 binutils: 2.19 --- devel/binutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 562b8c2..2641824 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,15 +1,15 @@ MODULE=binutils - VERSION=2.18 + VERSION=2.19 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=binutils-2.18-makeinfo.patch SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277 + SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20071121 + UPDATED=20090421 SHORT="essential collection of binary utilities." cat << EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:25 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Fri, 04 Dec 2009 01:30:25 -0000 Subject: [Lunar-commits] gdm-old: gdm 2.20.10 for Xfce users that do not like gnome Message-ID: <20091204013024.5E6449B2F7@doppio.foo-projects.org> commit 3ed321d23fdedbe48e711691f0289ae10e486e0c Author: samuel verstraete Date: Tue Apr 21 14:03:30 2009 +0200 gdm-old: gdm 2.20.10 for Xfce users that do not like gnome --- zbeta/gdm-old/BUILD | 45 ++++++++++++++++++++++ zbeta/gdm-old/DEPENDS | 2 + zbeta/gdm-old/DETAILS | 50 +++++++++++++++++++++++++ zbeta/gdm-old/Default | 27 +++++++++++++ zbeta/gdm-old/POST_INSTALL | 5 ++ zbeta/gdm-old/Sessions/gnome.desktop | 68 ++++++++++++++++++++++++++++++++++ zbeta/gdm-old/gnomerc | 13 ++++++ zbeta/gdm-old/init.d/gdm | 27 +++++++++++++ zbeta/gdm-old/pam.d/gdm | 14 +++++++ zbeta/gdm-old/pam.d/gdm-autologin | 13 ++++++ 10 files changed, 264 insertions(+), 0 deletions(-) diff --git a/zbeta/gdm-old/BUILD b/zbeta/gdm-old/BUILD new file mode 100644 index 0000000..98cdea6 --- /dev/null +++ b/zbeta/gdm-old/BUILD @@ -0,0 +1,45 @@ +( + + sedit 's:GDM_KEY_HALT "daemon/DefaultPath:GDM_KEY_HALT "daemon/HaltCommand:' daemon/gdm.h + + add_priv_user gdm:gdm + + if module_installed Linux-PAM; then SCHEME="pam" + elif module_installed shadow; then SCHEME="shadow" + else SCHEME="auto" + fi + + OPTS="$OPTS --enable-authentication-scheme=$SCHEME" + + LDFLAGS="$LDFLAGS -L/usr/X11R6/lib" + + ./configure --build=$BUILD \ + --prefix=${GNOME210_PREFIX:-/usr} \ + --with-xinerama=yes \ + --sysconfdir=/etc/X11 \ + --localstatedir=/var \ + --infodir=${GNOME210_PREFIX:-/usr}/share/info \ + --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + $OPTS && + + sedit 's#$(LINK)#$(LINK) $(LIBS)#' daemon/Makefile && + make && + prepare_install && + make install && + + mkdir -p /var/gdm && + chown -R gdm:gdm /var/gdm && + chmod 750 /var/gdm && + + # This has to be a DIRECTORY, not a FILE + if [ -e "/etc/X11/gdm/Sessions" ]; then + rm -fr /etc/X11/gdm/Sessions || true + fi + + mkdir -p /etc/X11/gdm/Sessions/ && + install --mode=644 $SCRIPT_DIRECTORY/gnomerc /etc/X11/gdm/gnomerc && + install --mode=755 $SCRIPT_DIRECTORY/Sessions/gnome.desktop /etc/X11/dm/Sessions && + install --mode=755 $SCRIPT_DIRECTORY/Default /etc/X11/gdm/PreSession/ && + install --mode=755 $SCRIPT_DIRECTORY/Default /etc/X11/gdm/Sessions/ + +) > $C_FIFO 2>&1 diff --git a/zbeta/gdm-old/DEPENDS b/zbeta/gdm-old/DEPENDS new file mode 100644 index 0000000..7a8a2dd --- /dev/null +++ b/zbeta/gdm-old/DEPENDS @@ -0,0 +1,2 @@ +depends librsvg +depends gnome-doc-utils diff --git a/zbeta/gdm-old/DETAILS b/zbeta/gdm-old/DETAILS new file mode 100644 index 0000000..0f61f85 --- /dev/null +++ b/zbeta/gdm-old/DETAILS @@ -0,0 +1,50 @@ + MODULE=gdm-old + MOD=gdm + VERSION=2.20.10 + MAJOR=2.20 + SOURCE=$MOD-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION + SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/ + SOURCE_VFY=sha1:42e9e52184393352f005f1735843a30f764aef18 + WEB_SITE=http://www.gnome.org/projects/gdm/ + ENTERED=20020716 + UPDATED=20080710 + SHORT="the Gnome Display Manager" + +cat << EOF +The Gnome Display Manager is a re-implementation of the well known xdm +program. gdm 2.5 implements all significant features required for +managing local and remote displays. + +gdm daemon: + o X Authentication + o Default and per-display initialization scripts + o Pre and post session scripts + o Pluggable Authentication Modules + o XDMCP + o TCP Wrappers for access control + o Autologin for single user workstations + o Timed login for kiosks and public terminals + +gdmlogin: + o Logo image + o Background image/color + o Halt and reboot + o Iconified login window + o Session selection support + o Language selection support + o GNOME session selection support + o Face browser + o Background program support + o Xinerama support + +gdmchooser: + o Visual host browser + o Customizable icons + +gdmconfig: + o GUI way to configure everything about GDM + +Most features can be turned on and off in the configuration file by +the sysadmin. +EOF diff --git a/zbeta/gdm-old/Default b/zbeta/gdm-old/Default new file mode 100644 index 0000000..f91d3ab --- /dev/null +++ b/zbeta/gdm-old/Default @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Note that any setup should come before the sessreg command as +# that must be 'exec'ed for the pid to be correct (sessreg uses the parent +# pid) +# +# Note that output goes into the .xsession-errors file for easy debugging +# +XSETROOT=`which xsetroot 2>/dev/null` +if [ x$XSETROOT != x ] ; then + $XSETROOT -cursor_name left_ptr -solid "#363047" +fi + + +SESSREG=`which sessreg 2>/dev/null` +if [ x$SESSREG != x ] ; then + # some output for easy debugging + echo "$0: Registering your session with wtmp and utmp" + echo "$0: running: $SESSREG -a -w /var/log/wtmp -u /var/run/utmp -x \"$X_SERVERS\" -h \"$REMOTE_HOST\" -l $DISPLAY $USER" + + exec $SESSREG -a -w /var/log/wtmp -u /var/run/utmp -x "$X_SERVERS" -h "$REMOTE_HOST" -l $DISPLAY $USER + # this is not reached +fi + +# some output for easy debugging +echo "$0: could not find the sessreg utility, cannot update wtmp and utmp" +exit 0 diff --git a/zbeta/gdm-old/POST_INSTALL b/zbeta/gdm-old/POST_INSTALL new file mode 100644 index 0000000..f393d4a --- /dev/null +++ b/zbeta/gdm-old/POST_INSTALL @@ -0,0 +1,5 @@ + +if module_installed gnome-session; then lin -c gnome-session; fi +if module_installed gnome-desktop; then lin -c gnome-desktop; fi + + diff --git a/zbeta/gdm-old/Sessions/gnome.desktop b/zbeta/gdm-old/Sessions/gnome.desktop new file mode 100644 index 0000000..6777c17 --- /dev/null +++ b/zbeta/gdm-old/Sessions/gnome.desktop @@ -0,0 +1,68 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=GNOME +Name[az]=GNOME +Name[be]=GNOME +Name[ca]=GNOME +Name[cs]=GNOME +Name[cy]=GNOME +Name[da]=Gnome +Name[de]=GNOME +Name[el]=GNOME +Name[es]=GNOME +Name[et]=GNOME +Name[fi]=Gnome +Name[fr]=GNOME +Name[he]=GNOME +Name[hu]=GNOME +Name[it]=GNOME +Name[ko]=?????? +Name[ms]=GNOME +Name[nl]=GNOME +Name[no]=GNOME +Name[pl]=GNOME +Name[pt]=GNOME +Name[pt_BR]=GNOME +Name[ru]=GNOME +Name[sk]=GNOME +Name[sl]=GNOME +Name[sq]=GNOME +Name[sr]=???????? +Name[sr at Latn]=Gnom +Name[sv]=GNOME +Name[uk]=GNOME +Name[zh_CN]=GNOME +Name[zh_TW]=GNOME +Comment=This session logs you into GNOME +Comment[az]=Bu iclas sizi GNOME'a daxil ed??c??k +Comment[be]=?????????? ?????????? ?????????????? ?????? ?? GNOME +Comment[ca]=Aquesta sessi?? entra en GNOME +Comment[cs]=Toto sezen?? v??s p??ihl??s?? do GNOME +Comment[cy]=Mae'r sesiwn hwn yn eich mewngofnodi i GNOME +Comment[da]=Denne session logger dig p?? Gnome +Comment[de]=Diese Sitzung meldet Sie an GNOME an +Comment[el]=???????? ?? ???????????????? ?????? ?????????????? ?????? GNOME +Comment[es]=Con esta sesi??n accede a GNOME +Comment[fi]=T??m?? istunto kirjaa sis????n Gnomeen +Comment[fr]=Cette session vous connectera dans GNOME +Comment[he]=?????????? ?????????? ???? ?????????? ???????? ?? GNOME +Comment[ko]=GNOME???????????? ?????????????????? +Comment[ms]=Sesi ini akan log anda ke GNOME +Comment[nl]=Deze sessie meldt u aan bij GNOME +Comment[no]=Denne sesjonen logger deg inn til GNOME +Comment[pl]=Sesja logowania do GNOME +Comment[pt]=Esta sess??o inicia-o no GNOME +Comment[pt_BR]=Logar no ambiente GNOME +Comment[sk]=Toto sedenie v??s prihl??si do prostredia GNOME +Comment[sl]=Ta seja vas prijavi v GNOMe +Comment[sq]=Kjo seanc?? do t'ju fus?? n?? GNOME +Comment[sr]=?????? ???????????? ?????? ???????????????????? ???? ?????????? +Comment[sr at Latn]=Ova sesija vas prijavljuje na Gnoma +Comment[sv]=Denna session loggar in dig i GNOME +Comment[uk]=?????????? ???????????? ?? ???????????????????? GNOME +Comment[zh_CN]=???????????????????????? GNOME +Comment[zh_TW]=???????????????????????????????????? GNOME ?????? +Exec=/usr/bin/gnome-session +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/zbeta/gdm-old/gnomerc b/zbeta/gdm-old/gnomerc new file mode 100644 index 0000000..1fd5585 --- /dev/null +++ b/zbeta/gdm-old/gnomerc @@ -0,0 +1,13 @@ +startssh= +sshagent=/usr/bin/ssh-agent +gnomesession=/usr/bin/gnome-session + +if [ -x $sshagent -a -z "$SSH_AUTH_SOCK" ]; then + startssh=yes +fi + +if [ -n "$startssh" ]; then + exec $sshagent -- $gnomesession +else + exec $gnomesession +fi diff --git a/zbeta/gdm-old/init.d/gdm b/zbeta/gdm-old/init.d/gdm new file mode 100644 index 0000000..32922f5 --- /dev/null +++ b/zbeta/gdm-old/init.d/gdm @@ -0,0 +1,27 @@ +#!/bin/bash + +# chkconfig: 5 95 05 +# description: gdm is gnome's version of the xdm graphical login manager +# processname: /usr/sbin/gdm +# sigreload: HUP + +. /lib/lsb/init-functions $1 + +stop() { + kill `cat /var/run/gdm.pid` + evaluate_retval +} + +status() { + if [ -f /var/run/gdm.pid ]; then + if ps -p `cat /var/run/gdm.pid` > /dev/null; then + echo "gdm is running with Process ID $(cat /var/run/gdm.pid)" + else + echo "gdm is not running but /var/run/gdm.pid exists" + return 1 + fi + else + echo "gdm is not running" + fi +} + diff --git a/zbeta/gdm-old/pam.d/gdm b/zbeta/gdm-old/pam.d/gdm new file mode 100644 index 0000000..47f0938 --- /dev/null +++ b/zbeta/gdm-old/pam.d/gdm @@ -0,0 +1,14 @@ +#%PAM-1.0 +# +# The PAM configuration file for the `gdm' service +# +auth required pam_env.so +auth include system-auth +account required pam_nologin.so +account include system-auth +password include system-auth +session include system-auth +session required pam_loginuid.so +session optional pam_console.so + + diff --git a/zbeta/gdm-old/pam.d/gdm-autologin b/zbeta/gdm-old/pam.d/gdm-autologin new file mode 100644 index 0000000..a4b0dab --- /dev/null +++ b/zbeta/gdm-old/pam.d/gdm-autologin @@ -0,0 +1,13 @@ +#%PAM-1.0 +# +# The PAM configuration file for the `gdm-autologin' service +# +auth required pam_env.so +auth required pam_permit.so +account required pam_nologin.so +account include system-auth +password include system-auth +session include system-auth +session required pam_loginuid.so +session optional pam_console.so + From samuel.verstraete at gmail.com Fri Dec 4 02:30:25 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:25 -0000 Subject: [Lunar-commits] mousepad: SVN! Message-ID: <20091204013024.2A4AD9B236@doppio.foo-projects.org> commit 1d3f4a336829fac79f7f6bc3acfa09e72139c59f Author: Samuel Date: Tue Apr 21 13:36:43 2009 +0200 mousepad: SVN! --- xfce4/apps/mousepad/DETAILS | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index d622f36..454c03d 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,13 +1,19 @@ MODULE=mousepad - VERSION=0.2.16 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 + VERSION="svn-`date +%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://erikharrison.net/ + WEB_SITE=http://www.xfce.org ENTERED=20050218 - UPDATED=20090227 + UPDATED=20071207 SHORT="Lighweight xfce text editor" cat << EOF Mousepad is an Xfce port of leafpad, the minimal gtk+-2 text editor. + +the svn branch is the one from Nick Schermer, slightly more advanced +than the trunk branch +If you want the trunk version, uncomment the other sourceurl, comment +the nick sourceurl and delete /var/spool/lunar/mousepad-svn*.tar.bz2 EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:25 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Fri, 04 Dec 2009 01:30:25 -0000 Subject: [Lunar-commits] ristretto: switch to git branch Message-ID: <20091204013024.7BC909B2EB@doppio.foo-projects.org> commit 0526ab994d36761de252799301d046a3c2f7098b Author: samuel verstraete Date: Sun May 3 20:03:55 2009 +0200 ristretto: switch to git branch --- xfce4/apps/ristretto/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index edbb0e0..e08ea8a 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -1,12 +1,13 @@ MODULE=ristretto - VERSION="svn-`date +%Y%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE + SOURCE_URL=git://git.xfce.org/stephan/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 - UPDATED=20090420 + UPDATED=20090428 + PSAFE=no SHORT="fast and lightweight picture-viewer" cat << EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:25 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:25 -0000 Subject: [Lunar-commits] fixes Message-ID: <20091204013024.AE2BD9B231@doppio.foo-projects.org> commit b2d0643cd97aaf622a471fffcea882b7a282f334 Author: Samuel Verstraete Date: Tue May 12 13:35:57 2009 +0200 fixes --- devel/binutils/BUILD | 10 +++++----- devel/binutils/DETAILS | 2 +- gnome2/desktop/libsoup/DEPENDS | 2 ++ xfce4/core/Thunar/BUILD | 2 +- xfce4/core/exo/BUILD | 14 ++++++++++++++ xfce4/core/libxfcegui4/BUILD | 2 +- xfce4/core/xfce4-settings/BUILD | 14 ++++++++++++++ xfce4/core/xfconf/BUILD | 14 ++++++++++++++ 8 files changed, 52 insertions(+), 8 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index 3a1ccd0..b01a5de 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,13 +1,13 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && #Somehow I believe this might/should be logged as a bug to the glibc guys... - sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ - bfd/doc/Makefile.in && +# sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ +# bfd/doc/Makefile.in && - aclocal && - autoconf && +# aclocal && +# autoconf && OPTS+=" --host=$BUILD" && default_config && diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 2641824..4a49cab 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,7 +1,7 @@ MODULE=binutils VERSION=2.19 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=binutils-2.18-makeinfo.patch + #SOURCE2=binutils-2.18-makeinfo.patch SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ SOURCE2_URL=$PATCH_URL diff --git a/gnome2/desktop/libsoup/DEPENDS b/gnome2/desktop/libsoup/DEPENDS index bbda9c7..40dfa40 100644 --- a/gnome2/desktop/libsoup/DEPENDS +++ b/gnome2/desktop/libsoup/DEPENDS @@ -2,3 +2,5 @@ depends glib-2 depends gnutls depends sqlite depends libproxy + +optional_depends GConf "" "--without-gnome" "gnome support" diff --git a/xfce4/core/Thunar/BUILD b/xfce4/core/Thunar/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/Thunar/BUILD +++ b/xfce4/core/Thunar/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/exo/BUILD b/xfce4/core/exo/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/exo/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index b695eac..5ca1695 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ --enable-xinerama \ $OPTS && diff --git a/xfce4/core/xfce4-settings/BUILD b/xfce4/core/xfce4-settings/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/xfce4-settings/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/xfconf/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 From samuel.verstraete at gmail.com Fri Dec 4 02:30:26 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:26 -0000 Subject: [Lunar-commits] monodevelop-database: new version Message-ID: <20091204013024.CADD09B2F9@doppio.foo-projects.org> commit 5a67acc3df7fedece73cff1ab6f82dee939d998f Author: Samuel Date: Tue May 12 15:19:04 2009 +0200 monodevelop-database: new version --- sql/monodevelop-database/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sql/monodevelop-database/DETAILS b/sql/monodevelop-database/DETAILS index 1c67b6f..db611e8 100644 --- a/sql/monodevelop-database/DETAILS +++ b/sql/monodevelop-database/DETAILS @@ -1,11 +1,12 @@ MODULE=monodevelop-database - VERSION=1.0 + VERSION=2.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://go-mono.com/sources/$MODULE/ - SOURCE_VFY=sha1:238fe15bc15118560e99ee6e0d9fc51c36dae645 - WEB_SITE=http://monodevelop.com + SOURCE_VFY=sha1:fd7c7b2de452f13d49f8699a765f0517ffbdaff7 + WEB_SITE=http://monodevelop.com ENTERED=20071220 - UPDATED=20080319 + UPDATED=20090512 + PSAFE=no SHORT="Addin for monodevelop to support database connections" cat << EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:26 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:26 -0000 Subject: [Lunar-commits] fix Message-ID: <20091204013024.E5CCD9B2FC@doppio.foo-projects.org> commit 15ad2c99f688b92880df95377edc8528c19a7e51 Author: Samuel Date: Tue May 12 15:19:44 2009 +0200 fix --- xfce4/core/exo/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index 52c53ff..1f8aa75 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,6 +1,6 @@ MODULE=exo MOD=libexo - VERSION="svn-`date +%U`" + VERSION="svn-`date +%Y%U`" SOURCE=$MOD.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD From elangelo at lunar-linux.org Fri Dec 4 02:30:26 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:26 -0000 Subject: [Lunar-commits] consonance changes Message-ID: <20091204013025.20BA19B2F2@doppio.foo-projects.org> commit 00527bd71d5845bf6019936fd1421bc52a94ca17 Author: Samuel Verstraete Date: Tue May 12 21:58:40 2009 +0200 consonance changes --- audio/consonance/DEPENDS | 1 + audio/consonance/DETAILS | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS index 5c881bb..bbf0b39 100644 --- a/audio/consonance/DEPENDS +++ b/audio/consonance/DEPENDS @@ -2,3 +2,4 @@ depends libmad depends libogg depends flac depends libsndfile +depends libnotify diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS index 778c2a4..ed1acf5 100644 --- a/audio/consonance/DETAILS +++ b/audio/consonance/DETAILS @@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE WEB_SITE=http://consonance.sourceforge.net/ ENTERED=20080805 UPDATED=20090307 + PSAFE=no SHORT="lightweight music manager" cat << EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:26 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:26 -0000 Subject: [Lunar-commits] xfce: chages Message-ID: <20091204013025.3CAB39B2F5@doppio.foo-projects.org> commit 287e2b2aa9b7ec26f5da21ffd88cecc0d03320b1 Author: Samuel Verstraete Date: Tue May 12 21:58:57 2009 +0200 xfce: chages --- xfce4/core/xfce4-session/BUILD | 8 ++------ xfce4/core/xfce4-session/DEPENDS | 2 ++ xfce4/core/xfce4-session/DETAILS | 4 +--- xfce4/core/xfconf/DETAILS | 16 ---------------- 4 files changed, 5 insertions(+), 25 deletions(-) diff --git a/xfce4/core/xfce4-session/BUILD b/xfce4/core/xfce4-session/BUILD index 339d297..578930b 100644 --- a/xfce4/core/xfce4-session/BUILD +++ b/xfce4/core/xfce4-session/BUILD @@ -1,16 +1,12 @@ ( - -# patch_it $SOURCE2 1 && [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - PATH="$PATH:/usr/X11/bin" - - ./autogen.sh --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ - $OPTS && + $OPTS && default_make diff --git a/xfce4/core/xfce4-session/DEPENDS b/xfce4/core/xfce4-session/DEPENDS index 1bda173..c9cfb80 100644 --- a/xfce4/core/xfce4-session/DEPENDS +++ b/xfce4/core/xfce4-session/DEPENDS @@ -1,5 +1,7 @@ + depends xfconf depends libxfce4util depends libxfcegui4 optional_depends fortune "" "" "so xfce4-tips can give you the fortune of the day" + diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 06b1aa9..9d9c9e9 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,10 +1,8 @@ MODULE=xfce4-session - VERSION="svn-`date +%Y%U`" + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 - #SOURCE2=fast_xfce.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE - #SOURCE2_URL=http://merlin.ugent.be/lunar/patches MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index 5f13920..8e93262 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,4 +1,3 @@ -<<<<<<< HEAD:xfce4/core/xfconf/DETAILS MODULE=xfconf VERSION="svn-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 @@ -11,20 +10,5 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SHORT="Something that does something" cat << EOF -Something that does that other thing -======= - MODULE=xfconf - VERSION=4.6.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src - SOURCE_VFY=sha1:6df092942c5c5af5d65a58589fb85e29755a37ee - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090424 - SHORT="Configuration system for Xfce" - -cat << EOF Configuration storage system for Xfce ->>>>>>> master:xfce4/core/xfconf/DETAILS EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:27 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:27 -0000 Subject: [Lunar-commits] linux-2.6-rc: BLEEDING EDGE Message-ID: <20091204013025.6D9589B2FD@doppio.foo-projects.org> commit 126940582dc788127725db77078f79333189f65f Author: Samuel Verstraete Date: Thu May 14 18:18:43 2009 +0200 linux-2.6-rc: BLEEDING EDGE --- kernel/linux-2.6-rc/BUILD | 39 ++++++++++++++++++++++++++++++++++++++ kernel/linux-2.6-rc/CONFIGURE | 11 ++++++++++ kernel/linux-2.6-rc/DEPENDS | 2 + kernel/linux-2.6-rc/DETAILS | 25 ++++++++++++++++++++++++ kernel/linux-2.6-rc/POST_INSTALL | 8 +++++++ kernel/linux-2.6-rc/PRE_BUILD | 32 +++++++++++++++++++++++++++++++ 6 files changed, 117 insertions(+), 0 deletions(-) diff --git a/kernel/linux-2.6-rc/BUILD b/kernel/linux-2.6-rc/BUILD new file mode 100644 index 0000000..88536e6 --- /dev/null +++ b/kernel/linux-2.6-rc/BUILD @@ -0,0 +1,39 @@ +( + + while + if [ "$CONFIG_KERNEL" == "y" ]; then + if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then + make xconfig || make menuconfig || make config + elif [ "$PREFER_MENUCONFIG" == "y" ]; then + make menuconfig || make config + else + make config + fi + if ! query "Repeat configuration?" n; then + CONFIG_KERNEL=n + fi + else + false + fi + do + true + done + +) && ( + + # Needed for x86_64 + MYARCH="`arch | grep -qw i.86 && echo i386 || arch`" + + echo | make oldconfig + LD_PRELOAD= cp .config $CONFIG_CACHE/.config.2.6.rc + rm -f arch/${MYARCH}/boot/bzImage + + make ${MAKES:+-j$MAKES} bzImage && + make ${MAKES:+-j$MAKES} modules && + backup_mods_krnl $VERSION && + prepare_install && + make modules_install && + cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch` && + cp System.map /boot/System.map-$VERSION-`arch` + +) > $C_FIFO 2>&1 diff --git a/kernel/linux-2.6-rc/CONFIGURE b/kernel/linux-2.6-rc/CONFIGURE new file mode 100644 index 0000000..8fa5719 --- /dev/null +++ b/kernel/linux-2.6-rc/CONFIGURE @@ -0,0 +1,11 @@ +mquery PREFER_XCONFIG "Do you prefer xconfig over menuconfig?" n + +if [ "`get_module_config PREFER_XCONFIG`" = "y" ]; then + set_module_config "PREFER_MENUCONFIG" "n" ; +else + mquery PREFER_MENUCONFIG "Do you prefer menuconfig over config?" y +fi + +unset_module_config CONFIG_KERNEL +mquery CONFIG_KERNEL "Configure linux kernel?" n + diff --git a/kernel/linux-2.6-rc/DEPENDS b/kernel/linux-2.6-rc/DEPENDS new file mode 100644 index 0000000..5a3371a --- /dev/null +++ b/kernel/linux-2.6-rc/DEPENDS @@ -0,0 +1,2 @@ +depends autoconf +depends module-init-tools diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS new file mode 100644 index 0000000..96da935 --- /dev/null +++ b/kernel/linux-2.6-rc/DETAILS @@ -0,0 +1,25 @@ + MODULE=linux-2.6-rc + VERSION=2.6.30-rc5 + SOURCE=linux-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION + SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing + SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing + SOURCE_VFY=sha1:de7e6706b9198dc46be48bf46f051d3b30dd4c76 + WEB_SITE=http://www.kernel.org + ENTERED=20041019 + UPDATED=20090512 + SHORT="The core of a Linux GNU Operating System" + KEEP_SOURCE=on + TMPFS=off + +cat << EOF +This is the stable version of the 2.6.x branch. + +Linux is a clone of the Unix kernel, written from scratch by Linus +Torvalds with assistance from a loosely-knit team of hackers across the +Net. It aims towards POSIX and Single UNIX Specification compliance. It +has all the features you would expect in a modern fully-fledged Unix +kernel, including true multitasking, virtual memory, shared libraries, +demand loading, shared copy-on-write executables, proper memory +management, and TCP/IP networking. +EOF diff --git a/kernel/linux-2.6-rc/POST_INSTALL b/kernel/linux-2.6-rc/POST_INSTALL new file mode 100644 index 0000000..dd6cddc --- /dev/null +++ b/kernel/linux-2.6-rc/POST_INSTALL @@ -0,0 +1,8 @@ +update_bootloader $VERSION-`arch` $VERSION-`arch` + +# Reinstall packages that add their own kernel modules + +lin -c kernel-reqs + +# create /sys +mkdir -p /sys diff --git a/kernel/linux-2.6-rc/PRE_BUILD b/kernel/linux-2.6-rc/PRE_BUILD new file mode 100644 index 0000000..ae8eafd --- /dev/null +++ b/kernel/linux-2.6-rc/PRE_BUILD @@ -0,0 +1,32 @@ +# Bail if we're not running a core with kernel functions + +if [ ! -e $FUNCTIONS/kernel.lunar ] ; then + message "${PROBLEM_COLOR}Bailing out, ${DEFAULT_COLOR}Lunar (or theedge) code version too old" + message "${PROBLEM_COLOR}Update core ${MODULE_COLOR}(lin lunar or lin theedge)${DEFAULT_COLOR} to install this kernel" + exit 1 +fi + +mk_source_dir $SOURCE_DIRECTORY +rm -f /usr/src/linux +ln -sf $SOURCE_DIRECTORY /usr/src/linux +cd $SOURCE_DIRECTORY + +# Check wether we're running an up-to-date tar +if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then + tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \ + --no-same-permissions --strip-components=1 +else + message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module" + exit 1 +fi + +# if we have an EXTRA patch, apply it +if [ -n "${SOURCE2}" ]; then + patch_it ${SOURCE2} 1 +fi + +if [ -f $CONFIG_CACHE/.config.2.6.rc ]; then + cp $CONFIG_CACHE/.config.2.6.rc $SOURCE_DIRECTORY/.config; +elif [ -f $CONFIG_CACHE/.config.beta ]; then + cp $CONFIG_CACHE/.config.beta $SOURCE_DIRECTORY/.config; +fi From elangelo at lunar-linux.org Fri Dec 4 02:30:27 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:27 -0000 Subject: [Lunar-commits] mplayer: svn Message-ID: <20091204013025.C4EA39B236@doppio.foo-projects.org> commit f2adb09e9978fa6d0e16aac8029f42075ae20b90 Author: Samuel Verstraete Date: Thu May 14 20:10:58 2009 +0200 mplayer: svn --- zbeta/mplayer/BUILD | 48 +++++++++++++++++++++++++++++++++++++++++ zbeta/mplayer/CONFIGURE | 3 ++ zbeta/mplayer/DEPENDS | 18 +++++++++++++++ zbeta/mplayer/DETAILS | 51 ++++++++++++++++++++++++++++++++++++++++++++ zbeta/mplayer/POST_INSTALL | 1 + zbeta/mplayer/PRE_BUILD | 13 +++++++++++ 6 files changed, 134 insertions(+), 0 deletions(-) diff --git a/zbeta/mplayer/BUILD b/zbeta/mplayer/BUILD new file mode 100644 index 0000000..8863686 --- /dev/null +++ b/zbeta/mplayer/BUILD @@ -0,0 +1,48 @@ +( + +#patch_it $SOURCE7 0 && +#patch_it $SOURCE8 0 && +#patch_it $SOURCE9 0 && +#patch_it $SOURCE10 0 && + + # using CFLAGS other than MPlayers autodetected will break + bad_flags compiler + + if [ $MENCODER == "n" ] ; then + OPTS=$OPTS" --disable-mencoder" + fi + + if [ $OSD == "y" ] ; then + OPTS=$OPTS" --enable-menu" + fi + + cd $SOURCE_DIRECTORY && + + ./configure --prefix=/usr \ + --confdir=/etc \ + --mandir=/usr/share/man \ + --codecsdir=/usr/lib/win32 \ + --enable-linux-devfs \ + --enable-largefiles \ + --confdir=/etc/mplayer \ + --datadir=/usr/share/mplayer \ + $OPTS && + + default_make && + + gather_docs etc/* && + install -d /usr/share/mplayer/Skin && + install -d /etc/mplayer && + install -m644 etc/codecs.conf /usr/share/mplayer/ && + install -m644 etc/example.conf /etc/mplayer/mplayer.conf && + install -m644 etc/input.conf /etc/mplayer/ && + + cp -a Skin/Blue /usr/share/mplayer/Skin/ && + ln -sf /usr/share/mplayer/Skin/Blue /usr/share/mplayer/Skin/default && + + cp -a fonts /usr/share/mplayer/ && + rm -rf /usr/share/mplayer/font && + ln -sf fonts/font-arial-iso-8859-1/font-arial-18-iso-8859-1 /usr/share/mplayer/font + +) > $C_FIFO 2>&1 + diff --git a/zbeta/mplayer/CONFIGURE b/zbeta/mplayer/CONFIGURE new file mode 100644 index 0000000..af43a19 --- /dev/null +++ b/zbeta/mplayer/CONFIGURE @@ -0,0 +1,3 @@ +mquery MENCODER "Enable building of MEncoder ?" y +mquery OSD "Enable OSD support? " y + diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS new file mode 100644 index 0000000..12f3e07 --- /dev/null +++ b/zbeta/mplayer/DEPENDS @@ -0,0 +1,18 @@ +depends freetype2 +depends unzip +depends MPlayer-essentials +optional_depends libdvdread "" "" "To read DVDs" +optional_depends SDL "--enable-sdl" "" "to use SDL to output video signal" +optional_depends alsa-utils "" "" "for ALSA sound support" +optional_depends libvorbis "" "" "to use ogg audio format" +optional_depends libmatroska "" "" "for matroska audio/video container format support" +optional_depends faad "" "" "for external FAAD2 (MPA/AAC) support" +optional_depends libtheora "--enable-theora" "--disable-theora" "for OGG/Theora Video Playback" +optional_depends libXvMC "--enable-xvmc --with-xvmclib=XvMCW" "" "for hardware XvMC acceleration" +optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui support" +optional_depends MPlayer-all "" "" "to install more foreign codecs" +optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" +optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" +optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" +optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" + diff --git a/zbeta/mplayer/DETAILS b/zbeta/mplayer/DETAILS new file mode 100644 index 0000000..399d76a --- /dev/null +++ b/zbeta/mplayer/DETAILS @@ -0,0 +1,51 @@ + MODULE=mplayer + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE2=font-arial-iso-8859-1.tar.bz2 + SOURCE3=font-arial-iso-8859-2.tar.bz2 + SOURCE4=font-arial-cp1250.tar.bz2 + SOURCE5=font-arial-iso-8859-7.tar.bz2 + SOURCE6=Blue-1.7.tar.bz2 + #SOURCE7=stream_cddb_fix_20080120.diff + ##SOURCE8=url_fix_20080120.diff + #SOURCE9=demux_mov_fix_20080129.diff + #SOURCE10=demux_audio_fix_20080129.diff + SOURCE_URL[0]=svn://svn.mplayerhq.hu/$MODULE/trunk:$MODULE + SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + #SOURCE7_URL=http://www.mplayerhq.hu/MPlayer/patches/ + #SOURCE8_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE9_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE10_URL=http://www.mplayerhq.hu/MPlayer/patches/ + SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 + SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 + SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 + SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d + SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 + # SOURCE7_VFY=sha1:8d901c7a88fa120ed26492e741e1ae0fbe57e12d + # SOURCE8_VFY=sha1:1e92ded6f27bf07601fa318e24ec468fe225ffe5 + # SOURCE9_VFY=sha1:a17d82baff58e8cc569365341503273956fd26c8 + # SOURCE10_VFY=sha1:e25ba7d8d696d9c6365f105134ba723404adb4e1 + WEB_SITE=http://www.mplayerhq.hu + ENTERED=20010922 + UPDATED=20080409 + PSAFE=no + SHORT="A movie and animation player" + +cat << EOF +MPlayer is a movie and animation player based on the 0.90pre5 version of +MPEGplayer and the Avifile library. It uses mpeg2dec/libmpeg2 for MPEG +decoding. The supported file formats are: MPEG 1/2 (MPG, DAT, BIN, VOB) +and AVI (Mpeg/PCM/AC3/DivX/MS-ADPCM/aLaw audio and MPEG4/DivX/Indeo/CVID +video codecs). It supports hardware YUV colorspace conversion and +scaling via mga_vid/syncfb devices or the X11 Xv extension. +EOF + diff --git a/zbeta/mplayer/POST_INSTALL b/zbeta/mplayer/POST_INSTALL new file mode 100644 index 0000000..410fa55 --- /dev/null +++ b/zbeta/mplayer/POST_INSTALL @@ -0,0 +1 @@ +if module_installed mplayerplug-in; then lin -c mplayerplug-in; fi diff --git a/zbeta/mplayer/PRE_BUILD b/zbeta/mplayer/PRE_BUILD new file mode 100644 index 0000000..fdb9a44 --- /dev/null +++ b/zbeta/mplayer/PRE_BUILD @@ -0,0 +1,13 @@ +default_pre_build && + +mkdir $SOURCE_DIRECTORY/Skin && +cd $SOURCE_DIRECTORY/Skin && +unpack $SOURCE6 && + +mkdir $SOURCE_DIRECTORY/fonts && +cd $SOURCE_DIRECTORY/fonts && +unpack $SOURCE2 && +unpack $SOURCE3 && +unpack $SOURCE4 && +unpack $SOURCE5 + From samuel.verstraete at gmail.com Fri Dec 4 02:30:27 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Fri, 04 Dec 2009 01:30:27 -0000 Subject: [Lunar-commits] xbmc: new stuff Message-ID: <20091204013026.11D3C9B2FA@doppio.foo-projects.org> commit f9b9a4955a2f2f946ed285d7538155899cdc87ae Author: samuel verstraete Date: Sun May 17 11:25:28 2009 +0200 xbmc: new stuff --- video/xbmc/DEPENDS | 9 +++++++++ video/xbmc/DETAILS | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/video/xbmc/DEPENDS b/video/xbmc/DEPENDS new file mode 100644 index 0000000..2a236d7 --- /dev/null +++ b/video/xbmc/DEPENDS @@ -0,0 +1,9 @@ +depends glew +depends fribidi +depends mysql +depends lzo +depends libcdio +depends SDL +depends SDL_image +depends SDL_mixer +depends enca diff --git a/video/xbmc/DETAILS b/video/xbmc/DETAILS new file mode 100644 index 0000000..3d5e7e9 --- /dev/null +++ b/video/xbmc/DETAILS @@ -0,0 +1,16 @@ +#http://heanet.dl.sourceforge.net/sourceforge/xbmc/XBMC_9.04_Babylon-linux-osx-win32.tar.bz2 +MODULE=xbmc +VERSION=9.04 +SOURCE=XBMC_${VERSION}_Babylon-linux-osx-win32.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/XBMC_9.04_Babylon-linux-osx-win32 +SOURCE_URL=$SFORGE_URL/$MODULE +SOURCE_VFY=sha1:097db32fa4ae4ced0c8d101195d040a81a6ca105 +ENTERED=20090517 +UPDATED=20090517 +SHORT="XBMC" + +cat << EOF +XBMC + +EOF + From samuel.verstraete at gmail.com Fri Dec 4 02:30:27 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Fri, 04 Dec 2009 01:30:27 -0000 Subject: [Lunar-commits] ristretto: updated build Message-ID: <20091204013025.DC4D89B2F6@doppio.foo-projects.org> commit 73bf6a48f791434c182696b12c60685b1b5888f9 Author: samuel verstraete Date: Sat May 16 08:23:59 2009 +0200 ristretto: updated build --- xfce4/apps/ristretto/BUILD | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/xfce4/apps/ristretto/BUILD b/xfce4/apps/ristretto/BUILD index 1776fd6..15f96e8 100644 --- a/xfce4/apps/ristretto/BUILD +++ b/xfce4/apps/ristretto/BUILD @@ -4,6 +4,10 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_build + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Fri Dec 4 02:30:28 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:28 -0000 Subject: [Lunar-commits] linux-2.6-rc: 30-rc7 Message-ID: <20091204013026.2B7979B2EB@doppio.foo-projects.org> commit 14bda61531a54a714726e470a3f2d1a29dd8f7aa Author: Samuel Verstraete Date: Mon May 25 08:29:09 2009 +0200 linux-2.6-rc: 30-rc7 --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 96da935..3e3be95 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.30-rc5 + VERSION=2.6.30-rc7 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:de7e6706b9198dc46be48bf46f051d3b30dd4c76 + SOURCE_VFY=sha1:12b781e4cee59f5cb2450197186cafcc997daab6 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090512 + UPDATED=20090525 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at lunar-linux.org Fri Dec 4 02:30:28 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:28 -0000 Subject: [Lunar-commits] vde2: virtual distributed network Message-ID: <20091204013026.41DE59B300@doppio.foo-projects.org> commit 93095b80f876846bac19cd36adf1ac3b8d9f157c Author: Samuel Verstraete Date: Mon May 25 09:02:24 2009 +0200 vde2: virtual distributed network --- devel/vde2/DETAILS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/devel/vde2/DETAILS b/devel/vde2/DETAILS new file mode 100644 index 0000000..9b37ed0 --- /dev/null +++ b/devel/vde2/DETAILS @@ -0,0 +1,15 @@ + MODULE=vde2 + VERSION=2.2.2 + SOURCE=${MODULE}-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/vde + SOURCE_VFY=sha1:979efc41dd5d0c41f54929159031361e961c6b80 + WEB_SITE=http://kvm.qumranet.com/kvmwiki + ENTERED=20090525 + UPDATED=20090525 + SHORT="virtual distributed ethernet" + +cat << EOF +VDE: Virtual Distributed Ethernet. It creates the abstraction of a +virtual ethernet: a single vde can be accessed by virtual and real +computers +EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:28 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:28 -0000 Subject: [Lunar-commits] linux-2.6-rc Message-ID: <20091204013026.7AE419B2FB@doppio.foo-projects.org> commit 77be9012a26c3ffc98c497fcac3c02e2e22ae488 Author: Samuel Verstraete Date: Sun Jun 7 12:41:13 2009 +0200 linux-2.6-rc --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 3e3be95..337f984 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.30-rc7 + VERSION=2.6.30-rc8 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:12b781e4cee59f5cb2450197186cafcc997daab6 + SOURCE_VFY=sha1:bf9c2e93fb584375eba2c17c8255070d38bc5ca9 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090525 + UPDATED=20090604 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at lunar-linux.org Fri Dec 4 02:30:28 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:28 -0000 Subject: [Lunar-commits] tumbler: xfce4 stuff Message-ID: <20091204013026.9BE4C9B204@doppio.foo-projects.org> commit 095b72e2f4aede7eab4cdd968c885d9f4ddd374d Author: Samuel Verstraete Date: Mon Jun 8 20:14:06 2009 +0200 tumbler: xfce4 stuff --- xfce4/core/tumbler/BUILD | 9 +++++++++ xfce4/core/tumbler/DETAILS | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/xfce4/core/tumbler/BUILD b/xfce4/core/tumbler/BUILD new file mode 100644 index 0000000..a086dca --- /dev/null +++ b/xfce4/core/tumbler/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/tumbler/DETAILS b/xfce4/core/tumbler/DETAILS new file mode 100644 index 0000000..8860e56 --- /dev/null +++ b/xfce4/core/tumbler/DETAILS @@ -0,0 +1,16 @@ + MODULE=tumbler + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git://git.xfce.org/jannis/$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto + ENTERED=20090607 + UPDATED=20090607 + PSAFE=no + SHORT="thumbnailing service" + +cat << EOF +A D-Bus thumbnailing service based on the thumbnail management D-Bus +specification +EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:28 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:28 -0000 Subject: [Lunar-commits] gedit: GEdit Text Editor in desktop file Message-ID: <20091204013026.AEA109B2F0@doppio.foo-projects.org> commit 412f8c3315ad0e5c1cf9aae8bba0d201e3b17b10 Author: Samuel Verstraete Date: Mon Jun 8 21:05:59 2009 +0200 gedit: GEdit Text Editor in desktop file --- gnome2/desktop/gedit/BUILD | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gnome2/desktop/gedit/BUILD b/gnome2/desktop/gedit/BUILD index 5d34717..84ec0e3 100644 --- a/gnome2/desktop/gedit/BUILD +++ b/gnome2/desktop/gedit/BUILD @@ -1,5 +1,9 @@ ( + sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in && + sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in.in && + + ./configure --prefix=${GNOME210_PREFIX:-/usr} \ --build=$BUILD \ --sysconfdir=/etc \ From elangelo at lunar-linux.org Fri Dec 4 02:30:28 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:28 -0000 Subject: [Lunar-commits] buildbot: new module Message-ID: <20091204013027.01D1A9B231@doppio.foo-projects.org> commit 68c7c2268fe879ac1e9189dcb6be7c65dfd3f2ed Author: Samuel Verstraete Date: Sun Jun 21 10:25:54 2009 +0200 buildbot: new module --- devel/buildbot/BUILD | 4 ++++ devel/buildbot/DEPENDS | 1 + devel/buildbot/DETAILS | 13 +++++++++++++ 3 files changed, 18 insertions(+), 0 deletions(-) diff --git a/devel/buildbot/BUILD b/devel/buildbot/BUILD new file mode 100644 index 0000000..3d6b04e --- /dev/null +++ b/devel/buildbot/BUILD @@ -0,0 +1,4 @@ +( + prepare_install && + python ./setup.py install +) > $C_FIFO 2>&1 diff --git a/devel/buildbot/DEPENDS b/devel/buildbot/DEPENDS new file mode 100644 index 0000000..2f6cf73 --- /dev/null +++ b/devel/buildbot/DEPENDS @@ -0,0 +1 @@ +depends Twisted diff --git a/devel/buildbot/DETAILS b/devel/buildbot/DETAILS new file mode 100644 index 0000000..373236d --- /dev/null +++ b/devel/buildbot/DETAILS @@ -0,0 +1,13 @@ + MODULE=buildbot + VERSION=0.7.10p1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:799bf66cf4d6f8b9f94c0b167ac14b1198afdb7d + ENTERED=20090616 + UPDATED=20090616 + SHORT="buildbot" + +cat< libaio: depedency of multipath-tools Message-ID: <20091204013027.4152E9B2F8@doppio.foo-projects.org> commit 199ef5b83566fbb54a1e005ba51b51cf353611c4 Author: Samuel Verstraete Date: Sun Jun 21 10:35:41 2009 +0200 libaio: depedency of multipath-tools --- libs/libaio/DETAILS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/libs/libaio/DETAILS b/libs/libaio/DETAILS new file mode 100644 index 0000000..e34ffd7 --- /dev/null +++ b/libs/libaio/DETAILS @@ -0,0 +1,13 @@ + MODULE=libaio + VERSION=0.3.107 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://mirror.internode.on.net/pub/gentoo-portage/distfiles/ + SOURCE_VFY=sha1:769a541744448a6dfc3fd3a3e335afe7aa77ca8e + WEB_SITE=http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/ + ENTERED=20090611 + UPDATED=20090611 + SHORT="libaio" + +cat << EOF +libaio +EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:29 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:29 -0000 Subject: [Lunar-commits] multipath-tools: mount lvm qemu modules Message-ID: <20091204013027.276479B2F5@doppio.foo-projects.org> commit 688ac75c3c70fa368ba1b01d89375843face89ef Author: Samuel Verstraete Date: Sun Jun 21 10:34:10 2009 +0200 multipath-tools: mount lvm qemu modules --- filesys/multipath-tools/DEPENDS | 1 + filesys/multipath-tools/DETAILS | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/filesys/multipath-tools/DEPENDS b/filesys/multipath-tools/DEPENDS new file mode 100644 index 0000000..2a67d02 --- /dev/null +++ b/filesys/multipath-tools/DEPENDS @@ -0,0 +1 @@ +depends libaio diff --git a/filesys/multipath-tools/DETAILS b/filesys/multipath-tools/DETAILS new file mode 100644 index 0000000..3971e24 --- /dev/null +++ b/filesys/multipath-tools/DETAILS @@ -0,0 +1,14 @@ + MODULE=multipath-tools + VERSION=0.4.8 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://christophe.varoqui.free.fr/multipath-tools + SOURCE_VFY=sha1:aadc7c7ed072c3df2e32c64a2ab1ba7fac850d7a + WEB_SITE=http://christophe.varoqui.free.fr + PSAFE=no + ENTERED=20090611 + UPDATED=20090611 + SHORT="multipath-tools" + +cat << EOF +multipath-tools +EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:29 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:29 -0000 Subject: [Lunar-commits] multipath-tools: kpartx Message-ID: <20091204013027.717E29B236@doppio.foo-projects.org> commit fa9df8fc681e1ed4e314e416c22d8576fe9430d5 Author: Samuel Verstraete Date: Sun Jun 21 10:36:08 2009 +0200 multipath-tools: kpartx --- filesys/multipath-tools/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/filesys/multipath-tools/DETAILS b/filesys/multipath-tools/DETAILS index 3971e24..08d0f1a 100644 --- a/filesys/multipath-tools/DETAILS +++ b/filesys/multipath-tools/DETAILS @@ -10,5 +10,5 @@ SHORT="multipath-tools" cat << EOF -multipath-tools +multipath-tools: kpartx EOF From elangelo at xfce.org Fri Dec 4 02:30:29 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:29 -0000 Subject: [Lunar-commits] consonance > pragha xfce4-power-manager 0.8.0 Message-ID: <20091204013027.959329B2F4@doppio.foo-projects.org> commit 258e4f659febdb8c37f24ac48937749021d4b0b8 Author: Samuel Verstraete Date: Mon Jun 29 20:21:34 2009 +0200 consonance > pragha xfce4-power-manager 0.8.0 --- audio/consonance/DEPENDS | 5 ----- audio/consonance/DETAILS | 20 -------------------- audio/pragha/DEPENDS | 7 +++++++ audio/pragha/DETAILS | 19 +++++++++++++++++++ xfce4/goodies/xfce4-power-manager/DETAILS | 6 +++--- 5 files changed, 29 insertions(+), 28 deletions(-) diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS deleted file mode 100644 index bbf0b39..0000000 --- a/audio/consonance/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends libmad -depends libogg -depends flac -depends libsndfile -depends libnotify diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS deleted file mode 100644 index 4a9ec1b..0000000 --- a/audio/consonance/DETAILS +++ /dev/null @@ -1,20 +0,0 @@ - MODULE=consonance - #VERSION="svn-`date +%Y%U`" - VERSION=0.5.1 - #SOURCE=$MODULE.tar.bz2 - SOURCE=$MODULE-$VERSION.tar.gz -#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=$SFORGE_URL/$MODULE -# SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance - WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:af3667cf43f5f2eedeac94454f1e5b9de68b5155 - ENTERED=20080805 - #UPDATED=20090307 - UPDATED=20090512 - PSAFE=no - SHORT="lightweight music manager" - -cat << EOF -Consonance is a lightweight GTK+ music manager that aims to be fast, -bloat-free, and light on memory consumption. -EOF diff --git a/audio/pragha/DEPENDS b/audio/pragha/DEPENDS new file mode 100644 index 0000000..2ca8472 --- /dev/null +++ b/audio/pragha/DEPENDS @@ -0,0 +1,7 @@ +depends libmad +depends libogg +depends flac +depends libsndfile +depends libnotify +depends taglib +depends libmodplug diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS new file mode 100644 index 0000000..da507a5 --- /dev/null +++ b/audio/pragha/DETAILS @@ -0,0 +1,19 @@ + MODULE=pragha + #VERSION="svn-`date +%Y%U`" + VERSION=0.6.1 + #SOURCE=$MODULE.tar.bz2 + SOURCE=$MODULE-$VERSION.tar.bz2 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http://dissonance.googlecode.com/files/ +# SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance + WEB_SITE=http://consonance.sourceforge.net/ + SOURCE_VFY=sha1:86ff63f1c57fd457bb7163c1d3cc285d5e2ace2b + ENTERED=20090627 + #UPDATED=20090307 + UPDATED=20090627 + SHORT="lightweight music manager" + +cat << EOF +Consonance is a lightweight GTK+ music manager that aims to be fast, +bloat-free, and light on memory consumption. +EOF diff --git a/xfce4/goodies/xfce4-power-manager/DETAILS b/xfce4/goodies/xfce4-power-manager/DETAILS index 1de7847..f7174ef 100644 --- a/xfce4/goodies/xfce4-power-manager/DETAILS +++ b/xfce4/goodies/xfce4-power-manager/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-power-manager - VERSION=0.6.5 + VERSION=0.8.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:c44a3106d17816cec2ce0be970d9ac2331c80a75 + SOURCE_VFY=sha1:51012fdf09c3fbf94cf73489915f96838abb15e0 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20090307 - UPDATED=20090405 + UPDATED=20090628 SHORT="A power manager Xfce" cat << EOF From elangelo at xfce.org Fri Dec 4 02:30:30 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:30 -0000 Subject: [Lunar-commits] linux-2.6-rc Message-ID: <20091204013027.BFE029B2FF@doppio.foo-projects.org> commit b3e251e2ff1c811e14350e9cd098261d411d43e9 Author: Samuel Verstraete Date: Fri Jul 17 19:43:43 2009 +0200 linux-2.6-rc --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 337f984..e15adc3 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.30-rc8 + VERSION=2.6.31-rc1 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:bf9c2e93fb584375eba2c17c8255070d38bc5ca9 + SOURCE_VFY=sha1:61293da307f09aa84022d49fca3769ce7ce37c4d WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090604 + UPDATED=20090715 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at xfce.org Fri Dec 4 02:30:30 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:30 -0000 Subject: [Lunar-commits] new stuff Message-ID: <20091204013027.EACB49B301@doppio.foo-projects.org> commit e3c23abe8dbed7383a28ed049dece399e7d8e28b Author: Samuel Verstraete Date: Fri Jul 17 19:44:17 2009 +0200 new stuff --- devel/gtksourcecompletion/DETAILS | 17 +++++++++++++++++ devel/vtg/DETAILS | 12 ++++++++++++ graphics/rawstudio/DETAILS | 12 ++++++++++++ 3 files changed, 41 insertions(+), 0 deletions(-) diff --git a/devel/gtksourcecompletion/DETAILS b/devel/gtksourcecompletion/DETAILS new file mode 100644 index 0000000..96b8c4d --- /dev/null +++ b/devel/gtksourcecompletion/DETAILS @@ -0,0 +1,17 @@ +MODULE=gtksourcecompletion +VERSION=0.7.0 +SOURCE=$MODULE-$VERSION.tar.gz +#SOURCE_URL=http://cloud.github.com/downloads/chuchiperriman/gtksourcecompletion +SOURCE_URL=$SFORGE_URL/gtksourcecomple +WEBSITE=http://gtksourcecomple.sourceforge.net +ENTERED=20090628 +UPDATED=20090628 +SHORT="library to add autocompletion and calltips support to gtksourceview" +cat << EOF +GtkSourceCompletion is a library to add (auto)completion and calltips +support to GtkSourceView. The library manages all events, the popup +position etc. but it doesn't complete anything, it is the base library. +You can develop providers for GtkSourceCompletion and the library will +use it to show all the proposals, the information for every proposal +etc. +EOF diff --git a/devel/vtg/DETAILS b/devel/vtg/DETAILS new file mode 100644 index 0000000..6906c0c --- /dev/null +++ b/devel/vtg/DETAILS @@ -0,0 +1,12 @@ +MODULE=vtg +VERSION=0.4.1 +SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_URL=http://vtg.googlecode.com/files/ +WEBSITE=http://vtg.googlecode.com +ENTERED=20090628 +UPDATED=20090628 +SHORT="Vala Toys for gEdit" +cat << EOF +Experimental collection of plugins for gEdit to make it a better +programmer editor for the Vala language +EOF diff --git a/graphics/rawstudio/DETAILS b/graphics/rawstudio/DETAILS new file mode 100644 index 0000000..ccd2c37 --- /dev/null +++ b/graphics/rawstudio/DETAILS @@ -0,0 +1,12 @@ + MODULE=rawstudio + VERSION=1.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://rawstudio.org/download/ + SOURCE_VFY=sha1:9ce96c40e0b8feaf4627c14310646782578d4da1 + WEB_SITE=http://rawstudio.org + ENTERED=20090713 + UPDATED=20090713 + SHORT="" + +cat << EOF +EOF From samuel.verstraete at gmail.com Fri Dec 4 02:30:30 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:30 -0000 Subject: [Lunar-commits] pragha stuff Message-ID: <20091204013028.3257F9B2F2@doppio.foo-projects.org> commit 5644c871dfd4455e0e9c38035e3c9c82d87161ca Author: Samuel Date: Thu Jul 30 18:45:02 2009 +0200 pragha stuff --- audio/pragha/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS index da507a5..185f231 100644 --- a/audio/pragha/DETAILS +++ b/audio/pragha/DETAILS @@ -1,16 +1,15 @@ MODULE=pragha #VERSION="svn-`date +%Y%U`" - VERSION=0.6.1 + VERSION=0.6.2 #SOURCE=$MODULE.tar.bz2 SOURCE=$MODULE-$VERSION.tar.bz2 #SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=http://dissonance.googlecode.com/files/ # SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:86ff63f1c57fd457bb7163c1d3cc285d5e2ace2b + SOURCE_VFY=sha1:3f3c03d49542ff086eb9eaa6ae7c8331df4786bb ENTERED=20090627 - #UPDATED=20090307 - UPDATED=20090627 + UPDATED=20090702 SHORT="lightweight music manager" cat << EOF From elangelo at xfce.org Fri Dec 4 02:30:30 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:30 -0000 Subject: [Lunar-commits] stuff Message-ID: <20091204013028.112709B2F6@doppio.foo-projects.org> commit 58bc8580195879f96e6d0bb290c0dc2800a35a95 Author: Samuel Verstraete Date: Fri Jul 24 16:38:29 2009 +0200 stuff --- kernel/linux-2.6-rc/DETAILS | 6 +++--- xfce4/apps/mousepad/BUILD | 2 +- xorg7/xorg-server/BUILD | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index e15adc3..d5cb878 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc1 + VERSION=2.6.31-rc4 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:61293da307f09aa84022d49fca3769ce7ce37c4d + SOURCE_VFY=sha1:55efea713fa01fdd6acbadd6f4b4dd4f3547b3e9 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090715 + UPDATED=20090724 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD index 33863eb..e8dc8a0 100644 --- a/xfce4/apps/mousepad/BUILD +++ b/xfce4/apps/mousepad/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_cvs_build && +# default_cvs_build && ./configure --build=$BUILD \ --prefix=${MODULE_PREFIX} \ diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 81f2963..6b4e2af 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -13,6 +13,7 @@ fi && OPTS+=" --enable-composite --enable-aiglx \ + --enable-install-libxf86config \ --with-dri-driver-path=${MODULE_PREFIX}/lib/dri" && default_build From elangelo at xfce.org Fri Dec 4 02:30:30 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:30 -0000 Subject: [Lunar-commits] libxfce4ui: graphic lib for xfce Message-ID: <20091204013028.489009B2FC@doppio.foo-projects.org> commit 2714ea31438e2802b18743e2dfd36caa3e0f6c22 Author: Samuel Verstraete Date: Fri Jul 31 08:31:02 2009 +0200 libxfce4ui: graphic lib for xfce --- xfce4/core/libxfce4ui/BUILD | 14 ++++++++++++++ xfce4/core/libxfce4ui/DETAILS | 15 +++++++++++++++ 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/libxfce4ui/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4ui/DETAILS b/xfce4/core/libxfce4ui/DETAILS new file mode 100644 index 0000000..777973f --- /dev/null +++ b/xfce4/core/libxfce4ui/DETAILS @@ -0,0 +1,15 @@ + MODULE=libxfce4ui + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20030715 + UPDATED=20071207 + SHORT="Widget library for Xfce4" + +cat << EOF +libxfcegui4 -- Library that provides extra widgets and graphical user +interface functions to the Xfce4 desktop environment. +EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:31 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:31 -0000 Subject: [Lunar-commits] gcc: 4.4.1 Message-ID: <20091204013028.9530B9B2EB@doppio.foo-projects.org> commit ac302f87b65f4f363dd34afa7cdcd2d32d63968c Author: Samuel Verstraete Date: Wed Aug 5 14:45:34 2009 +0200 gcc: 4.4.1 --- compilers/gcc/BUILD | 15 ++++++--------- compilers/gcc/BUILD.x86_64 | 13 +++++-------- compilers/gcc/CONFIGURE | 12 ++++++------ compilers/gcc/DEPENDS | 3 ++- compilers/gcc/DETAILS | 6 +++--- compilers/gcc/POST_INSTALL | 14 ++++---------- 6 files changed, 26 insertions(+), 37 deletions(-) diff --git a/compilers/gcc/BUILD b/compilers/gcc/BUILD index fe306a7..7fcc411 100644 --- a/compilers/gcc/BUILD +++ b/compilers/gcc/BUILD @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES="${LANGUAGES:=c++}" && + LANGUAGES="${LANGUAGES:=c++}" && - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi - - ../configure --host=$BUILD \ + ../configure --build=$BUILD \ + --host=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -25,7 +22,7 @@ --with-gnu-ld \ --with-system-zlib \ --enable-shared \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/BUILD.x86_64 b/compilers/gcc/BUILD.x86_64 index 34a04f7..6ed319d 100644 --- a/compilers/gcc/BUILD.x86_64 +++ b/compilers/gcc/BUILD.x86_64 @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES=${LANGUAGES:=c++} && - - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi + LANGUAGES=${LANGUAGES:=c++} && ../configure --host=$BUILD \ + --build=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -26,7 +23,7 @@ --with-system-zlib \ --enable-shared \ --disable-multilib \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/CONFIGURE b/compilers/gcc/CONFIGURE index 176efa1..79b186a 100644 --- a/compilers/gcc/CONFIGURE +++ b/compilers/gcc/CONFIGURE @@ -9,12 +9,13 @@ if [ -n "$RECONFIGURE" ] ; then OPTIONS=( "java" "Java" "off" "objc" "Objective C" "off" + "fortran" "Fortran" "off" ) - RESULT=`dialog --title "Select additional compiler languages" \ - --stdout \ - --separate-output \ - --checklist "Available additional languages:" \ - 0 0 0 \ + RESULT=`dialog --title "Select additional compiler languages" \ + --stdout \ + --separate-output \ + --checklist "Available additional languages:" \ + 0 0 0 \ "${OPTIONS[@]}"` LANGUAGES="c++,$(echo $RESULT | sed 's/ /,/g')" @@ -29,4 +30,3 @@ if [ -n "$RECONFIGURE" ] ; then fi fi - diff --git a/compilers/gcc/DEPENDS b/compilers/gcc/DEPENDS index 858cf14..ae64c3c 100644 --- a/compilers/gcc/DEPENDS +++ b/compilers/gcc/DEPENDS @@ -1 +1,2 @@ -optional_depends "mpfr" "" "" "to compile fortran support" +depends gmp +depends mpfr diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 91ae188..1174072 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -1,13 +1,13 @@ MODULE=gcc - VERSION=4.2.4 + VERSION=4.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION - SOURCE_VFY=sha1:bb20efc7750fe0d6172c5945572bf036fe59d3dd + SOURCE_VFY=sha1:9156ddb7e4cc72288ec31760d6ddc7981123a8a2 WEB_SITE=http://gcc.gnu.org ENTERED=20020628 - UPDATED=20080523 + UPDATED=20090801 PSAFE=no SHORT="GNU compiler collection" diff --git a/compilers/gcc/POST_INSTALL b/compilers/gcc/POST_INSTALL index c3e8185..6179464 100644 --- a/compilers/gcc/POST_INSTALL +++ b/compilers/gcc/POST_INSTALL @@ -1,14 +1,8 @@ -# allow seamless upgrade/downgrade from/to gcc <=> gcc3 -if module_installed gcc3 ; then - remove_module gcc3 -fi - -cd /usr/lib/gcc/$BUILD/$VERSION && -ln -sf /usr/bin/cpp cpp && -cd /lib/ && -ln -sf /usr/bin/cpp cpp && +cd /usr/lib/gcc/$BUILD/$VERSION && +ln -sf /usr/bin/cpp cpp && +cd /lib/ && +ln -sf /usr/bin/cpp cpp && if [ ! -e /usr/bin/cc ] ; then ln -s gcc /usr/bin/cc fi || true - From elangelo at xfce.org Fri Dec 4 02:30:31 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:31 -0000 Subject: [Lunar-commits] pragha: version bump Message-ID: <20091204013028.6A6BE9B303@doppio.foo-projects.org> commit 7dd76540ce4640b4c5722221e688c1dc619dc47e Author: Samuel Verstraete Date: Fri Jul 31 08:31:24 2009 +0200 pragha: version bump --- audio/pragha/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS index da507a5..d0a4008 100644 --- a/audio/pragha/DETAILS +++ b/audio/pragha/DETAILS @@ -1,16 +1,15 @@ MODULE=pragha #VERSION="svn-`date +%Y%U`" - VERSION=0.6.1 + VERSION=0.6.2.2 #SOURCE=$MODULE.tar.bz2 SOURCE=$MODULE-$VERSION.tar.bz2 #SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=http://dissonance.googlecode.com/files/ # SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:86ff63f1c57fd457bb7163c1d3cc285d5e2ace2b + SOURCE_VFY=sha1:7e9256d3f10ad22cc52ca32f5f5e1b989082f9a8 ENTERED=20090627 - #UPDATED=20090307 - UPDATED=20090627 + UPDATED=20090731 SHORT="lightweight music manager" cat << EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:31 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:31 -0000 Subject: [Lunar-commits] binutils: 2.19.1 Message-ID: <20091204013028.B7D079B2FB@doppio.foo-projects.org> commit ddc9a8ccbd1d50b95367bc1344dfe85f22235e22 Author: Samuel Verstraete Date: Wed Aug 5 14:49:15 2009 +0200 binutils: 2.19.1 --- devel/binutils/BUILD | 24 ++++++++---------------- devel/binutils/BUILD.sparc64 | 7 ++++--- devel/binutils/DETAILS | 16 +++++++--------- 3 files changed, 19 insertions(+), 28 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index b01a5de..3140e0e 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,21 +1,13 @@ ( -# patch_it $SOURCE_CACHE/$SOURCE2 0 && - - #Somehow I believe this might/should be logged as a bug to the glibc guys... -# sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ -# bfd/doc/Makefile.in && - -# aclocal && -# autoconf && - - OPTS+=" --host=$BUILD" && - default_config && - make tooldir=/usr && - prepare_install && - make tooldir=/usr install && - make tooldir=/usr install-info && - mkdir -p $DOCUMENT_DIRECTORY/binutils && + ./configure --host=$BUILD \ + --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils ) > $C_FIFO 2>&1 diff --git a/devel/binutils/BUILD.sparc64 b/devel/binutils/BUILD.sparc64 index f56658d..c5cabf7 100644 --- a/devel/binutils/BUILD.sparc64 +++ b/devel/binutils/BUILD.sparc64 @@ -4,9 +4,10 @@ sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ bfd/doc/Makefile.in && - ./configure --host=$BUILD \ - --target=sparc-linux \ - --prefix=/usr && + ./configure --host=$BUILD \ + --target=sparc-linux \ + --prefix=/usr && + make tooldir=/usr && prepare_install && make tooldir=/usr install && diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 4a49cab..120d5ac 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,16 +1,14 @@ MODULE=binutils - VERSION=2.19 + VERSION=2.19.1 SOURCE=$MODULE-$VERSION.tar.bz2 - #SOURCE2=binutils-2.18-makeinfo.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff - SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:88c91e36cde93433e4c4c2b2e3417777aad84526 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20090421 - SHORT="essential collection of binary utilities." + UPDATED=20090401 + PSAFE=no + SHORT="An essential collection of binary utilities" cat << EOF binutils - Collection of binary utilities From elangelo at lunar-linux.org Fri Dec 4 02:30:31 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:31 -0000 Subject: [Lunar-commits] glibc: something newer ! Message-ID: <20091204013028.E6E339B2FD@doppio.foo-projects.org> commit 15e35787f0c34c57ea8453c383823549684eafca Author: Samuel Verstraete Date: Wed Aug 5 14:50:12 2009 +0200 glibc: something newer ! --- libs/glibc/BUILD | 117 ++++++++++++++++++++++---------------------- libs/glibc/BUILD.x86_64 | 123 ++++++++++++++++++++++++----------------------- libs/glibc/CONFIGURE | 8 ++-- libs/glibc/DETAILS | 24 +++++----- libs/glibc/PRE_BUILD | 6 +- 5 files changed, 139 insertions(+), 139 deletions(-) diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD index 24f09d7..492fff8 100644 --- a/libs/glibc/BUILD +++ b/libs/glibc/BUILD @@ -1,72 +1,71 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + $OPTS && + # explicitly exit here since the following code unsets $? make || exit 1 && - + # Preserve the old glibc temporarily - LD=/lib/ld-linux.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - + LD=/lib/ld-linux.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + case "`arch`" in alpha) - GLIBC=/lib/libc.so.6.1 - DL=/lib/libdl.so.2.1 + GLIBC=/lib/libc.so.6.1 && + DL=/lib/libdl.so.2.1 && M=/lib/libm.so.6.1 ;; ppc) - LD=/lib/ld.so.1 + LD=/lib/ld.so.1 && DL=/lib/libdl.so.2 ;; *) DL=/lib/libdl.so.2 ;; - esac - + esac && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -77,7 +76,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -89,16 +88,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed rm -f /usr/include/gnu/stubs.h && - + # This removes the old glibc prepare_install && - + # And now we install the new make install && - + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -106,37 +105,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64 index c61b76c..6720b9e 100644 --- a/libs/glibc/BUILD.x86_64 +++ b/libs/glibc/BUILD.x86_64 @@ -1,60 +1,61 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --host=$BUILD \ - --build=$BUILD \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + --host=$BUILD \ + --build=$BUILD \ + $OPTS && + # explicitly exit here since the following code unsets $? - make || exit 1 - + make || exit 1 && + # Preserve the old glibc temporarily - LD=/lib/ld-linux-x86-64.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - DL=/lib/libdl.so.2 - + LD=/lib/ld-linux.so.2 && + LD=/lib/ld-linux-x86-64.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + + DL=/lib/libdl.so.2 && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -65,7 +66,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -77,16 +78,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed - rm -f /usr/include/gnu/stubs.h && - + rm -f /usr/include/gnu/stubs.h && + # This removes the old glibc - prepare_install && - + prepare_install && + # And now we install the new - make install && - + make install && + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -94,37 +95,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE index 9c9ee7f..f871d4c 100644 --- a/libs/glibc/CONFIGURE +++ b/libs/glibc/CONFIGURE @@ -14,9 +14,9 @@ unpack_localedata() { message "Extracting locale data .. this might take a second .." # Extract the localedata directory from the source tarball - tar -C /tmp \ - -T $FILELIST_FILE \ - --strip-components=1 \ + tar -C /tmp \ + -T $FILELIST_FILE \ + --strip-components=1 \ -xjf $SOURCE_CACHE/$SOURCE } @@ -58,7 +58,7 @@ select_locales() { BACKTITLE="Glibc Configuration" TITLE="Locale Selection" HELP="Translated messages are automatically installed, but the locale database that controls other behavior is not. Please select desired locale or locales. If none are selected then all will be installed." - make_locales_checklist | xargs \ + make_locales_checklist | xargs \ dialog --backtitle "$BACKTITLE" \ --title "$TITLE" \ --stdout \ diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index caa7873..164a9ea 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -1,20 +1,20 @@ MODULE=glibc - VERSION=2.7 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=2.10.1 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-libidn-$VERSION.tar.bz2 - SOURCE3=$MODULE-2.7-no_timezones.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL[0]=$GNU_URL/$MODULE/ - SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ + SOURCE3=$MODULE-$VERSION-no_timezones.patch + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE2_URL[0]=$GNU_URL/$MODULE + SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:ccc70e95db826e4b1fd3b484154402fdc3df88f7 - SOURCE2_VFY=sha1:2338cc9b5795f5e97a19aac6d7d00ab750e81ac3 - SOURCE3_VFY=sha1:b8cbd1725572600db0df32321a771ce0b11894c8 + SOURCE_VFY=sha1:e185b1faa54b734f9baba815142e9abf6c02054b + SOURCE2_VFY=sha1:50c1ac0d9ddff6eb83f75aa1c4cb84ba6fffa0cd + SOURCE3_VFY=sha1:9163df279f04efcc37a146115534e9fd0f9a19c5 WEB_SITE=http://www.gnu.org/software/libc ENTERED=20010922 - UPDATED=20071211 - SHORT="C library for use with GNU/Hurd and GNU/Linux." + UPDATED=20090518 + SHORT="C library for use with GNU/Hurd and GNU/Linux" PSAFE=no cat << EOF diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD index c418228..1daa4b3 100644 --- a/libs/glibc/PRE_BUILD +++ b/libs/glibc/PRE_BUILD @@ -1,4 +1,4 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && -unpack $SOURCE2 && +default_pre_build && +cd $SOURCE_DIRECTORY && +unpack $SOURCE2 && mv glibc-libidn-$VERSION libidn From elangelo at lunar-linux.org Fri Dec 4 02:30:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:32 -0000 Subject: [Lunar-commits] added the optimization thing Message-ID: <20091204013029.085809B302@doppio.foo-projects.org> commit d98fb3205cbcc4b6f2f2e6181cfe8f2ebe25c4b7 Author: Samuel Verstraete Date: Wed Aug 5 14:50:59 2009 +0200 added the optimization thing --- compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 526 ++++++++++++++++++++++++ 1 files changed, 526 insertions(+), 0 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin new file mode 100644 index 0000000..c6bab48 --- /dev/null +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -0,0 +1,526 @@ +# +# gcc-4.3.x compiler optimizations plugin +# + +plugin_compiler_gcc_4_4_optimize() +{ + if [ "${LUNAR_COMPILER:-GCC_4_4}" != "GCC_4_4" ]; then + return 2 + fi + + debug_msg "plugin_compiler_gcc_4_4_optimize($@)" + if [ -f /etc/lunar/local/optimizations.GCC_4_4 ]; then + . /etc/lunar/local/optimizations.GCC_4_4 + fi + + # some local macro's + cflags_add() + { + CFLAGS="$CFLAGS $@" + } + + cxxflags_add() + { + CXXFLAGS="$CXXFLAGS $@" + } + + cppflags_add() + { + CPPFLAGS="$CPPFLAGS $@" + } + + c_cxx_flags_add() + { + cflags_add $@ + cxxflags_add $@ + } + + # CFLAGS/CXXFLAGS - base optimization + case $BOPT in + None) c_cxx_flags_add "-O0" ;; + Small) c_cxx_flags_add "-Os" ;; + Fast) c_cxx_flags_add "-O1" ;; + Faster) c_cxx_flags_add "-O2" ;; + Fastest) c_cxx_flags_add "-O3" ;; + esac + + # CFLAGS -march cpu-specific optimization + if [ -n "$CPU" ]; then + c_cxx_flags_add "-march=$CPU" + fi + + # GCC specific extra optimizations + for SP in ${SPD[@]}; do + case $SP in + Speedy) c_cxx_flags_add "-funroll-loops" ;; + Regparm) c_cxx_flags_add "-mregparm=3" ;; + Risky) c_cxx_flags_add "-ffast-math" ;; + Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; + Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; + Profiling) + c_cxx_flags_add "-fprofile-arcs" + set_local_config "KEEP_SOURCE" "on" + ;; + Branching) c_cxx_flags_add "-fbranch-probabilities" ;; + Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; + Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; + Float) c_cxx_flags_add "-ffloat-store" ;; + Address) c_cxx_flags_add "-fforce-addr" ;; + Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; + Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; + Doubles) c_cxx_flags_add "-malign-double" ;; + Tracer) c_cxx_flags_add "-ftracer" ;; + Blocks) c_cxx_flags_add "-freorder-blocks" ;; + esac + done + + # STACK - kind of dangerous - shouldn't we just remove this? + if (( STACK > 0 )) ; then + c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" + cppflags_add "-mpreferred-stack-boundary=$STACK" + fi + + for XTR in ${XTRA[@]}; do + case $XTR in + MMX) c_cxx_flags_add "-mmmx" ;; + SSE) c_cxx_flags_add "-msse" ;; + SSE2) c_cxx_flags_add "-msse2" ;; + SSE3) c_cxx_flags_add "-msse3" ;; + dnow) c_cxx_flags_add "-m3dnow" ;; + Altivec) c_cxx_flags_add "-maltivec" ;; + esac + done + + case $FPM in + x387) c_cxx_flags_add "-mfpmath=387" ;; + SSE) c_cxx_flags_add "-mfpmath=sse" ;; + Both) c_cxx_flags_add "-mfpmath=sse,387" ;; + esac + + for OPT in ${CC_OPTS[@]}; do + case $OPT in + Deprecated) + cxxflags_add "-Wno-deprecated" + ;; + Debug) + c_cxx_flags_add "-g" + ;; + Pipe) + c_cxx_flags_add "-pipe" + ;; + esac + done + + CC=gcc + CXX=g++ + CPP=cpp + + export CFLAGS CXXFLAGS CPPFLAGS + export CC CXX CPP + + verbose_msg "CC=\"$CC\"" + verbose_msg "CXX=\"$CXX\"" + verbose_msg "CPP=\"$CPP\"" + verbose_msg "CFLAGS=\"$CFLAGS\"" + verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" + verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" + + return 2 +} + + +plugin_compiler_gcc_4_4_menu() +{ + # The main code calls this function WITHOUT $1 to find out which + # compiler optimization plugins exist. It then returns the plugin + # identifier which can be saved in $LUNAR_COMPILER as the user's + # choice for COMPILERS + if [ -z "$1" ]; then + echo "GCC_4_4" + echo "GNU C Compiler suite version 4.4.x" + return 2 + elif [ "$1" != "GCC_4_4" ]; then + # we don't display anything when the user selected a + # different menu + return 2 + fi + + # now we are done with determining if we are really the menu + # that the user wants - so we can display it + menu() + { + unset RESULT + if [ "$1" == "checklist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + elif [ "$1" == "radiolist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + fi + RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') + return 0 + } + + save_optimizations() + { + debug_msg "save_optimizations($@)" + cat >/etc/lunar/local/optimizations.GCC_4_4 < no gcc 4.2 plugin Message-ID: <20091204013029.466D39B2F9@doppio.foo-projects.org> commit bbf5400f634072167ec9f7a55a7ce38543fb73ad Author: Samuel Verstraete Date: Wed Aug 5 14:51:19 2009 +0200 no gcc 4.2 plugin --- compilers/gcc/plugin.d/optimize-gcc_4_2.plugin | 524 ------------------------ 1 files changed, 0 insertions(+), 524 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin deleted file mode 100644 index 8220ab2..0000000 --- a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin +++ /dev/null @@ -1,524 +0,0 @@ -# -# gcc-4.2.x compiler optimizations plugin -# - -plugin_compiler_gcc_4_2_optimize() -{ - if [ "${LUNAR_COMPILER:-GCC_4_2}" != "GCC_4_2" ]; then - return 2 - fi - - debug_msg "plugin_compiler_gcc_4_2_optimize($@)" - if [ -f /etc/lunar/local/optimizations.GCC_4_2 ]; then - . /etc/lunar/local/optimizations.GCC_4_2 - fi - - # some local macro's - cflags_add() - { - CFLAGS="$CFLAGS $@" - } - - cxxflags_add() - { - CXXFLAGS="$CXXFLAGS $@" - } - - cppflags_add() - { - CPPFLAGS="$CPPFLAGS $@" - } - - c_cxx_flags_add() - { - cflags_add $@ - cxxflags_add $@ - } - - # CFLAGS/CXXFLAGS - base optimization - case $BOPT in - None) c_cxx_flags_add "-O0" ;; - Small) c_cxx_flags_add "-Os" ;; - Fast) c_cxx_flags_add "-O1" ;; - Faster) c_cxx_flags_add "-O2" ;; - Fastest) c_cxx_flags_add "-O3" ;; - esac - - # CFLAGS -march cpu-specific optimization - if [ -n "$CPU" ]; then - c_cxx_flags_add "-march=$CPU" - fi - - # GCC specific extra optimizations - for SP in ${SPD[@]}; do - case $SP in - Speedy) c_cxx_flags_add "-funroll-loops" ;; - Regparm) c_cxx_flags_add "-mregparm=3" ;; - Risky) c_cxx_flags_add "-ffast-math" ;; - Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; - Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; - Profiling) - c_cxx_flags_add "-fprofile-arcs" - set_local_config "KEEP_SOURCE" "on" - ;; - Branching) c_cxx_flags_add "-fbranch-probabilities" ;; - Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; - Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; - Float) c_cxx_flags_add "-ffloat-store" ;; - Address) c_cxx_flags_add "-fforce-addr" ;; - Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; - Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; - Doubles) c_cxx_flags_add "-malign-double" ;; - Tracer) c_cxx_flags_add "-ftracer" ;; - Blocks) c_cxx_flags_add "-freorder-blocks" ;; - esac - done - - # STACK - kind of dangerous - shouldn't we just remove this? - if (( STACK > 0 )) ; then - c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" - cppflags_add "-mpreferred-stack-boundary=$STACK" - fi - - for XTR in ${XTRA[@]}; do - case $XTR in - MMX) c_cxx_flags_add "-mmmx" ;; - SSE) c_cxx_flags_add "-msse" ;; - SSE2) c_cxx_flags_add "-msse2" ;; - SSE3) c_cxx_flags_add "-msse3" ;; - dnow) c_cxx_flags_add "-m3dnow" ;; - Altivec) c_cxx_flags_add "-maltivec" ;; - esac - done - - case $FPM in - x387) c_cxx_flags_add "-mfpmath=387" ;; - SSE) c_cxx_flags_add "-mfpmath=sse" ;; - Both) c_cxx_flags_add "-mfpmath=sse,387" ;; - esac - - for OPT in ${CC_OPTS[@]}; do - case $OPT in - Deprecated) - cxxflags_add "-Wno-deprecated" - ;; - Debug) - c_cxx_flags_add "-g" - ;; - Pipe) - c_cxx_flags_add "-pipe" - ;; - esac - done - - CC=gcc - CXX=g++ - CPP=cpp - - export CFLAGS CXXFLAGS CPPFLAGS - export CC CXX CPP - - verbose_msg "CC=\"$CC\"" - verbose_msg "CXX=\"$CXX\"" - verbose_msg "CPP=\"$CPP\"" - verbose_msg "CFLAGS=\"$CFLAGS\"" - verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" - verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" - - return 2 -} - - -plugin_compiler_gcc_4_2_menu() -{ - # The main code calls this function WITHOUT $1 to find out which - # compiler optimization plugins exist. It then returns the plugin - # identifier which can be saved in $LUNAR_COMPILER as the user's - # choice for COMPILERS - if [ -z "$1" ]; then - echo "GCC_4_2" - echo "GNU C Compiler suite version 4.2.x" - return 2 - elif [ "$1" != "GCC_4_2" ]; then - # we don't display anything when the user selected a - # different menu - return 2 - fi - - # now we are done with determining if we are really the menu - # that the user wants - so we can display it - menu() - { - unset RESULT - if [ "$1" == "checklist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - elif [ "$1" == "radiolist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - fi - RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') - return 0 - } - - save_optimizations() - { - debug_msg "save_optimizations($@)" - cat >/etc/lunar/local/optimizations.GCC_4_2 < binutils: x86_64 Message-ID: <20091204013029.8D3D69B2F7@doppio.foo-projects.org> commit 673fdaaddf17a27965a230314422121bec160745 Author: Samuel Verstraete Date: Wed Aug 12 22:00:25 2009 +0200 binutils: x86_64 --- devel/binutils/BUILD.x86_64 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/devel/binutils/BUILD.x86_64 b/devel/binutils/BUILD.x86_64 new file mode 100644 index 0000000..23a6244 --- /dev/null +++ b/devel/binutils/BUILD.x86_64 @@ -0,0 +1,12 @@ +( + + ./configure --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && + cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils + +) > $C_FIFO 2>&1 From elangelo at xfce.org Fri Dec 4 02:30:32 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:32 -0000 Subject: [Lunar-commits] linux-2.6-rc: version Message-ID: <20091204013029.72B0D9B231@doppio.foo-projects.org> commit f3750a59bdaa9ac7dee3722b2746504a1271707d Author: Samuel Verstraete Date: Thu Aug 6 21:11:26 2009 +0200 linux-2.6-rc: version --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index d5cb878..5b27a73 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc4 + VERSION=2.6.31-rc5 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:55efea713fa01fdd6acbadd6f4b4dd4f3547b3e9 + SOURCE_VFY=sha1:01cb56b333d9dbc999bbafeb333911e3ee9d6910 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090724 + UPDATED=20090802 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at lunar-linux.org Fri Dec 4 02:30:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:32 -0000 Subject: [Lunar-commits] glibc: 2.10.1 Message-ID: <20091204013029.E17509B2F0@doppio.foo-projects.org> commit de0774f7d61a422292ca9a1a178a93c0429f7051 Author: Samuel Verstraete Date: Thu Aug 13 10:27:52 2009 +0200 glibc: 2.10.1 --- devel/vde2/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/devel/vde2/BUILD b/devel/vde2/BUILD new file mode 100644 index 0000000..c2abe8c --- /dev/null +++ b/devel/vde2/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Fri Dec 4 02:30:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:32 -0000 Subject: [Lunar-commits] vde2: fix for gcc 44 Message-ID: <20091204013029.AF6449B2FA@doppio.foo-projects.org> commit 9046851974287437f849d90db0e2bf94aaf629c3 Author: Samuel Verstraete Date: Thu Aug 13 10:24:53 2009 +0200 vde2: fix for gcc 44 --- devel/vde2/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/vde2/DETAILS b/devel/vde2/DETAILS index 38e15a2..3fdb7ea 100644 --- a/devel/vde2/DETAILS +++ b/devel/vde2/DETAILS @@ -1,19 +1,19 @@ MODULE=vde2 VERSION=2.2.2 SOURCE=${MODULE}-$VERSION.tar.gz + SOURCE2=vde-${VERSION}-gcc43.patch SOURCE_URL=$SFORGE_URL/vde + SOURCE2_URL=$PATCH_URL/ SOURCE_VFY=sha1:979efc41dd5d0c41f54929159031361e961c6b80 + SOURCE2_URL=sha1:cc22e018d5347cae34f430e2f6075b56c0c797d5 WEB_SITE=http://vde.sourceforge.net ENTERED=20090525 - UPDATED=20090525 + UPDATED=20090813 SHORT="virtual distributed ethernet" cat << EOF VDE: Virtual Distributed Ethernet. It creates the abstraction of a virtual ethernet: a single vde can be accessed by virtual and real computers -<<<<<<< HEAD:devel/vde2/DETAILS -======= more info: http://wiki.virtualsquare.org/index.php/VDE ->>>>>>> master:devel/vde2/DETAILS EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:33 -0000 Subject: [Lunar-commits] glibc: something newer ! Message-ID: <20091204013030.273F49B204@doppio.foo-projects.org> commit 986295314e14290bf73e02a8362c12b5ad8d1cf2 Author: Samuel Verstraete Date: Wed Aug 5 14:50:12 2009 +0200 glibc: something newer ! --- libs/glibc/BUILD | 117 ++++++++++++++++++++++---------------------- libs/glibc/BUILD.x86_64 | 123 ++++++++++++++++++++++++----------------------- libs/glibc/CONFIGURE | 8 ++-- libs/glibc/DETAILS | 24 +++++----- libs/glibc/PRE_BUILD | 6 +- 5 files changed, 139 insertions(+), 139 deletions(-) diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD index 24f09d7..492fff8 100644 --- a/libs/glibc/BUILD +++ b/libs/glibc/BUILD @@ -1,72 +1,71 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + $OPTS && + # explicitly exit here since the following code unsets $? make || exit 1 && - + # Preserve the old glibc temporarily - LD=/lib/ld-linux.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - + LD=/lib/ld-linux.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + case "`arch`" in alpha) - GLIBC=/lib/libc.so.6.1 - DL=/lib/libdl.so.2.1 + GLIBC=/lib/libc.so.6.1 && + DL=/lib/libdl.so.2.1 && M=/lib/libm.so.6.1 ;; ppc) - LD=/lib/ld.so.1 + LD=/lib/ld.so.1 && DL=/lib/libdl.so.2 ;; *) DL=/lib/libdl.so.2 ;; - esac - + esac && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -77,7 +76,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -89,16 +88,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed rm -f /usr/include/gnu/stubs.h && - + # This removes the old glibc prepare_install && - + # And now we install the new make install && - + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -106,37 +105,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64 index c61b76c..6720b9e 100644 --- a/libs/glibc/BUILD.x86_64 +++ b/libs/glibc/BUILD.x86_64 @@ -1,60 +1,61 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --host=$BUILD \ - --build=$BUILD \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + --host=$BUILD \ + --build=$BUILD \ + $OPTS && + # explicitly exit here since the following code unsets $? - make || exit 1 - + make || exit 1 && + # Preserve the old glibc temporarily - LD=/lib/ld-linux-x86-64.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - DL=/lib/libdl.so.2 - + LD=/lib/ld-linux.so.2 && + LD=/lib/ld-linux-x86-64.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + + DL=/lib/libdl.so.2 && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -65,7 +66,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -77,16 +78,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed - rm -f /usr/include/gnu/stubs.h && - + rm -f /usr/include/gnu/stubs.h && + # This removes the old glibc - prepare_install && - + prepare_install && + # And now we install the new - make install && - + make install && + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -94,37 +95,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE index 9c9ee7f..f871d4c 100644 --- a/libs/glibc/CONFIGURE +++ b/libs/glibc/CONFIGURE @@ -14,9 +14,9 @@ unpack_localedata() { message "Extracting locale data .. this might take a second .." # Extract the localedata directory from the source tarball - tar -C /tmp \ - -T $FILELIST_FILE \ - --strip-components=1 \ + tar -C /tmp \ + -T $FILELIST_FILE \ + --strip-components=1 \ -xjf $SOURCE_CACHE/$SOURCE } @@ -58,7 +58,7 @@ select_locales() { BACKTITLE="Glibc Configuration" TITLE="Locale Selection" HELP="Translated messages are automatically installed, but the locale database that controls other behavior is not. Please select desired locale or locales. If none are selected then all will be installed." - make_locales_checklist | xargs \ + make_locales_checklist | xargs \ dialog --backtitle "$BACKTITLE" \ --title "$TITLE" \ --stdout \ diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index caa7873..164a9ea 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -1,20 +1,20 @@ MODULE=glibc - VERSION=2.7 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=2.10.1 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-libidn-$VERSION.tar.bz2 - SOURCE3=$MODULE-2.7-no_timezones.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL[0]=$GNU_URL/$MODULE/ - SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ + SOURCE3=$MODULE-$VERSION-no_timezones.patch + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE2_URL[0]=$GNU_URL/$MODULE + SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:ccc70e95db826e4b1fd3b484154402fdc3df88f7 - SOURCE2_VFY=sha1:2338cc9b5795f5e97a19aac6d7d00ab750e81ac3 - SOURCE3_VFY=sha1:b8cbd1725572600db0df32321a771ce0b11894c8 + SOURCE_VFY=sha1:e185b1faa54b734f9baba815142e9abf6c02054b + SOURCE2_VFY=sha1:50c1ac0d9ddff6eb83f75aa1c4cb84ba6fffa0cd + SOURCE3_VFY=sha1:9163df279f04efcc37a146115534e9fd0f9a19c5 WEB_SITE=http://www.gnu.org/software/libc ENTERED=20010922 - UPDATED=20071211 - SHORT="C library for use with GNU/Hurd and GNU/Linux." + UPDATED=20090518 + SHORT="C library for use with GNU/Hurd and GNU/Linux" PSAFE=no cat << EOF diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD index c418228..1daa4b3 100644 --- a/libs/glibc/PRE_BUILD +++ b/libs/glibc/PRE_BUILD @@ -1,4 +1,4 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && -unpack $SOURCE2 && +default_pre_build && +cd $SOURCE_DIRECTORY && +unpack $SOURCE2 && mv glibc-libidn-$VERSION libidn From elangelo at lunar-linux.org Fri Dec 4 02:30:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:33 -0000 Subject: [Lunar-commits] glibc: 2.10.1 Message-ID: <20091204013030.54A099B305@doppio.foo-projects.org> commit e26450a53e0fcc9a19528ce416f6d0f4324203c3 Author: Samuel Verstraete Date: Thu Aug 13 10:27:52 2009 +0200 glibc: 2.10.1 --- devel/vde2/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/devel/vde2/BUILD b/devel/vde2/BUILD new file mode 100644 index 0000000..c2abe8c --- /dev/null +++ b/devel/vde2/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Fri Dec 4 02:30:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:33 -0000 Subject: [Lunar-commits] added the optimization thing Message-ID: <20091204013030.A0BF59B300@doppio.foo-projects.org> commit f593fc3f257686a47b447a1dd1a70fd35ed95787 Author: Samuel Verstraete Date: Wed Aug 5 14:50:59 2009 +0200 added the optimization thing --- compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 526 ++++++++++++++++++++++++ 1 files changed, 526 insertions(+), 0 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin new file mode 100644 index 0000000..c6bab48 --- /dev/null +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -0,0 +1,526 @@ +# +# gcc-4.3.x compiler optimizations plugin +# + +plugin_compiler_gcc_4_4_optimize() +{ + if [ "${LUNAR_COMPILER:-GCC_4_4}" != "GCC_4_4" ]; then + return 2 + fi + + debug_msg "plugin_compiler_gcc_4_4_optimize($@)" + if [ -f /etc/lunar/local/optimizations.GCC_4_4 ]; then + . /etc/lunar/local/optimizations.GCC_4_4 + fi + + # some local macro's + cflags_add() + { + CFLAGS="$CFLAGS $@" + } + + cxxflags_add() + { + CXXFLAGS="$CXXFLAGS $@" + } + + cppflags_add() + { + CPPFLAGS="$CPPFLAGS $@" + } + + c_cxx_flags_add() + { + cflags_add $@ + cxxflags_add $@ + } + + # CFLAGS/CXXFLAGS - base optimization + case $BOPT in + None) c_cxx_flags_add "-O0" ;; + Small) c_cxx_flags_add "-Os" ;; + Fast) c_cxx_flags_add "-O1" ;; + Faster) c_cxx_flags_add "-O2" ;; + Fastest) c_cxx_flags_add "-O3" ;; + esac + + # CFLAGS -march cpu-specific optimization + if [ -n "$CPU" ]; then + c_cxx_flags_add "-march=$CPU" + fi + + # GCC specific extra optimizations + for SP in ${SPD[@]}; do + case $SP in + Speedy) c_cxx_flags_add "-funroll-loops" ;; + Regparm) c_cxx_flags_add "-mregparm=3" ;; + Risky) c_cxx_flags_add "-ffast-math" ;; + Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; + Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; + Profiling) + c_cxx_flags_add "-fprofile-arcs" + set_local_config "KEEP_SOURCE" "on" + ;; + Branching) c_cxx_flags_add "-fbranch-probabilities" ;; + Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; + Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; + Float) c_cxx_flags_add "-ffloat-store" ;; + Address) c_cxx_flags_add "-fforce-addr" ;; + Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; + Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; + Doubles) c_cxx_flags_add "-malign-double" ;; + Tracer) c_cxx_flags_add "-ftracer" ;; + Blocks) c_cxx_flags_add "-freorder-blocks" ;; + esac + done + + # STACK - kind of dangerous - shouldn't we just remove this? + if (( STACK > 0 )) ; then + c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" + cppflags_add "-mpreferred-stack-boundary=$STACK" + fi + + for XTR in ${XTRA[@]}; do + case $XTR in + MMX) c_cxx_flags_add "-mmmx" ;; + SSE) c_cxx_flags_add "-msse" ;; + SSE2) c_cxx_flags_add "-msse2" ;; + SSE3) c_cxx_flags_add "-msse3" ;; + dnow) c_cxx_flags_add "-m3dnow" ;; + Altivec) c_cxx_flags_add "-maltivec" ;; + esac + done + + case $FPM in + x387) c_cxx_flags_add "-mfpmath=387" ;; + SSE) c_cxx_flags_add "-mfpmath=sse" ;; + Both) c_cxx_flags_add "-mfpmath=sse,387" ;; + esac + + for OPT in ${CC_OPTS[@]}; do + case $OPT in + Deprecated) + cxxflags_add "-Wno-deprecated" + ;; + Debug) + c_cxx_flags_add "-g" + ;; + Pipe) + c_cxx_flags_add "-pipe" + ;; + esac + done + + CC=gcc + CXX=g++ + CPP=cpp + + export CFLAGS CXXFLAGS CPPFLAGS + export CC CXX CPP + + verbose_msg "CC=\"$CC\"" + verbose_msg "CXX=\"$CXX\"" + verbose_msg "CPP=\"$CPP\"" + verbose_msg "CFLAGS=\"$CFLAGS\"" + verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" + verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" + + return 2 +} + + +plugin_compiler_gcc_4_4_menu() +{ + # The main code calls this function WITHOUT $1 to find out which + # compiler optimization plugins exist. It then returns the plugin + # identifier which can be saved in $LUNAR_COMPILER as the user's + # choice for COMPILERS + if [ -z "$1" ]; then + echo "GCC_4_4" + echo "GNU C Compiler suite version 4.4.x" + return 2 + elif [ "$1" != "GCC_4_4" ]; then + # we don't display anything when the user selected a + # different menu + return 2 + fi + + # now we are done with determining if we are really the menu + # that the user wants - so we can display it + menu() + { + unset RESULT + if [ "$1" == "checklist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + elif [ "$1" == "radiolist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + fi + RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') + return 0 + } + + save_optimizations() + { + debug_msg "save_optimizations($@)" + cat >/etc/lunar/local/optimizations.GCC_4_4 < gcc: 4.4.1 Message-ID: <20091204013030.7E6009B2F4@doppio.foo-projects.org> commit 0b0ff67b579fe2e751095c5ca374167b09429248 Author: Samuel Verstraete Date: Wed Aug 5 14:45:34 2009 +0200 gcc: 4.4.1 --- compilers/gcc/BUILD | 15 ++++++--------- compilers/gcc/BUILD.x86_64 | 13 +++++-------- compilers/gcc/CONFIGURE | 12 ++++++------ compilers/gcc/DEPENDS | 3 ++- compilers/gcc/DETAILS | 6 +++--- compilers/gcc/POST_INSTALL | 14 ++++---------- 6 files changed, 26 insertions(+), 37 deletions(-) diff --git a/compilers/gcc/BUILD b/compilers/gcc/BUILD index fe306a7..7fcc411 100644 --- a/compilers/gcc/BUILD +++ b/compilers/gcc/BUILD @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES="${LANGUAGES:=c++}" && + LANGUAGES="${LANGUAGES:=c++}" && - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi - - ../configure --host=$BUILD \ + ../configure --build=$BUILD \ + --host=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -25,7 +22,7 @@ --with-gnu-ld \ --with-system-zlib \ --enable-shared \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/BUILD.x86_64 b/compilers/gcc/BUILD.x86_64 index 34a04f7..6ed319d 100644 --- a/compilers/gcc/BUILD.x86_64 +++ b/compilers/gcc/BUILD.x86_64 @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES=${LANGUAGES:=c++} && - - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi + LANGUAGES=${LANGUAGES:=c++} && ../configure --host=$BUILD \ + --build=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -26,7 +23,7 @@ --with-system-zlib \ --enable-shared \ --disable-multilib \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/CONFIGURE b/compilers/gcc/CONFIGURE index 176efa1..79b186a 100644 --- a/compilers/gcc/CONFIGURE +++ b/compilers/gcc/CONFIGURE @@ -9,12 +9,13 @@ if [ -n "$RECONFIGURE" ] ; then OPTIONS=( "java" "Java" "off" "objc" "Objective C" "off" + "fortran" "Fortran" "off" ) - RESULT=`dialog --title "Select additional compiler languages" \ - --stdout \ - --separate-output \ - --checklist "Available additional languages:" \ - 0 0 0 \ + RESULT=`dialog --title "Select additional compiler languages" \ + --stdout \ + --separate-output \ + --checklist "Available additional languages:" \ + 0 0 0 \ "${OPTIONS[@]}"` LANGUAGES="c++,$(echo $RESULT | sed 's/ /,/g')" @@ -29,4 +30,3 @@ if [ -n "$RECONFIGURE" ] ; then fi fi - diff --git a/compilers/gcc/DEPENDS b/compilers/gcc/DEPENDS index 858cf14..ae64c3c 100644 --- a/compilers/gcc/DEPENDS +++ b/compilers/gcc/DEPENDS @@ -1 +1,2 @@ -optional_depends "mpfr" "" "" "to compile fortran support" +depends gmp +depends mpfr diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 91ae188..1174072 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -1,13 +1,13 @@ MODULE=gcc - VERSION=4.2.4 + VERSION=4.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION - SOURCE_VFY=sha1:bb20efc7750fe0d6172c5945572bf036fe59d3dd + SOURCE_VFY=sha1:9156ddb7e4cc72288ec31760d6ddc7981123a8a2 WEB_SITE=http://gcc.gnu.org ENTERED=20020628 - UPDATED=20080523 + UPDATED=20090801 PSAFE=no SHORT="GNU compiler collection" diff --git a/compilers/gcc/POST_INSTALL b/compilers/gcc/POST_INSTALL index c3e8185..6179464 100644 --- a/compilers/gcc/POST_INSTALL +++ b/compilers/gcc/POST_INSTALL @@ -1,14 +1,8 @@ -# allow seamless upgrade/downgrade from/to gcc <=> gcc3 -if module_installed gcc3 ; then - remove_module gcc3 -fi - -cd /usr/lib/gcc/$BUILD/$VERSION && -ln -sf /usr/bin/cpp cpp && -cd /lib/ && -ln -sf /usr/bin/cpp cpp && +cd /usr/lib/gcc/$BUILD/$VERSION && +ln -sf /usr/bin/cpp cpp && +cd /lib/ && +ln -sf /usr/bin/cpp cpp && if [ ! -e /usr/bin/cc ] ; then ln -s gcc /usr/bin/cc fi || true - From elangelo at lunar-linux.org Fri Dec 4 02:30:34 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:34 -0000 Subject: [Lunar-commits] no gcc 4.2 plugin Message-ID: <20091204013030.F0CB19B236@doppio.foo-projects.org> commit 213e2e0d0b25f59db7eee96b7b389524645063d1 Author: Samuel Verstraete Date: Wed Aug 5 14:51:19 2009 +0200 no gcc 4.2 plugin --- compilers/gcc/plugin.d/optimize-gcc_4_2.plugin | 524 ------------------------ 1 files changed, 0 insertions(+), 524 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin deleted file mode 100644 index 8220ab2..0000000 --- a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin +++ /dev/null @@ -1,524 +0,0 @@ -# -# gcc-4.2.x compiler optimizations plugin -# - -plugin_compiler_gcc_4_2_optimize() -{ - if [ "${LUNAR_COMPILER:-GCC_4_2}" != "GCC_4_2" ]; then - return 2 - fi - - debug_msg "plugin_compiler_gcc_4_2_optimize($@)" - if [ -f /etc/lunar/local/optimizations.GCC_4_2 ]; then - . /etc/lunar/local/optimizations.GCC_4_2 - fi - - # some local macro's - cflags_add() - { - CFLAGS="$CFLAGS $@" - } - - cxxflags_add() - { - CXXFLAGS="$CXXFLAGS $@" - } - - cppflags_add() - { - CPPFLAGS="$CPPFLAGS $@" - } - - c_cxx_flags_add() - { - cflags_add $@ - cxxflags_add $@ - } - - # CFLAGS/CXXFLAGS - base optimization - case $BOPT in - None) c_cxx_flags_add "-O0" ;; - Small) c_cxx_flags_add "-Os" ;; - Fast) c_cxx_flags_add "-O1" ;; - Faster) c_cxx_flags_add "-O2" ;; - Fastest) c_cxx_flags_add "-O3" ;; - esac - - # CFLAGS -march cpu-specific optimization - if [ -n "$CPU" ]; then - c_cxx_flags_add "-march=$CPU" - fi - - # GCC specific extra optimizations - for SP in ${SPD[@]}; do - case $SP in - Speedy) c_cxx_flags_add "-funroll-loops" ;; - Regparm) c_cxx_flags_add "-mregparm=3" ;; - Risky) c_cxx_flags_add "-ffast-math" ;; - Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; - Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; - Profiling) - c_cxx_flags_add "-fprofile-arcs" - set_local_config "KEEP_SOURCE" "on" - ;; - Branching) c_cxx_flags_add "-fbranch-probabilities" ;; - Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; - Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; - Float) c_cxx_flags_add "-ffloat-store" ;; - Address) c_cxx_flags_add "-fforce-addr" ;; - Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; - Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; - Doubles) c_cxx_flags_add "-malign-double" ;; - Tracer) c_cxx_flags_add "-ftracer" ;; - Blocks) c_cxx_flags_add "-freorder-blocks" ;; - esac - done - - # STACK - kind of dangerous - shouldn't we just remove this? - if (( STACK > 0 )) ; then - c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" - cppflags_add "-mpreferred-stack-boundary=$STACK" - fi - - for XTR in ${XTRA[@]}; do - case $XTR in - MMX) c_cxx_flags_add "-mmmx" ;; - SSE) c_cxx_flags_add "-msse" ;; - SSE2) c_cxx_flags_add "-msse2" ;; - SSE3) c_cxx_flags_add "-msse3" ;; - dnow) c_cxx_flags_add "-m3dnow" ;; - Altivec) c_cxx_flags_add "-maltivec" ;; - esac - done - - case $FPM in - x387) c_cxx_flags_add "-mfpmath=387" ;; - SSE) c_cxx_flags_add "-mfpmath=sse" ;; - Both) c_cxx_flags_add "-mfpmath=sse,387" ;; - esac - - for OPT in ${CC_OPTS[@]}; do - case $OPT in - Deprecated) - cxxflags_add "-Wno-deprecated" - ;; - Debug) - c_cxx_flags_add "-g" - ;; - Pipe) - c_cxx_flags_add "-pipe" - ;; - esac - done - - CC=gcc - CXX=g++ - CPP=cpp - - export CFLAGS CXXFLAGS CPPFLAGS - export CC CXX CPP - - verbose_msg "CC=\"$CC\"" - verbose_msg "CXX=\"$CXX\"" - verbose_msg "CPP=\"$CPP\"" - verbose_msg "CFLAGS=\"$CFLAGS\"" - verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" - verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" - - return 2 -} - - -plugin_compiler_gcc_4_2_menu() -{ - # The main code calls this function WITHOUT $1 to find out which - # compiler optimization plugins exist. It then returns the plugin - # identifier which can be saved in $LUNAR_COMPILER as the user's - # choice for COMPILERS - if [ -z "$1" ]; then - echo "GCC_4_2" - echo "GNU C Compiler suite version 4.2.x" - return 2 - elif [ "$1" != "GCC_4_2" ]; then - # we don't display anything when the user selected a - # different menu - return 2 - fi - - # now we are done with determining if we are really the menu - # that the user wants - so we can display it - menu() - { - unset RESULT - if [ "$1" == "checklist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - elif [ "$1" == "radiolist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - fi - RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') - return 0 - } - - save_optimizations() - { - debug_msg "save_optimizations($@)" - cat >/etc/lunar/local/optimizations.GCC_4_2 < binutils: 2.19.1 Message-ID: <20091204013031.1E3D09B2F2@doppio.foo-projects.org> commit 33c3008da91c11eb5d82c89c46dec44d3f00b49a Author: Samuel Verstraete Date: Thu Aug 13 10:34:20 2009 +0200 binutils: 2.19.1 Conflicts: devel/binutils/BUILD devel/binutils/DETAILS --- devel/binutils/BUILD | 24 ++++++++---------------- devel/binutils/BUILD.sparc64 | 7 ++++--- devel/binutils/DETAILS | 15 ++++++--------- 3 files changed, 18 insertions(+), 28 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index 3a1ccd0..3140e0e 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,21 +1,13 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && - - #Somehow I believe this might/should be logged as a bug to the glibc guys... - sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ - bfd/doc/Makefile.in && - - aclocal && - autoconf && - - OPTS+=" --host=$BUILD" && - default_config && - make tooldir=/usr && - prepare_install && - make tooldir=/usr install && - make tooldir=/usr install-info && - mkdir -p $DOCUMENT_DIRECTORY/binutils && + ./configure --host=$BUILD \ + --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils ) > $C_FIFO 2>&1 diff --git a/devel/binutils/BUILD.sparc64 b/devel/binutils/BUILD.sparc64 index f56658d..c5cabf7 100644 --- a/devel/binutils/BUILD.sparc64 +++ b/devel/binutils/BUILD.sparc64 @@ -4,9 +4,10 @@ sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ bfd/doc/Makefile.in && - ./configure --host=$BUILD \ - --target=sparc-linux \ - --prefix=/usr && + ./configure --host=$BUILD \ + --target=sparc-linux \ + --prefix=/usr && + make tooldir=/usr && prepare_install && make tooldir=/usr install && diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 562b8c2..4dac1de 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,16 +1,13 @@ MODULE=binutils - VERSION=2.18 + VERSION=2.19.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=binutils-2.18-makeinfo.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277 - SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:88c91e36cde93433e4c4c2b2e3417777aad84526 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20071121 - SHORT="essential collection of binary utilities." + UPDATED=20090401 + SHORT="An essential collection of binary utilities" cat << EOF binutils - Collection of binary utilities From elangelo at lunar-linux.org Fri Dec 4 02:30:34 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:34 -0000 Subject: [Lunar-commits] binutils: x86_64 Message-ID: <20091204013031.5C1EA9B2EB@doppio.foo-projects.org> commit 9e88cff0d1de5f17a329163483c4edae810140c6 Author: Samuel Verstraete Date: Wed Aug 12 22:00:25 2009 +0200 binutils: x86_64 --- devel/binutils/BUILD.x86_64 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/devel/binutils/BUILD.x86_64 b/devel/binutils/BUILD.x86_64 new file mode 100644 index 0000000..23a6244 --- /dev/null +++ b/devel/binutils/BUILD.x86_64 @@ -0,0 +1,12 @@ +( + + ./configure --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && + cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Fri Dec 4 02:30:34 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:34 -0000 Subject: [Lunar-commits] readline: 6.0 Message-ID: <20091204013031.670389B2FF@doppio.foo-projects.org> commit 92ce8efc672297215efc380a306bd0b8a2fdc3cd Author: Samuel Verstraete Date: Thu Aug 13 10:36:49 2009 +0200 readline: 6.0 --- libs/readline/BUILD | 22 +++++++++++----------- libs/readline/DETAILS | 12 ++++++------ libs/readline/POST_INSTALL | 4 ++-- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/libs/readline/BUILD b/libs/readline/BUILD index 10dd423..953d42d 100644 --- a/libs/readline/BUILD +++ b/libs/readline/BUILD @@ -1,7 +1,7 @@ ( - OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') && - set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" && + OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') && + set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" && # ************************ WARNING ************************* # DO NOT MESS WITH THE CONFIGURE STUFF here unless you # really know what you're doing! We chose the lib location @@ -9,19 +9,19 @@ # needed at init time! If you move it you could break your # system! - ./configure --libdir=/lib \ - --prefix=/usr \ - --mandir=/usr/share/man \ + ./configure --libdir=/lib \ + --prefix=/usr \ + --mandir=/usr/share/man \ --infodir=/usr/share/info && default_make && if [ ! -e /etc/inputrc ] ; then install $SCRIPT_DIRECTORY/inputrc /etc/ - fi && - # temp hack to help in change over to readline-5.0 from readline-4.x - # can be removed when everyone is over to readline 5.0 - devoke_installwatch && - ln -sf /lib/libreadline.so.5 /lib/libreadline.so.4 && - ln -sf /lib/libhistory.so.5 /lib/libhistory.so.4 && + fi && + # temp hack to help in change over to readline-6.0 from readline-5.x + # can be removed when everyone is over to readline 6.0 + devoke_installwatch && + ln -sf /lib/libreadline.so.6 /lib/libreadline.so.5 && + ln -sf /lib/libhistory.so.6 /lib/libhistory.so.5 && invoke_installwatch ) > $C_FIFO 2>&1 diff --git a/libs/readline/DETAILS b/libs/readline/DETAILS index c58ca2a..54b2623 100644 --- a/libs/readline/DETAILS +++ b/libs/readline/DETAILS @@ -1,13 +1,13 @@ MODULE=readline - VERSION=5.2 + VERSION=6.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash/ - SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE_VFY=sha1:18f3412c73068509d5f491b7b4535aeaf9522834 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash + SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:1e511b091514ef631c539552316787c75ace5262 WEB_SITE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html ENTERED=20010922 - UPDATED=20061012 + UPDATED=20090617 SHORT="Lets users edit command lines as they are typed in" cat << EOF diff --git a/libs/readline/POST_INSTALL b/libs/readline/POST_INSTALL index b8e2a28..9755df3 100644 --- a/libs/readline/POST_INSTALL +++ b/libs/readline/POST_INSTALL @@ -11,6 +11,6 @@ if [[ "$OUR_NEW_READLINE_VVV" > "$OUR_OLD_READLINE_VVV" ]]; then fi -rm -f /lib/libreadline.so.4 && -rm -f /lib/libhistory.so.4 && +#rm -f /lib/libreadline.so.5 && +#rm -f /lib/libhistory.so.5 && unset_module_config OUR_OLD_READLINE_VVV From elangelo at lunar-linux.org Fri Dec 4 02:30:35 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:35 -0000 Subject: [Lunar-commits] bison: 2.4.1 Message-ID: <20091204013031.8B0549B308@doppio.foo-projects.org> commit d6ccd353eae6684912bf388955f884812733c7ea Author: Samuel Verstraete Date: Thu Aug 13 10:39:33 2009 +0200 bison: 2.4.1 --- devel/bison/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS index 77984c5..7b33792 100644 --- a/devel/bison/DETAILS +++ b/devel/bison/DETAILS @@ -1,13 +1,13 @@ MODULE=bison - VERSION=2.3 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ + VERSION=2.4.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE WEB_SITE=http://www.gnu.org/software/bison/bison.html - SOURCE_VFY=sha1:4df84c2c5971946111ff1982fb830b3c78d7c57e + SOURCE_VFY=sha1:fc96b28ee4a6a914b18cb1eddb68177d94b83361 ENTERED=20010922 - UPDATED=20060608 - SHORT="replacement for the parser generator yacc" + UPDATED=20090618 + SHORT="A replacement for the parser generator yacc" cat << EOF bison - Replacement for the parser generator yacc From elangelo at lunar-linux.org Fri Dec 4 02:30:35 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:35 -0000 Subject: [Lunar-commits] mousepad build tweak Message-ID: <20091204013031.B88989B2FC@doppio.foo-projects.org> commit c6577de4c6fc1146427d5da45f635be32ec54f0e Author: Samuel Verstraete Date: Thu Aug 13 16:11:46 2009 +0200 mousepad build tweak --- xfce4/apps/mousepad/BUILD | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD index e8dc8a0..fec6c27 100644 --- a/xfce4/apps/mousepad/BUILD +++ b/xfce4/apps/mousepad/BUILD @@ -4,12 +4,12 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && -# default_cvs_build && + default_cvs_build - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && +# ./configure --build=$BUILD \ +# --prefix=${MODULE_PREFIX} \ +# $OPTS && - default_make +# default_make ) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Fri Dec 4 02:30:35 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:35 -0000 Subject: [Lunar-commits] mousepad: MORE Message-ID: <20091204013031.C60B19B301@doppio.foo-projects.org> commit 36997a4a6eb6447e84ab75aa0bb51daf8c612069 Author: Samuel Verstraete Date: Thu Aug 13 16:12:04 2009 +0200 mousepad: MORE --- xfce4/apps/mousepad/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index ebe6730..9f9e881 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -2,8 +2,8 @@ VERSION="svn-`date +%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD + #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20050218 From elangelo at lunar-linux.org Fri Dec 4 02:30:35 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:35 -0000 Subject: [Lunar-commits] boost: make it build goddmanit! Message-ID: <20091204013032.2990B9B309@doppio.foo-projects.org> commit e01e14b12da930e110b99dbad0fd4920643e13ba Author: Samuel Verstraete Date: Fri Aug 14 14:02:15 2009 +0200 boost: make it build goddmanit! --- libs/boost/BUILD | 32 +++++++++++++++++++++++++++----- libs/boost/DETAILS | 10 +++++++--- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index 2e5ba8c..36562ed 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -1,8 +1,25 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && +patch_it $SOURCE_CACHE/$SOURCE2 1 && +patch_it $SOURCE_CACHE/$SOURCE3 1 && +patch_it $SOURCE_CACHE/$SOURCE4 1 && - OPTS="--without-mpi" +#CXXFLAGS+=" -fno-strict-aliasing" +#CPPFLAGS+=" -fno-strict-aliasing" +#cxxflags=-fno-strict-aliasing +# +unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS + + +#echo $CXXFLAGS && +# + +echo "press ENTER to continu" && + +read TTT && + + OPTS+=" --without-mpi" export EXPAT_INCLUDE=/usr/include/ export EXPAT_LIBPATH=/usr/lib/ @@ -12,7 +29,8 @@ HAVE_ICU="0" fi && - bjam -q ${MAKES:+-j$MAKES} \ + #bjam -q ${MAKES:+-j$MAKES} \ + bjam -q \ threading=multi \ runtime-link=shared \ link=shared \ @@ -21,12 +39,16 @@ --prefix=/usr \ --layout=tagged \ --toolset=gcc \ - optimization=speed \ + optimization=off \ -sHAVE_ICU=$HAVE_ICU \ $OPTS && + echo "gonna call prepare_install" && + prepare_install && + echo "prepare_install finished" && + bjam -q ${MAKES:+-j$MAKES} \ threading=multi \ runtime-link=shared \ @@ -39,7 +61,7 @@ --libdir="/usr/lib" \ --layout=tagged \ -sHAVE_ICU=$HAVE_ICU \ - optimization=speed \ + optimization=off \ $OPTS \ install diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS index f7ee8ca..5bdbddb 100644 --- a/libs/boost/DETAILS +++ b/libs/boost/DETAILS @@ -2,15 +2,19 @@ VERSION=1.39.0 VER=_1_39_0 SOURCE=$MODULE$VER.tar.bz2 - SOURCE2=boost-1.38.0-function_template.hpp.patch + #SOURCE2=boost-1.38.0-function_template.hpp.patch + SOURCE2=01_all_1.39.0-tools_wave_cpp.patch + SOURCE3=02_all_1.37.0-function-templates-compile-fix.patch + SOURCE4=07_all_1.35.0-fix_mpi_installation.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE2_URL=$PATCH_URL + #SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:6af42f74ab24ccc51589a025593bad298c8adde8 - SOURCE2_VFY=sha1:23a57903543de6b8f06ca212bb83ff2df0ad7240 + #SOURCE2_VFY=sha1:23a57903543de6b8f06ca212bb83ff2df0ad7240 WEB_SITE=http://www.boost.org ENTERED=20041115 UPDATED=20090813 + PSAFE=no SHORT="A cross-platform supplement to the C++ standard library" cat << EOF From elangelo at xfce.org Fri Dec 4 02:30:35 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:35 -0000 Subject: [Lunar-commits] linux-2.6-rc: versino bump Message-ID: <20091204013032.497EB9B2F8@doppio.foo-projects.org> commit 25bda158d563891ebf122078b62391d9f0498473 Author: Samuel Verstraete Date: Mon Sep 7 09:11:01 2009 +0200 linux-2.6-rc: versino bump --- kernel/linux-2.6-rc/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 5b27a73..26a6a98 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,10 +1,10 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc5 + VERSION=2.6.31-rc7 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:01cb56b333d9dbc999bbafeb333911e3ee9d6910 + SOURCE_VFY=sha1:b47c4057013f216b465cef4e9d8c369dd090d0f6 WEB_SITE=http://www.kernel.org ENTERED=20041019 UPDATED=20090802 From elangelo at xfce.org Fri Dec 4 02:30:36 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:36 -0000 Subject: [Lunar-commits] webkit: 1.1.13 Message-ID: <20091204013032.769399B2FB@doppio.foo-projects.org> commit 4717095eb4051b519c6c49fed182978e2a6505be Author: Samuel Verstraete Date: Mon Sep 7 09:18:51 2009 +0200 webkit: 1.1.13 --- web/webkit/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS index 01a5981..f744d22 100644 --- a/web/webkit/DETAILS +++ b/web/webkit/DETAILS @@ -1,8 +1,8 @@ MODULE=webkit - VERSION=1.1.12 + VERSION=1.1.13 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webkitgtk.org/ - SOURCE_VFY=sha1:a06bb5729faae195096991d01089216df110a2c2 + SOURCE_VFY=sha1:d9cecf107ac744785f3e9ab7dfc95781fcf95bda WEB_SITE=http://www.webkit.org ENTERED=20070919 UPDATED=20090805 From elangelo at xfce.org Fri Dec 4 02:30:36 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:36 -0000 Subject: [Lunar-commits] hugin: 0.8.0 Message-ID: <20091204013032.BDB089B2FD@doppio.foo-projects.org> commit aca5e45b8927ecebf19f4310ca3e2a926432fee5 Author: Samuel Verstraete Date: Mon Sep 7 11:56:14 2009 +0200 hugin: 0.8.0 --- graphics/hugin/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/hugin/DETAILS b/graphics/hugin/DETAILS index bc48a1d..d48c688 100644 --- a/graphics/hugin/DETAILS +++ b/graphics/hugin/DETAILS @@ -1,13 +1,13 @@ MODULE=hugin - VERSION=0.7.0_rc6 + VERSION=0.8.0 SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/hugin-0.7.0 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/hugin-0.7.0 SOURCE_URL=$SFORGE_URL/hugin/ - SOURCE_VFY=sha1:6452ddc4e4d7a67b8e84d0a52a9c536664a62abf + SOURCE_VFY=sha1:698f0a7c4bb25efdf06313d05e3980f20d088ce5 WEB_SITE=http://hugin.sourceforge.net MAINTAINER=perldude at lunar-linux.org ENTERED=20060720 - UPDATED=20081108 + UPDATED=20090907 SHORT="an easy to use cross-platform GUI for Panorama Tools" PSAFE=no From elangelo at xfce.org Fri Dec 4 02:30:36 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:36 -0000 Subject: [Lunar-commits] libsoup: 2.27.91 Message-ID: <20091204013032.A6E199B231@doppio.foo-projects.org> commit 586406580a94f22fc2a727c492f0a19ced75f1f5 Author: Samuel Verstraete Date: Mon Sep 7 09:27:10 2009 +0200 libsoup: 2.27.91 --- gnome2/desktop/libsoup/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/libsoup/DETAILS b/gnome2/desktop/libsoup/DETAILS index 52529b1..80c8e0d 100644 --- a/gnome2/desktop/libsoup/DETAILS +++ b/gnome2/desktop/libsoup/DETAILS @@ -1,12 +1,12 @@ MODULE=libsoup - VERSION=2.27.4 + VERSION=2.27.91 MAJOR=2.27 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:2eb9dbcfb285feabf79873441f14c229ae0d0e68 + SOURCE_VFY=sha1:642bd9cecf1ea7325c3a8f18be557da203177978 WEB_SITE=http://www.gnome.org/ ENTERED=20030413 - UPDATED=20090714 + UPDATED=20090907 PSAFE=no SHORT="a SOAP implementation in C" From elangelo at lunar-linux.org Fri Dec 4 02:30:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:36 -0000 Subject: [Lunar-commits] xfce: switch to git Message-ID: <20091204013032.DDC6F9B2F6@doppio.foo-projects.org> commit cb9cd8f0946cade9b144703364a0acbdf793bc6b Author: Samuel Verstraete Date: Tue Sep 8 10:19:08 2009 +0200 xfce: switch to git --- xfce4/core/Thunar/DETAILS | 4 ++-- xfce4/core/exo/DETAILS | 9 ++++----- xfce4/core/libxfce4mcs/DETAILS | 4 ++-- xfce4/core/libxfce4menu/DETAILS | 4 ++-- xfce4/core/libxfce4util/DETAILS | 4 ++-- xfce4/core/libxfcegui4/DETAILS | 4 ++-- xfce4/core/xfce-mcs-manager/DETAILS | 4 ++-- xfce4/core/xfce-mcs-plugins/DETAILS | 4 ++-- xfce4/core/xfce-utils/DETAILS | 4 ++-- xfce4/core/xfce4-dev-tools/DETAILS | 4 ++-- xfce4/core/xfce4-panel/DETAILS | 4 ++-- xfce4/core/xfce4-session/DETAILS | 4 ++-- xfce4/core/xfdesktop/DETAILS | 4 ++-- xfce4/core/xfwm4/DETAILS | 4 ++-- 14 files changed, 30 insertions(+), 31 deletions(-) diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index 45c4403..4279612 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,9 +1,9 @@ MODULE=Thunar MOD=thunar - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MOD.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD + SOURCE_URL=git+http://git.xfce.org/xfce/$MOD:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index 52c53ff..cdab76a 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,9 +1,8 @@ MODULE=exo - MOD=libexo - VERSION="svn-`date +%U`" - SOURCE=$MOD.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 diff --git a/xfce4/core/libxfce4mcs/DETAILS b/xfce4/core/libxfce4mcs/DETAILS index 480af05..a9fea96 100644 --- a/xfce4/core/libxfce4mcs/DETAILS +++ b/xfce4/core/libxfce4mcs/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4mcs - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/libxfce4menu/DETAILS b/xfce4/core/libxfce4menu/DETAILS index 6d1fc10..ad4c888 100644 --- a/xfce4/core/libxfce4menu/DETAILS +++ b/xfce4/core/libxfce4menu/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4menu - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 diff --git a/xfce4/core/libxfce4util/DETAILS b/xfce4/core/libxfce4util/DETAILS index 7d7e4e7..b215341 100644 --- a/xfce4/core/libxfce4util/DETAILS +++ b/xfce4/core/libxfce4util/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4util - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index e4bb669..541a71c 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfcegui4 - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=http:vn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce-mcs-manager/DETAILS b/xfce4/core/xfce-mcs-manager/DETAILS index eb5127b..56ea367 100644 --- a/xfce4/core/xfce-mcs-manager/DETAILS +++ b/xfce4/core/xfce-mcs-manager/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce-mcs-manager - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce-mcs-plugins/DETAILS b/xfce4/core/xfce-mcs-plugins/DETAILS index 541533d..a81d6de 100644 --- a/xfce4/core/xfce-mcs-plugins/DETAILS +++ b/xfce4/core/xfce-mcs-plugins/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce-mcs-plugins - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce-utils/DETAILS b/xfce4/core/xfce-utils/DETAILS index dd26580..9c68513 100644 --- a/xfce4/core/xfce-utils/DETAILS +++ b/xfce4/core/xfce-utils/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce-utils - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce4-dev-tools/DETAILS b/xfce4/core/xfce4-dev-tools/DETAILS index 83b13d5..1ebc8e5 100644 --- a/xfce4/core/xfce4-dev-tools/DETAILS +++ b/xfce4/core/xfce4-dev-tools/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-dev-tools - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS index f8cbb41..8e79ae9 100644 --- a/xfce4/core/xfce4-panel/DETAILS +++ b/xfce4/core/xfce4-panel/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-panel - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 97f3c39..2536ffc 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-session - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS index 54a5208..51d6dd9 100644 --- a/xfce4/core/xfdesktop/DETAILS +++ b/xfce4/core/xfdesktop/DETAILS @@ -1,8 +1,8 @@ MODULE=xfdesktop - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS index 4f7aa71..e978060 100644 --- a/xfce4/core/xfwm4/DETAILS +++ b/xfce4/core/xfwm4/DETAILS @@ -1,8 +1,8 @@ MODULE=xfwm4 - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 From elangelo at lunar-linux.org Fri Dec 4 02:30:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:36 -0000 Subject: [Lunar-commits] libxfce4ui: new widget library for xfce Message-ID: <20091204013033.039859B2F9@doppio.foo-projects.org> commit 588a5d1ca540ab1837f5ddf295bd3ff07e7ce927 Author: Samuel Verstraete Date: Tue Sep 8 10:19:57 2009 +0200 libxfce4ui: new widget library for xfce --- xfce4/core/libxfce4ui/BUILD | 14 ++++++++++++++ xfce4/core/libxfce4ui/DEPENDS | 7 +++++++ xfce4/core/libxfce4ui/DETAILS | 14 ++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/libxfce4ui/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4ui/DEPENDS b/xfce4/core/libxfce4ui/DEPENDS new file mode 100644 index 0000000..8d7aad5 --- /dev/null +++ b/xfce4/core/libxfce4ui/DEPENDS @@ -0,0 +1,7 @@ +depends gtk+-2 +depends libxml2 +depends libxfce4util + +# not real depends, but we really want them +depends gtk-xfce-engine +depends xfce4-icon-theme diff --git a/xfce4/core/libxfce4ui/DETAILS b/xfce4/core/libxfce4ui/DETAILS new file mode 100644 index 0000000..8bb3544 --- /dev/null +++ b/xfce4/core/libxfce4ui/DETAILS @@ -0,0 +1,14 @@ + MODULE=libxfce4ui + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20090908 + UPDATED=20090908 + SHORT="Widget library for Xfce4" +cat << EOF +libxfcegui4 -- Library that provides extra widgets and graphical user +interface functions to the Xfce4 desktop environment. +EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:37 -0000 Subject: [Lunar-commits] libxfce4menu: default_cvs_buil Message-ID: <20091204013033.39C779B303@doppio.foo-projects.org> commit 8c55b7d3f820b9eead365e3a2ed4d652bc5dded1 Author: Samuel Verstraete Date: Tue Sep 8 10:37:22 2009 +0200 libxfce4menu: default_cvs_buil --- xfce4/core/libxfce4menu/BUILD | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/xfce4/core/libxfce4menu/BUILD b/xfce4/core/libxfce4menu/BUILD new file mode 100644 index 0000000..c59a75a --- /dev/null +++ b/xfce4/core/libxfce4menu/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Fri Dec 4 02:30:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:37 -0000 Subject: [Lunar-commits] glib-2: 2.21.3 Message-ID: <20091204013033.6389D9B2F7@doppio.foo-projects.org> commit fcb037183a6d40905e83b6dcdfdf28913dc5708d Author: Samuel Verstraete Date: Tue Sep 8 13:45:22 2009 +0200 glib-2: 2.21.3 --- libs/glib-2/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index e92c533..06ad01a 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 - MAJOR=2.20 - VERSION=20.4 + MAJOR=2.21 + VERSION=21.3 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:a0cee2b75bb485de926fa43b33887adc8f9c19bb + SOURCE_VFY=sha1:ffcd13ac97787106ce943396d250cfa593d47345 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090719 + UPDATED=20090908 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:37 -0000 Subject: [Lunar-commits] libsoup: dependency tweak Message-ID: <20091204013033.9454A9B204@doppio.foo-projects.org> commit 98dd39fd6c0d9460790e590df4051da9602622a7 Author: Samuel Verstraete Date: Tue Sep 8 13:50:36 2009 +0200 libsoup: dependency tweak --- gnome2/desktop/libsoup/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome2/desktop/libsoup/DEPENDS b/gnome2/desktop/libsoup/DEPENDS index 40dfa40..0bd2c24 100644 --- a/gnome2/desktop/libsoup/DEPENDS +++ b/gnome2/desktop/libsoup/DEPENDS @@ -3,4 +3,4 @@ depends gnutls depends sqlite depends libproxy -optional_depends GConf "" "--without-gnome" "gnome support" +optional_depends gnome-keyring "" "--without-gnome" "gnome support" From elangelo at lunar-linux.org Fri Dec 4 02:30:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:37 -0000 Subject: [Lunar-commits] xfce4 git migration stuff Message-ID: <20091204013033.AA8319B2F5@doppio.foo-projects.org> commit 752af38ea449cbfb7d4cd50ff2548842ae1d84e7 Author: Samuel Verstraete Date: Tue Sep 8 16:00:41 2009 +0200 xfce4 git migration stuff --- xfce4/apps/Terminal/DEPENDS | 5 ----- xfce4/apps/Terminal/DETAILS | 19 ------------------- xfce4/apps/terminal/BUILD | 9 +++++++++ xfce4/apps/terminal/DEPENDS | 5 +++++ xfce4/apps/terminal/DETAILS | 19 +++++++++++++++++++ xfce4/apps/xfburn/BUILD | 9 +++++++++ xfce4/apps/xfburn/DETAILS | 12 ++++++------ xfce4/core/libxfce4util/BUILD | 7 +++---- xfce4/core/xfce4-settings/DETAILS | 4 ++-- 9 files changed, 53 insertions(+), 36 deletions(-) diff --git a/xfce4/apps/Terminal/DEPENDS b/xfce4/apps/Terminal/DEPENDS deleted file mode 100644 index 72b544e..0000000 --- a/xfce4/apps/Terminal/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends XML-Parser -depends exo -depends vte - -optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For DBUS support" diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS deleted file mode 100644 index 0f1eaaf..0000000 --- a/xfce4/apps/Terminal/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=Terminal - VERSION=0.4.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/terminal - SOURCE_VFY=sha1:8b52e1841e922a1be28228873bde84eea4c6b456 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.os-cillation.com - ENTERED=20040930 - UPDATED=20090726 - SHORT="vte based/gtk+-2 lightweight X-terminal" - -cat << EOF -Terminal is a modern terminal emulator for the Unix/Linux desktop - -primarily for the Xfce desktop environment. We developed it because -we saw the need for a lightweight and easy-to-use terminal emulator -in the Xfce desktop environment, that doesn't require the user to -install the GNOME platform, but still provides a worthy alternative -to the GNOME terminal emulator. -EOF diff --git a/xfce4/apps/terminal/BUILD b/xfce4/apps/terminal/BUILD new file mode 100644 index 0000000..c59a75a --- /dev/null +++ b/xfce4/apps/terminal/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/terminal/DEPENDS b/xfce4/apps/terminal/DEPENDS new file mode 100644 index 0000000..72b544e --- /dev/null +++ b/xfce4/apps/terminal/DEPENDS @@ -0,0 +1,5 @@ +depends XML-Parser +depends exo +depends vte + +optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For DBUS support" diff --git a/xfce4/apps/terminal/DETAILS b/xfce4/apps/terminal/DETAILS new file mode 100644 index 0000000..70228be --- /dev/null +++ b/xfce4/apps/terminal/DETAILS @@ -0,0 +1,19 @@ + MODULE=terminal + VERSION=git-`date +%Y%U` + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.os-cillation.com + ENTERED=20090908 + UPDATED=20090908 + SHORT="vte based/gtk+-2 lightweight X-terminal" + +cat << EOF +Terminal is a modern terminal emulator for the Unix/Linux desktop - +primarily for the Xfce desktop environment. We developed it because +we saw the need for a lightweight and easy-to-use terminal emulator +in the Xfce desktop environment, that doesn't require the user to +install the GNOME platform, but still provides a worthy alternative +to the GNOME terminal emulator. +EOF diff --git a/xfce4/apps/xfburn/BUILD b/xfce4/apps/xfburn/BUILD new file mode 100644 index 0000000..c59a75a --- /dev/null +++ b/xfce4/apps/xfburn/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/xfburn/DETAILS b/xfce4/apps/xfburn/DETAILS index f6c1786..921345c 100644 --- a/xfce4/apps/xfburn/DETAILS +++ b/xfce4/apps/xfburn/DETAILS @@ -1,12 +1,12 @@ MODULE=xfburn - VERSION=0.4.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:7086fcdb2fa2c1b634cf64a9eef704656e774c26 + VERSION=git-`date +%Y%U` + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/xfburn - ENTERED=20090227 - UPDATED=20090227 + ENTERED=20090908 + UPDATED=20090908 SHORT="Cd burning application for Xfce" cat << EOF Cd burning application for Xfce diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index dedae22..c59a75a 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,10 +1,9 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS index 4c1c61c..6d04f00 100644 --- a/xfce4/core/xfce4-settings/DETAILS +++ b/xfce4/core/xfce4-settings/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-settings - VERSION="svn-`date +%Y%U`" + VERSION=git-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20080705 From elangelo at lunar-linux.org Fri Dec 4 02:30:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:37 -0000 Subject: [Lunar-commits] lots of chagnes Message-ID: <20091204013033.E63D39B30A@doppio.foo-projects.org> commit a62b47df42f41fa8d797999a83ce7829aa9e59f8 Author: Samuel Verstraete Date: Wed Sep 16 20:00:52 2009 +0200 lots of chagnes --- audio/gejengel/DEPENDS | 2 ++ graphics/babl/DETAILS | 12 ++++++------ graphics/gegl/DETAILS | 12 ++++++------ web/webkit/DETAILS | 6 +++--- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/audio/gejengel/DEPENDS b/audio/gejengel/DEPENDS index 988063c..5d10b96 100644 --- a/audio/gejengel/DEPENDS +++ b/audio/gejengel/DEPENDS @@ -1,2 +1,4 @@ depends libsexymm depends ImageMagick + +optional_depends lastfmlib "" "" "scrobble your tracks on Last.fm" diff --git a/graphics/babl/DETAILS b/graphics/babl/DETAILS index 58ccace..52b0452 100644 --- a/graphics/babl/DETAILS +++ b/graphics/babl/DETAILS @@ -1,12 +1,12 @@ MODULE=babl - VERSION=0.0.22 + VERSION=0.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=ftp://ftp.gtk.org/pub/babl/0.0/ - SOURCE_URL[1]=ftp://ftp.gimp.org/pub/babl/0.0/ - SOURCE_VFY=sha1:9de50fb5833f41691f50f6e735d6422aad52ea94 - WEB_SITE=http://gegl.org/babl/ + SOURCE_URL[0]=ftp://ftp.gtk.org/pub/babl/0.1/ + SOURCE_URL[1]=ftp://ftp.gimp.org/pub/babl/0.1/ + SOURCE_VFY=sha1:6e95e24c48b8018fefbf8e69ad62f4a4de56640c + WEB_SITE=http://www.gegl.org/babl/ ENTERED=20081017 - UPDATED=20081017 + UPDATED=20090908 SHORT="dynamic, any to any, pixel format translation library" cat << EOF It allows converting between different methods of storing pixels diff --git a/graphics/gegl/DETAILS b/graphics/gegl/DETAILS index 4519c1d..1213b0c 100644 --- a/graphics/gegl/DETAILS +++ b/graphics/gegl/DETAILS @@ -1,12 +1,12 @@ MODULE=gegl - VERSION=0.0.22 + VERSION=0.1.0 SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gegl/0.0/ - SOURCE_URL[1]=ftp://ftp.gimp.org/pub/gegl/0.0/ - SOURCE_VFY=sha1:de684d4c8d9eaa9b7e283c55c5f779e5bdabee78 - WEB_SITE="http://gegl.org/" + SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gegl/0.1/ + SOURCE_URL[1]=ftp://ftp.gimp.org/pub/gegl/0.1/ + SOURCE_VFY=sha1:ede1789ce318b9afe4ec7dcb42c1065b4f278b64 + WEB_SITE=http://www.gegl.org/ ENTERED=20081016 - UPDATED=20090419 + UPDATED=20090908 SHORT="Generic Graphics Library" cat < linux-2.6-stable... let's project the stable in the present Message-ID: <20091204013034.23CB69B300@doppio.foo-projects.org> commit 6c78c27e97b782b7bbdbb8aaba62fb82c5785ca6 Author: Samuel Verstraete Date: Wed Sep 23 10:28:51 2009 +0200 linux-2.6-stable... let's project the stable in the present --- kernel/linux-2.6-stable/BUILD | 4 ++-- kernel/linux-2.6-stable/DETAILS | 9 ++++----- kernel/linux-2.6-stable/POST_INSTALL | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/kernel/linux-2.6-stable/BUILD b/kernel/linux-2.6-stable/BUILD index 3027699..d41ddb7 100644 --- a/kernel/linux-2.6-stable/BUILD +++ b/kernel/linux-2.6-stable/BUILD @@ -33,7 +33,7 @@ backup_mods_krnl $VERSION && prepare_install && make modules_install && - cp arch/${MYARCH}/boot/bzImage /boot/$VERSION && - cp System.map /boot/System.map-$VERSION + cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch` && + cp System.map /boot/System.map-$VERSION-`arch` ) > $C_FIFO 2>&1 diff --git a/kernel/linux-2.6-stable/DETAILS b/kernel/linux-2.6-stable/DETAILS index dfb674a..e6e3441 100644 --- a/kernel/linux-2.6-stable/DETAILS +++ b/kernel/linux-2.6-stable/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6-stable - VERSION=2.6.24.7 + VERSION=2.6.30.7 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -8,12 +8,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/ SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/ SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/ - SOURCE_VFY=sha1:351aebc784a5395fe4c92d1e514a89680482f7e2 - SOURCE2_VFY=sha1:8daa0107234b6f3649e7577d1c53842306c471be + SOURCE_VFY=sha1:5fb7f2ccdc59c57887d586971a157bee7af324d1 + SOURCE2_VFY=sha1:f4b458c7eb9c5d6f9c801e3b3fbc9d455b77ef77 WEB_SITE=http://www.kernel.org ENTERED=20070313 - UPDATED=20080506 - MAINTAINER=moe at lunar-linux.org + UPDATED=20090923 SHORT="The uber-stable version of the 2.6 kernel" KEEP_SOURCE=on TMPFS=off diff --git a/kernel/linux-2.6-stable/POST_INSTALL b/kernel/linux-2.6-stable/POST_INSTALL index 1963779..dd6cddc 100644 --- a/kernel/linux-2.6-stable/POST_INSTALL +++ b/kernel/linux-2.6-stable/POST_INSTALL @@ -1,4 +1,4 @@ -update_bootloader $VERSION $VERSION +update_bootloader $VERSION-`arch` $VERSION-`arch` # Reinstall packages that add their own kernel modules From elangelo at lunar-linux.org Fri Dec 4 02:30:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:38 -0000 Subject: [Lunar-commits] gtk+-2: 2.18.0 Message-ID: <20091204013034.410029B2FA@doppio.foo-projects.org> commit 0eec2cd3468f605706b7b2795c8b0b73d9d22873 Author: Samuel Verstraete Date: Wed Sep 23 11:37:24 2009 +0200 gtk+-2: 2.18.0 --- graphics/gtk+-2/BUILD | 6 +++--- graphics/gtk+-2/DETAILS | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index 1058b15..c80451a 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -1,14 +1,14 @@ ( - if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then +# if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then # Is 7.0 API, rather than old version 6b # Old patch: http://repos.archlinux.org/viewvc.cgi/gtk2/repos/extra-i686/ # Fixes blurry jpegs: http://bugzilla.gnome.org/show_bug.cgi?id=588740 # http://bugs.gentoo.org/show_bug.cgi?id=282744 # Info: http://bbs.archlinux.org/viewtopic.php?id=75529 # Original fix: sedit "s:cinfo->scale_denom <= 8:cinfo->scale_denom <= 16:" gdk-pixbuf/io-jpeg.c - patch_it $SOURCE2 0 - fi && +# patch_it $SOURCE2 0 +# fi && if [ "$USE_XINPUT" == "y" ]; then # XInput support is needed for Wacom tablets to work in GIMP diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS index 73ad038..76f1985 100644 --- a/graphics/gtk+-2/DETAILS +++ b/graphics/gtk+-2/DETAILS @@ -1,13 +1,13 @@ MODULE=gtk\+-2 - VERSION=16.6 - MAJOR=2.16 + VERSION=18.0 + MAJOR=2.18 SOURCE=$MODULE.$VERSION.tar.bz2 - SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 + #SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 +# SOURCE2_URL=$PATCH_URL +# SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 SOURCE2_VFY=sha1:6981a977ea91d6dce32f444ad3b097e2ad43302b WEB_SITE=http://www.gtk.org/ ENTERED=20020313 From elangelo at lunar-linux.org Fri Dec 4 02:30:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:38 -0000 Subject: [Lunar-commits] kernel-headers: version bump Message-ID: <20091204013034.65D259B305@doppio.foo-projects.org> commit e137886d5df969db7c029fa4478137948ae78d17 Author: Samuel Verstraete Date: Wed Sep 23 11:51:53 2009 +0200 kernel-headers: version bump --- kernel/kernel-headers-2.6/DETAILS | 6 +++--- kernel/kernel-headers-2.6/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/kernel-headers-2.6/DETAILS b/kernel/kernel-headers-2.6/DETAILS index 0432de1..dbddffa 100644 --- a/kernel/kernel-headers-2.6/DETAILS +++ b/kernel/kernel-headers-2.6/DETAILS @@ -1,13 +1,13 @@ MODULE=kernel-headers-2.6 - VERSION=2.6.23 + VERSION=2.6.30.7 SOURCE=kernel-headers-$VERSION.tar.bz2 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/kernel-headers-$VERSION SOURCE_URL=$MIRROR_URL/ - SOURCE_VFY=sha1:a6d2aeabe95c4970ebe7b02271a430c8d6fabde3 + SOURCE_VFY=sha1:b1b5a23df1a1d08cc7c9355f18ae70a6ae0e9b48 WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20071118 + UPDATED=20090923 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace diff --git a/kernel/kernel-headers-2.6/DETAILS.x86_64 b/kernel/kernel-headers-2.6/DETAILS.x86_64 index ad938d1..415a6d7 100644 --- a/kernel/kernel-headers-2.6/DETAILS.x86_64 +++ b/kernel/kernel-headers-2.6/DETAILS.x86_64 @@ -1,13 +1,13 @@ MODULE=kernel-headers-2.6 - VERSION=2.6.23-x86_64 + VERSION=2.6.30.7-x86_64 SOURCE=kernel-headers-$VERSION.tar.bz2 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/kernel-headers-$VERSION SOURCE_URL=$MIRROR_URL/ - SOURCE_VFY=sha1:5d0350ad353c1c8a49b762dcfb8dc319f749193a + SOURCE_VFY=sha1:e6f3029d5293c04fa490770fb5ec88e37c2e999d WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20071102 + UPDATED=20090923 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace From elangelo at lunar-linux.org Fri Dec 4 02:30:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:38 -0000 Subject: [Lunar-commits] random changes Message-ID: <20091204013034.8AC449B302@doppio.foo-projects.org> commit 268831932ef1881fe895e04b7de1be12a0f25d53 Author: Samuel Verstraete Date: Wed Sep 23 18:54:22 2009 +0200 random changes --- graphics/gtk+-2/BUILD | 2 ++ libs/glib-2/DETAILS | 8 ++++---- xfce4/core/xfdesktop/BUILD | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index c80451a..6343f01 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -15,6 +15,8 @@ OPTS+=" --with-xinput=yes --enable-debug=no" fi && + OPTS+=" --enable-debug" + default_build ) > $C_FIFO 2>&1 diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index 06ad01a..6406fc6 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 - MAJOR=2.21 - VERSION=21.3 + MAJOR=2.22 + VERSION=22.0 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:ffcd13ac97787106ce943396d250cfa593d47345 + SOURCE_VFY=sha1:dae057cb116c87ada58fbaae9897c71e9da20d06 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090908 + UPDATED=2009092 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF diff --git a/xfce4/core/xfdesktop/BUILD b/xfce4/core/xfdesktop/BUILD index c59a75a..808c271 100644 --- a/xfce4/core/xfdesktop/BUILD +++ b/xfce4/core/xfdesktop/BUILD @@ -3,6 +3,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + OPTS+=" --enable-debug" default_cvs_build From elangelo at lunar-linux.org Fri Dec 4 02:30:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:38 -0000 Subject: [Lunar-commits] xfconf GIT Message-ID: <20091204013034.B62139B304@doppio.foo-projects.org> commit 86afc0a281c78d30c71c2ecca1f495dcf6e184ff Author: Samuel Verstraete Date: Thu Sep 24 17:48:31 2009 +0200 xfconf GIT --- xfce4/core/xfconf/BUILD | 7 +------ xfce4/core/xfconf/DETAILS | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD index 5ca1695..68281e0 100644 --- a/xfce4/core/xfconf/BUILD +++ b/xfce4/core/xfconf/BUILD @@ -4,11 +4,6 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - --enable-xinerama \ - $OPTS && - - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index 8e93262..f128154 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,8 +1,8 @@ MODULE=xfconf - VERSION="svn-`date +%Y%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20080626 From elangelo at lunar-linux.org Fri Dec 4 02:30:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:38 -0000 Subject: [Lunar-commits] something Message-ID: <20091204013035.02CD79B2F2@doppio.foo-projects.org> commit cb913b66eff0389bc86c1a27f6779e8a23155544 Author: Samuel Verstraete Date: Sun Sep 27 09:53:48 2009 +0200 something --- archive/fsarchiver/DEPENDS | 5 +++ archive/fsarchiver/DETAILS | 20 ++++++++++++ audio/faac/BUILD | 5 +++ audio/faac/DETAILS | 3 ++ bluetooth/bluez/BUILD | 30 +++++++++++------- bluetooth/bluez/CONFIGURE | 2 +- bluetooth/bluez/DETAILS | 6 ++-- bluetooth/bluez/init.d/bluetooth_serial | 39 ------------------------ compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 4 +- compilers/php5/DETAILS | 6 ++-- crypto/beecrypt/BUILD | 6 +++- crypto/cyrus-sasl/BUILD | 8 +++-- crypto/cyrus-sasl/DEPENDS | 7 ++-- devel/ctl/BUILD | 7 ++++ devel/ctl/DETAILS | 7 +++- devel/gdb/BUILD | 5 +++ devel/physfs/BUILD | 7 ++++ filesys/partimage/BUILD | 8 +++++ filesys/partimage/DEPENDS | 2 +- filesys/partimage/DETAILS | 3 ++ games/paintown/BUILD | 7 ++++ graphics/SDL_gfx/DETAILS | 6 ++-- graphics/dcraw/DETAILS | 6 ++-- graphics/gtk+-2/BUILD | 3 ++ graphics/gtk+-2/DETAILS | 11 ++++-- graphics/pstoedit/BUILD | 13 -------- graphics/pstoedit/DETAILS | 9 +++-- kde3/apps/amarok/BUILD | 1 + kde3/apps/amarok/DETAILS | 3 ++ kde3/base/kdebase3/BUILD | 2 + kde3/base/kdebase3/DETAILS | 3 ++ kde3/utils/redland/BUILD | 13 -------- kde3/utils/redland/DEPENDS | 7 ---- kde3/utils/redland/DETAILS | 14 -------- kde3/utils/redland/DETAILS.x86_64 | 14 -------- kde3/utils/strigi/BUILD | 8 ----- kde3/utils/strigi/DEPENDS | 8 ----- kde3/utils/strigi/DETAILS | 17 ---------- kde4/extragear/ktorrent4/DETAILS | 6 ++-- kde4/utils/strigi/BUILD | 8 +++++ kde4/utils/strigi/DEPENDS | 8 +++++ kde4/utils/strigi/DETAILS | 17 ++++++++++ kernel/kernel-headers-2.6/BUILD | 13 ++++++-- kernel/kernel-headers-2.6/DETAILS | 2 +- kernel/kernel-headers-2.6/DETAILS.x86_64 | 2 +- kernel/linux-2.6/DETAILS | 12 ++++---- libs/allegro/BUILD | 10 +++++- libs/libcap/BUILD | 9 ++++-- libs/libcap/DETAILS | 6 +++- libs/loudmouth/DEPENDS | 2 +- libs/ming/BUILD | 16 ++++++++++ libs/ming/DEPENDS | 4 ++ libs/ming/DETAILS | 2 +- libs/rasqal/DEPENDS | 1 + libs/rasqal/DETAILS | 29 +++++++++++++++++ libs/readline/BUILD | 11 +++++- libs/readline/POST_INSTALL | 1 + libs/redland/BUILD | 13 ++++++++ libs/redland/DEPENDS | 7 ++++ libs/redland/DETAILS | 14 ++++++++ libs/redland/DETAILS.x86_64 | 15 +++++++++ perl/IO-Socket-SSL/DETAILS | 8 ++-- python/pygments/DETAILS | 11 +++---- qt4-apps/convertall/BUILD | 19 +++++++++++- qt4-apps/convertall/DETAILS | 6 ++-- qt4-apps/polkit-qt/BUILD | 14 +++++---- qt4-apps/polkit-qt/DETAILS | 1 + qt4-apps/qt-creator/BUILD | 15 ++++++++- qt4-apps/qtscriptgenerator/BUILD | 3 ++ qt4-apps/qtscriptgenerator/DETAILS | 2 +- science/avogadro/DETAILS | 6 ++-- science/celestia-gtk/BUILD | 7 +++- science/celestia-gtk/DETAILS | 1 + sql/mysql/DETAILS | 6 ++-- video/MPlayer/BUILD | 4 ++ video/MPlayer/DETAILS | 19 +++++------ video/cinelerra/BUILD | 7 ++++ video/cinelerra/DEPENDS | 8 +++++ video/cinelerra/DETAILS | 14 ++++---- video/libtheora/DETAILS | 6 ++-- x11/NVIDIA-beta/DETAILS | 12 ++++---- x11/NVIDIA-beta/DETAILS.x86_64 | 12 ++++---- xfce4/apps/ristretto/DETAILS | 2 +- xfce4/core/thunar-vfs/BUILD | 13 ++++++++ xfce4/core/thunar-vfs/DEPENDS | 6 ++++ xfce4/core/thunar-vfs/DETAILS | 14 ++++++++ xorg7/app/appres/CONFLICTS | 10 +++--- xorg7/app/appres/DETAILS | 12 ++++---- xorg7/app/bdftopcf/CONFLICTS | 10 +++--- xorg7/app/bdftopcf/DETAILS | 14 ++++---- xorg7/app/bitmap/CONFLICTS | 10 +++--- xorg7/app/bitmap/DETAILS | 10 +++--- xorg7/app/editres/CONFLICTS | 10 +++--- xorg7/app/editres/DETAILS | 10 +++--- xorg7/app/xauth/CONFLICTS | 10 +++--- xorg7/app/xauth/DETAILS | 6 ++-- xorg7/app/xbacklight/CONFLICTS | 10 +++--- xorg7/app/xbacklight/DETAILS | 12 ++++---- xorg7/app/xclock/CONFLICTS | 10 +++--- xorg7/app/xclock/DETAILS | 10 +++--- xorg7/app/xdm/DETAILS | 6 ++-- xorg7/app/xset/CONFLICTS | 10 +++--- xorg7/app/xset/DETAILS | 6 ++-- xorg7/data/xcursor-themes/CONFLICTS | 10 +++--- xorg7/data/xcursor-themes/DETAILS | 11 +++---- xorg7/extra/libdrm/DETAILS | 6 ++-- xorg7/lib/libXdmcp/CONFLICTS | 10 +++--- xorg7/lib/libXdmcp/DETAILS | 10 +++--- xorg7/lib/libXmu/CONFLICTS | 10 +++--- xorg7/lib/libXmu/DETAILS | 6 ++-- xorg7/lib/libpciaccess/DETAILS | 6 ++-- zbeta/cclive/DETAILS | 6 ++-- zbeta/fdm/BUILD | 8 ++++- 113 files changed, 612 insertions(+), 386 deletions(-) diff --git a/archive/fsarchiver/DEPENDS b/archive/fsarchiver/DEPENDS new file mode 100644 index 0000000..e6cefd9 --- /dev/null +++ b/archive/fsarchiver/DEPENDS @@ -0,0 +1,5 @@ +depends e2fsprogs + +optional_depends "xz" "" "--disable-lzma" "for lzma compress format support" +optional_depends "lzo" "" "--disable-lzo" "for lzo compress format support" +optional_depends "openssl" "" "--disable-crypto" "for ssl support" diff --git a/archive/fsarchiver/DETAILS b/archive/fsarchiver/DETAILS new file mode 100644 index 0000000..b976516 --- /dev/null +++ b/archive/fsarchiver/DETAILS @@ -0,0 +1,20 @@ + MODULE=fsarchiver + VERSION=0.5.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:9604943d736654548f24a7d653986e19e5157bcb + WEB_SITE=http://www.fsarchiver.org + ENTERED=20090925 + UPDATED=20090925 + SHORT="A file-system archive tool" + +cat << EOF +FSArchiver is a system tool that allows you to save the contents of a +file-system to a compressed archive file. The file-system can be +restored on a partition which has a different size and it can be +restored on a different file-system. Unlike tar/dar, FSArchiver also +creates the file-system when it extracts the data to partitions. +Everything is checksummed in the archive in order to protect the data. +If the archive is corrupt, you just loose the current file, not the +whole archive. +EOF diff --git a/audio/faac/BUILD b/audio/faac/BUILD index 0628b55..bdcef90 100644 --- a/audio/faac/BUILD +++ b/audio/faac/BUILD @@ -1,5 +1,10 @@ ( + # Fixes compilation error: + # mpeg4ip.h:126: error: new declaration 'char* strcasestr(const char*, const char*)' + # /usr/include/string.h:367: error: ambiguates old declaration 'const char* strcasestr(const char*, const char*)' + patch_it $SOURCE_CACHE/$SOURCE2 1 && + sedit "s/\r//g" bootstrap Makefile.am configure.in && ./bootstrap && default_build diff --git a/audio/faac/DETAILS b/audio/faac/DETAILS index a5b484e..484deb7 100644 --- a/audio/faac/DETAILS +++ b/audio/faac/DETAILS @@ -1,8 +1,11 @@ MODULE=faac VERSION=1.28 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=faac-1.28-external-libmp4v2.patch.bz2 SOURCE_URL=$SFORGE_URL/faac/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:d00b023a3642f81bb1fb13d962a65079121396ee + SOURCE2_VFY=sha1:3857fdfe1cef0ed1d78fc964a6344fa82faedd5a WEB_SITE=http://www.audiocoding.com/ ENTERED=20050308 UPDATED=20080418 diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD index 9e5178e..8a05c12 100644 --- a/bluetooth/bluez/BUILD +++ b/bluetooth/bluez/BUILD @@ -1,6 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && OPTS+=" --build=$BUILD \ --host=$BUILD \ @@ -10,16 +10,22 @@ default_build && - sedit "s:#\[A:\[A:" audio/audio.conf && - sedit "s:#SBCS:SBCS:" audio/audio.conf && - sedit "s:#MPEG:MPEG:" audio/audio.conf && - sedit "s:#AutoConnect:AutoConnect:" audio/audio.conf && - - mkdir -p /etc/bluetooth && - cp -f audio/audio.conf /etc/bluetooth/ && - cp -f network/*.conf /etc/bluetooth/ && - cp -f input/*.conf /etc/bluetooth/ && - cp -f audio/bluetooth.conf /etc/asound.conf && - cp -f serial/serial.conf /etc/bluetooth/ +# sedit "s:#\[A:\[A:" audio/audio.conf && +# sedit "s:#SBCS:SBCS:" audio/audio.conf && +# sedit "s:#MPEG:MPEG:" audio/audio.conf && +# sedit "s:#AutoConnect:AutoConnect:" audio/audio.conf && + + mkdir -p /etc/bluetooth && + cp -f audio/audio.conf /etc/bluetooth/ && + cp -f network/*.conf /etc/bluetooth/ && + cp -f input/*.conf /etc/bluetooth/ && + cp -f serial/serial.conf /etc/bluetooth/ && + + mkdir -p /etc/alsa && + cp -f audio/bluetooth.conf /etc/alsa && + + echo -e "@hooks [\n\t{\n\t\tfunc load\n\t\tfiles [\n\t\t\t"/etc/alsa/bluetooth.conf"\n\t\t]\n\ + \t\terrors false\n\t}\n]" > $SOURCE_DIRECTORY/asound.conf && + install -m644 asound.conf /etc/ ) > $C_FIFO 2>&1 diff --git a/bluetooth/bluez/CONFIGURE b/bluetooth/bluez/CONFIGURE index b546596..c985af4 100644 --- a/bluetooth/bluez/CONFIGURE +++ b/bluetooth/bluez/CONFIGURE @@ -6,4 +6,4 @@ mquery HIDD "Install HID daemon?" y "--enable-hidd" "--disable-hidd" mquery PAND "Install PAN daemon?" y "--enable-pand" "--disable-pand" mquery DUND "Install DUN daemon?" y "--enable-dund" "--disable-dund" mquery TEST "Install test programs?" y "--enable-test" "--disable-test" -mquery CONFILES "Install Bluetooth configuration files" n "--enable-configfiles" "--disable-configfiles" + mquery CONFILES "Install Bluetooth configuration files" n "--enable-configfiles" "--disable-configfiles" diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS index 01d47a8..b61f0f8 100644 --- a/bluetooth/bluez/DETAILS +++ b/bluetooth/bluez/DETAILS @@ -1,14 +1,14 @@ MODULE=bluez - VERSION=4.53 + VERSION=4.54 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-4.41.dbus.access.patch SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:3b6493f2a9b91bb9146918a86a960383e9de7ccd + SOURCE_VFY=sha1:b61ea5eebf524c3d3fad41fda649e8b63feb3383 SOURCE2_VFY=sha1:1bea7d4cc74f55b8861544b42b07244b555c8550 WEB_SITE=http://www.bluez.org ENTERED=20090328 - UPDATED=20090910 + UPDATED=20090925 SHORT="support for core Bluetooth layers and protocols" cat << EOF diff --git a/bluetooth/bluez/init.d/bluetooth_serial b/bluetooth/bluez/init.d/bluetooth_serial deleted file mode 100644 index 6250624..0000000 --- a/bluetooth/bluez/init.d/bluetooth_serial +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# -# chkconfig: 345 80 20 -# description: Startup/shutdown script for Bluetooth serial PCMCIA card initialization - - . /lib/lsb/init-functions $1 - -start_serial() -{ - if [ ! -x /bin/setserial -o ! -x /usr/sbin/hciattach ]; then - logger "$0: setserial or hciattach not executable, cannot start $DEVNAME" - return 1 - fi - - if [ "$BAUDBASE" != "" ]; then - /bin/setserial $DEVNAME baud_base $BAUDBASE - fi - - /usr/sbin/hciattach $DEVNAME $HCIOPTS 2>&1 | logger -t hciattach -} - -stop_serial() -{ - [ -x /bin/fuser ] || return 1 - - /bin/fuser -k -HUP $DEVNAME > /dev/null -} - -case "$ACTION" in - add) - start_serial - ;; - remove) - stop_serial - ;; - *) - logger "Unknown action received $0: $ACTION" - ;; -esac diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin index c6bab48..2b47121 100644 --- a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -1,5 +1,5 @@ # -# gcc-4.3.x compiler optimizations plugin +# gcc-4.4.x compiler optimizations plugin # plugin_compiler_gcc_4_4_optimize() @@ -240,7 +240,7 @@ EOF default) if [ "$IS_DEFAULT" != "DEFAULT" ]; then set_local_config LUNAR_COMPILER GCC_4_4 - $DIALOG --msgbox "Gcc 4.3 is now the default compiler!" 6 60 + $DIALOG --msgbox "Gcc 4.4 is now the default compiler!" 6 60 fi ;; safe) diff --git a/compilers/php5/DETAILS b/compilers/php5/DETAILS index 7f6d74c..8cc215b 100644 --- a/compilers/php5/DETAILS +++ b/compilers/php5/DETAILS @@ -1,5 +1,5 @@ MODULE=php5 - VERSION=5.2.10 + VERSION=5.2.11 SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE=php-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.php.net/distributions @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE_URL[4]=http://nl.php.net/distributions SOURCE_URL[5]=http://de.php.net/distributions SOURCE_URL[6]=http://fr.php.net/distributions - SOURCE_VFY=sha1:9a287e2791d28928fb1ee1a1167290c5005feccd + SOURCE_VFY=sha1:819c853ce657ef260d4a73b5a21f961115b97eef WEB_SITE=http://www.php.net ENTERED=20040919 - UPDATED=20090618 + UPDATED=20090926 SHORT="PHP: Hypertext Processor scripting language" cat << EOF diff --git a/crypto/beecrypt/BUILD b/crypto/beecrypt/BUILD index 6c0af20..7d5fe52 100644 --- a/crypto/beecrypt/BUILD +++ b/crypto/beecrypt/BUILD @@ -13,7 +13,11 @@ export CFLAGS=${CFLAGS/-march=athlon-fx/-march=i686} && export CFLAGS=${CFLAGS/-march=k8/-march=i686} && export CFLAGS=${CFLAGS/-march=opteron/-march=i686} && - export CFLAGS=${CFLAGS/-march=em64t/-march=i686} + export CFLAGS=${CFLAGS/-march=em64t/-march=i686} && + + # Temporary workaround for gcc picking up CFLAGS from both of + # /etc/lunar/local/optimizations.GCC_4_{2,4}, which breaks compilation. + sedit "s:ASM_ARCH=\$bc_target_arch:ASM_ARCH=i686:" configure fi && # Fixes compilation of rpm - http://rpm5.org/cvs/tktview?tn=51 diff --git a/crypto/cyrus-sasl/BUILD b/crypto/cyrus-sasl/BUILD index 1a2064d..acdbb62 100644 --- a/crypto/cyrus-sasl/BUILD +++ b/crypto/cyrus-sasl/BUILD @@ -7,7 +7,7 @@ sedit "s/@LIBS@/@LIBS@ -lpam -lcrypt/" */Makefile.in else sedit "s/@LIBS@/@LIBS@ -lcrypt/" */Makefile.in - fi + fi && # default enabled modules in configure : checkapop, cram, digest, otp, gssapi, plain, anon OPTS=$OPTS" --enable-login \ @@ -19,14 +19,16 @@ --with-plugindir=/usr/lib/sasl2 \ --enable-sample \ --with-gnu-ld \ - --with-saslauthd=/var/lib/sasl " + --with-saslauthd=/var/lib/sasl " && default_config && mkdir -p /var/lib/sasl/ && default_make && + if [ ! -d /etc/sasl2 ]; then mkdir -p /etc/sasl2 - fi && + fi && + if [ ! -e /etc/sasl2/smtpd.conf ] ; then install $SOURCE_CACHE/$SOURCE2 /etc/sasl2/smtpd.conf.gz && gunzip /etc/sasl2/smtpd.conf.gz diff --git a/crypto/cyrus-sasl/DEPENDS b/crypto/cyrus-sasl/DEPENDS index 399daa8..a94eb90 100644 --- a/crypto/cyrus-sasl/DEPENDS +++ b/crypto/cyrus-sasl/DEPENDS @@ -1,7 +1,8 @@ depends openssl -depends db +optional_depends db "" "" "for Brekley DB support" optional_depends Linux-PAM "--with-pam" "--without-pam" "for PAM authentication" -optional_depends mysql "--enable-sql --with-mysql" "--without-mysql" "for mysql support" -optional_depends postgresql "--enable-sql --with-pgsql" "--without-pgsql" "for postgreSQL support" +optional_depends mysql "--enable-sql --with-mysql" "--without-mysql" "for mysql support" +optional_depends postgresql "--enable-sql --with-pgsql" "--without-pgsql" "for postgreSQL support" +optional_depends gdbm "" "" "for gdbm support" optional_depends heimdal "--enable-gssapi=/usr/include --disable-krb4" "--disable-gssapi" "for GSSAPI support" diff --git a/devel/ctl/BUILD b/devel/ctl/BUILD new file mode 100644 index 0000000..9a6149d --- /dev/null +++ b/devel/ctl/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/devel/ctl/DETAILS b/devel/ctl/DETAILS index bcef53e..d47004b 100644 --- a/devel/ctl/DETAILS +++ b/devel/ctl/DETAILS @@ -1,9 +1,12 @@ MODULE=ctl VERSION=1.4.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/ampasctl/ + SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2 + SOURCE_URL=$SFORGE_URL/ampasctl + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:4e31de8e8da144bbc840d97014a8f45e20e398ac - WEB_SITE=http://ampasctl.sourceforge.net/ + SOURCE2_VFY=sha1:1d8b24f76c58c9a3fec7ccac1bca55a6ecc33446 + WEB_SITE=http://ampasctl.sourceforge.net ENTERED=20070822 UPDATED=20071028 SHORT="Color Transformation Language" diff --git a/devel/gdb/BUILD b/devel/gdb/BUILD index 5d69bf2..ffaae90 100644 --- a/devel/gdb/BUILD +++ b/devel/gdb/BUILD @@ -1,5 +1,10 @@ ( + # Fixes compilation error: + # eval.c: In function 'evaluate_subexp_standard': + # eval.c:1705: error: 'subscript_array' may be used uninitialized in this function + OPTS+=" --disable-werror" && + OPTS+=" --host=$BUILD --libdir=$MODULE_PREFIX/lib/gdb \ --includedir=$MODULE_PREFIX/include/gdb" && diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD index 59bee7f..f008cdc 100644 --- a/devel/physfs/BUILD +++ b/devel/physfs/BUILD @@ -1,6 +1,13 @@ ( patch_it $SOURCE_CACHE/$SOURCE2 1 && + + # Fixes compilation error: + # cc1: warnings being treated as errors + # /usr/src/physfs-2.0.0/archivers/zip.c: In function 'zip_find_end_of_central_dir': + # /usr/src/physfs-2.0.0/archivers/zip.c:378: error: 'extra[0u]' may be used uninitialized in this function + sedit "s:-Werror::" CMakeLists.txt && + cmake -DCMAKE_INSTALL_PREFIX:=/usr -DPHYSFS_BUILD_WX_TEST:=FALSE && default_make diff --git a/filesys/partimage/BUILD b/filesys/partimage/BUILD index aac19c7..5d30ace 100644 --- a/filesys/partimage/BUILD +++ b/filesys/partimage/BUILD @@ -1,5 +1,13 @@ ( + # Fixes compilation error: + # net.h:31:22: error: iostream.h: No such file or directory + sedit "s:iostream.h:iostream:" src/shared/net.h src/server/partimaged.cpp src/server/partimaged-main.cpp && + + # Fixes compilation error: + # misc.cpp:2375: error: invalid conversion from 'const char*' to 'char*' + patch_it $SOURCE_CACHE/$SOURCE2 1 && + default_config && sedit '/partimag\.root/d' Makefile.{in,am} && diff --git a/filesys/partimage/DEPENDS b/filesys/partimage/DEPENDS index 7a8bebe..1c6d491 100644 --- a/filesys/partimage/DEPENDS +++ b/filesys/partimage/DEPENDS @@ -1,2 +1,2 @@ -depends newt && +depends newt depends openssl diff --git a/filesys/partimage/DETAILS b/filesys/partimage/DETAILS index 4887bd6..7252d9a 100644 --- a/filesys/partimage/DETAILS +++ b/filesys/partimage/DETAILS @@ -1,8 +1,11 @@ MODULE=partimage VERSION=0.6.7 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=partimage-0.6.7-glibc-2.10.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:c02e0db728e72277a78a1fb4140171ba8a9336cf + SOURCE2_VFY=sha1:66e14884bf132d5405d14c3599b85d8cfe98708a WEB_SITE=http://www.partimage.org/ ENTERED=20040226 UPDATED=20090825 diff --git a/games/paintown/BUILD b/games/paintown/BUILD index 6a8c5cf..b73e5dc 100644 --- a/games/paintown/BUILD +++ b/games/paintown/BUILD @@ -1,5 +1,12 @@ ( + # Fix compilation error: + # build/menu/option_lives.cpp:56: error: 'sprintf' was not declared in this scope + sedit '/globals.h"/a\#include ' src/menu/option_{lives,npc_buddies,speed}.cpp && + sedit '/lit_bitmap.h"/a\#include ' src/util/bitmap.cpp && + sedit "s:-Wall::" SConstruct && + sedit "s:char \* extension:const char \* extension:" src/game.cpp && + # Set data path sedit "s:\"data\":\"$MODULE_PREFIX/share/games/paintown\":" src/util/funcs.cpp && sedit "s:return 'data':return '$MODULE_PREFIX/share/games/paintown':" SConstruct && diff --git a/graphics/SDL_gfx/DETAILS b/graphics/SDL_gfx/DETAILS index 2f3683c..1ef5bb0 100644 --- a/graphics/SDL_gfx/DETAILS +++ b/graphics/SDL_gfx/DETAILS @@ -1,11 +1,11 @@ MODULE=SDL_gfx - VERSION=2.0.19 + VERSION=2.0.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.ferzkopp.net/Software/$MODULE-2.0 - SOURCE_VFY=sha1:bba39cf83e84d8e61b8078ea095cc0a96023e27f + SOURCE_VFY=sha1:077f7e64376c50a424ef11a27de2aea83bda3f78 WEB_SITE=http://www.ferzkopp.net/joomla/content/view/19/14 ENTERED=20020112 - UPDATED=20090423 + UPDATED=20090927 SHORT="High quality graphics library" cat << EOF diff --git a/graphics/dcraw/DETAILS b/graphics/dcraw/DETAILS index c460b7f..e081f1c 100644 --- a/graphics/dcraw/DETAILS +++ b/graphics/dcraw/DETAILS @@ -1,12 +1,12 @@ MODULE=dcraw - VERSION=8.95 + VERSION=8.98 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cybercom.net/~dcoffin/dcraw/archive/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:fb447b7fd03edc355f5f1cf34e7a3042128791ae + SOURCE_VFY=sha1:d6ac6dfd5c831a002e3e1ce3fc0d0c63e1e62b78 WEB_SITE=http://cybercom.net/~dcoffin/dcraw/ ENTERED=20061225 - UPDATED=20090712 + UPDATED=20090926 SHORT="Decoding raw digital photos in Linux" cat << EOF diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index 6343f01..b0960dc 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -10,6 +10,9 @@ # patch_it $SOURCE2 0 # fi && + # Quieten the "XID collision, trouble ahead" useless, spammy warning + patch_it $SOURCE3 1 && + if [ "$USE_XINPUT" == "y" ]; then # XInput support is needed for Wacom tablets to work in GIMP OPTS+=" --with-xinput=yes --enable-debug=no" diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS index 76f1985..b8bbc57 100644 --- a/graphics/gtk+-2/DETAILS +++ b/graphics/gtk+-2/DETAILS @@ -2,16 +2,19 @@ VERSION=18.0 MAJOR=2.18 SOURCE=$MODULE.$VERSION.tar.bz2 - #SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 + SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 + SOURCE3=gtk\+-2.16.6-quiet-xid-collision-warning.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR -# SOURCE2_URL=$PATCH_URL -# SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 + SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL + SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 SOURCE2_VFY=sha1:6981a977ea91d6dce32f444ad3b097e2ad43302b + SOURCE3_VFY=sha1:00d7688f8dbca9543ac54a53b217242aa926c1ed WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090829 + UPDATED=20090924 SHORT="A multi-platform toolkit for creating GUIs" cat << EOF diff --git a/graphics/pstoedit/BUILD b/graphics/pstoedit/BUILD deleted file mode 100644 index 7356805..0000000 --- a/graphics/pstoedit/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - -# This fixes a make failure with ming. - sedit "s:delete d;::g" src/drvswf.cpp - -# This gets around a make failure. It does not like how ImageMagick -# uses long long, and barfs. - - sedit "s:-pedantic: :g" configure - - default_build - -) > $C_FIFO 2>&1 diff --git a/graphics/pstoedit/DETAILS b/graphics/pstoedit/DETAILS index 412553a..ace96a0 100644 --- a/graphics/pstoedit/DETAILS +++ b/graphics/pstoedit/DETAILS @@ -1,13 +1,14 @@ MODULE=pstoedit - VERSION=3.45 + VERSION=3.50 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:3eecd5efcd4f3d1752d13303a2d1b64346f74171 + SOURCE_VFY=sha1:5685bef29fa00aae7cc314d3a1dd21612a98eb2b WEB_SITE=http://www.pstoedit.net/pstoedit ENTERED=20071106 - UPDATED=20071106 + UPDATED=20090926 SHORT="translates PostScript and PDF graphics into other vector formats" - PSAFE=no + +PSAFE=no cat << EOF pstoedit translates PostScript and PDF graphics into other vector formats. EOF diff --git a/kde3/apps/amarok/BUILD b/kde3/apps/amarok/BUILD index 0d5cc42..c706b13 100644 --- a/kde3/apps/amarok/BUILD +++ b/kde3/apps/amarok/BUILD @@ -4,6 +4,7 @@ . /etc/profile.d/kde3.rc patch_it $SOURCE_CACHE/$SOURCE2 1 && + patch_it $SOURCE_CACHE/$SOURCE3 1 && default_build diff --git a/kde3/apps/amarok/DETAILS b/kde3/apps/amarok/DETAILS index 38f2e36..b3907b8 100644 --- a/kde3/apps/amarok/DETAILS +++ b/kde3/apps/amarok/DETAILS @@ -2,10 +2,13 @@ VERSION=1.4.10 SOURCE=$MODULE-${VERSION}.tar.bz2 SOURCE2=$MODULE-1.4.9.1-libmtp-0.3.0.patch.bz2 + SOURCE3=$MODULE-1.4.10-gcc44.patch.bz2 SOURCE_URL=$KDE_URL/stable/$MODULE/$VERSION/src SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL SOURCE_VFY=sha1:cb0bebe99c6f4dc1b01601f2f3aee3a86da08fbd SOURCE2_VFY=sha1:d834992be46a746eeea2d203b5b327533ddf9b94 + SOURCE3_VFY=sha1:ecf51d2edbc9310a84dd349ddc405505efca41f4 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://amarok.kde.org ENTERED=20050111 diff --git a/kde3/base/kdebase3/BUILD b/kde3/base/kdebase3/BUILD index 49565ec..cc67799 100644 --- a/kde3/base/kdebase3/BUILD +++ b/kde3/base/kdebase3/BUILD @@ -3,6 +3,8 @@ . /etc/profile.d/qt3.rc . /etc/profile.d/kde3.rc + patch_it $SOURCE_CACHE/$SOURCE2 1 && + export LD_LIBRARY_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3 # So it can find the headers. diff --git a/kde3/base/kdebase3/DETAILS b/kde3/base/kdebase3/DETAILS index 97bec33..2947d82 100644 --- a/kde3/base/kdebase3/DETAILS +++ b/kde3/base/kdebase3/DETAILS @@ -1,9 +1,12 @@ MODULE=kdebase3 VERSION=3.5.10 SOURCE=kdebase-$VERSION.tar.bz2 + SOURCE2=kdebase-$VERSION-gcc4.4.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src SOURCE_VFY=sha1:1a72e4170a0a953ed70c0693a034947d87b6efbd + SOURCE2_URL=$PATCH_URL + SOURCE2_VFY=sha1:142c702a90c781fe8682deda73156c8a9d18b206 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://www.kde.org ENTERED=20020523 diff --git a/kde3/utils/redland/BUILD b/kde3/utils/redland/BUILD deleted file mode 100644 index 1d4646b..0000000 --- a/kde3/utils/redland/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - OPTS+=" --with-threads --with-raptor=system --with-rasqal=internal" - - if in_depends $MODULE libxml2 ; then - OPTS+=" --with-xml-parser=libxml" - else - OPTS+=" --with-xml-parser=expat" - fi - - default_build - -) > $C_FIFO 2>&1 diff --git a/kde3/utils/redland/DEPENDS b/kde3/utils/redland/DEPENDS deleted file mode 100644 index e312725..0000000 --- a/kde3/utils/redland/DEPENDS +++ /dev/null @@ -1,7 +0,0 @@ -depends raptor - -optional_depends "db" "--with-bdb" "--without-bdb" "for database support" -optional_depends "mysql" "--with-mysql" "--without-mysql" "for database support" -optional_depends "postgresql" "--with-postgresql" "--without-postgresql" "for database support" -optional_depends "sqlite" "--with-sqlite" "--without-sqlite" "for database support" -optional_depends "%XMLRENDERER" "" "" "for XML support" diff --git a/kde3/utils/redland/DETAILS b/kde3/utils/redland/DETAILS deleted file mode 100644 index 4baa76e..0000000 --- a/kde3/utils/redland/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=redland - VERSION=1.0.7 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.librdf.org/source/ - SOURCE_VFY=sha1:9ba444859709a6e5defb0b7a2294684e2fe06707 - WEB_SITE=http://librdf.org/ - ENTERED=20070802 - UPDATED=20080116 - SHORT="libraries that provide support for the Resource Description Framework" - -cat << EOF -Redland is a set of free software libraries that provide support -for the Resource Description Framework (RDF). -EOF diff --git a/kde3/utils/redland/DETAILS.x86_64 b/kde3/utils/redland/DETAILS.x86_64 deleted file mode 100644 index 81da25c..0000000 --- a/kde3/utils/redland/DETAILS.x86_64 +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=redland - VERSION=1.0.7 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.librdf.org/source/ - SOURCE_VFY=sha1:9ba444859709a6e5defb0b7a2294684e2fe06707 - WEB_SITE=http://librdf.org/ - ENTERED=20070802 - UPDATED=20080116 - SHORT="libraries that provide support for the Resource Description Framework" - PSAFE=no -cat << EOF -Redland is a set of free software libraries that provide support -for the Resource Description Framework (RDF). -EOF diff --git a/kde3/utils/strigi/BUILD b/kde3/utils/strigi/BUILD deleted file mode 100644 index da52bb0..0000000 --- a/kde3/utils/strigi/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - - cmake -DCMAKE_INSTALL_PREFIX:=/usr \ - -DENABLE_INOTIFY:BOOL=ON && - - default_make - -) > $C_FIFO 2>&1 diff --git a/kde3/utils/strigi/DEPENDS b/kde3/utils/strigi/DEPENDS deleted file mode 100644 index ffc2a52..0000000 --- a/kde3/utils/strigi/DEPENDS +++ /dev/null @@ -1,8 +0,0 @@ -depends file -depends cmake -depends clucene -depends zlib -depends bzip2 -depends openssl - -optional_depends "libxml2" "" "" "for XML support" diff --git a/kde3/utils/strigi/DETAILS b/kde3/utils/strigi/DETAILS deleted file mode 100644 index 6500b8c..0000000 --- a/kde3/utils/strigi/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=strigi - VERSION=0.7.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.vandenoever.info/software/strigi - SOURCE_VFY=sha1:c8f299ae3b5778c6891b58a1966b7342fb5e9e32 - WEB_SITE=http://strigi.sourceforge.net - ENTERED=20070802 - UPDATED=20090804 - SHORT="A small daemon that can index information" - -cat << EOF -Strigi is a daemon which uses a very fast and efficient crawler that can -index data on your harddrive. Indexing operations are performed without -hammering your system, this makes Strigi the fastest and smallest desktop -searching program. Strigi can index different file formats, including the -contents of the archive files. -EOF diff --git a/kde4/extragear/ktorrent4/DETAILS b/kde4/extragear/ktorrent4/DETAILS index a13f7c2..d3f0b1e 100644 --- a/kde4/extragear/ktorrent4/DETAILS +++ b/kde4/extragear/ktorrent4/DETAILS @@ -1,14 +1,14 @@ MODULE=ktorrent4 - MAJOR=3.2.3 + MAJOR=3.2.4 VERSION=${MAJOR} SOURCE=ktorrent-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ktorrent-$VERSION SOURCE_URL=http://ktorrent.org/downloads/$VERSION - SOURCE_VFY=sha1:0fc456b8706df7105a4964f92f4a55d89f8009ec + SOURCE_VFY=sha1:70555796ff8478fbad804bf8e9f2cdb56ded348d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090811 + UPDATED=20090924 SHORT="BitTorrent client for KDE" cat << EOF diff --git a/kde4/utils/strigi/BUILD b/kde4/utils/strigi/BUILD new file mode 100644 index 0000000..da52bb0 --- /dev/null +++ b/kde4/utils/strigi/BUILD @@ -0,0 +1,8 @@ +( + + cmake -DCMAKE_INSTALL_PREFIX:=/usr \ + -DENABLE_INOTIFY:BOOL=ON && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/utils/strigi/DEPENDS b/kde4/utils/strigi/DEPENDS new file mode 100644 index 0000000..ffc2a52 --- /dev/null +++ b/kde4/utils/strigi/DEPENDS @@ -0,0 +1,8 @@ +depends file +depends cmake +depends clucene +depends zlib +depends bzip2 +depends openssl + +optional_depends "libxml2" "" "" "for XML support" diff --git a/kde4/utils/strigi/DETAILS b/kde4/utils/strigi/DETAILS new file mode 100644 index 0000000..6500b8c --- /dev/null +++ b/kde4/utils/strigi/DETAILS @@ -0,0 +1,17 @@ + MODULE=strigi + VERSION=0.7.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.vandenoever.info/software/strigi + SOURCE_VFY=sha1:c8f299ae3b5778c6891b58a1966b7342fb5e9e32 + WEB_SITE=http://strigi.sourceforge.net + ENTERED=20070802 + UPDATED=20090804 + SHORT="A small daemon that can index information" + +cat << EOF +Strigi is a daemon which uses a very fast and efficient crawler that can +index data on your harddrive. Indexing operations are performed without +hammering your system, this makes Strigi the fastest and smallest desktop +searching program. Strigi can index different file formats, including the +contents of the archive files. +EOF diff --git a/kernel/kernel-headers-2.6/BUILD b/kernel/kernel-headers-2.6/BUILD index fdb2abf..0cf3ee4 100644 --- a/kernel/kernel-headers-2.6/BUILD +++ b/kernel/kernel-headers-2.6/BUILD @@ -2,16 +2,23 @@ cd $SOURCE_DIRECTORY/include/ && + # Don't conflict with libdrm + # As done in http://www.gentoo-portage.com/sys-kernel/linux-headers + rm -rf drm && + + # Delete useless files + find '(' -name '.install' -o -name '*.cmd' ')' -delete && + prepare_install && for dir in ./* ; do - cp -a $dir /usr/include/ - chown -R root.root /usr/include/$dir + cp -a $dir /usr/include/ && + chown -R root.root /usr/include/$dir && for subdir in `find /usr/include/$dir -type d` do chmod 755 $subdir - done + done && for file in `find /usr/include/$dir -type f` do diff --git a/kernel/kernel-headers-2.6/DETAILS b/kernel/kernel-headers-2.6/DETAILS index dbddffa..af888f6 100644 --- a/kernel/kernel-headers-2.6/DETAILS +++ b/kernel/kernel-headers-2.6/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20090923 + UPDATED=20090924 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace diff --git a/kernel/kernel-headers-2.6/DETAILS.x86_64 b/kernel/kernel-headers-2.6/DETAILS.x86_64 index 415a6d7..578de3c 100644 --- a/kernel/kernel-headers-2.6/DETAILS.x86_64 +++ b/kernel/kernel-headers-2.6/DETAILS.x86_64 @@ -7,7 +7,7 @@ WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20090923 + UPDATED=20090924 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index da7da9d..fc4f5c6 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,18 +1,18 @@ MODULE=linux-2.6 - VERSION=2.6.31 + VERSION=2.6.31.1 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 -# SOURCE2=patch-${VERSION}.bz2 + SOURCE2=patch-${VERSION}.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 -# SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 -# SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 + SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 + SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE_VFY=sha1:c6e0e6b473ba2b80d164e37cfabf294e783c03d9 -# SOURCE2_VFY=sha1:29cf320dfdd0e8d5f4c50374525b778b732d3e98 + SOURCE2_VFY=sha1:87d0780c525c5a74a0c4da18a5a8adf1db3bd9ab WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090909 + UPDATED=20090925 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off diff --git a/libs/allegro/BUILD b/libs/allegro/BUILD index b3baefd..eeccd0d 100644 --- a/libs/allegro/BUILD +++ b/libs/allegro/BUILD @@ -1,4 +1,12 @@ ( - sedit "s/-O2/$CFLAGS/" configure + + sedit "s/-O2/$CFLAGS/" configure && + + # Fixes compilation error: + # ./src/i386/icpus.s:70: Error: suffix or operands invalid for `fnstsw' + # Info at http://www.allegro.cc/forums/thread/597882 + OPTS+=" --disable-asm" && + default_build + ) > $C_FIFO 2>&1 diff --git a/libs/libcap/BUILD b/libs/libcap/BUILD index c58a153..cb70c74 100644 --- a/libs/libcap/BUILD +++ b/libs/libcap/BUILD @@ -1,5 +1,8 @@ ( - export PYTHON=1 PYTHONMODDIR=/usr/lib/python2.3/site-packages - sed -i 's|WARNINGS=-ansi|WARNINGS=|' Make.Rules && - default_make + + # To compile with kernel-headers-2.6 2.6.30.7 + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + ) > $C_FIFO 2>&1 diff --git a/libs/libcap/DETAILS b/libs/libcap/DETAILS index b914d3f..c55de2f 100644 --- a/libs/libcap/DETAILS +++ b/libs/libcap/DETAILS @@ -1,12 +1,16 @@ MODULE=libcap VERSION=1.97 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=libcap-1.97-compile-with-kernel-headers-2.6-2.6.30.7.patch.bz2 SOURCE_URL=http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:f200cc8978072637b18cb5beb1df48f63037d395 + SOURCE2_VFY=sha1:76cf3acff1795694b42b9b8b62d0c92c62506c86 WEB_SITE=http://www.kernel.org/pub/linux/libs/security/linux-privs ENTERED=20040906 - UPDATED=20070911 + UPDATED=20090924 SHORT="POSIX 1003.1e capabilities" + cat << EOF POSIX 1003.1e capabilities EOF diff --git a/libs/loudmouth/DEPENDS b/libs/loudmouth/DEPENDS index f68d97d..5501a63 100644 --- a/libs/loudmouth/DEPENDS +++ b/libs/loudmouth/DEPENDS @@ -2,7 +2,7 @@ depends glib-2 optional_depends "gnutls" \ "--with-ssl=gnutls" \ - "--with-ssl=no" \ + "--with-ssl=openssl" \ "for SSL capabilities (For GoogleTalk)" optional_depends "gtk-doc" \ diff --git a/libs/ming/BUILD b/libs/ming/BUILD new file mode 100644 index 0000000..1219a90 --- /dev/null +++ b/libs/ming/BUILD @@ -0,0 +1,16 @@ +( + + if in_depends $MODULE tcl ; then + TCL_VER="`lvu version perl |cut -c 1-3`" + sedit "s:tcl8.4:tcl$TCL_VER:g" configure + export TCL_LIB_DIR=/usr/lib/tcl$TCL_VER + fi && + + sedit "s:#make:make:" php_ext/make_module.sh && + + default_build && + +# The install misses this header. + install -m 644 $SOURCE_DIRECTORY/src/ming_config.h /usr/include/ + +) > $C_FIFO 2>&1 diff --git a/libs/ming/DEPENDS b/libs/ming/DEPENDS new file mode 100644 index 0000000..41f1b81 --- /dev/null +++ b/libs/ming/DEPENDS @@ -0,0 +1,4 @@ +optional_depends Python "--enable-python" "--disable-python" "for Python script support" +optional_depends perl "--enable-perl" "--disable-perl" "for perl scripting support" +#optional_depends %PHP "--enable-php" "--disable-php" "for PHP scripting support" +optional_depends tcl "--enable-tcl" "--disable-tcl" "for tcl scripting support" diff --git a/libs/ming/DETAILS b/libs/ming/DETAILS index a80fc40..3a2d290 100644 --- a/libs/ming/DETAILS +++ b/libs/ming/DETAILS @@ -5,7 +5,7 @@ SOURCE_VFY=sha1:3990c718c448cd26c1551457258d8de11c74b3e5 WEB_SITE=http://ming.sourceforge.net ENTERED=20030519 - UPDATED=20090511 + UPDATED=20090926 SHORT="a c library for generating SWF (Flash) format movies" cat << EOF diff --git a/libs/rasqal/DEPENDS b/libs/rasqal/DEPENDS new file mode 100644 index 0000000..eb6b431 --- /dev/null +++ b/libs/rasqal/DEPENDS @@ -0,0 +1 @@ +depends raptor diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS new file mode 100644 index 0000000..d597efe --- /dev/null +++ b/libs/rasqal/DETAILS @@ -0,0 +1,29 @@ + MODULE=rasqal + VERSION=0.9.16 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL[0]=http://download.librdf.org/source + SOURCE_URL[1]=$SFORGE_URL/librdf + SOURCE_VFY=sha1:55e08ee78c15de417cbfccb9e748747095994886 + WEB_SITE=http://librdf.org/$MODULE + ENTERED=20090923 + UPDATED=20090923 + SHORT="A RDF Query Library" + +cat << EOF +Rasqal is a free software / Open Source C library that handles Resource +Description Framework (RDF) query syntaxes, query construction and +query execution returning result bindings. The supported query +languages are SPARQL and RDQL. + +Rasqal provides: + * An RDF query construction and access API. + * A query execution engine including constraint expression + evaluation. + * A query result binding API. + * Query language support for SPARQL. + * Query language support for RDQL. + * Triple store querying APIs to support running over external RDF + graphs. + * No memory leaks. + * roqet standalone RDF query utility program +EOF diff --git a/libs/readline/BUILD b/libs/readline/BUILD index 953d42d..c08b33d 100644 --- a/libs/readline/BUILD +++ b/libs/readline/BUILD @@ -1,5 +1,12 @@ ( + # Real and working fix for readline 5 to 6 upgrade + # Especially workaround issue when you would like to lin again readline 6 after lining readline 6 already + mkdir -p /tmp/old.libraries && + cp -f /lib/libreadline.so.* /tmp/old.libraries && + cp -f /lib/libhistory.so.* /tmp/old.libraries && + LD_LIBRARY_PATH=/tmp/old.libraries:$LD_LIBRARY_PATH && + OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') && set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" && # ************************ WARNING ************************* @@ -14,7 +21,7 @@ --mandir=/usr/share/man \ --infodir=/usr/share/info && default_make && - if [ ! -e /etc/inputrc ] ; then + if [ ! -e /etc/inputrc ] ; then install $SCRIPT_DIRECTORY/inputrc /etc/ fi && # temp hack to help in change over to readline-6.0 from readline-5.x @@ -22,6 +29,6 @@ devoke_installwatch && ln -sf /lib/libreadline.so.6 /lib/libreadline.so.5 && ln -sf /lib/libhistory.so.6 /lib/libhistory.so.5 && - invoke_installwatch + invoke_installwatch ) > $C_FIFO 2>&1 diff --git a/libs/readline/POST_INSTALL b/libs/readline/POST_INSTALL index 9755df3..a9f917b 100644 --- a/libs/readline/POST_INSTALL +++ b/libs/readline/POST_INSTALL @@ -1,3 +1,4 @@ +rm -rf /tmp/old.libraries && OUR_NEW_READLINE_VVV=$(lvu version readline | perl -pe 's/([0-9]).+/$1/') OUR_OLD_READLINE_VVV=$(get_module_config OUR_OLD_READLINE_VVV) diff --git a/libs/redland/BUILD b/libs/redland/BUILD new file mode 100644 index 0000000..539454d --- /dev/null +++ b/libs/redland/BUILD @@ -0,0 +1,13 @@ +( + + OPTS+=" --with-threads --with-raptor=system --without-sqlite" + + if in_depends $MODULE libxml2 ; then + OPTS+=" --with-xml-parser=libxml" + else + OPTS+=" --with-xml-parser=expat" + fi + + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/redland/DEPENDS b/libs/redland/DEPENDS new file mode 100644 index 0000000..c1ef80e --- /dev/null +++ b/libs/redland/DEPENDS @@ -0,0 +1,7 @@ +depends rasqal + +optional_depends "db" "--with-bdb" "--without-bdb" "for Berkley DB database support" +optional_depends "mysql" "--with-mysql" "--without-mysql" "for MySql database support" +optional_depends "postgresql" "--with-postgresql" "--without-postgresql" "for Postgresql database support" +#optional_depends "sqlite" "--with-sqlite" "--without-sqlite" "for SqLite database support" +optional_depends "%XMLRENDERER" "" "" "for XML support" diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS new file mode 100644 index 0000000..3dda66f --- /dev/null +++ b/libs/redland/DETAILS @@ -0,0 +1,14 @@ + MODULE=redland + VERSION=1.0.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.librdf.org/source + SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b + WEB_SITE=http://librdf.org + ENTERED=20070802 + UPDATED=20090923 + SHORT="libraries that provide support for the Resource Description Framework" + +cat << EOF +Redland is a set of free software libraries that provide support +for the Resource Description Framework (RDF). +EOF diff --git a/libs/redland/DETAILS.x86_64 b/libs/redland/DETAILS.x86_64 new file mode 100644 index 0000000..5451be5 --- /dev/null +++ b/libs/redland/DETAILS.x86_64 @@ -0,0 +1,15 @@ + MODULE=redland + VERSION=1.0.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.librdf.org/source + SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b + WEB_SITE=http://librdf.org + ENTERED=20070802 + UPDATED=20090923 + SHORT="libraries that provide support for the Resource Description Framework" + PSAFE=no + +cat << EOF +Redland is a set of free software libraries that provide support +for the Resource Description Framework (RDF). +EOF diff --git a/perl/IO-Socket-SSL/DETAILS b/perl/IO-Socket-SSL/DETAILS index 60c26e7..c5a7dda 100644 --- a/perl/IO-Socket-SSL/DETAILS +++ b/perl/IO-Socket-SSL/DETAILS @@ -1,11 +1,11 @@ MODULE=IO-Socket-SSL - VERSION=1.27 + VERSION=1.31 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/ - SOURCE_VFY=sha1:d3621ea8c60f15d9e0bef560f2a51b576cbf3a1f - WEB_SITE=http://search.cpan.org/dist/$MODULE/ + SOURCE_VFY=sha1:06fc8e9d85e53e7a2156988f1e009272e9871d81 + WEB_SITE=http://search.cpan.org/dist/IO-Socket-SSL/ ENTERED=20090328 - UPDATED=20090801 + UPDATED=20090925 SHORT="Nearly transparent SSL encapsulation for IO::Socket::INET" cat << EOF diff --git a/python/pygments/DETAILS b/python/pygments/DETAILS index f0f6c41..d1e8684 100644 --- a/python/pygments/DETAILS +++ b/python/pygments/DETAILS @@ -1,12 +1,12 @@ MODULE=pygments - VERSION=1.0 + VERSION=1.1 SOURCE=Pygments-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pygments-$VERSION - SOURCE_URL=http://pypi.python.org/packages/source/P/Pygments/ - SOURCE_VFY=sha1:b71e33147fc402e361227b30e1f589eecafd42a7 - WEB_SITE=http://pygments.org/ + SOURCE_URL=http://pypi.python.org/packages/source/P/Pygments + SOURCE_VFY=sha1:b1f911f8645fbe32c87487cad297c5fb31f261d6 + WEB_SITE=http://pygments.org ENTERED=20090525 - UPDATED=20090525 + UPDATED=20090925 SHORT="Syntax highlighter written in Python" MAINTAINER=jannis at lunar-linux.org @@ -14,7 +14,6 @@ cat << EOF This is the home of Pygments. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: - * a wide range of common languages and markup formats is supported * special attention is paid to details that increase highlighting quality diff --git a/qt4-apps/convertall/BUILD b/qt4-apps/convertall/BUILD index 6062314..82106a7 100644 --- a/qt4-apps/convertall/BUILD +++ b/qt4-apps/convertall/BUILD @@ -2,6 +2,23 @@ cd ConvertAll && prepare_install && - python install.py -p /usr + python install.py -p /usr && + + + # Desktop icon + install -D -m644 icons/convertall_med.png /usr/share/pixmaps/${MODULE}.png && + + # Desktop menu entry + cat > ${MODULE}.desktop << EOF && +[Desktop Entry] +Type=Application +Name=ConvertAll +Comment=Qt based unit converter +Exec=$MODULE +Icon=$MODULE +Categories=Application;KDE;Utility; +EOF + + install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop ) > $C_FIFO 2>&1 diff --git a/qt4-apps/convertall/DETAILS b/qt4-apps/convertall/DETAILS index 80804df..90c1772 100644 --- a/qt4-apps/convertall/DETAILS +++ b/qt4-apps/convertall/DETAILS @@ -1,11 +1,11 @@ MODULE=convertall - VERSION=0.4.2 + VERSION=0.4.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.berlios.de/convertall/ - SOURCE_VFY=sha1:f455e197d2ccbdb60655a0f6037fc216845a36e5 + SOURCE_VFY=sha1:7940bd26d15f3870f6f2bc133d9d8c84244b7615 WEB_SITE=http://convertall.bellz.org ENTERED=20050531 - UPDATED=20081028 + UPDATED=20090924 MAINTAINER=tchan at lunar-linux.org SHORT="Another unit converter" diff --git a/qt4-apps/polkit-qt/BUILD b/qt4-apps/polkit-qt/BUILD index 80cc584..169325d 100644 --- a/qt4-apps/polkit-qt/BUILD +++ b/qt4-apps/polkit-qt/BUILD @@ -1,17 +1,19 @@ ( - sedit "s:lib64/automoc4:lib64/automoc4 opt/lunar/kde/4/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake + KDE4_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + + sedit "s:lib64/automoc4:lib64/automoc4 $KDE4_PREFIX/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake BUILD_DIR="$SOURCE_DIRECTORY/build_dir" - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && - mkdir $BUILD_DIR && - cd $BUILD_DIR && + mkdir $BUILD_DIR && + cd $BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE && default_make diff --git a/qt4-apps/polkit-qt/DETAILS b/qt4-apps/polkit-qt/DETAILS index f619c71..3b21dde 100644 --- a/qt4-apps/polkit-qt/DETAILS +++ b/qt4-apps/polkit-qt/DETAILS @@ -8,6 +8,7 @@ ENTERED=20090628 UPDATED=20090805 SHORT="PolicyKit API with a nice Qt-styled API" + cat << EOF PolicyKit API with a nice Qt-styled API. EOF diff --git a/qt4-apps/qt-creator/BUILD b/qt4-apps/qt-creator/BUILD index 1e66094..52d14a3 100644 --- a/qt4-apps/qt-creator/BUILD +++ b/qt4-apps/qt-creator/BUILD @@ -13,6 +13,19 @@ make && prepare_install && - make install INSTALL_ROOT=$MODULE_PREFIX/ + make install INSTALL_ROOT=$MODULE_PREFIX/ && + + # Desktop menu entry + cat > ${MODULE}.desktop << EOF && +[Desktop Entry] +Type=Application +Name=Qt Creator +Comment=Qt based Development Tool +Exec=$QTDIR/bin/qtcreator +Icon=/usr/share/doc/qt-creator/doc/images/qt-logo.png +Categories=Application;Qt;KDE;Development; +EOF + + install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop ) > $C_FIFO 2>&1 diff --git a/qt4-apps/qtscriptgenerator/BUILD b/qt4-apps/qtscriptgenerator/BUILD index 5cd4e17..6f99033 100644 --- a/qt4-apps/qtscriptgenerator/BUILD +++ b/qt4-apps/qtscriptgenerator/BUILD @@ -2,6 +2,9 @@ . /etc/profile.d/qt4.rc +# A qucik gcc-4.4.1 hack. Revisit when this module gets a version bump + sed -i "33i #include " generator/parser/rpp/pp.h && + cd generator && qmake && make release && diff --git a/qt4-apps/qtscriptgenerator/DETAILS b/qt4-apps/qtscriptgenerator/DETAILS index db3c894..1a39426 100644 --- a/qt4-apps/qtscriptgenerator/DETAILS +++ b/qt4-apps/qtscriptgenerator/DETAILS @@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://code.google.com/p/qtscriptgenerator/ ENTERED=20090307 - UPDATED=20090417 + UPDATED=20090924 SHORT="generates Qt bindings for Qt Script" PSAFE=no diff --git a/science/avogadro/DETAILS b/science/avogadro/DETAILS index b96ab55..decf064 100644 --- a/science/avogadro/DETAILS +++ b/science/avogadro/DETAILS @@ -1,12 +1,12 @@ MODULE=avogadro - VERSION=0.9.7 + VERSION=0.9.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:95bf029f9e957d42b461316f976ef0c344f1b1df + SOURCE_VFY=sha1:78de2419a93af9427a0d31fc0f022a47e924b490 MODULE_PREFIX=${AVO_INSTALL_DIR:-/opt/lunar/avogadro} WEB_SITE=http://avogadro.openmolecules.net/wiki/Main_Page ENTERED=20090411 - UPDATED=20090720 + UPDATED=20090926 SHORT="an advanced molecular editor" cat << EOF diff --git a/science/celestia-gtk/BUILD b/science/celestia-gtk/BUILD index 6628aff..93b05fd 100644 --- a/science/celestia-gtk/BUILD +++ b/science/celestia-gtk/BUILD @@ -1,8 +1,11 @@ ( - OPTS="$OPTS --with-lua" + sed -i "16i #include " src/celengine/overlay.h src/celengine/spiceinterface.cpp && + sed -i "18i #include " src/celengine/star.cpp && - default_build + OPTS="$OPTS --with-lua" && + + default_build && gather_docs controls.txt manual/*.html manual/*.css diff --git a/science/celestia-gtk/DETAILS b/science/celestia-gtk/DETAILS index fa36912..9b1b23f 100644 --- a/science/celestia-gtk/DETAILS +++ b/science/celestia-gtk/DETAILS @@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/celestia-$VERSION ENTERED=20041202 UPDATED=20090807 SHORT="A 3D real-time space simulation" + cat << EOF Celestia is a free real-time space simulation that lets you experience our universe in three dimensions. Unlike most planetarium software, Celestia diff --git a/sql/mysql/DETAILS b/sql/mysql/DETAILS index 4531d82..c2c483b 100644 --- a/sql/mysql/DETAILS +++ b/sql/mysql/DETAILS @@ -1,14 +1,14 @@ MODULE=mysql - VERSION=5.0.85 + VERSION=5.0.86 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0 SOURCE_URL[1]=ftp://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-5.0 SOURCE_URL[2]=http://mysql.mirrors.pair.com/Downloads/MySQL-5.0 SOURCE_URL[3]=http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0 - SOURCE_VFY=sha1:11f25ef4f120cba97dd921deb202c58adffd93eb + SOURCE_VFY=sha1:b26680b91187165676d75e1d42fe06c8996fd43f WEB_SITE=http://www.mysql.com ENTERED=20011114 - UPDATED=20090825 + UPDATED=20090923 SHORT="A widely used and fast SQL database server" cat << EOF diff --git a/video/MPlayer/BUILD b/video/MPlayer/BUILD index 6d96689..73151cd 100644 --- a/video/MPlayer/BUILD +++ b/video/MPlayer/BUILD @@ -3,6 +3,10 @@ # Remove subversion directories find -name "\.svn" -type d -print0 | xargs -0 rm -rf + # ALSA audio sync & CPU usage patch + # From http://forums.gentoo.org/viewtopic-t-793795.html + patch_it $SOURCE_CACHE/$SOURCE7 0 && + # using CFLAGS other than MPlayer's auto-detected will break bad_flags compiler && diff --git a/video/MPlayer/DETAILS b/video/MPlayer/DETAILS index b05154f..5c4c787 100644 --- a/video/MPlayer/DETAILS +++ b/video/MPlayer/DETAILS @@ -7,30 +7,29 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mplayer-$VERSION SOURCE4=font-arial-cp1250.tar.bz2 SOURCE5=font-arial-iso-8859-7.tar.bz2 SOURCE6=Blue-1.7.tar.bz2 + SOURCE7=mplayer-1.0_rc4-alsa-fix.patch.bz2 SOURCE_URL[0]=http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/ SOURCE_URL[1]=http://mirror.its.uidaho.edu/pub/gentoo/distfiles/ SOURCE_URL[2]=http://de-mirror.org/distro/gentoo/distfiles/ SOURCE_URL[3]=http://mirror.ovh.net/gentoo-distfiles/distfiles/ SOURCE_URL[4]=http://distfiles.gentoo.bg/distfiles/ SOURCE_URL[5]=http://gentoo.in.th/distfiles/ - SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + SOURCE2_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE6_URL=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + SOURCE7_URL=$PATCH_URL SOURCE_VFY=sha1:cc67e513faa2cc7c0aa6f55b0e918eee8bacc287 SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 + SOURCE7_VFY=sha1:af28ecc7d1816b6b299433e062461a0a74c298a4 WEB_SITE=http://www.mplayerhq.hu/ ENTERED=20010922 - UPDATED=20090919 + UPDATED=20090924 SHORT="A movie and animation player" cat << EOF diff --git a/video/cinelerra/BUILD b/video/cinelerra/BUILD new file mode 100644 index 0000000..9a6149d --- /dev/null +++ b/video/cinelerra/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/video/cinelerra/DEPENDS b/video/cinelerra/DEPENDS new file mode 100644 index 0000000..65125e1 --- /dev/null +++ b/video/cinelerra/DEPENDS @@ -0,0 +1,8 @@ +depends texinfo +depends libpng +depends mp4v2 + +optional_depends "SDL" "" "" "for SDL support" +optional_depends "yasm" "" "" "use yasm assembler" +optional_depends "nasm" "" "" "use nasm assembler" +optional_depends "freetype2" "" "" "use Freetype support" diff --git a/video/cinelerra/DETAILS b/video/cinelerra/DETAILS index 7e1f74c..c94087e 100644 --- a/video/cinelerra/DETAILS +++ b/video/cinelerra/DETAILS @@ -1,12 +1,14 @@ MODULE=cinelerra - VERSION=4-src - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=4.1 + SOURCE=$MODULE-$VERSION-src.tar.bz2 + SOURCE2=$MODULE-$VERSION.patch.bz2 SOURCE_URL=$SFORGE_URL/heroines -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-4 - SOURCE_VFY=sha1:b81f337a555aec11006ea27b0356b316ce81f22a + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:bebb3fceccfb407dbcd5d77be38d40fb9f808eef + SOURCE2_VFY=sha1:2fe602309451cc17922098e30c4289048b00c9ad WEB_SITE=http://heroinewarrior.com/cinelerra.php3 ENTERED=20080919 - UPDATED=20080919 + UPDATED=20090925 SHORT="audio and video editing" cat << EOF @@ -15,6 +17,4 @@ Cinelerra does primarily 3 things: capturing, compositing, and editing audio and video with sample level accuracy. It's a movie studio in a box. If you want the same kind of editing suite that the big boys use, on an efficient UNIX operating system, it's time for Cinelerra. - -Cinelerra is not community approved and there is no support from the developer. EOF diff --git a/video/libtheora/DETAILS b/video/libtheora/DETAILS index 454cf32..1345058 100644 --- a/video/libtheora/DETAILS +++ b/video/libtheora/DETAILS @@ -1,14 +1,14 @@ MODULE=libtheora - VERSION=1.0 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=ltablex.sty SOURCE_URL=http://downloads.xiph.org/releases/theora SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:02717773001b44f95bc6c23111a89493a4a93f87 + SOURCE_VFY=sha1:fb1686a8318d79f889f248ff774265d0ec4c6430 SOURCE2_VFY=sha1:740d3d1ac07a754e9fc092ad601500f6921f6cba WEB_SITE=http://www.theora.org ENTERED=20040626 - UPDATED=20081105 + UPDATED=20090926 SHORT="Xiph.Org's released video codec" PSAFE=no diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS index a217783..c9efdbe 100644 --- a/x11/NVIDIA-beta/DETAILS +++ b/x11/NVIDIA-beta/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.32 + VERSION=190.36 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 @@ -26,14 +26,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:cfbe17e056343f8bd2fbeb15cff411be0a7b128d - SOURCE2_VFY=sha1:4f79c8b9273ddcae87fac6bc2dc8dde292a0af4d - SOURCE3_VFY=sha1:af19fd1172b61bcd17ca7de15760241300a110df - SOURCE4_VFY=sha1:3531c1b55b8a1fe8eb653a5172b05c281fa9e73a + SOURCE_VFY=sha1:1168e97031832d37ff2513d13e809ff4e4b5a2fe + SOURCE2_VFY=sha1:6f125f56a5eb24a2dec481737f6f14de29d243e0 + SOURCE3_VFY=sha1:05596fe0bc01e6d827d66023466a8bbe130d7a4f + SOURCE4_VFY=sha1:0bc517b37d3bab8c6df2252da4d54772088dab77 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090919 + UPDATED=20090925 SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64 index b28023e..40d1c8d 100644 --- a/x11/NVIDIA-beta/DETAILS.x86_64 +++ b/x11/NVIDIA-beta/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.32 + VERSION=190.36 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 @@ -26,14 +26,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:61223b400031cdd4fc9fb2eeca07abc0e855889b - SOURCE2_VFY=sha1:4f79c8b9273ddcae87fac6bc2dc8dde292a0af4d - SOURCE3_VFY=sha1:af19fd1172b61bcd17ca7de15760241300a110df - SOURCE4_VFY=sha1:3531c1b55b8a1fe8eb653a5172b05c281fa9e73a + SOURCE_VFY=sha1:dc0c0d2666099edc24e440b0b7984e8d5b5e4f17 + SOURCE2_VFY=sha1:6f125f56a5eb24a2dec481737f6f14de29d243e0 + SOURCE3_VFY=sha1:05596fe0bc01e6d827d66023466a8bbe130d7a4f + SOURCE4_VFY=sha1:0bc517b37d3bab8c6df2252da4d54772088dab77 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090919 + UPDATED=20090925 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index e08ea8a..6fbfeba 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -2,7 +2,7 @@ VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git://git.xfce.org/stephan/$MODULE + SOURCE_URL=git://git.xfce.org/apps/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 diff --git a/xfce4/core/thunar-vfs/BUILD b/xfce4/core/thunar-vfs/BUILD new file mode 100644 index 0000000..0e0cc75 --- /dev/null +++ b/xfce4/core/thunar-vfs/BUILD @@ -0,0 +1,13 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/thunar-vfs/DEPENDS b/xfce4/core/thunar-vfs/DEPENDS new file mode 100644 index 0000000..62ad17c --- /dev/null +++ b/xfce4/core/thunar-vfs/DEPENDS @@ -0,0 +1,6 @@ +depends exo +depends eject +depends shared-mime-info +depends desktop-file-utils + +optional_depends gamin "" "" "For filesystem change updates" diff --git a/xfce4/core/thunar-vfs/DETAILS b/xfce4/core/thunar-vfs/DETAILS new file mode 100644 index 0000000..1b37c3f --- /dev/null +++ b/xfce4/core/thunar-vfs/DETAILS @@ -0,0 +1,14 @@ + MODULE=thunar-vfs + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://thunar.xfce.org + ENTERED=20060407 + UPDATED=20071207 + SHORT="File manager for xfce" + +cat << EOF +Thunar is the default file manager for Xfce. +EOF diff --git a/xorg7/app/appres/CONFLICTS b/xorg7/app/appres/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/appres/CONFLICTS +++ b/xorg7/app/appres/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/appres/DETAILS b/xorg7/app/appres/DETAILS index 5081287..2293c06 100644 --- a/xorg7/app/appres/DETAILS +++ b/xorg7/app/appres/DETAILS @@ -1,17 +1,17 @@ MODULE=appres - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:e50126abc99c64e4827a6b4c27dd2cd473bd958f + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:a82009c1d548b91282fc49efd1be446dc0ee8e32 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20070216 + UPDATED=20090925 SHORT="List X application resource database" cat << EOF The appres program prints the resouces seen by an application (or subhierarchy of an application) with the specified class and instance -names. It can be used to determine which resources a particular +names. It can be used to determine which resources a particular program will load. EOF diff --git a/xorg7/app/bdftopcf/CONFLICTS b/xorg7/app/bdftopcf/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/bdftopcf/CONFLICTS +++ b/xorg7/app/bdftopcf/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/bdftopcf/DETAILS b/xorg7/app/bdftopcf/DETAILS index be5796b..f445369 100644 --- a/xorg7/app/bdftopcf/DETAILS +++ b/xorg7/app/bdftopcf/DETAILS @@ -1,15 +1,15 @@ MODULE=bdftopcf - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:ab1c77b7e9b011afd29242eef0f3cfdcb11771ee + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:245778068b5e5ccde07151635ded50da90333524 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070426 + UPDATED=20090925 SHORT="The X.Org BDF to PCF font compiler" cat << EOF -bdfttopcf is a font compiler for the X server. It compiles an X font -from Bitmap Distribtuion Format(BDF) to Portable Compiled Format(PCF). +bdfttopcf is a font compiler for the X server. It compiles an X font +from Bitmap Distribution Format(BDF) to Portable Compiled Format(PCF). EOF diff --git a/xorg7/app/bitmap/CONFLICTS b/xorg7/app/bitmap/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/bitmap/CONFLICTS +++ b/xorg7/app/bitmap/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/bitmap/DETAILS b/xorg7/app/bitmap/DETAILS index f34930c..7a500d9 100644 --- a/xorg7/app/bitmap/DETAILS +++ b/xorg7/app/bitmap/DETAILS @@ -1,12 +1,12 @@ MODULE=bitmap - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:ca3b65e25fea6929ee254944b72508f8e39d80ea + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:b83483937b1d4c542379b5f82edf408a023f8671 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060227 - UPDATED=20070426 + UPDATED=20090925 SHORT="The X.Org bitmap file editor" cat << EOF diff --git a/xorg7/app/editres/CONFLICTS b/xorg7/app/editres/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/editres/CONFLICTS +++ b/xorg7/app/editres/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/editres/DETAILS b/xorg7/app/editres/DETAILS index 62a7766..3e42b0d 100644 --- a/xorg7/app/editres/DETAILS +++ b/xorg7/app/editres/DETAILS @@ -1,12 +1,12 @@ MODULE=editres - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:f87c18325ae169ea349b59f8bad77375f50d65be + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:5f84cf0592ed2e1c8430c907db36b7e70905fa78 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20070426 + UPDATED=20090925 SHORT="The X.Org dynamic resource editor" cat << EOF diff --git a/xorg7/app/xauth/CONFLICTS b/xorg7/app/xauth/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xauth/CONFLICTS +++ b/xorg7/app/xauth/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xauth/DETAILS b/xorg7/app/xauth/DETAILS index a6f941b..ebf18e8 100644 --- a/xorg7/app/xauth/DETAILS +++ b/xorg7/app/xauth/DETAILS @@ -1,12 +1,12 @@ MODULE=xauth - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:6a034b6e665eabd149bf4f8ee60c12a86b70ecde + SOURCE_VFY=sha1:90d32f28bb61ca6d831dcc35429a5ad53be73283 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080405 + UPDATED=20090925 SHORT="The X.Org authentication utility" cat << EOF diff --git a/xorg7/app/xbacklight/CONFLICTS b/xorg7/app/xbacklight/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xbacklight/CONFLICTS +++ b/xorg7/app/xbacklight/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xbacklight/DETAILS b/xorg7/app/xbacklight/DETAILS index 9cbeb0f..ced424d 100644 --- a/xorg7/app/xbacklight/DETAILS +++ b/xorg7/app/xbacklight/DETAILS @@ -1,16 +1,16 @@ MODULE=xbacklight - VERSION=1.1 + VERSION=1.1.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:963f154ecaeaddcc609c640d683319a20ee3d5e8 + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:3541ab5e0956b4f0c97b1200dc32a35d2ccb0f0f MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070823 - UPDATED=20070823 + UPDATED=20090925 SHORT="adjust backlight brightness" cat << EOF Xbacklight is used to adjust the backlight brightness where supported. -It finds all outputs on the X server supporting backlight brightness +It finds all outputs on the X server supporting backlight brightness control and changes them all in the same way. EOF diff --git a/xorg7/app/xclock/CONFLICTS b/xorg7/app/xclock/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xclock/CONFLICTS +++ b/xorg7/app/xclock/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xclock/DETAILS b/xorg7/app/xclock/DETAILS index 39f832f..2e1c602 100644 --- a/xorg7/app/xclock/DETAILS +++ b/xorg7/app/xclock/DETAILS @@ -1,12 +1,12 @@ MODULE=xclock - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:94bd3f1c57d9d6f5c19f25fcdda3b148b99b6dbe + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:1987cafb3163c6b68bc7ecfbe143c8cd373d64bb MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070809 + UPDATED=20090925 SHORT="the X.Org xclock application" cat << EOF diff --git a/xorg7/app/xdm/DETAILS b/xorg7/app/xdm/DETAILS index a41c4a6..d11b5f3 100644 --- a/xorg7/app/xdm/DETAILS +++ b/xorg7/app/xdm/DETAILS @@ -1,12 +1,12 @@ MODULE=xdm - VERSION=1.1.8 + VERSION=1.1.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:619d810d9cd60e193be72365791cdb4057fc56ce + SOURCE_VFY=sha1:ea0ee2923999d54848dc8a165867ffa7c628fd7b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20080601 + UPDATED=20090925 SHORT="The X Display Manager" cat << EOF diff --git a/xorg7/app/xset/CONFLICTS b/xorg7/app/xset/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xset/CONFLICTS +++ b/xorg7/app/xset/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xset/DETAILS b/xorg7/app/xset/DETAILS index eb6017e..2f10620 100644 --- a/xorg7/app/xset/DETAILS +++ b/xorg7/app/xset/DETAILS @@ -1,12 +1,12 @@ MODULE=xset - VERSION=1.0.4 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:3f83c524682cffa2a778c093ba0ed82a13aaa38f + SOURCE_VFY=sha1:ff4295442821826092b17248c1ad65e16cd860ef MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060210 - UPDATED=20080405 + UPDATED=20090925 SHORT="A user preference utility for X" cat << EOF diff --git a/xorg7/data/xcursor-themes/CONFLICTS b/xorg7/data/xcursor-themes/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/data/xcursor-themes/CONFLICTS +++ b/xorg7/data/xcursor-themes/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/data/xcursor-themes/DETAILS b/xorg7/data/xcursor-themes/DETAILS index 5bc76c8..6e6b3f9 100644 --- a/xorg7/data/xcursor-themes/DETAILS +++ b/xorg7/data/xcursor-themes/DETAILS @@ -1,14 +1,13 @@ MODULE=xcursor-themes - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/data/ - SOURCE_VFY=sha1:cb6d31fe2ef5563a642bfe79f006ee7f6b17576f + SOURCE_URL=$XORG_URL/individual/data + SOURCE_VFY=sha1:12b865c17c65e70a6bc20300dfa660fe8faaa0a4 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090925 SHORT="" cat << EOF - EOF diff --git a/xorg7/extra/libdrm/DETAILS b/xorg7/extra/libdrm/DETAILS index 65ec5cd..3f7fd8b 100644 --- a/xorg7/extra/libdrm/DETAILS +++ b/xorg7/extra/libdrm/DETAILS @@ -1,12 +1,12 @@ MODULE=libdrm - VERSION=2.4.13 + VERSION=2.4.14 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://dri.freedesktop.org/libdrm - SOURCE_VFY=sha1:0d3065d8521fca97239ce4aecbc81dc08d07de7d + SOURCE_VFY=sha1:a18cc2cdfd02b8ba1c91c3e9ac609521ad3e2fe9 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.freedesktop.org ENTERED=20061017 - UPDATED=20090903 + UPDATED=20090925 SHORT="The userspace interface to kernel DRM services" cat << EOF diff --git a/xorg7/lib/libXdmcp/CONFLICTS b/xorg7/lib/libXdmcp/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/lib/libXdmcp/CONFLICTS +++ b/xorg7/lib/libXdmcp/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/lib/libXdmcp/DETAILS b/xorg7/lib/libXdmcp/DETAILS index 4ba27d3..3ece229 100644 --- a/xorg7/lib/libXdmcp/DETAILS +++ b/xorg7/lib/libXdmcp/DETAILS @@ -1,12 +1,12 @@ MODULE=libXdmcp - VERSION=1.0.2 + VERSION=1.0.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/lib/ - SOURCE_VFY=sha1:0e2fd4a0d8e8b94a4b5af85f08a2fff27bf90238 + SOURCE_URL=$XORG_URL/individual/lib + SOURCE_VFY=sha1:7efd71d29d6cfba797b8791398e4d81ade677d77 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070216 + UPDATED=20090925 SHORT="the X.Org Display Manager Control protocol library" cat << EOF diff --git a/xorg7/lib/libXmu/CONFLICTS b/xorg7/lib/libXmu/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/lib/libXmu/CONFLICTS +++ b/xorg7/lib/libXmu/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/lib/libXmu/DETAILS b/xorg7/lib/libXmu/DETAILS index 9e3964a..c930768 100644 --- a/xorg7/lib/libXmu/DETAILS +++ b/xorg7/lib/libXmu/DETAILS @@ -1,12 +1,12 @@ MODULE=libXmu - VERSION=1.0.4 + VERSION=1.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:e2ecbce02184efd8899a34554575e1f3b6815295 + SOURCE_VFY=sha1:e7ff5960f2374852b941f909cdbdeafe7d29322f MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070404 + UPDATED=20090925 SHORT="the X.Org miscellaneous utility library" cat << EOF diff --git a/xorg7/lib/libpciaccess/DETAILS b/xorg7/lib/libpciaccess/DETAILS index fdf5712..dbaec9f 100644 --- a/xorg7/lib/libpciaccess/DETAILS +++ b/xorg7/lib/libpciaccess/DETAILS @@ -1,12 +1,12 @@ MODULE=libpciaccess - VERSION=0.10.8 + VERSION=0.10.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:0fa152811e121b4e97eb5f53c14d7896685f79a6 + SOURCE_VFY=sha1:491e137f34a22f7208a6b0f68cbe51d929923591 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070828 - UPDATED=20090903 + UPDATED=20090925 SHORT="Access the PCI bus and devices" cat << EOF diff --git a/zbeta/cclive/DETAILS b/zbeta/cclive/DETAILS index 1ec15c3..38d5fed 100644 --- a/zbeta/cclive/DETAILS +++ b/zbeta/cclive/DETAILS @@ -1,11 +1,11 @@ MODULE=cclive - VERSION=0.5.0 + VERSION=0.5.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://cclive.googlecode.com/files - SOURCE_VFY=sha1:35a10aa572a0ec80407343e703f90156c5713e17 + SOURCE_VFY=sha1:47c70f75b78147ece6b7aaefd3b9460cd6b1e88b WEB_SITE=http://code.google.com/p/cclive/ ENTERED=20090901 - UPDATED=20090901 + UPDATED=20090922 SHORT="command-line tool for extracting videos from various websites" cat << EOF diff --git a/zbeta/fdm/BUILD b/zbeta/fdm/BUILD index 2466353..0b074fb 100644 --- a/zbeta/fdm/BUILD +++ b/zbeta/fdm/BUILD @@ -1,5 +1,11 @@ ( - + + # Fixes compilation error: + # /usr/include/asm/posix_types.h:2:30: error: posix_types_32.h: No such file or directory + # From 02gmake_use_iquote.diff in Debian's patches: + # http://packages.debian.org/unstable/mail/fdm + sedit "s:-I. -I- \$(INCDIRS):-I. -iquote. \$(INCDIRS):" GNUmakefile && + export PREFIX=/usr PCRE=1 && default_build From samuel.verstraete at gmail.com Fri Dec 4 02:30:38 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:38 -0000 Subject: [Lunar-commits] s/svn/git/ Message-ID: <20091204013035.3C5299B236@doppio.foo-projects.org> commit beb42d5c39aa44cd77067e686476afe6495229c0 Author: Samuel Date: Tue Sep 29 14:00:30 2009 +0200 s/svn/git/ --- xfce4/xfce4/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xfce4/xfce4/DETAILS b/xfce4/xfce4/DETAILS index dbdfcbf..96342d4 100644 --- a/xfce4/xfce4/DETAILS +++ b/xfce4/xfce4/DETAILS @@ -1,5 +1,5 @@ MODULE=xfce4 - VERSION="svn-`date +%Y%U`" + VERSION="git-`date +%Y%U`" SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE} WEB_SITE=http://www.xfce.org MAINTAINER=jasper at lunar-linux.org From samuel.verstraete at gmail.com Fri Dec 4 02:30:39 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:39 -0000 Subject: [Lunar-commits] linux-2.6-rc: 32-rc1! Message-ID: <20091204013035.659D89B2EB@doppio.foo-projects.org> commit e320dcbab703aa1170fd8bba2a9997fc6f6dfd87 Author: Samuel Date: Tue Sep 29 14:05:01 2009 +0200 linux-2.6-rc: 32-rc1! --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 26a6a98..1069402 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc7 + VERSION=2.6.32-rc1 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:b47c4057013f216b465cef4e9d8c369dd090d0f6 + SOURCE_VFY=sha1:9f4e50878d77922c84a29be9913a8b5c3f66e6ec WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090802 + UPDATED=20090929 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From samuel.verstraete at gmail.com Fri Dec 4 02:30:39 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:39 -0000 Subject: [Lunar-commits] ctags: version bump Message-ID: <20091204013035.731579B2FC@doppio.foo-projects.org> commit 9dcdc1a869448e37470716dc56e425169af23eb6 Author: Samuel Date: Tue Sep 29 16:33:30 2009 +0200 ctags: version bump --- devel/ctags/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/ctags/DETAILS b/devel/ctags/DETAILS index 6f6d9fa..0c88a55 100644 --- a/devel/ctags/DETAILS +++ b/devel/ctags/DETAILS @@ -1,11 +1,11 @@ MODULE=ctags - VERSION=5.7 + VERSION=5.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:f7e435286c25181d6cb28ca1ac2d4ba63507a82d + SOURCE_VFY=sha1:482da1ecd182ab39bbdc09f2f02c9fba8cd20030 WEB_SITE=http://ctags.sourceforge.net/ ENTERED=20020723 - UPDATED=20071016 + UPDATED=20090929 SHORT="Generates tag (index) files from source files" cat << EOF From elangelo at xfce.org Fri Dec 4 02:30:39 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:39 -0000 Subject: [Lunar-commits] wazzzzza Message-ID: <20091204013035.987FC9B308@doppio.foo-projects.org> commit 375f90de6004d03300e74fdd8d8b7ea3c7287e8f Author: Samuel Verstraete Date: Tue Sep 29 21:09:32 2009 +0200 wazzzzza --- xfce4/apps/mousepad/DETAILS | 5 ++--- xfce4/apps/ristretto/DETAILS | 2 +- xfce4/core/libxfce4util/BUILD | 6 +----- xfce4/core/libxfcegui4/BUILD | 7 +------ xfce4/core/libxfcegui4/DETAILS | 2 +- 5 files changed, 6 insertions(+), 16 deletions(-) diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index 9f9e881..3e9f213 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,9 +1,8 @@ MODULE=mousepad - VERSION="svn-`date +%U`" + VERSION="svn-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD - #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20050218 diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index e08ea8a..81b567c 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -2,7 +2,7 @@ VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git://git.xfce.org/stephan/$MODULE + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index dedae22..c6983ea 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,10 +1,6 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && - - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index 5ca1695..68281e0 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,11 +4,6 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - --enable-xinerama \ - $OPTS && - - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index d4f0cd1..aac4eb3 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -2,7 +2,7 @@ VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 From elangelo at lunar-linux.org Fri Dec 4 02:30:39 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:39 -0000 Subject: [Lunar-commits] loads of changes Message-ID: <20091204013035.CC2029B2FF@doppio.foo-projects.org> commit f8c8aa282f0f2761f878da7a56f78293d3014207 Author: Samuel Verstraete Date: Thu Oct 1 13:07:53 2009 +0200 loads of changes --- gnome2/desktop/gvfs/DETAILS | 2 +- gnome2/desktop/libsoup/DETAILS | 8 ++++---- gnome2/platform/GConf/DETAILS | 8 ++++---- libs/glib-2/DETAILS | 6 +++--- web/webkit/DETAILS | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/gnome2/desktop/gvfs/DETAILS b/gnome2/desktop/gvfs/DETAILS index 8b817b7..24e5eb9 100644 --- a/gnome2/desktop/gvfs/DETAILS +++ b/gnome2/desktop/gvfs/DETAILS @@ -3,7 +3,7 @@ VERSION=1.4.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:cb66e72bf92a22cde07da9875d10d9c9eb81a23c + #SOURCE_VFY=sha1:cb66e72bf92a22cde07da9875d10d9c9eb81a23c WEB_SITE=http://www.gnome.org/ ENTERED=20080312 UPDATED=20090526 diff --git a/gnome2/desktop/libsoup/DETAILS b/gnome2/desktop/libsoup/DETAILS index 80c8e0d..84e1093 100644 --- a/gnome2/desktop/libsoup/DETAILS +++ b/gnome2/desktop/libsoup/DETAILS @@ -1,12 +1,12 @@ MODULE=libsoup - VERSION=2.27.91 - MAJOR=2.27 + VERSION=2.28.0 + MAJOR=2.28 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:642bd9cecf1ea7325c3a8f18be557da203177978 + SOURCE_VFY=sha1:e1b31a0f5195488d362d810c1cb293b289d60064 WEB_SITE=http://www.gnome.org/ ENTERED=20030413 - UPDATED=20090907 + UPDATED=20090930 PSAFE=no SHORT="a SOAP implementation in C" diff --git a/gnome2/platform/GConf/DETAILS b/gnome2/platform/GConf/DETAILS index 713d6e8..c3d39b0 100644 --- a/gnome2/platform/GConf/DETAILS +++ b/gnome2/platform/GConf/DETAILS @@ -1,12 +1,12 @@ MODULE=GConf - VERSION=2.26.2 - MAJOR=2.26 + VERSION=2.28.0 + MAJOR=2.28 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:bf5323d974fa22165de2144100234647fd50ef17 + SOURCE_VFY=sha1:8371d88cc84fd727dfd0f8d413fa20a8bfe814fd WEB_SITE=http://www.gnome.org ENTERED=20080416 - UPDATED=20090516 + UPDATED=20090930 SHORT="A system for storing configuration information" cat << EOF diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index 6406fc6..cd65172 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 MAJOR=2.22 - VERSION=22.0 + VERSION=22.1 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:dae057cb116c87ada58fbaae9897c71e9da20d06 + SOURCE_VFY=sha1:2cd487f3ebbfab33a816f382c1d0e9dedd1c02df WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=2009092 + UPDATED=20090930 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS index 40075cf..30deeb4 100644 --- a/web/webkit/DETAILS +++ b/web/webkit/DETAILS @@ -1,11 +1,11 @@ MODULE=webkit - VERSION=1.1.14 + VERSION=1.1.15.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webkitgtk.org/ - SOURCE_VFY=sha1:5cbbc11a157a32ace3fefdc11e293b90daa44562 + SOURCE_VFY=sha1:40f77b34c7075c4f3835b3348c354bfcd9dbcecf WEB_SITE=http://www.webkit.org ENTERED=20070919 - UPDATED=20090909 + UPDATED=20090930 SHORT="a gtk+ web rendering engine" cat< xorg-server 1.6.4 Message-ID: <20091204013036.0EAA29B2F4@doppio.foo-projects.org> commit f22105ba1465ca1e075b164b269d10e34a5baef9 Author: Samuel Verstraete Date: Thu Oct 1 13:14:05 2009 +0200 xorg-server 1.6.4 --- xorg7/xorg-server/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/xorg-server/DETAILS b/xorg7/xorg-server/DETAILS index 5ca447c..570d830 100644 --- a/xorg7/xorg-server/DETAILS +++ b/xorg7/xorg-server/DETAILS @@ -1,12 +1,12 @@ MODULE=xorg-server - VERSION=1.6.3 + VERSION=1.6.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/xserver - SOURCE_VFY=sha1:1f28e8723e110e5c1a1adf3bc89325a81a526184 + SOURCE_VFY=sha1:9d37f9c14984568afddf0aa84f8409f895277255 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20090802 + UPDATED=20091001 MAINTAINER=elangelo at lunar-linux.org SHORT="The X.Org X11R7 server for the X Window System" From samuel.verstraete at gmail.com Fri Dec 4 02:30:40 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:40 -0000 Subject: [Lunar-commits] gtkmm: 2.18.2 Message-ID: <20091204013036.48CEB9B30F@doppio.foo-projects.org> commit efb65a98abe192558aa9421f7383385054c90894 Author: Samuel Date: Thu Oct 8 18:05:43 2009 +0200 gtkmm: 2.18.2 --- gnome2/bindings/gtkmm/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/bindings/gtkmm/DETAILS b/gnome2/bindings/gtkmm/DETAILS index c819121..3761ac9 100644 --- a/gnome2/bindings/gtkmm/DETAILS +++ b/gnome2/bindings/gtkmm/DETAILS @@ -1,13 +1,13 @@ MODULE=gtkmm - VERSION=2.16.0 - MAJOR=2.16 + VERSION=2.18.2 + MAJOR=2.18 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:e8cde1ebf651458c815d5e896bbae2ae4bf33d67 + SOURCE_VFY=sha1:ed58c6d8d0be82fc326cd67a8c2cf1762c30245e WEB_SITE=http://gtkmm.org ENTERED=20021225 - UPDATED=20090318 + UPDATED=20091008 SHORT="C++ bindings for gtk2 and glib2" cat << EOF From elangelo at lunar-linux.org Fri Dec 4 02:30:40 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 04 Dec 2009 01:30:40 -0000 Subject: [Lunar-commits] something i forgot to fix Message-ID: <20091204013036.3011E9B2FB@doppio.foo-projects.org> commit 9a4ca2aa7c48e9bac5c9b337ba95b178c4c04452 Author: Samuel Verstraete Date: Sun Oct 4 22:35:24 2009 +0200 something i forgot to fix --- libs/glibc/DETAILS | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index d597b4c..40ea85e 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -17,10 +17,7 @@ ENTERED=20010922 UPDATED=20090923 SHORT="C library for use with GNU/Hurd and GNU/Linux" -<<<<<<< HEAD -======= PSAFE=no ->>>>>>> master cat << EOF glibc - Library for use with GNU/Hurd and GNU/Linux. From samuel.verstraete at gmail.com Fri Dec 4 02:30:40 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:40 -0000 Subject: [Lunar-commits] mplayer: chages Message-ID: <20091204013036.AFB279B311@doppio.foo-projects.org> commit f9719e151c2b578371abd491a03697ebbef489e1 Author: Samuel Date: Thu Oct 15 13:37:21 2009 +0200 mplayer: chages --- zbeta/mplayer/DEPENDS | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS index 12f3e07..20260da 100644 --- a/zbeta/mplayer/DEPENDS +++ b/zbeta/mplayer/DEPENDS @@ -13,6 +13,4 @@ optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui supp optional_depends MPlayer-all "" "" "to install more foreign codecs" optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" -optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" -optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" From samuel.verstraete at gmail.com Fri Dec 4 02:30:40 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Fri, 04 Dec 2009 01:30:40 -0000 Subject: [Lunar-commits] glib-2 Message-ID: <20091204013036.81F399B2FE@doppio.foo-projects.org> commit 274dfb7bf95756d529f84ccfb7ba9eacaf545f37 Author: Samuel Date: Wed Oct 14 09:18:46 2009 +0200 glib-2 --- libs/glib-2/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index c0c8be7..661e2dd 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -5,7 +5,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:2cd487f3ebbfab33a816f382c1d0e9dedd1c02df + SOURCE_VFY=sha1:bdd9c4b930e81203ea69fe83876cb6c82bdc5a38 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 UPDATED=20090930 From samuel.verstraete at gmail.com Wed Dec 2 20:04:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 2 Dec 2009 20:04:22 +0100 Subject: [Lunar-commits] fontforge needs unste CFLAGS Message-ID: <20091204013036.CF2FA9B312@doppio.foo-projects.org> commit 086c3c7216aaff8934866515c647eb2e6ed046d7 Author: Samuel Date: Wed Dec 2 20:04:22 2009 +0100 fontforge needs unste CFLAGS --- graphics/fontforge/BUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 82ffe91..54092e9 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -1,4 +1,5 @@ ( + unset CFLAGS && # Options from: # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log From samuel.verstraete at gmail.com Wed Dec 2 20:07:35 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 2 Dec 2009 20:07:35 +0100 Subject: [Lunar-commits] fontforge grmbl.... Message-ID: <20091204013036.F41839B2F0@doppio.foo-projects.org> commit c56a178e2f6b37492e25f3cc0d192a5d7327d385 Author: Samuel Date: Wed Dec 2 20:07:35 2009 +0100 fontforge grmbl.... --- graphics/fontforge/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 54092e9..626f0c8 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -8,7 +8,7 @@ ./configure --prefix=/usr \ $OPTS && - #sedit "s: s : :" fontforge/Makefile && + sedit "s: s : :" fontforge/Makefile && default_make From zmcgrew at lunar-linux.org Thu Dec 3 01:16:51 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 2 Dec 2009 16:16:51 -0800 Subject: [Lunar-commits] gcc: fix DETAILS file Message-ID: <20091204013037.123529B2F6@doppio.foo-projects.org> commit 490419ed39821318cadb0943dfb4d2426ee2dcf8 Author: Zachary McGrew Date: Wed Dec 2 16:16:51 2009 -0800 gcc: fix DETAILS file --- compilers/gcc/DETAILS | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 930221a..a6f29fe 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -7,12 +7,8 @@ SOURCE_VFY=sha1:6cf7d9204ff3e1a09f4f12b1372cd4129ab7f080 WEB_SITE=http://gcc.gnu.org ENTERED=20020628 -<<<<<<< HEAD UPDATED=20091015 PSAFE=no -======= - UPDATED=20090923 ->>>>>>> f9719e151c2b578371abd491a03697ebbef489e1 SHORT="GNU compiler collection" cat << EOF From florin at lunar-linux.org Thu Dec 3 05:40:33 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 3 Dec 2009 06:40:33 +0200 Subject: [Lunar-commits] phpMyAdmin: version bumped to 3.2.4. Message-ID: <20091204013037.357FF9B314@doppio.foo-projects.org> commit 43be133c3e5e34f423fc252c680532e99133f61f Author: Florin Braescu Date: Thu Dec 3 06:40:33 2009 +0200 phpMyAdmin: version bumped to 3.2.4. Bugfix release. --- sql/phpMyAdmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index 1324f16..e2ec401 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.2.3 + VERSION=3.2.4 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:d99b1098c7cb3454f95dced25574bde0c7fd78ca + SOURCE_VFY=sha1:ac9239755c294d15569af99f227b124bd578faf2 WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20091030 + UPDATED=20091203 SHORT="A php web interface to administrate MySQL tables" cat << EOF From florin at lunar-linux.org Thu Dec 3 06:00:21 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 3 Dec 2009 07:00:21 +0200 Subject: [Lunar-commits] qt4: version bumped to 4.6.0. Message-ID: <20091204013037.516AA9B231@doppio.foo-projects.org> commit f1e66c9174834100c9bc1135a4e48080d60a0070 Author: Florin Braescu Date: Thu Dec 3 07:00:21 2009 +0200 qt4: version bumped to 4.6.0. New features include new classes for state machine framework, for handling multitouch events, for support of 3D applications, for graphics effects, new audio input and output classes, and new abstract video output classes. A new animation framework and a new gesture framework were added. Many optimizations and bugfixes were made. --- kde4/base/qt4/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kde4/base/qt4/DETAILS b/kde4/base/qt4/DETAILS index 5a3a485..383d076 100644 --- a/kde4/base/qt4/DETAILS +++ b/kde4/base/qt4/DETAILS @@ -1,14 +1,14 @@ MODULE=qt4 - VERSION=4.5.3 - SOURCE=qt-x11-opensource-src-${VERSION}.tar.gz + VERSION=4.6.0 + SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source -SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-opensource-src-${VERSION} - SOURCE_VFY=78620ffd03c83c4d86f5039ccf7b09e5c709ed25 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION} + SOURCE_VFY=c2cbbde83f1ebac3b8dd13a112fcad757d395041 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.trolltech.com/qt ENTERED=20020420 - UPDATED=20091001 + UPDATED=20091202 GARBAGE=off FTP_PASSIVE=on MAINTAINER=florin at lunar-linux.org From florin at lunar-linux.org Fri Dec 4 02:28:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Dec 2009 03:28:31 +0200 Subject: [Lunar-commits] gparted: version bumped to 0.5.0. Message-ID: <20091204013037.810729B2F9@doppio.foo-projects.org> commit ad021d31887666e2d29fc0dc742d5f0de08e0bfd Author: Florin Braescu Date: Fri Dec 4 03:28:31 2009 +0200 gparted: version bumped to 0.5.0. This release of GParted adds support for Linux software RAID. RAID systems now supported include: - Hardware RAID - Motherboard BIOS RAID (also known as Fake RAID - dmraid) - Linux Software RAID (mdadm) Bugfixes. Translations updates. --- x11-utils/gparted/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/gparted/DETAILS b/x11-utils/gparted/DETAILS index c04f01d..97cd83f 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.4.8 + VERSION=0.5.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:2b963967110a65d7f4496e3f32f612ae97025f7f + SOURCE_VFY=sha1:9181cc26a8242de32395c9bea3e136eed06874f2 WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20091103 + UPDATED=20091204 SHORT="A graphical frontend to parted" cat << EOF From elangelo at lunar-linux.org Fri Dec 4 09:29:17 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 4 Dec 2009 09:29:17 +0100 Subject: [Lunar-commits] fontforge: unset CFLAGS Message-ID: <20091204082955.418709B204@doppio.foo-projects.org> commit 9e09270dfc7e9bb945d58414077f7d9ac92038e0 Author: Samuel Verstraete Date: Fri Dec 4 09:29:17 2009 +0100 fontforge: unset CFLAGS --- graphics/fontforge/BUILD | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 61153f2..0188039 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -1,5 +1,7 @@ ( + unset $CFLAGS && + # Options from: # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log OPTS+=" --with-freetype-src=/usr/include/freetype2 --disable-static --enable-double --enable-type3 --enable-devicetables" && From elangelo at lunar-linux.org Fri Dec 4 09:31:51 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Fri, 4 Dec 2009 09:31:51 +0100 Subject: [Lunar-commits] fontforge: unset CFLAGS Message-ID: <20091204083223.ACE1E9B204@doppio.foo-projects.org> commit 77472e67e4d54136cd2f1a683eadc650429adea4 Author: Samuel Verstraete Date: Fri Dec 4 09:31:51 2009 +0100 fontforge: unset CFLAGS --- graphics/fontforge/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 0188039..7e51daa 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -1,6 +1,6 @@ ( - unset $CFLAGS && + unset CFLAGS && # Options from: # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log From ratler at lunar-linux.org Fri Dec 4 11:03:22 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Fri, 4 Dec 2009 11:03:22 +0100 Subject: [Lunar-commits] Revert "autoconf: version bumped to 2.65" Message-ID: <20091204100457.ACB419B204@doppio.foo-projects.org> commit 8e6f68e959ffe08f9c4f9fbb0cf9989b0210b33c Author: Stefan Wold Date: Fri Dec 4 11:03:22 2009 +0100 Revert "autoconf: version bumped to 2.65" This reverts commit 8c6e02226bb452af0c0e25a77d8d1df5cb18b8c7. * Causing issues like 'rm: invalid argument: `'' with many of our modules --- devel/autoconf/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/autoconf/DETAILS b/devel/autoconf/DETAILS index d9f7331..9924a94 100644 --- a/devel/autoconf/DETAILS +++ b/devel/autoconf/DETAILS @@ -1,12 +1,12 @@ MODULE=autoconf - VERSION=2.65 + VERSION=2.64 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE - SOURCE_VFY=sha1:9126ffb8d7d59f38f305ef53e208531d4b75bb87 + SOURCE_VFY=sha1:dfbcdbd7dd74a52130dda324e9d94ee0b8551466 WEB_SITE=http://www.gnu.org/software/autoconf ENTERED=20010922 - UPDATED=20091122 + UPDATED=20090729 SHORT="Produces shell scripts which configure source code" PSAFE=no From ratler at lunar-linux.org Fri Dec 4 11:44:43 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Fri, 4 Dec 2009 11:44:43 +0100 Subject: [Lunar-commits] Revert "Revert "autoconf: version bumped to 2.65"" Message-ID: <20091204104829.B324F9B204@doppio.foo-projects.org> commit a47d1ecc809de9a3969c5a4f517a68c1f55cde8e Author: Stefan Wold Date: Fri Dec 4 11:44:43 2009 +0100 Revert "Revert "autoconf: version bumped to 2.65"" This reverts commit 8e6f68e959ffe08f9c4f9fbb0cf9989b0210b33c. The real issue was not autoconf, it's coreutils :/ --- devel/autoconf/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/autoconf/DETAILS b/devel/autoconf/DETAILS index 9924a94..d9f7331 100644 --- a/devel/autoconf/DETAILS +++ b/devel/autoconf/DETAILS @@ -1,12 +1,12 @@ MODULE=autoconf - VERSION=2.64 + VERSION=2.65 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE - SOURCE_VFY=sha1:dfbcdbd7dd74a52130dda324e9d94ee0b8551466 + SOURCE_VFY=sha1:9126ffb8d7d59f38f305ef53e208531d4b75bb87 WEB_SITE=http://www.gnu.org/software/autoconf ENTERED=20010922 - UPDATED=20090729 + UPDATED=20091122 SHORT="Produces shell scripts which configure source code" PSAFE=no From ratler at lunar-linux.org Fri Dec 4 11:45:31 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Fri, 4 Dec 2009 11:45:31 +0100 Subject: [Lunar-commits] Revert "coreutils: version bumped to 8.1." Message-ID: <20091204104829.C1F209B231@doppio.foo-projects.org> commit e40715042e5639bdf5b2e83d142f4a115f2d07cb Author: Stefan Wold Date: Fri Dec 4 11:45:31 2009 +0100 Revert "coreutils: version bumped to 8.1." This reverts commit d33516d02d6c1c0bb052097b12da7dc024fc4fdc. We need to go through this change carefully since it seem to brake most autoconf builds with illegal argument to rm. Please don't bump this until we find the proper cause. --- utils/coreutils/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS index 2da8eac..d92ca97 100644 --- a/utils/coreutils/DETAILS +++ b/utils/coreutils/DETAILS @@ -1,15 +1,15 @@ MODULE=coreutils - VERSION=8.1 + VERSION=7.6 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-8.1-uname.patch.bz2 + SOURCE2=$MODULE-7.2-uname.patch.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:4a8bdbffa1201e51ca256292f43d0fc35e04adcc - SOURCE2_VFY=sha1:ca1deb067bc08fa19ce1808eed13b5f08de18378 + SOURCE_VFY=sha1:98880651bee000b1b31e1ee55ff8fabdad8eeecd + SOURCE2_VFY=sha1:3368b75d5756e036d4e95094871808f241c86892 WEB_SITE=http://www.gnu.org/software/$MODULE ENTERED=20030217 - UPDATED=20091120 + UPDATED=20090912 SHORT="Contains latest sh-utils, textutils and fileutils" cat << EOF From ratler at lunar-linux.org Fri Dec 4 11:48:20 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Fri, 4 Dec 2009 11:48:20 +0100 Subject: [Lunar-commits] fontforge: unset CFLAGS should no longer be necessary Message-ID: <20091204104829.D3B499B236@doppio.foo-projects.org> commit 99753b0d7a6d9067b984442abe418a9ac96e5deb Author: Stefan Wold Date: Fri Dec 4 11:48:20 2009 +0100 fontforge: unset CFLAGS should no longer be necessary --- graphics/fontforge/BUILD | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 7e51daa..61153f2 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -1,7 +1,5 @@ ( - unset CFLAGS && - # Options from: # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log OPTS+=" --with-freetype-src=/usr/include/freetype2 --disable-static --enable-double --enable-type3 --enable-devicetables" && From stumbles at lunar-linux.org Fri Dec 4 12:00:20 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 4 Dec 2009 06:00:20 -0500 Subject: [Lunar-commits] qt4: Version bump. Message-ID: <20091204111204.915379B231@doppio.foo-projects.org> commit 50bd85ac18e816b216f8d6a64e50725c7557051d Author: Dennis `stumbles` Veatch Date: Fri Dec 4 06:00:20 2009 -0500 qt4: Version bump. --- kde4/base/qt4/BUILD | 8 +++----- kde4/base/qt4/CONFIGURE | 1 + kde4/base/qt4/DEPENDS | 14 +++++++++----- kde4/base/qt4/DETAILS | 12 ++++++------ 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/kde4/base/qt4/BUILD b/kde4/base/qt4/BUILD index 0120a93..60475e9 100644 --- a/kde4/base/qt4/BUILD +++ b/kde4/base/qt4/BUILD @@ -4,7 +4,7 @@ export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib - sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure + sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure && if module_installed phonon ; then OPTS+=" -phonon -phonon-backend" @@ -20,9 +20,7 @@ OPTS+=" -make examples -make demos -make tools -make docs -make translations" fi && - OPTS+=" -release -fast -no-separate-debug-info -shared -qt-gif -system-libpng -system-libjpeg \ - -system-libmng -system-zlib -accessibility -pch -stl -webkit -fontconfig \ - -largefile -glib -qt3support" + OPTS+=" -release -fast -no-separate-debug-info -script -scripttools -accessibility -pch -glib" && echo "yes" | ./configure \ -prefix ${MODULE_PREFIX} \ @@ -34,7 +32,7 @@ cd tools/qdoc3 && qmake -unix -o Makefile qdoc3.pro && make && - install -D -m0755 qdoc3 $MODULE_PREFIX/tools/qdoc3/qdoc3 && + install -m 755 ../../bin/qdoc3 $MODULE_PREFIX/bin/ && cd $SOURCE_DIRECTORY fi && diff --git a/kde4/base/qt4/CONFIGURE b/kde4/base/qt4/CONFIGURE index b39218a..ceb87e8 100644 --- a/kde4/base/qt4/CONFIGURE +++ b/kde4/base/qt4/CONFIGURE @@ -2,3 +2,4 @@ mquery MAKE_DOCS "Build the QT4 documentation?" n "" " -nomake docs" mquery MAKE_EXAMPLE_DEMOS "Build exmaples and demos?" n "" "-nomake examples -nomake demos" mquery XML_PATTERNS "Build xml patterns? Needed by qtscriptgenerator" y "-exceptions" "-no-exceptions" mquery MAKE_QDOC3 "BUILD QDOC3 docs? This is needed by qt-creator." n +mquery MAKE_WEBKIT "Build the webkit plugin?" y "-webkit" "-no-webkit" diff --git a/kde4/base/qt4/DEPENDS b/kde4/base/qt4/DEPENDS index cd59245..0898b4c 100644 --- a/kde4/base/qt4/DEPENDS +++ b/kde4/base/qt4/DEPENDS @@ -1,13 +1,17 @@ -depends libungif -depends libpng -depends libmng depends %X +optional_depends "openssl" "-openssl" "-no-openssl" "for Secure Sockets support" +optional_depends "libmng" "-system-libmng" "-qt-libmng" "Use system or Qt version of MNG" +optional_depends "libpng" "-system-libpng" "-qt-libpng" "Use system or Qt verion of PNG" +optional_depends "zlib" "-system-zlib" "-qt-zlib" "Choose system or Qt version of zlib" +optional_depends "libungif" "-qt-gif" "-no-gif" "for GIF reading support" +optional_depends "fontconfig" "-fontconfig" "-no-fontconfig" "for anti alias font support" +optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" +optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" + optional_depends "gst-plugins-base" "" "" "for gstreamer support" -optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" -optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" optional_depends "mysql" \ "-plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" \ diff --git a/kde4/base/qt4/DETAILS b/kde4/base/qt4/DETAILS index 5a3a485..fc34aa1 100644 --- a/kde4/base/qt4/DETAILS +++ b/kde4/base/qt4/DETAILS @@ -1,15 +1,15 @@ MODULE=qt4 - VERSION=4.5.3 - SOURCE=qt-x11-opensource-src-${VERSION}.tar.gz + VERSION=4.6.0 + SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source -SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-opensource-src-${VERSION} - SOURCE_VFY=78620ffd03c83c4d86f5039ccf7b09e5c709ed25 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION} + SOURCE_VFY=c2cbbde83f1ebac3b8dd13a112fcad757d395041 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.trolltech.com/qt ENTERED=20020420 - UPDATED=20091001 - GARBAGE=off + UPDATED=20091202 +# GARBAGE=off FTP_PASSIVE=on MAINTAINER=florin at lunar-linux.org SHORT="A C++ toolkit for application development" From stumbles at lunar-linux.org Fri Dec 4 11:59:27 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 4 Dec 2009 05:59:27 -0500 Subject: [Lunar-commits] qt-creator: Version bump. Message-ID: <20091204111204.837FF9B204@doppio.foo-projects.org> commit 2260a572ad3cd5cbc4a25aca0dae4ca9cefc0a96 Author: Dennis `stumbles` Veatch Date: Fri Dec 4 05:59:27 2009 -0500 qt-creator: Version bump. --- qt4-apps/qt-creator/BUILD | 4 ++-- qt4-apps/qt-creator/DETAILS | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/qt4-apps/qt-creator/BUILD b/qt4-apps/qt-creator/BUILD index 52d14a3..952485d 100644 --- a/qt4-apps/qt-creator/BUILD +++ b/qt4-apps/qt-creator/BUILD @@ -3,12 +3,12 @@ source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" + QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" && mkdir $QT_CREATOR_BLD && cd $QT_CREATOR_BLD && - qmake $SOURCE_DIRECTORY/qtcreator.pro + qmake $SOURCE_DIRECTORY/qtcreator.pro && make && prepare_install && diff --git a/qt4-apps/qt-creator/DETAILS b/qt4-apps/qt-creator/DETAILS index 7a5fc8e..d0563c0 100644 --- a/qt4-apps/qt-creator/DETAILS +++ b/qt4-apps/qt-creator/DETAILS @@ -1,12 +1,13 @@ MODULE=qt-creator - VERSION=1.2.1-src - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=1.3.0 + TYPE=src + SOURCE=$MODULE-$VERSION-$TYPE.tar.gz SOURCE_URL[0]=http://download.qtsoftware.com/qtcreator/ - SOURCE_VFY=sha1:eaa8dbdb6bee9def91df302ff13ba26e70ffcb38 + SOURCE_VFY=sha1:ccb1228411b9b7d5f3a734ee1a667b4a17ef0a26 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.qtsoftware.com/products/developer-tools/developer-tools ENTERED=20090303 - UPDATED=20090827 + UPDATED=20091202 SHORT="cross-platform integrated development environment" cat << EOF From stumbles at lunar-linux.org Fri Dec 4 12:02:22 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 4 Dec 2009 06:02:22 -0500 Subject: [Lunar-commits] kde4: I know the DEPENDS needs some resorting. Such as kdebindings will now have a hard depends on kdevplatform, which depends on kdesdk4. Until I have some time to unravel these things; I would rather this stay as is. Message-ID: <20091204111204.A21D09B236@doppio.foo-projects.org> commit b6cee5f6ca17229815aba45426355a6b8dc2d4a9 Author: Dennis `stumbles` Veatch Date: Fri Dec 4 06:02:22 2009 -0500 kde4: I know the DEPENDS needs some resorting. Such as kdebindings will now have a hard depends on kdevplatform, which depends on kdesdk4. Until I have some time to unravel these things; I would rather this stay as is. --- profiles/kde4/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index 8aab302..7cf7cfc 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -1,10 +1,11 @@ +depends kdepimlibs4 depends kdelibs4-experimental depends kdebase4-runtime depends kdebase4-workspace depends kdebase4 +depends kdepim4-runtime depends oxygen-icons -optional_depends "kdepim4-runtime" "" "" "for PIM support" optional_depends "kdebindings4" "" "" "bindings to languages" optional_depends "kdegames4" "" "" "games" optional_depends "kdegraphics4" "" "" "graphics applications" From ratler at lunar-linux.org Fri Dec 4 16:21:54 2009 From: ratler at lunar-linux.org (Stefan Wold) Date: Fri, 4 Dec 2009 16:21:54 +0100 Subject: [Lunar-commits] imspector: Version bump to 0.9 Message-ID: <20091204152254.8C3E6F44A7@doppio.foo-projects.org> commit b05dac41575c18686d6677b62615bfb06b9b4236 Author: Stefan Wold Date: Fri Dec 4 16:21:54 2009 +0100 imspector: Version bump to 0.9 * Yahoo via the web-client is now supported. * Logging of message texts can be disabled, while leaving in place message filtering etc. * MSN 2009 is now properly supported. --- chat/imspector/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/imspector/DETAILS b/chat/imspector/DETAILS index 520cf96..5861e50 100644 --- a/chat/imspector/DETAILS +++ b/chat/imspector/DETAILS @@ -1,14 +1,14 @@ MODULE=imspector - VERSION=0.7 + VERSION=0.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-0.7-Makefile_add_etcdir.patch SOURCE_URL=http://www.imspector.org/downloads/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:756c2ca3b141ffffb2bb106af415c9c5bfd84e4e + SOURCE_VFY=sha1:6e4a3ce971009706abc4310327cd5ed0d8e5febf SOURCE2_VFY=sha1:202086036afcbcef4562229210411e6d32eaf951 WEB_SITE=http://www.imspector.org/ ENTERED=20061124 - UPDATED=20080825 + UPDATED=20091204 SHORT="An Instant Messenger transparent proxy with logging capabilities" cat << EOF Instant Messenger transparent proxy with logging capabilities. Currently From sofar at foo-projects.org Thu Dec 3 22:29:48 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:29:48 +0100 Subject: [Lunar-commits] Subject: git: Message-ID: <20091204194821.2A84E9B1F3@doppio.foo-projects.org> commit dd556958ff4544b0682571283d9583dea55d4499 Author: Christian Riggenbach Date: Thu Dec 3 22:29:48 2009 +0100 Subject: git: --- devel/git/plugin.d/download-git.plugin | 18 ++++ devel/git/plugin.d/download-git.plugin2 | 135 +++++++++++++++++++++++++++++++ 2 files changed, 153 insertions(+), 0 deletions(-) diff --git a/devel/git/plugin.d/download-git.plugin b/devel/git/plugin.d/download-git.plugin index 1b28551..a8aef27 100644 --- a/devel/git/plugin.d/download-git.plugin +++ b/devel/git/plugin.d/download-git.plugin @@ -30,6 +30,8 @@ plugin_source_download_git() { fi GIT_URL=$(echo $1 | cut -d: -f1-2) + GIT_BRANCH=$(echo $1 | cut -s -d: -f3) + # translate git+http(s) urls: if [ "${GIT_URL:0:8}" == "git+http" ]; then GIT_URL="${GIT_URL:4}" @@ -64,10 +66,26 @@ plugin_source_download_git() { cd $SBASE verbose_msg "[${TRY}] git pull" git pull && git gc && GOT_GIT="yes" + message "${MESSAGE_COLOR}Init and update the submodules${DEFAULT_COLOR}" + git submodule init + git submodule update + if [ -n "$GIT_BRANCH" ] ; then + message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" + git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" + fi cd ${CD} else verbose_msg "[${TRY}] git clone $GIT_URL" git clone $GIT_URL $SBASE && GOT_GIT="yes" + cd $SBASE + message "${MESSAGE_COLOR}Init and update the submodules${DEFAULT_COLOR}" + git submodule init + git submodule update + if [ -n "$GIT_BRANCH" ] ; then + message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" + git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" + fi + cd $TMPDIR/$MODULE-$VERSION fi if [ "$?" == "0" ] ; then diff --git a/devel/git/plugin.d/download-git.plugin2 b/devel/git/plugin.d/download-git.plugin2 new file mode 100644 index 0000000..008206b --- /dev/null +++ b/devel/git/plugin.d/download-git.plugin2 @@ -0,0 +1,135 @@ +#!/bin/bash +############################################################ +# # +# download-git.plugin - download GIT urls # +# # +############################################################ +# # +# Copyright 2005 by Auke Kok under GPLv2 # +# # +############################################################ + +# valid git urls are: +# git:// +# git+http:// (will be transformed to http://) +# git+https:// (will be transformed to https://) +# git+rsync:// (will be transformed to rsync://) +# git+ssh:// (will be transformed to ssh://) +# +# additional, behind a ":" can be a branch to use + +plugin_source_download_git() { + # check if we can handle this URL format + if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:12}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then + return 2 + fi + debug_msg "plugin_source_needrefresh_git($@)" + + if [ ! -x `which git` ] ; then + # full stop: we need to make sure the user sees this error: + message "${PROBLEM_COLOR}! Cannot fetch git sources without \"git\" installed${DEFAULT_COLOR}" + exit 1 + fi + + GIT_URL=$(echo $1 | cut -d: -f1-2) + GIT_BRANCH=$(echo $1 | cut -s -d: -f3) + + # translate git+http(s) urls: + if [ "${GIT_URL:0:8}" == "git+http" ]; then + GIT_URL="${GIT_URL:4}" + elif [ "${GIT_URL:0:9}" == "git+rsync" ]; then + GIT_URL="${GIT_URL:4}" + fi + + message "${MESSAGE_COLOR}Downloading GIT module for module ${MODULE_COLOR}${MODULE}${DEFAULT_COLOR}" + + SBASE=$(source_basename $2) + mk_source_dir $TMPDIR/$MODULE-$VERSION + cd $TMPDIR/$MODULE-$VERSION + if [ -f "$3/$2" ] ; then + verbose_msg "Extracting local GIT copy" + # unpacking + CD=$(pwd -P) + cd $CD + if ! unpack $2 ; then + message "${PROBLEM_COLOR}Warning: bad local GIT copy, checking out fresh GIT copy${DEFAULT_COLOR}" + rm_source_dir $TMPDIR/$MODULE-$VERSION + mk_source_dir $TMPDIR/$MODULE-$VERSION + fi + fi + + NUM_RETRY=${NUM_RETRY:-5} + if [ "$NUM_RETRY" -eq 0 ]; then + NUM_RETRY=1000 + fi + + for (( TRY=1 ; $TRY<$NUM_RETRY+1 ; TRY++ )) ; do + if [ -d "$SBASE/.git" ] ; then + cd $SBASE + verbose_msg "[${TRY}] git pull" + git pull && git gc && GOT_GIT="yes" + else + verbose_msg "[${TRY}] git clone $GIT_URL" + pwd + git clone $GIT_URL $SBASE && GOT_GIT="yes" + fi + + echo "Hallo ${CD}" + cd $CD + + if [ "$?" == "0" ] ; then + break + fi + + sleep 2 + done + + if [ "$GOT_GIT" == "yes" ] ; then + if [ -n "$GIT_BRANCH" ] ; then + message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" + git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" + fi + + message "${MESSAGE_COLOR}Creating ${FILE_COLOR}$2${DEFAULT_COLOR}" + # pack + tar cjf $3/$2 $SBASE + else + activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not fetch \"$1\"" + fi + + cd $TMPDIR + rm_source_dir $TMPDIR/$MODULE-$VERSION + +} + + +plugin_source_needrefresh_git() { + # check if we can handle this URL format + if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:12}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then + return 2 + fi + debug_msg "plugin_source_needrefresh_git($@)" + + if [ ! -f $3/$2 ]; then + return 0 + fi + + REPOSITORY_THRESHOLD=${REPOSITORY_THRESHOLD:-10} + if (( "REPOSITORY_THRESHOLD" > 0 )) ; then + if [ "$(find $3/$2 -amin +$REPOSITORY_THRESHOLD)" == "$3/$2" ] ; then + # it is older: + return 0 + else + message "${MESSAGE_COLOR}GIT update not required for \"${FILE_COLOR}$(basename $2)${DEFAULT_COLOR}${CYAN}\" (less than $REPOSITORY_THRESHOLD minutes old)${DEFAULT_COLOR}" + # now we can send a FAIL so the next plugins are skipped: + return 1 + fi + else + # always return true if threshhold is zero + return 0 + fi +} + + +plugin_register SOURCE_DOWNLOAD plugin_source_download_git +plugin_register SOURCE_NEEDREFRESH plugin_source_needrefresh_git From sofar at foo-projects.org Thu Dec 3 22:30:29 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:30:29 +0100 Subject: [Lunar-commits] Subject: enna-hg: Enna has switched to a different repository. So here it is now. Message-ID: <20091204194821.36A299B204@doppio.foo-projects.org> commit 3074774977cdbc433e2c1be6aa63bf93387fc962 Author: Oliver Dietsch Date: Thu Dec 3 22:30:29 2009 +0100 Subject: enna-hg: Enna has switched to a different repository. So here it is now. The old version (enna-svn) can be removed, as its repository only contains a README telling you to use the newer hg-repository. I haven't tried all possible configurations regarding the optional_depends yet, but it should work OK. --- zbeta/enna-hg/BUILD | 11 +++++++++++ zbeta/enna-hg/DEPENDS | 38 ++++++++++++++++++++++++++++++++++++++ zbeta/enna-hg/DETAILS | 15 +++++++++++++++ 3 files changed, 64 insertions(+), 0 deletions(-) diff --git a/zbeta/enna-hg/BUILD b/zbeta/enna-hg/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/enna-hg/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/enna-hg/DEPENDS b/zbeta/enna-hg/DEPENDS new file mode 100644 index 0000000..cb61427 --- /dev/null +++ b/zbeta/enna-hg/DEPENDS @@ -0,0 +1,38 @@ +depends e_dbus-svn +depends elementary-svn +depends libvalhalla-hg + +optional_depends "curl" \ + "--enable-libcurl" \ + "--disable-libcurl" \ + "for curl support" + +optional_depends "efreet-svn" \ + "--enable-efreet" \ + "--disable-efreet" \ + "for freedesktop.org standards support" + +optional_depends "libcddb" \ + "--enable-libcddb" \ + "--disable-libcddb" \ + "for CDDB support" + +optional_depends "libexif" \ + "--enable-libexif" \ + "--disable-libexif" \ + "for EXIF file support" + +optional_depends "libplayer-hg" \ + "--enable-libplayer-backend" \ + "--disable-libplayer-backend" \ + "for various A/V output support" + +optional_depends "libxml2" \ + "--enable-libxml2" \ + "--disable-libxml2" \ + "for libxml2 support" + +optional_depends "lirc" \ + "" \ + "" \ + "for LIRC support" diff --git a/zbeta/enna-hg/DETAILS b/zbeta/enna-hg/DETAILS new file mode 100644 index 0000000..4dff3cb --- /dev/null +++ b/zbeta/enna-hg/DETAILS @@ -0,0 +1,15 @@ + MODULE=enna-hg + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=hg+http://hg.geexbox.org/enna +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE=http://enna.geexbox.org + ENTERED=20091003 + UPDATED=`date --date="last monday" +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="multimedia-center-thingy for E" +cat < Subject: libgdata: initial import. Gnome library for accessing services using the GData protocol Message-ID: <20091204194821.5348F9B20B@doppio.foo-projects.org> commit 4722843b2eaed8f4a8e87a4d9bf882802a767d1a Author: giorgos chatzipavlis Date: Thu Dec 3 22:31:07 2009 +0100 Subject: libgdata: initial import. Gnome library for accessing services using the GData protocol --- zbeta/libgdata/BUILD | 12 ++++++++++++ zbeta/libgdata/DEPENDS | 1 + zbeta/libgdata/DETAILS | 16 ++++++++++++++++ 3 files changed, 29 insertions(+), 0 deletions(-) diff --git a/zbeta/libgdata/BUILD b/zbeta/libgdata/BUILD new file mode 100644 index 0000000..62fc456 --- /dev/null +++ b/zbeta/libgdata/BUILD @@ -0,0 +1,12 @@ +( + + ./configure --prefix=${GNOME210_PREFIX:-/usr} \ + --build=$BUILD \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=${GNOME210_PREFIX:-/usr}/share/info \ + --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/libgdata/DEPENDS b/zbeta/libgdata/DEPENDS new file mode 100644 index 0000000..7c5f131 --- /dev/null +++ b/zbeta/libgdata/DEPENDS @@ -0,0 +1 @@ +depends glib-2 diff --git a/zbeta/libgdata/DETAILS b/zbeta/libgdata/DETAILS new file mode 100644 index 0000000..fd873fd --- /dev/null +++ b/zbeta/libgdata/DETAILS @@ -0,0 +1,16 @@ + MODULE=libgdata + MAJOR=0.5 + VERSION=0.5.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ + SOURCE_VFY=sha1:93acc6ca5145aba3049b9f9240d4503b3a85e101 + WEB_SITE=http://www.gnome.org + ENTERED=20091006 + UPDATED=20091006 + SHORT="Gnome's GData protocol library" +cat << EOF +Libgdata is a GLib-based library for accessing online service APIs using +the GData protocol -- most notably, Google's services. It provides APIs +to access the common Google services, and has full asynchronous support. +EOF + From sofar at foo-projects.org Thu Dec 3 22:33:02 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:02 +0100 Subject: [Lunar-commits] Subject: par2cmdline: added gcc4 patch Message-ID: <20091204194821.696859B20C@doppio.foo-projects.org> commit ebac1b31254e0282414db1533b2e6fd71136c98b Author: Guillaume Date: Thu Dec 3 22:33:02 2009 +0100 Subject: par2cmdline: added gcc4 patch Guillaume --- archive/par2cmdline/BUILD | 5 +++++ archive/par2cmdline/DETAILS | 4 +++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/archive/par2cmdline/BUILD b/archive/par2cmdline/BUILD new file mode 100644 index 0000000..e12a60a --- /dev/null +++ b/archive/par2cmdline/BUILD @@ -0,0 +1,5 @@ +( + patch_it $SOURCE2 1 && + default_build + +) > $C_FIFO 2>&1 diff --git a/archive/par2cmdline/DETAILS b/archive/par2cmdline/DETAILS index dc12251..f9c73bd 100644 --- a/archive/par2cmdline/DETAILS +++ b/archive/par2cmdline/DETAILS @@ -1,11 +1,13 @@ MODULE=par2cmdline VERSION=0.4 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=$MODULE-$VERSION-gcc4.patch SOURCE_URL=$SFORGE_URL/parchive/ + SOURCE2_URL=http://sage.math.washington.edu/home/binegar/src/ SOURCE_VFY=sha1:2fcdc932b5d7b4b1c68c4a4ca855ca913d464d2f WEB_SITE=http://parchive.sourceforge.net ENTERED=20040228 - UPDATED=20050313 + UPDATED=20091105 MAINTAINER=tchan at lunar-linux.org SHORT="A command line implementation of the PAR v2.0 specification" From sofar at foo-projects.org Thu Dec 3 22:33:26 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:26 +0100 Subject: [Lunar-commits] Subject: midori: version bump Message-ID: <20091204194821.7E7239B231@doppio.foo-projects.org> commit 60ac8cd0257113bebe15f20dd305d83f3a1d7bd2 Author: giorgos chatzipavlis Date: Thu Dec 3 22:33:26 2009 +0100 Subject: midori: version bump add midori to supported list of known browsers in xdg-open script --- zbeta/midori/DETAILS | 8 ++++---- zbeta/midori/POST_INSTALL | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/zbeta/midori/DETAILS b/zbeta/midori/DETAILS index 8df94fc..50c3e9c 100644 --- a/zbeta/midori/DETAILS +++ b/zbeta/midori/DETAILS @@ -1,12 +1,12 @@ MODULE=midori - VERSION=0.1.10 - MAJOR=0.1 + VERSION=0.2.1 + MAJOR=0.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://archive.xfce.org/src/apps/midori/$MAJOR/ - SOURCE_VFY=sha1:9598de84d9c3283f236c3a075eb707b9423967e3 + SOURCE_VFY=sha1:5e6e9b055cf130f30a287886d908f8a672e66e0a WEB_SITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html ENTERED=20070921 - UPDATED=20090912 + UPDATED=20091126 SHORT="lightweight WebKit/Gtk+-2 based browser" cat << EOF diff --git a/zbeta/midori/POST_INSTALL b/zbeta/midori/POST_INSTALL new file mode 100644 index 0000000..cfaa684 --- /dev/null +++ b/zbeta/midori/POST_INSTALL @@ -0,0 +1 @@ +if module_installed xdg-utils; then XDG_OPEN=`lvu from xdg-open|grep bin|cut -d: -f2`;sedit "s/firefox:/midori:firefox:/" $XDG_OPEN;fi From sofar at foo-projects.org Thu Dec 3 22:33:34 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:34 +0100 Subject: [Lunar-commits] Subject: eweather-svn: A new weather module for E. Message-ID: <20091204194821.8A7AC9B1F3@doppio.foo-projects.org> commit d047fead8c19382c0d2545f428e4abe469b654b1 Author: Oliver Dietsch Date: Thu Dec 3 22:33:34 2009 +0100 Subject: eweather-svn: A new weather module for E. Builds and installs without problems, but haven't figured out how to use it yet :( I'm only submitting this in the first place because it is required for e_modules-svn to build. --- zbeta/eweather-svn/BUILD | 11 +++++++++++ zbeta/eweather-svn/DEPENDS | 2 ++ zbeta/eweather-svn/DETAILS | 14 ++++++++++++++ 3 files changed, 27 insertions(+), 0 deletions(-) diff --git a/zbeta/eweather-svn/BUILD b/zbeta/eweather-svn/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/eweather-svn/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/eweather-svn/DEPENDS b/zbeta/eweather-svn/DEPENDS new file mode 100644 index 0000000..7275226 --- /dev/null +++ b/zbeta/eweather-svn/DEPENDS @@ -0,0 +1,2 @@ +depends edje-svn + diff --git a/zbeta/eweather-svn/DETAILS b/zbeta/eweather-svn/DETAILS new file mode 100644 index 0000000..a1d878b --- /dev/null +++ b/zbeta/eweather-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=eweather-svn + VERSION=svn + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/PROTO/eweather + WEB_SITE=http://enlightenment.org/pages/enlightenment.html + ENTERED=20091203 + UPDATED=`date --date="last monday" +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="a weather frontend for E" + +cat << EOF +A weather frontend gadget as a supplement for the E desktop shell. +EOF From sofar at foo-projects.org Thu Dec 3 22:33:40 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:40 +0100 Subject: [Lunar-commits] Subject: e_modules-svn: Adding eweather-svn as dependency. Message-ID: <20091204194821.A6AAC9B204@doppio.foo-projects.org> commit 8ba0f9c50b94ad1815da13b922cda7b7d637af1e Author: Oliver Dietsch Date: Thu Dec 3 22:33:40 2009 +0100 Subject: e_modules-svn: Adding eweather-svn as dependency. --- zbeta/e17/e_modules-svn/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zbeta/e17/e_modules-svn/DEPENDS b/zbeta/e17/e_modules-svn/DEPENDS index a5c2609..73a2efb 100644 --- a/zbeta/e17/e_modules-svn/DEPENDS +++ b/zbeta/e17/e_modules-svn/DEPENDS @@ -2,6 +2,7 @@ depends e17-svn depends emprint-svn depends esmart-svn depends ethumb-svn +depends eweather-svn depends exalt-svn depends exml-svn depends libmpd From sofar at foo-projects.org Thu Dec 3 22:33:50 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:50 +0100 Subject: [Lunar-commits] Subject: epsilon-svn: Just updating SOURCE_URL. Message-ID: <20091204194821.C15179B20B@doppio.foo-projects.org> commit b27ef0c5126c53ee40af3c0149d899d4e70010b6 Author: Oliver Dietsch Date: Thu Dec 3 22:33:50 2009 +0100 Subject: epsilon-svn: Just updating SOURCE_URL. --- zbeta/e17/epsilon-svn/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/e17/epsilon-svn/DETAILS b/zbeta/e17/epsilon-svn/DETAILS index 0e40698..041dcf7 100644 --- a/zbeta/e17/epsilon-svn/DETAILS +++ b/zbeta/e17/epsilon-svn/DETAILS @@ -2,7 +2,7 @@ VERSION=svn SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/epsilon + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/OLD/epsilon WEB_SITE=http://www.enlightenment.org/pages/epsilon.html ENTERED=20041002 UPDATED=`date --date="last monday" +%Y%m%d` From sofar at foo-projects.org Thu Dec 3 22:33:56 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:33:56 +0100 Subject: [Lunar-commits] Subject: ethumb-svn: Update SOURCE_URL. Message-ID: <20091204194821.DFE629B20C@doppio.foo-projects.org> commit 0f455ae95d896633b6969ed28485635c8c18ec15 Author: Oliver Dietsch Date: Thu Dec 3 22:33:56 2009 +0100 Subject: ethumb-svn: Update SOURCE_URL. --- zbeta/e17/ethumb-svn/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zbeta/e17/ethumb-svn/DETAILS b/zbeta/e17/ethumb-svn/DETAILS index 33027f1..b9796bd 100644 --- a/zbeta/e17/ethumb-svn/DETAILS +++ b/zbeta/e17/ethumb-svn/DETAILS @@ -2,8 +2,8 @@ VERSION=svn SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/PROTO/ethumb - WEB_SITE=http://www.enlightenment.org + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/ethumb + WEB_SITE=http://www.enlightenment.org/ ENTERED=20090907 UPDATED=`date --date="last monday" +%Y%m%d` MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} From samuel.verstraete at gmail.com Thu Dec 3 22:35:56 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Thu, 3 Dec 2009 22:35:56 +0100 Subject: [Lunar-commits] fontforge: unset CFLAGS Message-ID: <20091204194821.EF9DB9B236@doppio.foo-projects.org> commit 6bff47f661105c28b8f4afea111d348e4bb05f31 Author: Samuel Date: Thu Dec 3 22:35:56 2009 +0100 fontforge: unset CFLAGS --- graphics/fontforge/BUILD | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 61153f2..1e87a8b 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -1,5 +1,7 @@ ( + unset CFLAGS && + # Options from: # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log OPTS+=" --with-freetype-src=/usr/include/freetype2 --disable-static --enable-double --enable-type3 --enable-devicetables" && From sofar at foo-projects.org Thu Dec 3 23:56:20 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 23:56:20 +0100 Subject: [Lunar-commits] Obsolete, use xf86-intput-synaptics Message-ID: <20091204194822.1A2199B2F0@doppio.foo-projects.org> commit 90e38ef7c8f0a71b57dd49bafffbd4dff87431bb Author: Auke Kok Date: Thu Dec 3 23:56:20 2009 +0100 Obsolete, use xf86-intput-synaptics --- x11/synaptics/BUILD | 8 -------- x11/synaptics/DETAILS | 19 ------------------- 2 files changed, 0 insertions(+), 27 deletions(-) diff --git a/x11/synaptics/BUILD b/x11/synaptics/BUILD deleted file mode 100644 index 06b642f..0000000 --- a/x11/synaptics/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - patch_it $SOURCE2 1 - - sedit 's/\/usr\/local/\/usr/' Makefile && - - default_make - -) > $C_FIFO 2>&1 diff --git a/x11/synaptics/DETAILS b/x11/synaptics/DETAILS deleted file mode 100644 index a6752bd..0000000 --- a/x11/synaptics/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=synaptics - VERSION=0.14.6 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-$VERSION-xorg-server-1.4-1.patch.bz2 - SOURCE_URL=http://web.telia.com/~u89404340/touchpad/files/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:41443e253e73546657b40435c8c9bfa0a91662bc - SOURCE2_VFY=sha1:8bd30d2fbc46013be436a5f50b628709ef21cd2e - WEB_SITE=http://web.telia.com/~u89404340/touchpad/ - ENTERED=20050307 - UPDATED=20070911 - SHORT="Synaptics TouchPad driver for XOrg/XFree86" - -cat << EOF -This is a driver for the Synaptics TouchPad for XOrg/XFree86 -4.x. A Synaptics touchpad by default operates in compatibility -mode by emulating a standard mouse. However, by using a dedicated -driver, more advanced features of the touchpad becomes available. -EOF From sofar at foo-projects.org Thu Dec 3 22:42:03 2009 From: sofar at foo-projects.org (Auke Kok) Date: Thu, 3 Dec 2009 22:42:03 +0100 Subject: [Lunar-commits] Subject: libvalhalla-hg: Fixing DEPENDS. Message-ID: <20091204194822.0D4939B2EB@doppio.foo-projects.org> commit 1f2d2fae6509a9c8eccaa87ccea4d1fca7bc0cac Author: Oliver Dietsch Date: Thu Dec 3 22:42:03 2009 +0100 Subject: libvalhalla-hg: Fixing DEPENDS. I think all the dependencies should be covered correctly. libnfo does not seem to be required (optional as of this day). Enna runs on my box, though I'm a bit confused by the yet again new interface. --- zbeta/libvalhalla-hg/BUILD | 6 ++++++ zbeta/libvalhalla-hg/DEPENDS | 9 +++++++++ zbeta/libvalhalla-hg/DETAILS | 13 +++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/zbeta/libvalhalla-hg/BUILD b/zbeta/libvalhalla-hg/BUILD new file mode 100644 index 0000000..aa1d4bb --- /dev/null +++ b/zbeta/libvalhalla-hg/BUILD @@ -0,0 +1,6 @@ +( + # configure does not like --build. + ./configure --prefix=/usr $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/libvalhalla-hg/DEPENDS b/zbeta/libvalhalla-hg/DEPENDS new file mode 100644 index 0000000..741db2f --- /dev/null +++ b/zbeta/libvalhalla-hg/DEPENDS @@ -0,0 +1,9 @@ +depends curl +depends libxml2 +depends sqlite + +optional_depends "libexif" "--enable-grabber-exif" "" "for the EXIF grabber" +# Disabled for now. Claims that it cannot find libavcodec due to a undefined +# reference during the ./configure test although it is installed on my box. +#optional_depends "ffmpeg" "--enable-grabber-ffmpeg" "" "for the FFmpeg grabber" + diff --git a/zbeta/libvalhalla-hg/DETAILS b/zbeta/libvalhalla-hg/DETAILS new file mode 100644 index 0000000..18dc7cc --- /dev/null +++ b/zbeta/libvalhalla-hg/DETAILS @@ -0,0 +1,13 @@ + MODULE=libvalhalla-hg + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=hg+http://hg.geexbox.org/libvalhalla +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE=http://geexbox.org/en/index.html + ENTERED=20091203 + UPDATED=`date --date="last monday" +%Y%m%d` + SHORT="a media scanner library" +cat < midori-git: Version bump to 0.2.1 git repo Message-ID: <20091204194822.39B049B1F3@doppio.foo-projects.org> commit 49b121d8b39e9d319ef2e13942265b4656948e31 Author: Terry Chan Date: Fri Dec 4 13:47:42 2009 -0600 midori-git: Version bump to 0.2.1 git repo --- zbeta/midori-git/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/midori-git/DETAILS b/zbeta/midori-git/DETAILS index 351c005..994f94d 100644 --- a/zbeta/midori-git/DETAILS +++ b/zbeta/midori-git/DETAILS @@ -1,5 +1,5 @@ MODULE=midori-git - VERSION=0.1.9 + VERSION=0.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=git://git.xfce.org/apps/midori WEB_SITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html From florin at lunar-linux.org Sat Dec 5 05:26:22 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Dec 2009 06:26:22 +0200 Subject: [Lunar-commits] miro: version bumped to 2.5.4. Message-ID: <20091205042716.AFFBD9B204@doppio.foo-projects.org> commit d0aace016eb45427828c1eefad961b731f4fffd8 Author: Florin Braescu Date: Sat Dec 5 06:26:22 2009 +0200 miro: version bumped to 2.5.4. Bugfixes and improvements. --- video/miro/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/miro/DETAILS b/video/miro/DETAILS index d655c23..3b2e530 100644 --- a/video/miro/DETAILS +++ b/video/miro/DETAILS @@ -1,11 +1,11 @@ MODULE=miro - VERSION=2.5.3 + VERSION=2.5.4 SOURCE=$MODULE-${VERSION}.tar.gz SOURCE_URL=http://ftp.osuosl.org/pub/pculture.org/miro/src - SOURCE_VFY=sha1:553d4e173d978bede9dd570f337a264af8f0e28d + SOURCE_VFY=sha1:4fd6cb48ed1fb3a9588c4af9f2da55f88654f194 WEB_SITE=http://www.getmiro.com ENTERED=20080208 - UPDATED=20091120 + UPDATED=20091205 SHORT="Video library and player" cat << EOF From florin at lunar-linux.org Sat Dec 5 05:28:49 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Dec 2009 06:28:49 +0200 Subject: [Lunar-commits] phpMyAdmin: version bumped to 2.3.4. Message-ID: <20091205042939.A22169B204@doppio.foo-projects.org> commit 6aa4778a516443042ed33340111563b5d035295e Author: Florin Braescu Date: Sat Dec 5 06:28:49 2009 +0200 phpMyAdmin: version bumped to 2.3.4. Bugfixes release. --- sql/phpMyAdmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index 1324f16..7e6f60a 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.2.3 + VERSION=3.2.4 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:d99b1098c7cb3454f95dced25574bde0c7fd78ca + SOURCE_VFY=sha1:ac9239755c294d15569af99f227b124bd578faf2 WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20091030 + UPDATED=20091205 SHORT="A php web interface to administrate MySQL tables" cat << EOF From florin at lunar-linux.org Sat Dec 5 05:36:36 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Dec 2009 06:36:36 +0200 Subject: [Lunar-commits] krename4: version bumped to 4.0.2. Message-ID: <20091205043722.183D09B204@doppio.foo-projects.org> commit 116a244fb01fd0ff856f7870e70898fe298b88cd Author: Florin Braescu Date: Sat Dec 5 06:36:36 2009 +0200 krename4: version bumped to 4.0.2. Many bugfixes and translation updates. --- kde4/apps/krename4/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde4/apps/krename4/DETAILS b/kde4/apps/krename4/DETAILS index 43b142f..072ff69 100644 --- a/kde4/apps/krename4/DETAILS +++ b/kde4/apps/krename4/DETAILS @@ -1,13 +1,13 @@ MODULE=krename4 - VERSION=4.0.1 + VERSION=4.0.2 SOURCE=krename-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/krename-$VERSION SOURCE_URL="$SFORGE_URL/krename/KDE4 krename-stable/$VERSION" - SOURCE_VFY=sha1:b4d2ab43836a43224f69c9767c7ff14fffdea6b7 + SOURCE_VFY=sha1:cc605e7e7c539fcb84f531260be7264cbcd1a687 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://www.krename.net/ + WEB_SITE=http://www.krename.net ENTERED=20090923 - UPDATED=20091005 + UPDATED=20091205 MAINTAINER=florin at lunar-linux.org SHORT="A batch renamer for KDE" From florin at lunar-linux.org Sat Dec 5 05:41:11 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Dec 2009 06:41:11 +0200 Subject: [Lunar-commits] libpng: version bumped to 1.2.41. Message-ID: <20091205044235.BDF339B204@doppio.foo-projects.org> commit 97b381d2572ad777a93ea282753ea7f598feccf3 Author: Florin Braescu Date: Sat Dec 5 06:41:11 2009 +0200 libpng: version bumped to 1.2.41. This is mostly a code cleanup release. It avoids building 16-bit gamma tables when they aren't needed. Some new warnings (which are off by default, but can be enabled by defining PNG_PEDANTIC_WARNINGS) were added to aid in migration to future versions of libpng. --- graphics/libpng/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/libpng/DETAILS b/graphics/libpng/DETAILS index dac67d2..7927d5c 100644 --- a/graphics/libpng/DETAILS +++ b/graphics/libpng/DETAILS @@ -1,11 +1,11 @@ MODULE=libpng - VERSION=1.2.40 + VERSION=1.2.41 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:776cf18a799af58303590f6996f6d3aa5a7908ff + SOURCE_VFY=sha1:e859ce73c5344ce10576d03cab3b660459b30c13 WEB_SITE=http://www.libpng.org/pub/png/libpng.html ENTERED=20010922 - UPDATED=20090910 + UPDATED=20091205 SHORT="Library that supports the PNG graphics format" cat << EOF From florin at lunar-linux.org Sat Dec 5 05:44:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Dec 2009 06:44:31 +0200 Subject: [Lunar-commits] pure-ftpd: version bumped to 1.0.27. Message-ID: <20091205044528.853209B204@doppio.foo-projects.org> commit 00448413a6240b47f180985b253f59c89d6720a3 Author: Florin Braescu Date: Sat Dec 5 06:44:31 2009 +0200 pure-ftpd: version bumped to 1.0.27. IPv6 support is back. --- ftp/pure-ftpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/pure-ftpd/DETAILS b/ftp/pure-ftpd/DETAILS index ebc8fa6..0d22a52 100644 --- a/ftp/pure-ftpd/DETAILS +++ b/ftp/pure-ftpd/DETAILS @@ -1,13 +1,13 @@ MODULE=pure-ftpd - VERSION=1.0.26 + VERSION=1.0.27 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.pureftpd.org/pub/$MODULE/releases SOURCE_URL[1]=$SFORGE_URL/pureftpd SOURCE_URL[2]=http://sunsite.rediris.es/sites/ftp.fr.pureftpd.org/pub/$MODULE/releases - SOURCE_VFY=sha1:6b224a5e24f334bbae3c2b8951ab8f677ebe28de + SOURCE_VFY=sha1:f4c3fcc68bea3b2dad9ff76624e23f072acd9c2e WEB_SITE=http://www.pureftpd.org ENTERED=20010922 - UPDATED=20091115 + UPDATED=20091205 SHORT="An efficient, lightweight, and secure FTP server" cat << EOF From florin at lunar-linux.org Sat Dec 5 06:16:47 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 5 Dec 2009 07:16:47 +0200 Subject: [Lunar-commits] xf86-video-dummy: version bumped to 0.3.3. Message-ID: <20091205051819.040339B204@doppio.foo-projects.org> commit c1890b4221c670141122744d5a7409658ba2c4fb Author: Florin Braescu Date: Sat Dec 5 07:16:47 2009 +0200 xf86-video-dummy: version bumped to 0.3.3. Properly un/rewrap CreateWindow. Add support for HW_SKIP_CONSOLE. Compile fix. Canonically re-wrap too. Don't try to make an INSTALL file. --- xorg7/driver/xf86-video-dummy/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-dummy/DETAILS b/xorg7/driver/xf86-video-dummy/DETAILS index 57f05e2..570808c 100644 --- a/xorg7/driver/xf86-video-dummy/DETAILS +++ b/xorg7/driver/xf86-video-dummy/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-dummy - VERSION=0.3.2 + VERSION=0.3.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:f76ce46656b0674ac0c4b505f19b3c72de5e1229 + SOURCE_VFY=sha1:3ea81b819c29938feab58b644b7066250e88da79 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20090710 + UPDATED=20091205 SHORT="the X.Org dummy video driver" cat << EOF From stumbles at lunar-linux.org Sat Dec 5 13:09:19 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 5 Dec 2009 07:09:19 -0500 Subject: [Lunar-commits] frescobaldi: Version bump. Message-ID: <20091205120939.A04AE9B204@doppio.foo-projects.org> commit 7d1155cb4cfbeff5382810a29250010bc3bfecdf Author: Dennis `stumbles` Veatch Date: Sat Dec 5 07:09:19 2009 -0500 frescobaldi: Version bump. --- kde4/apps/frescobaldi/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/frescobaldi/DETAILS b/kde4/apps/frescobaldi/DETAILS index 1a57126..1c5a23f 100644 --- a/kde4/apps/frescobaldi/DETAILS +++ b/kde4/apps/frescobaldi/DETAILS @@ -1,12 +1,12 @@ MODULE=frescobaldi - VERSION=0.7.16 + VERSION=0.7.17 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://lilykde.googlecode.com/files/ - SOURCE_VFY=sha1:e020ac5674f9e8c60243d6ea58e074cf6f3de412 + SOURCE_VFY=sha1:e8462f4268103f36b00c8b6ec4586cdba05dd3da MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.frescobaldi.org/ ENTERED=20090307 - UPDATED=20091116 + UPDATED=20091205 SHORT="LilyPond sheet music editor" cat << EOF Frescobaldi is a LilyPond sheet music editor for KDE4. It aims to be powerful, From zbiggy at lunar-linux.org Sat Dec 5 10:21:32 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 5 Dec 2009 10:21:32 +0100 Subject: [Lunar-commits] git: updated to 1.6.5.4 Message-ID: <20091205121540.CF9409B204@doppio.foo-projects.org> commit a44ab960c4b4c0582adb57a347269233c9f45bdc Author: Zbigniew Luszpinski Date: Sat Dec 5 10:21:32 2009 +0100 git: updated to 1.6.5.4 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index 27bb81a..ed67939 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.5.3 + VERSION=1.6.5.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:f3b6e26e8fbf1c13a623cd80a663cae502f0cd8b - SOURCE2_VFY=sha1:733c7ce1a36338dff82dad23c3e68c5a2684fec5 + SOURCE_VFY=sha1:615c2dee5ff56267450769c8b28cb602ebff5bb2 + SOURCE2_VFY=sha1:a619584436f18cf9ce7927461a687bc1f5136e8d SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20091117 + UPDATED=20091204 SHORT="Fast version control system" PSAFE=no From zbiggy at lunar-linux.org Sat Dec 5 13:20:52 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 5 Dec 2009 13:20:52 +0100 Subject: [Lunar-commits] dhcp: fixed build error of socket.c Message-ID: <20091205122233.A69139B204@doppio.foo-projects.org> commit 6cbff7fb0fb8c4e75c2ab3e80ee6f8afcc5585d7 Author: Zbigniew Luszpinski Date: Sat Dec 5 13:20:52 2009 +0100 dhcp: fixed build error of socket.c --- net/dhcp/BUILD | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net/dhcp/BUILD b/net/dhcp/BUILD index 68bf09a..70d7b30 100644 --- a/net/dhcp/BUILD +++ b/net/dhcp/BUILD @@ -1,4 +1,5 @@ ( + CFLAGS+="-D_GNU_SOURCE" MODHOME="$MOONBASE/net/$MODULE" CFGHOME="/etc/config.d" OPTS+=" --with-srv-lease-file=/var/state/dhcp/dhcpd.leases \ @@ -9,7 +10,7 @@ default_build && #make sure the config directory exists - + if [ ! -d $CFGHOME ]; then mkdir -p $CFGHOME fi && @@ -17,14 +18,14 @@ #copy the lunar config file into place if [ ! -e /etc/config.d/dhcpd ]; then - cp $MODHOME/dhcpd.config $CFGHOME/dhcpd + cp $MODHOME/dhcpd.config $CFGHOME/dhcpd else cp $MODHOME/dhcpd.config $CFGHOME/dhcpd.new fi && #make sure the leases file exists or we won't run - + if [ ! -e /var/state/dhcp/dhcpd.leases ]; then mkdir -p /var/state/dhcp/ touch /var/state/dhcp/dhcpd.leases From zbiggy at lunar-linux.org Sat Dec 5 14:56:09 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 5 Dec 2009 14:56:09 +0100 Subject: [Lunar-commits] gparted: updated to 0.5.0 Message-ID: <20091205135623.495C89B204@doppio.foo-projects.org> commit 7e82c266412121e46601f092d02d149babb5cee6 Author: Zbigniew Luszpinski Date: Sat Dec 5 14:56:09 2009 +0100 gparted: updated to 0.5.0 --- x11-utils/gparted/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/gparted/DETAILS b/x11-utils/gparted/DETAILS index c04f01d..b2e7a8d 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.4.8 + VERSION=0.5.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:2b963967110a65d7f4496e3f32f612ae97025f7f + SOURCE_VFY=sha1:9181cc26a8242de32395c9bea3e136eed06874f2 WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20091103 + UPDATED=20091205 SHORT="A graphical frontend to parted" cat << EOF From zbiggy at lunar-linux.org Sat Dec 5 15:05:02 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 5 Dec 2009 15:05:02 +0100 Subject: [Lunar-commits] qt4: add cflags instead of bare O2 Message-ID: <20091205140533.825229B204@doppio.foo-projects.org> commit ded184785adc618af4e8e49eaf42f7d7e4d06541 Author: Zbigniew Luszpinski Date: Sat Dec 5 15:05:02 2009 +0100 qt4: add cflags instead of bare O2 --- kde4/base/qt4/BUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kde4/base/qt4/BUILD b/kde4/base/qt4/BUILD index 60475e9..c616cfd 100644 --- a/kde4/base/qt4/BUILD +++ b/kde4/base/qt4/BUILD @@ -5,6 +5,7 @@ export LD_LIBRARY_PATH=$QTDIR/lib sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure && + sedit "s/-O2/$CFLAGS/" mkspecs/common/g++.conf && if module_installed phonon ; then OPTS+=" -phonon -phonon-backend" From zbiggy at lunar-linux.org Sat Dec 5 15:12:10 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 5 Dec 2009 15:12:10 +0100 Subject: [Lunar-commits] gvfs: updated to 1.4.2 Message-ID: <20091205141228.521349B204@doppio.foo-projects.org> commit 91bc88391c19a537098106ac7891ee5edc7ba4b4 Author: Zbigniew Luszpinski Date: Sat Dec 5 15:12:10 2009 +0100 gvfs: updated to 1.4.2 --- gnome2/desktop/gvfs/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/desktop/gvfs/DETAILS b/gnome2/desktop/gvfs/DETAILS index cf18f2e..1540cc7 100644 --- a/gnome2/desktop/gvfs/DETAILS +++ b/gnome2/desktop/gvfs/DETAILS @@ -1,12 +1,12 @@ MODULE=gvfs - MAJOR=1.2 - VERSION=1.2.3 + MAJOR=1.4 + VERSION=1.4.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:c94d52b0bf2fe83d7e26c05ce9d65d240cd57be4 + SOURCE_VFY=sha1:d2d93e3de6213b96f3a5102964ed6f61955ce6f9 WEB_SITE=http://www.gnome.org/ ENTERED=20080312 - UPDATED=20090526 + UPDATED=20091203 SHORT="Replacement for Gnome-VFS" cat << EOF From florin at lunar-linux.org Sun Dec 6 05:59:27 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Dec 2009 06:59:27 +0200 Subject: [Lunar-commits] kdebase4-workspace: tweak the DEPENDS file. Message-ID: <20091206050035.8A62EF4524@doppio.foo-projects.org> commit 6578d39296c9c342eb75f88a2e84a37a42dec69e Author: Florin Braescu Date: Sun Dec 6 06:59:27 2009 +0200 kdebase4-workspace: tweak the DEPENDS file. --- kde4/base/kdebase4-workspace/DEPENDS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kde4/base/kdebase4-workspace/DEPENDS b/kde4/base/kdebase4-workspace/DEPENDS index b1941c0..b4c03bc 100644 --- a/kde4/base/kdebase4-workspace/DEPENDS +++ b/kde4/base/kdebase4-workspace/DEPENDS @@ -1,6 +1,5 @@ depends qimageblitz depends kdebase4-runtime -depends kdelibs4-experimental optional_depends "libxklavier" "" "" "for advanced keyboard controls" optional_depends "glib-2" "" "" "required for keyboard switching" From florin at lunar-linux.org Sun Dec 6 06:00:21 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Dec 2009 07:00:21 +0200 Subject: [Lunar-commits] kdepim4-runtime: tweak the DEPENDS file. Message-ID: <20091206050125.D73B9F4524@doppio.foo-projects.org> commit 38ce491561f963027135cb2b79202ef2ee390d14 Author: Florin Braescu Date: Sun Dec 6 07:00:21 2009 +0200 kdepim4-runtime: tweak the DEPENDS file. --- kde4/base/kdepim4-runtime/DEPENDS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kde4/base/kdepim4-runtime/DEPENDS b/kde4/base/kdepim4-runtime/DEPENDS index 21ad4eb..0823c46 100644 --- a/kde4/base/kdepim4-runtime/DEPENDS +++ b/kde4/base/kdepim4-runtime/DEPENDS @@ -1,2 +1 @@ -depends kdebase4 -#depends libmapi +depends kdepimlibs4 From florin at lunar-linux.org Sun Dec 6 06:05:02 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Dec 2009 07:05:02 +0200 Subject: [Lunar-commits] kdepim4: tweak the DEPENDS file. Message-ID: <20091206050556.1BC0DF455E@doppio.foo-projects.org> commit 5653539d15539ab56ea1f9b7e8544185818ae758 Author: Florin Braescu Date: Sun Dec 6 07:05:02 2009 +0200 kdepim4: tweak the DEPENDS file. --- kde4/base/kdepim4/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde4/base/kdepim4/DEPENDS b/kde4/base/kdepim4/DEPENDS index c8f18e3..7aadd15 100644 --- a/kde4/base/kdepim4/DEPENDS +++ b/kde4/base/kdepim4/DEPENDS @@ -1,4 +1,4 @@ -depends kdepimlibs4 +depends kdepim4-runtime optional_depends "libassuan" "" "" "for IPC support" optional_depends "gnokii" "" "" "for some mobile phone support" From florin at lunar-linux.org Sun Dec 6 06:11:01 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Dec 2009 07:11:01 +0200 Subject: [Lunar-commits] kde4: simplify the DEPENDS file. Message-ID: <20091206051831.815049B1FE@doppio.foo-projects.org> commit 733d39ef39961c8369906090133d428052962826 Author: Florin Braescu Date: Sun Dec 6 07:11:01 2009 +0200 kde4: simplify the DEPENDS file. It can allow now a more stripped KDE 4.x install without akonadi, kdepim4, kdebindings4, kdeutils4, kdenetwork4, kdeadmin4, kdewebdev4 and kdeplasma4-addons. This simplified install have some advantages: - it runs faster - it occupies a smaller disk space - it work well on a smaller RAM memory size - it doesn't require MySQL and akonadi. --- profiles/kde4/DEPENDS | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index 7cf7cfc..d2bea27 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -1,11 +1,7 @@ -depends kdepimlibs4 -depends kdelibs4-experimental -depends kdebase4-runtime -depends kdebase4-workspace depends kdebase4 -depends kdepim4-runtime depends oxygen-icons +optional_depends "kdepim4" "" "" "PIM support" optional_depends "kdebindings4" "" "" "bindings to languages" optional_depends "kdegames4" "" "" "games" optional_depends "kdegraphics4" "" "" "graphics applications" @@ -14,7 +10,6 @@ optional_depends "kdemultimedia4" "" "" "multimedia applicatiosn" optional_depends "kdenetwork4" "" "" "network applications" optional_depends "kdetoys4" "" "" "toys" optional_depends "kdeartwork4" "" "" "additional eyecandy" -optional_depends "kdepim4" "" "" "for PIM support" optional_depends "kdeedu4" "" "" "educational software" optional_depends "kdesdk4" "" "" "sdk for KDE" optional_depends "kdeaccessibility4" "" "" "accessibility features" From florin at lunar-linux.org Sun Dec 6 06:26:34 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Dec 2009 07:26:34 +0200 Subject: [Lunar-commits] kdebase4-runtime: add a info about kdepimlibs4 needs (akonadi and MySQL). Message-ID: <20091206053142.CEC9B9B1FE@doppio.foo-projects.org> commit 3f54dce0e594bb9d36795b5405a893153f886e35 Author: Florin Braescu Date: Sun Dec 6 07:26:34 2009 +0200 kdebase4-runtime: add a info about kdepimlibs4 needs (akonadi and MySQL). If kdepimlibs4 is not installed, a simplified version of KDE 4.x can be installed on the system. Some KDE 4.x apps can't be installed on such a stripped KDE4 system because need kdepimlibs4 at compile time (ktorrent4, konversation4 and many others). --- kde4/base/kdebase4-runtime/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde4/base/kdebase4-runtime/DEPENDS b/kde4/base/kdebase4-runtime/DEPENDS index 7615732..090d559 100644 --- a/kde4/base/kdebase4-runtime/DEPENDS +++ b/kde4/base/kdebase4-runtime/DEPENDS @@ -2,6 +2,6 @@ depends kdelibs4-experimental depends openslp depends %XINELIB -optional_depends kdepimlibs4 "" "" "For KDE PIM support" +optional_depends kdepimlibs4 "" "" "For KDE PIM support (it needs akonadi and MySQLto work well)" optional_depends samba "" "" "For file sharing support" optional_depends pulseaudio "" "" "For Pulseaudio soundserver support" From florin at lunar-linux.org Sun Dec 6 07:05:18 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Dec 2009 08:05:18 +0200 Subject: [Lunar-commits] kdeadmin4: it depends on kdepimlibs4. Message-ID: <20091206060621.170BB9B1FE@doppio.foo-projects.org> commit c5b81cc84d305a1f03a193f8c8189cfe9279c8ba Author: Florin Braescu Date: Sun Dec 6 08:05:18 2009 +0200 kdeadmin4: it depends on kdepimlibs4. --- kde4/base/kdeadmin4/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde4/base/kdeadmin4/DEPENDS b/kde4/base/kdeadmin4/DEPENDS index 189da0b..0823c46 100644 --- a/kde4/base/kdeadmin4/DEPENDS +++ b/kde4/base/kdeadmin4/DEPENDS @@ -1 +1 @@ -depends kdebase4 +depends kdepimlibs4 From florin at lunar-linux.org Sun Dec 6 08:45:51 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Dec 2009 09:45:51 +0200 Subject: [Lunar-commits] wine: version bumped to 1.1.34. Message-ID: <20091206074653.DFD1F9B1FE@doppio.foo-projects.org> commit b65011346edadb24c6ea9871a96a14e53725e797 Author: Florin Braescu Date: Sun Dec 6 09:45:51 2009 +0200 wine: version bumped to 1.1.34. Changes: Many fixes for crypto certificates support. A lot of MSHTML improvements. Various fixes to support the Left 4 Dead 2 DRM. A number of OLE marshalling fixes. More Listview improvements. Various bug fixes. --- utils/wine/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/wine/DETAILS b/utils/wine/DETAILS index 3ab3c44..c3af3e7 100644 --- a/utils/wine/DETAILS +++ b/utils/wine/DETAILS @@ -1,13 +1,13 @@ MODULE=wine - VERSION=1.1.33 + VERSION=1.1.34 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE - SOURCE_VFY=sha1:54c0edec60d366122b097a99c6d1efc5daba7f97 + SOURCE_VFY=sha1:8b27eff6fa4fa29357fbddbc2e284675f7def1a7 WEB_SITE=http://www.winehq.com ENTERED=20010925 - UPDATED=20091115 - SHORT="Runs microsoft windows programs" + UPDATED=20091206 + SHORT="Runs microsoft windows programs" cat << EOF Wine Is Not an Emulator. It is an alternative implementation of the From florin at lunar-linux.org Sun Dec 6 08:54:55 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Dec 2009 09:54:55 +0200 Subject: [Lunar-commits] pgadmin3: version bumped to 1.10.1. Message-ID: <20091206075605.11C759B1FE@doppio.foo-projects.org> commit 6786455330701b32001b5d2d9f705344215160e1 Author: Florin Braescu Date: Sun Dec 6 09:54:55 2009 +0200 pgadmin3: version bumped to 1.10.1. Bugfixes and improvements. --- sql/pgadmin3/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sql/pgadmin3/DETAILS b/sql/pgadmin3/DETAILS index 4e6f904..4e8eb8c 100644 --- a/sql/pgadmin3/DETAILS +++ b/sql/pgadmin3/DETAILS @@ -1,11 +1,11 @@ MODULE=pgadmin3 - VERSION=1.10.0 + VERSION=1.10.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v$VERSION/src/ - SOURCE_VFY=sha1:1ad2b46d6859371eadd0f1b4bb200d042e8f39c2 - WEB_SITE=http://www.pgadmin.org/index.php/ + SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v$VERSION/src + SOURCE_VFY=sha1:bb6706e539c623a824668de8ce135273ba8e7482 + WEB_SITE=http://www.pgadmin.org/index.php ENTERED=20050728 - UPDATED=20090826 + UPDATED=20091206 SHORT="administration and development platform for the PostgreSQL database" cat << EOF From florin at lunar-linux.org Sun Dec 6 12:25:54 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 6 Dec 2009 13:25:54 +0200 Subject: [Lunar-commits] mpg123: version bumped to 1.10.0. Message-ID: <20091206112741.A161A9B1FE@doppio.foo-projects.org> commit b7c2972c5dd54285edd0c02b474fd59b34fc30c5 Author: Florin Braescu Date: Sun Dec 6 13:25:54 2009 +0200 mpg123: version bumped to 1.10.0. This release contains various assorted fixes and additions. Important are the fix to make mpg123 modules work with current libtool. --- audio/mpg123/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mpg123/DETAILS b/audio/mpg123/DETAILS index 8fb1612..adfdfa3 100644 --- a/audio/mpg123/DETAILS +++ b/audio/mpg123/DETAILS @@ -1,12 +1,12 @@ MODULE=mpg123 - VERSION=1.9.2 + VERSION=1.10.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://www.mpg123.de/download - SOURCE_VFY=sha1:89d80da4dde0dbed1f605650c06a49d70cabff4c + SOURCE_VFY=sha1:6a04d83a32aef1337cd18db26fc08552333bfa13 WEB_SITE=http://mpg123.de ENTERED=20011104 - UPDATED=20091121 + UPDATED=20091206 SHORT="A console MPEG audio player" cat << EOF From zbiggy at lunar-linux.org Sun Dec 6 16:25:48 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sun, 6 Dec 2009 16:25:48 +0100 Subject: [Lunar-commits] git: updated to 1.6.5.5 Message-ID: <20091206152606.AB85C9B1FE@doppio.foo-projects.org> commit b068bc4f6a140e6cf1455b498a06fcfa1617d509 Author: Zbigniew Luszpinski Date: Sun Dec 6 16:25:48 2009 +0100 git: updated to 1.6.5.5 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index ed67939..0367684 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.5.4 + VERSION=1.6.5.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:615c2dee5ff56267450769c8b28cb602ebff5bb2 - SOURCE2_VFY=sha1:a619584436f18cf9ce7927461a687bc1f5136e8d + SOURCE_VFY=sha1:3480315deed7ab8b495032a7a06257491f520f53 + SOURCE2_VFY=sha1:f8b0cec115108714944da4c5e8005912b86f85b5 SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20091204 + UPDATED=20091206 SHORT="Fast version control system" PSAFE=no From stumbles at lunar-linux.org Mon Dec 7 00:57:54 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 6 Dec 2009 18:57:54 -0500 Subject: [Lunar-commits] lxml: Version bump. Message-ID: <20091207002040.C02759B1FE@doppio.foo-projects.org> commit 3b309cc6dfe5c6c71c863324f246c294c187a5be Author: Dennis `stumbles` Veatch Date: Sun Dec 6 18:57:54 2009 -0500 lxml: Version bump. --- python/lxml/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/lxml/DETAILS b/python/lxml/DETAILS index 8fb42f0..eb2f01d 100644 --- a/python/lxml/DETAILS +++ b/python/lxml/DETAILS @@ -1,11 +1,11 @@ MODULE=lxml - VERSION=2.2.2 + VERSION=2.2.4 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://codespeak.net/lxml - SOURCE_VFY=sha1:eec5fbcd513d24fc96e85ad7f7f16a6200067c6c + SOURCE_VFY=sha1:da97ed375268363ad40501bcfc6980a6c5100d5e WEB_SITE=http://pybsddb.sourceforge.net ENTERED=20021223 - UPDATED=20090801 + UPDATED=20091206 SHORT="Python wrappers for libxml2 and libxslt" cat << EOF Python wrappers for libxml2 and libxslt From stumbles at lunar-linux.org Mon Dec 7 01:58:11 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 6 Dec 2009 19:58:11 -0500 Subject: [Lunar-commits] lyx: Version bump. Message-ID: <20091207005828.75B109B1FE@doppio.foo-projects.org> commit c30e76641b775790bbb6b74f45f8a472df6c6cb0 Author: Dennis `stumbles` Veatch Date: Sun Dec 6 19:58:11 2009 -0500 lyx: Version bump. --- qt4-apps/lyx/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/lyx/DETAILS b/qt4-apps/lyx/DETAILS index 69deaf1..037ddce 100644 --- a/qt4-apps/lyx/DETAILS +++ b/qt4-apps/lyx/DETAILS @@ -1,14 +1,14 @@ MODULE=lyx - VERSION=1.6.4.1 + VERSION=1.6.4.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.6.x SOURCE_URL[1]=ftp://ftp.lyx.org/pub/lyx/stable/1.6.x - SOURCE_VFY=sha1:85bf187841b85f8104816866a98230b1206e39f8 + SOURCE_VFY=sha1:89bebea5441524fe1cd07fb78d89a2cd29d22aed MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.lyx.org MAINTAINER=jannis at lunar-linux.org ENTERED=20020904 - UPDATED=20090929 + UPDATED=20091206 SHORT="A GUI LaTeX editor" cat << EOF From florin at lunar-linux.org Mon Dec 7 05:04:44 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 7 Dec 2009 06:04:44 +0200 Subject: [Lunar-commits] webmin: version bumped to 1.500. Message-ID: <20091207040551.1D85D9B1FE@doppio.foo-projects.org> commit 0fce9c8b55e875dc6133d747973f511c686f5091 Author: Florin Braescu Date: Mon Dec 7 06:04:44 2009 +0200 webmin: version bumped to 1.500. Bugfixes and enhacements. --- web/webmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/webmin/DETAILS b/web/webmin/DETAILS index f3c68a3..0a445d2 100644 --- a/web/webmin/DETAILS +++ b/web/webmin/DETAILS @@ -1,14 +1,14 @@ MODULE=webmin - VERSION=1.490 + VERSION=1.500 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-1.150-lunar.patch.bz2 SOURCE_URL=$SFORGE_URL/webadmin SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:b364b0c3de98d01c8da8c3ee72722011e002da8e + SOURCE_VFY=sha1:0d2742d1f28cb2c96ccd652f856dde7d8e33d27c SOURCE2_VFY=sha1:5ae7d0001e0050fcadf73b8cd2e392de84e96664 WEB_SITE=http://www.webmin.com ENTERED=20020415 - UPDATED=20090917 + UPDATED=20091207 SHORT="A webbased server administration tool" cat << EOF From florin at lunar-linux.org Mon Dec 7 05:08:10 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 7 Dec 2009 06:08:10 +0200 Subject: [Lunar-commits] usermin: version bumped to 1.430. Message-ID: <20091207040913.9080B9B1FE@doppio.foo-projects.org> commit e928cc20b082d5e8af117b2eb2d216a4c06623c3 Author: Florin Braescu Date: Mon Dec 7 06:08:10 2009 +0200 usermin: version bumped to 1.430. Bugfixes and enhacements. --- web/usermin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/usermin/DETAILS b/web/usermin/DETAILS index 4aa47a5..dc3d258 100644 --- a/web/usermin/DETAILS +++ b/web/usermin/DETAILS @@ -1,14 +1,14 @@ MODULE=usermin - VERSION=1.420 + VERSION=1.430 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-1.080-lunar.patch.bz2 SOURCE_URL=$SFORGE_URL/webadmin SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:a9265353d3c34d64650c29e2f37fc13e2689f104 + SOURCE_VFY=sha1:7a9ad55b5f5fba5756deaa7e4342d302979255c1 SOURCE2_VFY=sha1:d5b8bb1f15ac777e786928b095d57d4a39d64e50 WEB_SITE=http://www.webmin.com ENTERED=20020723 - UPDATED=20090922 + UPDATED=20091207 SHORT="A webbased user administration tool" cat << EOF From florin at lunar-linux.org Mon Dec 7 05:28:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 7 Dec 2009 06:28:31 +0200 Subject: [Lunar-commits] smake: version bumped to 1.2a49. Message-ID: <20091207043003.600AD9B1FE@doppio.foo-projects.org> commit 047d500c1cc352a84e3d8659f9da81a931ed2011 Author: Florin Braescu Date: Mon Dec 7 06:28:31 2009 +0200 smake: version bumped to 1.2a49. Changes: Support for 64-bit compilation on IRIX was added. A bug in the macro suffix replacement was fixed. smake now supports the use of: "smake COPTX=-errwarn=%all". A new predefined macro, "NUMBER_SIGN", allows the use of '#' in makefiles. The man page was enhanced. --- devel/smake/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/smake/DETAILS b/devel/smake/DETAILS index 6ffae3b..78a702d 100644 --- a/devel/smake/DETAILS +++ b/devel/smake/DETAILS @@ -1,11 +1,11 @@ MODULE=smake VERSION=1.2 - SOURCE=$MODULE-${VERSION}a47.tar.bz2 + SOURCE=$MODULE-${VERSION}a49.tar.bz2 SOURCE_URL=ftp://ftp.berlios.de/pub/smake/alpha - SOURCE_VFY=sha1:67cafa7f33ffcac215fb3848c451d2178dc05b16 + SOURCE_VFY=sha1:7b50e1f81758fd6a732ddc7a78838bd2c96d1090 WEB_SITE=http://cdrecord.berlios.de/old/private/smake.html ENTERED=20020926 - UPDATED=20091120 + UPDATED=20091207 MAINTAINER=tchan at lunar-linux.org SHORT="Joerg Schilling's multi-platform make engine" From stumbles at lunar-linux.org Mon Dec 7 12:19:36 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 7 Dec 2009 06:19:36 -0500 Subject: [Lunar-commits] lyx: My timing was off on that. Anyway, its a maintenance release. Message-ID: <20091207112007.EDDAD9B1FE@doppio.foo-projects.org> commit 972e918fb2038b56a61353cd2b99c704c868591d Author: Dennis `stumbles` Veatch Date: Mon Dec 7 06:19:36 2009 -0500 lyx: My timing was off on that. Anyway, its a maintenance release. --- qt4-apps/lyx/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt4-apps/lyx/DETAILS b/qt4-apps/lyx/DETAILS index 037ddce..a373d09 100644 --- a/qt4-apps/lyx/DETAILS +++ b/qt4-apps/lyx/DETAILS @@ -1,14 +1,14 @@ MODULE=lyx - VERSION=1.6.4.2 + VERSION=1.6.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.6.x SOURCE_URL[1]=ftp://ftp.lyx.org/pub/lyx/stable/1.6.x - SOURCE_VFY=sha1:89bebea5441524fe1cd07fb78d89a2cd29d22aed + SOURCE_VFY=sha1:40ef3132f9706864f3c5467a5b68669e896b1dbe MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.lyx.org MAINTAINER=jannis at lunar-linux.org ENTERED=20020904 - UPDATED=20091206 + UPDATED=20091207 SHORT="A GUI LaTeX editor" cat << EOF From stumbles at lunar-linux.org Mon Dec 7 20:41:59 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 7 Dec 2009 14:41:59 -0500 Subject: [Lunar-commits] kde4/base: A little adjustment to the BUILDs. Message-ID: <20091207194232.54B079B204@doppio.foo-projects.org> commit 313c0511ac51c4aef78f7d099be26336dfe29be6 Author: Dennis `stumbles` Veatch Date: Mon Dec 7 14:41:59 2009 -0500 kde4/base: A little adjustment to the BUILDs. --- kde4/base/kdeaccessibility4/BUILD | 5 +++-- kde4/base/kdeadmin4/BUILD | 5 +++-- kde4/base/kdeartwork4/BUILD | 5 +++-- kde4/base/kdebase4-runtime/BUILD | 5 +++-- kde4/base/kdebase4-workspace/BUILD | 5 +++-- kde4/base/kdebase4/BUILD | 7 ++++--- kde4/base/kdeedu4/BUILD | 9 +++++---- kde4/base/kdegames4/BUILD | 5 +++-- kde4/base/kdegraphics4/BUILD | 5 +++-- kde4/base/kdelibs4-experimental/BUILD | 5 +++-- kde4/base/kdelibs4/BUILD | 14 ++++---------- kde4/base/kdemultimedia4/BUILD | 5 +++-- kde4/base/kdenetwork4/BUILD | 5 +++-- kde4/base/kdepim4-runtime/BUILD | 5 +++-- kde4/base/kdepim4/BUILD | 5 +++-- kde4/base/kdepimlibs4/BUILD | 5 +++-- kde4/base/kdeplasma4-addons/BUILD | 5 +++-- kde4/base/kdesdk4/BUILD | 5 +++-- kde4/base/kdetoys4/BUILD | 5 +++-- kde4/base/kdeutils4/BUILD | 5 +++-- kde4/base/kdewebdev4/BUILD | 5 +++-- kde4/base/oxygen-icons/BUILD | 7 ++++--- 22 files changed, 71 insertions(+), 56 deletions(-) diff --git a/kde4/base/kdeaccessibility4/BUILD b/kde4/base/kdeaccessibility4/BUILD index 0cc56ec..3b2d7e5 100644 --- a/kde4/base/kdeaccessibility4/BUILD +++ b/kde4/base/kdeaccessibility4/BUILD @@ -1,6 +1,6 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && @@ -9,7 +9,8 @@ cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdeadmin4/BUILD b/kde4/base/kdeadmin4/BUILD index 0cc56ec..3b2d7e5 100644 --- a/kde4/base/kdeadmin4/BUILD +++ b/kde4/base/kdeadmin4/BUILD @@ -1,6 +1,6 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && @@ -9,7 +9,8 @@ cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdeartwork4/BUILD b/kde4/base/kdeartwork4/BUILD index aacc1e3..9e1bd42 100644 --- a/kde4/base/kdeartwork4/BUILD +++ b/kde4/base/kdeartwork4/BUILD @@ -1,6 +1,6 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && @@ -9,7 +9,8 @@ cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdebase4-runtime/BUILD b/kde4/base/kdebase4-runtime/BUILD index 0cc56ec..3b2d7e5 100644 --- a/kde4/base/kdebase4-runtime/BUILD +++ b/kde4/base/kdebase4-runtime/BUILD @@ -1,6 +1,6 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && @@ -9,7 +9,8 @@ cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdebase4-workspace/BUILD b/kde4/base/kdebase4-workspace/BUILD index d2ed810..13228ab 100644 --- a/kde4/base/kdebase4-workspace/BUILD +++ b/kde4/base/kdebase4-workspace/BUILD @@ -3,13 +3,14 @@ source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && mkdir $KDE4_BUILD_DIR && cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE $OPTS && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdebase4/BUILD b/kde4/base/kdebase4/BUILD index f6c697a..a9660c6 100644 --- a/kde4/base/kdebase4/BUILD +++ b/kde4/base/kdebase4/BUILD @@ -1,8 +1,8 @@ ( - export CFLAGS="$CFLAGS -fPIC" + export CFLAGS="$CFLAGS -fPIC" && - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && @@ -11,7 +11,8 @@ cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdeedu4/BUILD b/kde4/base/kdeedu4/BUILD index 7a3b2f6..50f3429 100644 --- a/kde4/base/kdeedu4/BUILD +++ b/kde4/base/kdeedu4/BUILD @@ -1,8 +1,7 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && -# sedit "s:add_subdirectory(tests):#add_subdirectory(tests):" marble/CMakeLists.txt && sedit "s:boost\_python-gcc-mt:boost\_python:g" cmake/modules/FindBoostPython.cmake && source /etc/profile.d/qt4.rc && @@ -11,8 +10,10 @@ mkdir $KDE4_BUILD_DIR && cd $KDE4_BUILD_DIR && - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE -DEXPERIMENTAL_PYTHON_BINDINGS=FALSE && + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + -DEXPERIMENTAL_PYTHON_BINDINGS=FALSE \ + $OPTS && default_make diff --git a/kde4/base/kdegames4/BUILD b/kde4/base/kdegames4/BUILD index 0cc56ec..3b2d7e5 100644 --- a/kde4/base/kdegames4/BUILD +++ b/kde4/base/kdegames4/BUILD @@ -1,6 +1,6 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && @@ -9,7 +9,8 @@ cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdegraphics4/BUILD b/kde4/base/kdegraphics4/BUILD index 0cc56ec..3b2d7e5 100644 --- a/kde4/base/kdegraphics4/BUILD +++ b/kde4/base/kdegraphics4/BUILD @@ -1,6 +1,6 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && @@ -9,7 +9,8 @@ cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdelibs4-experimental/BUILD b/kde4/base/kdelibs4-experimental/BUILD index 0cc56ec..9b0f540 100644 --- a/kde4/base/kdelibs4-experimental/BUILD +++ b/kde4/base/kdelibs4-experimental/BUILD @@ -1,6 +1,6 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && @@ -9,7 +9,8 @@ cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/base/kdelibs4/BUILD b/kde4/base/kdelibs4/BUILD index fb2cec3..9746e03 100644 --- a/kde4/base/kdelibs4/BUILD +++ b/kde4/base/kdelibs4/BUILD @@ -1,22 +1,16 @@ ( -# sedit "s:de sudo: version bumped to 1.7.2p2. Message-ID: <20091207201233.B2A899B204@doppio.foo-projects.org> commit 9137188d4e7020835dd44011f52b518ebf80bc9d Author: Florin Braescu Date: Mon Dec 7 22:11:16 2009 +0200 sudo: version bumped to 1.7.2p2. Bugfixes and improvements. --- security/sudo/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/sudo/DETAILS b/security/sudo/DETAILS index 2b07405..d6551b4 100644 --- a/security/sudo/DETAILS +++ b/security/sudo/DETAILS @@ -1,12 +1,12 @@ MODULE=sudo - VERSION=1.7.2p1 + VERSION=1.7.2p2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://ftp.sudo.ws/pub/$MODULE SOURCE_URL[1]=ftp://ftp.courtesan.com/pub/$MODULE - SOURCE_VFY=sha1:2ef461d840110d2c9160db142336591775ede67a + SOURCE_VFY=sha1:b729c158f81f5cff4ce6193f3db7bee00a2c2fbe WEB_SITE=http://www.courtesan.com/sudo ENTERED=20010922 - UPDATED=20090731 + UPDATED=20091207 SHORT="Grant limited superuser ability to users/groups" cat << EOF From florin at lunar-linux.org Mon Dec 7 21:16:02 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 7 Dec 2009 22:16:02 +0200 Subject: [Lunar-commits] libburn: version bumped to 0.7.4.pl00. Message-ID: <20091207201718.268E49B204@doppio.foo-projects.org> commit 7dd228aeb74ef8173ffe999cb0d623f5c3a3859f Author: Florin Braescu Date: Mon Dec 7 22:16:02 2009 +0200 libburn: version bumped to 0.7.4.pl00. This release fixes bugs with the LG GH22LS30 drive, introduces a facility for logging its SCSI commands, and allows you to tune parameters for Linux systems with poor write performance. --- cd/libburn/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cd/libburn/DETAILS b/cd/libburn/DETAILS index 5fb565c..af8b40b 100644 --- a/cd/libburn/DETAILS +++ b/cd/libburn/DETAILS @@ -1,11 +1,11 @@ MODULE=libburn - VERSION=0.7.2 - SOURCE=$MODULE-$VERSION.pl01.tar.gz + VERSION=0.7.4 + SOURCE=$MODULE-$VERSION.pl00.tar.gz SOURCE_URL=http://files.libburnia-project.org/releases - SOURCE_VFY=sha1:2f28fee003c2d3ff7fcd9acf7be074319bed95ee + SOURCE_VFY=sha1:7d7f4e3950898aa6ad5763dee0160d6c339c7ef6 WEB_SITE=http://libburnia-project.org ENTERED=20061203 - UPDATED=20091114 + UPDATED=20091207 SHORT="Library for writing optical media" cat << EOF From tchan at lunar-linux.org Mon Dec 7 21:18:47 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 7 Dec 2009 14:18:47 -0600 Subject: [Lunar-commits] firefox-bin: Added to moonbase, ff-3.5.5 Message-ID: <20091207201903.813029B204@doppio.foo-projects.org> commit ed20b805218381a6320ff7d20d807b7dd9a651c5 Author: Terry Chan Date: Mon Dec 7 14:18:47 2009 -0600 firefox-bin: Added to moonbase, ff-3.5.5 --- web/firefox-bin/BUILD | 38 ++++++++++++++++++++++++++++++++++++++ web/firefox-bin/DETAILS | 17 +++++++++++++++++ web/firefox-bin/POST_INSTALL | 6 ++++++ web/firefox-bin/PRE_BUILD | 3 +++ web/firefox-bin/firefox.desktop | 11 +++++++++++ 5 files changed, 75 insertions(+), 0 deletions(-) diff --git a/web/firefox-bin/BUILD b/web/firefox-bin/BUILD new file mode 100644 index 0000000..8747446 --- /dev/null +++ b/web/firefox-bin/BUILD @@ -0,0 +1,38 @@ +( + + prepare_install && + message "${MESSAGE_COLOR}Installing Firefox ${VERSION}...${DEFAULT_COLOR}" && + cd /opt/lunar && + unpack $SOURCE && + + # Install the plugins in the right directories + mkdir -p /opt/lunar/plugins && + for plugin in `ls /opt/lunar/firefox/plugins`; do + `install -m755 /opt/lunar/firefox/plugins/$plugin /opt/lunar/plugins`; done && + + rm -rf /opt/lunar/firefox/plugins && + ln -snf /opt/lunar/plugins /opt/lunar/firefox/plugins && + if [ ! -h /usr/bin/firefox ]; then + ln -snf /opt/lunar/firefox/firefox /usr/bin/firefox + fi + +# Not sure how to handle this, so I've left it commented out. Lunar Firefox devs can +# probably fix this better than I can. + # Now the .desktop file and the icon +# mkdir -p /usr/share/applications /usr/share/pixmaps && +# install -m644 $SCRIPT_DIRECTORY/firefox.desktop /usr/share/applications && + # please, dont just let the lin fail because /usr/share/pixmaps/firefox.xpm is an existing symlink... +# rm -f /usr/share/pixmaps/firefox.xpm && +# install -m644 $MOZILLA_HOME/icons/mozicon50.xpm /usr/share/pixmaps/firefox.xpm && + + # Make firefox use its own icon + +# rm -rf /usr/lib/firefox-$VERSION/chrome/icons && +# mkdir -p /usr/lib/firefox-$VERSION/chrome/icons/default && + +# for icon in 16 32 48; do +# ln -sf /usr/lib/firefox-$VERSION/icons/mozicon128.png \ +# /usr/lib/firefox-$VERSION/chrome/icons/default/default$icon.png +# done + +) > $C_FIFO 2>& diff --git a/web/firefox-bin/DETAILS b/web/firefox-bin/DETAILS new file mode 100644 index 0000000..a6a8e65 --- /dev/null +++ b/web/firefox-bin/DETAILS @@ -0,0 +1,17 @@ + MODULE=firefox-bin + VERSION=3.5.5 + SOURCE=firefox-${VERSION}.tar.bz2 + SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/en-US + SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US + SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US + SOURCE_VFY=sha1:4a68916a7674d6f532acd11a355d7d2990781e66 + WEB_SITE=http://www.mozilla.org/projects/firefox + ENTERED=20091207 + UPDATED=20091207 + ARCHIVE=off + SHORT="A speedy, full-featured web browser" +cat << EOF +This is the pre-compiled binary version of firefox. It installs into /opt by +default. It does NOT conflict with the regular lunar firefox module. Only works +with kernels and glibc that provide Thread Local Storage (TLS). +EOF diff --git a/web/firefox-bin/POST_INSTALL b/web/firefox-bin/POST_INSTALL new file mode 100644 index 0000000..004adc5 --- /dev/null +++ b/web/firefox-bin/POST_INSTALL @@ -0,0 +1,6 @@ +FIREFOX_HOME=/opt/lunar + +export LD_LIBRARY_PATH="$FIREFOX_HOME/firefox:$FIREFOX_HOME/plugins:$FIREFOX_HOME/firefox/components" +export MOZILLA_FIVE_HOME="$FIREFOX_HOME" +ldconfig + diff --git a/web/firefox-bin/PRE_BUILD b/web/firefox-bin/PRE_BUILD new file mode 100644 index 0000000..762994e --- /dev/null +++ b/web/firefox-bin/PRE_BUILD @@ -0,0 +1,3 @@ +if [ -d /opt/lunar/firefox ]; then + rm -rf /opt/lunar/firefox +fi diff --git a/web/firefox-bin/firefox.desktop b/web/firefox-bin/firefox.desktop new file mode 100644 index 0000000..f8733ea --- /dev/null +++ b/web/firefox-bin/firefox.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Firefox +Comment=Firefox Web Browser +Exec=firefox +Icon=/usr/share/pixmaps/firefox.xpm +Terminal=false +Type=Application +Categories=Application;Network; +Comment[pl]=Firefox - przegl??darka WWW +X-KDE-StartupNotify=true From tchan at lunar-linux.org Mon Dec 7 22:09:01 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 7 Dec 2009 15:09:01 -0600 Subject: [Lunar-commits] thunderbird-bin: Added the binary version of thunderbird 2.0.0.23 to moonbase Message-ID: <20091207210919.D724E9B204@doppio.foo-projects.org> commit 205491042c416cd2ed18a9df02487a86f9a156d7 Author: Terry Chan Date: Mon Dec 7 15:09:01 2009 -0600 thunderbird-bin: Added the binary version of thunderbird 2.0.0.23 to moonbase --- mail/thunderbird-bin/BUILD | 18 ++++++++++++++++++ mail/thunderbird-bin/DETAILS | 22 ++++++++++++++++++++++ mail/thunderbird-bin/POST_INSTALL | 13 +++++++++++++ mail/thunderbird-bin/PRE_BUILD | 3 +++ 4 files changed, 56 insertions(+), 0 deletions(-) diff --git a/mail/thunderbird-bin/BUILD b/mail/thunderbird-bin/BUILD new file mode 100644 index 0000000..10c17ca --- /dev/null +++ b/mail/thunderbird-bin/BUILD @@ -0,0 +1,18 @@ +( + + prepare_install && + message "${MESSAGE_COLOR}Installing Thunderbird ${VERSION}...${DEFAULT_COLOR}" && + cd /opt/lunar && + unpack $SOURCE && + + if [ ! -h /usr/bin/thunderbird ]; then + ln -snf /opt/lunar/thunderbird/thunderbird /usr/bin/thunderbird + fi + + # Now the .desktop file and the icon +# mkdir -p /usr/share/applications /usr/share/pixmaps && +# install -m644 $SOURCE_CACHE/$SOURCE2 /usr/share/applications && +# rm -f /usr/share/pixmaps/thunderbird.xpm && +# install -m644 $MOZILLA_HOME/icons/mozicon50.xpm /usr/share/pixmaps + +) > $C_FIFO 2>&1 diff --git a/mail/thunderbird-bin/DETAILS b/mail/thunderbird-bin/DETAILS new file mode 100644 index 0000000..d4bce36 --- /dev/null +++ b/mail/thunderbird-bin/DETAILS @@ -0,0 +1,22 @@ + MODULE=thunderbird-bin + VERSION=2.0.0.23 + SOURCE=thunderbird-$VERSION.tar.gz + SOURCE2=thunderbird.desktop +SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla + SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US + SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US + SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US + SOURCE_URL[3]=http://archive.progeny.com/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US + SOURCE_VFY=sha1:1f7b64251a3f465467c62dfd03ad9fc4c5e14b66 + SOURCE2_URL=$PATCH_URL + SOURCE2_VFY=sha1:88f83d8dda242f34d0f1bb58c4a0b98d353ef7e1 + WEB_SITE=http://www.mozilla.org/projects/thunderbird + ENTERED=20091207 + UPDATED=20091207 + ARCHIVE=off + SHORT="A full-featured mail client" +cat << EOF +This is the pre-compiled binary version of thunderbird. It installs into /opt by +default. It does NOT conflict with the regular lunar thunderbird module. Only +works with kernels and glibc that provide Thread Local Storage (TLS). +EOF diff --git a/mail/thunderbird-bin/POST_INSTALL b/mail/thunderbird-bin/POST_INSTALL new file mode 100644 index 0000000..1ab246f --- /dev/null +++ b/mail/thunderbird-bin/POST_INSTALL @@ -0,0 +1,13 @@ +TBIRD_HOME=/opt/lunar +TBIRD_LIBDIR=thunderbird + +# No more linking workarounds +export LD_LIBRARY_PATH="$TBIRD_HOME/$TBIRD_LIBDIR:$TBIRD_HOME/plugins:$TBIRD_HOME/$TBIRD_LIBDIR/components" +export MOZILLA_FIVE_HOME="$TBIRD_HOME/$TBIRD_LIBDIR" +ldconfig + +#echo "skin,install,select,classic/1.0" >> $TBIRD_HOME/$TBIRD_LIBDIR/chrome/installed-chrome.txt +#echo "locale,install,select,en-US" >> $TBIRD_HOME/$TBIRD_LIBDIR/chrome/installed-chrome.txt + +#cd $TBIRD_HOME/$TBIRD_LIBDIR +#./regxpcom diff --git a/mail/thunderbird-bin/PRE_BUILD b/mail/thunderbird-bin/PRE_BUILD new file mode 100644 index 0000000..a88eb61 --- /dev/null +++ b/mail/thunderbird-bin/PRE_BUILD @@ -0,0 +1,3 @@ +if [ -d /opt/lunar/thunderbird ]; then + rm -rf /opt/lunar/thunderbird +fi From tchan at lunar-linux.org Mon Dec 7 22:22:20 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 7 Dec 2009 15:22:20 -0600 Subject: [Lunar-commits] bug-buddy: Version bump to stable 2.28.0 Message-ID: <20091207212228.979099B204@doppio.foo-projects.org> commit e8609751856691aef4c1e3841a6b6454e23e1b5f Author: Terry Chan Date: Mon Dec 7 15:22:20 2009 -0600 bug-buddy: Version bump to stable 2.28.0 --- gnome2/desktop/bug-buddy/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/desktop/bug-buddy/DETAILS b/gnome2/desktop/bug-buddy/DETAILS index cb66080..ce5e7c0 100644 --- a/gnome2/desktop/bug-buddy/DETAILS +++ b/gnome2/desktop/bug-buddy/DETAILS @@ -1,12 +1,12 @@ MODULE=bug-buddy - VERSION=2.26.0 - MAJOR=2.26 + VERSION=2.28.0 + MAJOR=2.28 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:6b96ea35d58b969fe0129af2bfb4aa144c207e6d + SOURCE_VFY=sha1:648be1a2778bc4f588e8439773e5ca467bb8eff0 WEB_SITE=http://www.gnome.org ENTERED=20020716 - UPDATED=20090318 + UPDATED=20091207 SHORT="Bug/crash submittal tool for GNOME" cat << EOF From stumbles at lunar-linux.org Tue Dec 8 02:38:50 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 7 Dec 2009 20:38:50 -0500 Subject: [Lunar-commits] k9copy2: Version bump. Message-ID: <20091208013908.EE5489B204@doppio.foo-projects.org> commit 88640edcc8f97723629612335ffcc7baba57ae59 Author: Dennis `stumbles` Veatch Date: Mon Dec 7 20:38:50 2009 -0500 k9copy2: Version bump. --- kde4/utils/k9copy2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/utils/k9copy2/DETAILS b/kde4/utils/k9copy2/DETAILS index 0270ea9..4721feb 100644 --- a/kde4/utils/k9copy2/DETAILS +++ b/kde4/utils/k9copy2/DETAILS @@ -1,13 +1,13 @@ MODULE=k9copy2 - VERSION=2.3.3-Source + VERSION=2.3.4-Source SOURCE=k9copy-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/k9copy/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/k9copy-$VERSION - SOURCE_VFY=sha1:db9f4a358922d464b673757f425aab7c5b3e0efb + SOURCE_VFY=sha1:c8cec2850a28e01baade78076494ecc7dfe626a9 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://k9copy.sourceforge.net/ ENTERED=20080325 - UPDATED=20090825 + UPDATED=20091207 SHORT="KDE4 utility which allows the copy of DVD" cat << EOF From stumbles at lunar-linux.org Tue Dec 8 12:48:04 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Dec 2009 06:48:04 -0500 Subject: [Lunar-commits] akonadi: Version bump. Message-ID: <20091208114823.95C659B204@doppio.foo-projects.org> commit 6599613945caef89658ba42d184332586a89e6a4 Author: Dennis `stumbles` Veatch Date: Tue Dec 8 06:48:04 2009 -0500 akonadi: Version bump. --- kde4/utils/akonadi/BUILD | 11 ++++++----- kde4/utils/akonadi/DETAILS | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/kde4/utils/akonadi/BUILD b/kde4/utils/akonadi/BUILD index 75ede68..a68c840 100644 --- a/kde4/utils/akonadi/BUILD +++ b/kde4/utils/akonadi/BUILD @@ -1,17 +1,18 @@ ( - export CFLAGS="$CFLAGS -fPIC" + export CFLAGS="$CFLAGS -fPIC" && - 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/utils/akonadi/DETAILS b/kde4/utils/akonadi/DETAILS index 019f050..8f5014c 100644 --- a/kde4/utils/akonadi/DETAILS +++ b/kde4/utils/akonadi/DETAILS @@ -1,13 +1,13 @@ MODULE=akonadi - VERSION=1.2.1 + VERSION=1.2.80 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=http://download.akonadi-project.org - SOURCE_VFY=sha1:29916601d724b95d22712673bb0e1b72918cc43e + SOURCE_VFY=sha1:cba0a9bea06b5817627b17a8da8f7a1f280b5d76 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://techbase.kde.org/Getting_Started/Build/KDE4/Troubleshooting ENTERED=20080622 - UPDATED=20090915 + UPDATED=20091208 SHORT="A PIM layer for KDE 4.x" cat << EOF From stumbles at lunar-linux.org Tue Dec 8 13:47:00 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Dec 2009 07:47:00 -0500 Subject: [Lunar-commits] shared-desktop-ontologies: Adding to moonbase. It will be a depends for kdelibs-4.4 Message-ID: <20091208124743.B3E339B204@doppio.foo-projects.org> commit ad02f01ab6e82a44ce280e98fdc0abfe7115d696 Author: Dennis `stumbles` Veatch Date: Tue Dec 8 07:47:00 2009 -0500 shared-desktop-ontologies: Adding to moonbase. It will be a depends for kdelibs-4.4 when it gets here. --- utils/shared-desktop-ontologies/BUILD | 15 +++++++++++++++ utils/shared-desktop-ontologies/DETAILS | 16 ++++++++++++++++ 2 files changed, 31 insertions(+), 0 deletions(-) diff --git a/utils/shared-desktop-ontologies/BUILD b/utils/shared-desktop-ontologies/BUILD new file mode 100644 index 0000000..d8ecdcd --- /dev/null +++ b/utils/shared-desktop-ontologies/BUILD @@ -0,0 +1,15 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make + + +) > $C_FIFO 2>&1 diff --git a/utils/shared-desktop-ontologies/DETAILS b/utils/shared-desktop-ontologies/DETAILS new file mode 100644 index 0000000..ba2753a --- /dev/null +++ b/utils/shared-desktop-ontologies/DETAILS @@ -0,0 +1,16 @@ + MODULE=shared-desktop-ontologies + VERSION=0.2 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/oscaf/$MODULE/$VERSION/ + SOURCE_VFY=sha1:f8af6674dc84d2cc51ef24b4ae8ffab15e03739c + WEB_SITE=http://sourceforge.net/apps/trac/oscaf/ + ENTERED=20091208 + UPDATED=20091208 + SHORT="ontologies and reference code" + +cat << EOF +Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies and +reference code development. This project is used maintainers from open source +projects to maintain standards for the interoperability of desktop and web +applications. +EOF From stumbles at lunar-linux.org Tue Dec 8 13:59:11 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Dec 2009 07:59:11 -0500 Subject: [Lunar-commits] raptor: Version bump. Message-ID: <20091208125928.B07609B204@doppio.foo-projects.org> commit a0bc7ed8296578038628f39a560d50432e3531b8 Author: Dennis `stumbles` Veatch Date: Tue Dec 8 07:59:11 2009 -0500 raptor: Version bump. --- libs/raptor/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/raptor/DETAILS b/libs/raptor/DETAILS index bbff734..6fe077c 100644 --- a/libs/raptor/DETAILS +++ b/libs/raptor/DETAILS @@ -1,12 +1,12 @@ MODULE=raptor - VERSION=1.4.19 + VERSION=1.4.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.librdf.org/source/ SOURCE_URL[1]=$SFORGE_URL/librdf/ - SOURCE_VFY=sha1:ddbd114dc57bd5f87724f8e880155a402aac79b6 + SOURCE_VFY=sha1:b50279944f7a3573c331183bd03f6140f670442d WEB_SITE=http://librdf.org/$MODULE/ ENTERED=20040102 - UPDATED=20090829 + UPDATED=20091208 SHORT="C library that parses RDF syntaxes." cat << EOF From stumbles at lunar-linux.org Tue Dec 8 15:53:31 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Dec 2009 09:53:31 -0500 Subject: [Lunar-commits] libindicate: Adding to moonbase. It will be an optional_depends for Message-ID: <20091208145410.338A39B204@doppio.foo-projects.org> commit 8b6f70fb9dffeef39ca11de3b184a8c3c7c5d999 Author: Dennis `stumbles` Veatch Date: Tue Dec 8 09:53:31 2009 -0500 libindicate: Adding to moonbase. It will be an optional_depends for kdelibs-4.4.x when it gets here. --- libs/libindicate/DEPENDS | 1 + libs/libindicate/DETAILS | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 0 deletions(-) diff --git a/libs/libindicate/DEPENDS b/libs/libindicate/DEPENDS new file mode 100644 index 0000000..b71085e --- /dev/null +++ b/libs/libindicate/DEPENDS @@ -0,0 +1 @@ +optional_depends gobject-introspection "" "" "for API collection support" diff --git a/libs/libindicate/DETAILS b/libs/libindicate/DETAILS new file mode 100644 index 0000000..9176526 --- /dev/null +++ b/libs/libindicate/DETAILS @@ -0,0 +1,16 @@ + MODULE=libindicate + MAJOR=0.2 + VERSION=${MAJOR}.3 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://launchpad.net/libindicate/$MAJOR/$VERSION/+download/ + SOURCE_VFY=sha1:46ff8ff837bac175c72f3ee66761d1f549a71547 + WEB_SITE=https://launchpad.net/libindicate + ENTERED=20091208 + UPDATED=20091208 + SHORT="raise flags on DBus for other components" + +cat << EOF +A small library for applications to raise "flags" on DBus for other components +of the desktop to pick up and visualize. Currently used by the messaging +indicator. +EOF From stumbles at lunar-linux.org Tue Dec 8 16:49:21 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Dec 2009 10:49:21 -0500 Subject: [Lunar-commits] libiodbc: Adding to moonbase. Message-ID: <20091208155121.6F0B69B204@doppio.foo-projects.org> commit c0244f7f6c231e873b01c6bcab0c1f6a16657d35 Author: Dennis `stumbles` Veatch Date: Tue Dec 8 10:49:21 2009 -0500 libiodbc: Adding to moonbase. --- libs/libiodbc/DEPENDS | 1 + libs/libiodbc/DETAILS | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/libs/libiodbc/DEPENDS b/libs/libiodbc/DEPENDS new file mode 100644 index 0000000..a12f68d --- /dev/null +++ b/libs/libiodbc/DEPENDS @@ -0,0 +1 @@ +depends gtk+-2 diff --git a/libs/libiodbc/DETAILS b/libs/libiodbc/DETAILS new file mode 100644 index 0000000..6448a66 --- /dev/null +++ b/libs/libiodbc/DETAILS @@ -0,0 +1,17 @@ + MODULE=libiodbc + VERSION=3.52.7 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://www.iodbc.org/downloads/iODBC/ + SOURCE_VFY=sha1:53988878b6897d5ce7b8f62138f1f7e0e40b7d4f + WEB_SITE=http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/About + ENTERED=20091208 + UPDATED=20091208 + SHORT="Independent Open DataBase Connectivity" + +PSAFE=no +cat << EOF +iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source +platform independent implementation of both the ODBC and X/Open specifications. +It is rapidly emerging as the industry standard for developing solutions that +are language, platform and database independent. +EOF From stumbles at lunar-linux.org Tue Dec 8 16:51:01 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Dec 2009 10:51:01 -0500 Subject: [Lunar-commits] soprano: Adding an optional_depends. Message-ID: <20091208155121.785079B205@doppio.foo-projects.org> commit 9d08d2b868866e68fb201f06c150215b83895203 Author: Dennis `stumbles` Veatch Date: Tue Dec 8 10:51:01 2009 -0500 soprano: Adding an optional_depends. --- kde4/utils/soprano/DEPENDS | 1 + kde4/utils/soprano/DETAILS | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kde4/utils/soprano/DEPENDS b/kde4/utils/soprano/DEPENDS index 63ce642..6c48d62 100644 --- a/kde4/utils/soprano/DEPENDS +++ b/kde4/utils/soprano/DEPENDS @@ -3,5 +3,6 @@ depends redland depends clucene depends qt4 +optional_depends "libiodbc" "" "" "for open database connectivity support" optional_depends "doxygen" "" "" "for documentation support" optional_depends "%JAVA_SDK" "" "" "for Sesame2 storage backend (java-based) support" diff --git a/kde4/utils/soprano/DETAILS b/kde4/utils/soprano/DETAILS index 026ee20..712a3d8 100644 --- a/kde4/utils/soprano/DETAILS +++ b/kde4/utils/soprano/DETAILS @@ -1,8 +1,8 @@ MODULE=soprano - VERSION=2.3.1 + VERSION=2.3.70 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:25871876ed83a4a3863585deee4d63b882ff7c9e + SOURCE_VFY=sha1:2f730b384237ec9096e2dbc16073e085833f5db4 WEB_SITE=http://soprano.sourceforge.net ENTERED=20080123 UPDATED=20090915 From stumbles at lunar-linux.org Tue Dec 8 22:20:18 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Dec 2009 16:20:18 -0500 Subject: [Lunar-commits] ortp: The prior sedit was not doing its job. This one will. Message-ID: <20091208212047.679AB9B204@doppio.foo-projects.org> commit 4ef13e6e8a5440c05a9571653d564c6425779c76 Author: Dennis `stumbles` Veatch Date: Tue Dec 8 16:20:18 2009 -0500 ortp: The prior sedit was not doing its job. This one will. --- libs/ortp/BUILD | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/libs/ortp/BUILD b/libs/ortp/BUILD index 1f107d6..aa3e59b 100644 --- a/libs/ortp/BUILD +++ b/libs/ortp/BUILD @@ -1,9 +1,7 @@ ( - default_config && + default_build && - sedit "s:yes/:/:g" Makefile src/Makefile src/tests/Makefile - - default_make + sedit "s:-Lyes:-L:" /usr/lib/pkgconfig/ortp.pc ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Wed Dec 9 02:32:37 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 8 Dec 2009 20:32:37 -0500 Subject: [Lunar-commits] kile4: Adding to moonbase. Message-ID: <20091209013301.4A7C49B204@doppio.foo-projects.org> commit 409cc1b770a694559ed0e9a6210aea99fef9536d Author: Dennis `stumbles` Veatch Date: Tue Dec 8 20:32:37 2009 -0500 kile4: Adding to moonbase. --- zbeta/kile4/BUILD | 17 +++++++++++++++++ zbeta/kile4/DEPENDS | 2 ++ zbeta/kile4/DETAILS | 16 ++++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/zbeta/kile4/BUILD b/zbeta/kile4/BUILD new file mode 100644 index 0000000..15518c3 --- /dev/null +++ b/zbeta/kile4/BUILD @@ -0,0 +1,17 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/kile4/DEPENDS b/zbeta/kile4/DEPENDS new file mode 100644 index 0000000..05c38eb --- /dev/null +++ b/zbeta/kile4/DEPENDS @@ -0,0 +1,2 @@ +depends kdelibs4 + diff --git a/zbeta/kile4/DETAILS b/zbeta/kile4/DETAILS new file mode 100644 index 0000000..2a39eb4 --- /dev/null +++ b/zbeta/kile4/DETAILS @@ -0,0 +1,16 @@ + MODULE=kile4 + VERSION=2.1b3 + SOURCE=kile-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/kile/unstable/kile-$VERSION/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/kile-$VERSION + MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} + SOURCE_VFY=sha1:8113ea03d24f29d7c0f50b7d07b4c1430d2fd6d9 + WEB_SITE=http://kile.sourceforge.net + ENTERED=20091208 + UPDATED=20091208 + SHORT="KDE - LaTeX source editor for KDE4" + +cat << EOF +Kile is a program for KDE, that integrates many tools needed to +develop documents with LaTeX, in just one application. +EOF From florin at lunar-linux.org Wed Dec 9 04:17:37 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Dec 2009 05:17:37 +0200 Subject: [Lunar-commits] xboard: version bumped to 4.4.2. Message-ID: <20091209031845.4CD6C9B204@doppio.foo-projects.org> commit e7c1619afd55a7e89bcac2a9fe291da29d206a37 Author: Florin Braescu Date: Wed Dec 9 05:17:37 2009 +0200 xboard: version bumped to 4.4.2. Bugfixes and improvements. --- games/xboard/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/xboard/DETAILS b/games/xboard/DETAILS index 423c0b0..c322976 100644 --- a/games/xboard/DETAILS +++ b/games/xboard/DETAILS @@ -1,11 +1,11 @@ MODULE=xboard - VERSION=4.4.1 + VERSION=4.4.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE - SOURCE_VFY=sha1:b427e0b180d59616f642f7d1026d5bcdc267640c + SOURCE_VFY=sha1:a0303a55313ce5cc846d159e8694be47a4f4aa18 WEB_SITE=http://www.tim-mann.org/xboard.html ENTERED=20020428 - UPDATED=20091101 + UPDATED=20091209 SHORT="A graphical user interface for chess" cat << EOF From florin at lunar-linux.org Wed Dec 9 04:34:40 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Dec 2009 05:34:40 +0200 Subject: [Lunar-commits] freeciv: version bumped to 2.1.10. Message-ID: <20091209033540.43BDA9B205@doppio.foo-projects.org> commit 9f81aa9f3c845ca99720efd51a80506e32301864 Author: Florin Braescu Date: Wed Dec 9 05:34:40 2009 +0200 freeciv: version bumped to 2.1.10. Bugfixes and improvements. --- games/freeciv/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/freeciv/DETAILS b/games/freeciv/DETAILS index 974dfd6..7335089 100644 --- a/games/freeciv/DETAILS +++ b/games/freeciv/DETAILS @@ -1,11 +1,11 @@ MODULE=freeciv - VERSION=2.1.9 + VERSION=2.1.10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:01a3500a9d0f9d9c9b95b7c4b57f2446f671a900 + SOURCE_VFY=sha1:94a0e9039d12142394df30148a7e1edd685da058 WEB_SITE=$SFORGE_URL/$MODULE ENTERED=20010922 - UPDATED=20090406 + UPDATED=20091209 SHORT="Reimplementation of Civilization" cat << EOF From florin at lunar-linux.org Wed Dec 9 04:43:26 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Dec 2009 05:43:26 +0200 Subject: [Lunar-commits] sqlite: version bumped to 3.6.21. Message-ID: <20091209034541.447639B205@doppio.foo-projects.org> commit a0835594ddb90ed7a0d7d25293fc7a35da740bb4 Author: Florin Braescu Date: Wed Dec 9 05:43:26 2009 +0200 sqlite: version bumped to 3.6.21. Changes: The SQL output resulting from sqlite3_trace() is now modified to include the values of bound parameters. Performance optimizations targetting a specific use case from a single high-profile user of SQLite. A 12% reduction in the number of CPU operations is achieved (as measured by valgrind). Actual performance improvements in practice may vary depending on workload. The ifnull() and coalesce() SQL functions are now implemented using in-line VDBE code rather than calling external functions, so that unused arguments need never be evaluated. The substr() SQL function does not bother to measure the length its entire input string if it is only computing a prefix. Unnecessary OP_IsNull, OP_Affinity, and OP_MustBeInt VDBE opcodes are suppressed Various code refactorizations for performance The FTS3 extension has undergone a major rework and cleanup. New FTS3 documentation is now available. The SQLITE_SECURE_DELETE compile-time option fixed to make sure that content is deleted even when the truncate optimization applies. Improvements to "dot-command" handling in the Command Line Interface. Other minor bug fixes and documentation enhancements. --- sql/sqlite/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS index da9e200..b93e740 100644 --- a/sql/sqlite/DETAILS +++ b/sql/sqlite/DETAILS @@ -1,11 +1,11 @@ MODULE=sqlite - VERSION=3.6.20 + VERSION=3.6.21 SOURCE=$MODULE-amalgamation-$VERSION.tar.gz SOURCE_URL=http://www.sqlite.org - SOURCE_VFY=sha1:9f9d01783032013a5f1921a6ea1b0ea70cc3e511 + SOURCE_VFY=sha1:5e3d6ec8f65df0caa396397187015da4075b4c87 WEB_SITE=http://www.sqlite.org ENTERED=20011016 - UPDATED=20091106 + UPDATED=20091209 SHORT="An SQL engine in a C library" cat << EOF From elangelo at lunar-linux.org Wed Dec 9 09:32:30 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 09:32:30 +0100 Subject: [Lunar-commits] lrm2, mkinitrd and dmraid(-static) Change submitted by Peter De Ridder: Message-ID: <20091209083312.AD0E29B205@doppio.foo-projects.org> commit d16cb0f1b4fed6c27b597e6557b6840a07a110e2 Author: Samuel Verstraete Date: Wed Dec 9 09:31:24 2009 +0100 lrm2, mkinitrd and dmraid(-static) Change submitted by Peter De Ridder: lvm2: Added --enable-static_link. This is necessary for dmraid-static. Also needed for mkinitrd lvm.static, when not useing the lvm module. dmraid: Version bump. Dependency changed from device_mapper to lvm2. dmraid-static: Version bump. Dependency changed from device_mapper to lvm2. mkinitrd: Removed install of installkernel. Another version is already installed by lunar-tools. (Debatable, maybe others want the mkinitrd version) Signedness patch. Fixes signedness compile errors. Probably because of gcc4 stricter checks. Dmraid patch. Make dmraid available in the initrd to support fake raid. This should be check for none raid and lvm users. (Maybe only apply this patch if dmraid-static in installed, optional depends) The dmraid patch also changes the cpio line (-c to -Hnewc) i thought the newer kernels require this. --- filesys/lvm2/BUILD | 1 + utils/mkinitrd/BUILD | 3 +++ utils/mkinitrd/DETAILS | 8 +++++++- zbeta/dmraid-static/DEPENDS | 2 +- zbeta/dmraid-static/DETAILS | 6 +++--- zbeta/dmraid/DEPENDS | 2 +- zbeta/dmraid/DETAILS | 6 +++--- 7 files changed, 19 insertions(+), 9 deletions(-) diff --git a/filesys/lvm2/BUILD b/filesys/lvm2/BUILD index 384e1fd..f0aeae2 100644 --- a/filesys/lvm2/BUILD +++ b/filesys/lvm2/BUILD @@ -7,6 +7,7 @@ --with-optimisation="$CFLAGS" \ --enable-fsadm \ --enable-dmeventd \ + --enable-static_link \ $OPTS && default_make diff --git a/utils/mkinitrd/BUILD b/utils/mkinitrd/BUILD index 8746e48..acec937 100644 --- a/utils/mkinitrd/BUILD +++ b/utils/mkinitrd/BUILD @@ -1,8 +1,11 @@ ( patch_it $SOURCE2 1 && + patch_it $SOURCE3 1 && + patch_it $SOURCE4 1 && sedit 's/grub\.conf/menu.lst/' grubby/grubby.c && sedit 's/grub\.conf/menu.lst/' grubby/grubby.8 && + sedit '/installkernel/d' Makefile && default_make && mkdir -p $DOCUMENT_DIRECTORY/$MODULE && cp mkinitrd.spec $DOCUMENT_DIRECTORY/$MODULE diff --git a/utils/mkinitrd/DETAILS b/utils/mkinitrd/DETAILS index e18bae1..236c932 100644 --- a/utils/mkinitrd/DETAILS +++ b/utils/mkinitrd/DETAILS @@ -6,9 +6,15 @@ SOURCE2=$MODULE-4.x-modutils-wrappers.patch.gz SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:68ff94e5c916a2c88fac00f6dcddd2e8eb67391a + SOURCE3=$MODULE-$VERSION-signedness.patch.gz + SOURCE3_URL=$PATCH_URL + SOURCE3_VFY=sha1:f683a4970fe81c5586e196e45c8ecd88b5dad06a + SOURCE4=$MODULE-$VERSION-dmraid.patch.gz + SOURCE4_URL=$PATCH_URL + SOURCE4_VFY=sha1:cea6c7f662e55bb7d850aaeb6f396aa5d886cd11 WEB_SITE=http://www.redhat.com/ ENTERED=20030825 - UPDATED=20060724 + UPDATED=20091112 MAINTAINER="tchan at lunar-linux.org" SHORT="Creates an initial ramdisk image for preloading modules" cat << EOF diff --git a/zbeta/dmraid-static/DEPENDS b/zbeta/dmraid-static/DEPENDS index 12179f5..d2bd511 100644 --- a/zbeta/dmraid-static/DEPENDS +++ b/zbeta/dmraid-static/DEPENDS @@ -1 +1 @@ -depends device-mapper +depends lvm2 diff --git a/zbeta/dmraid-static/DETAILS b/zbeta/dmraid-static/DETAILS index 12846b5..67dddc8 100644 --- a/zbeta/dmraid-static/DETAILS +++ b/zbeta/dmraid-static/DETAILS @@ -1,13 +1,13 @@ MODULE=dmraid-static BASENAME=dmraid - VERSION=1.0.0.rc15 + VERSION=1.0.0.rc16 SOURCE=$BASENAME-$VERSION.tar.bz2 SOURCE_URL=http://people.redhat.com/~heinzm/sw/$BASENAME/src/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME/$VERSION - SOURCE_VFY=sha1:3fa1f184a497fd2cc6cefa4cb2892ffb1ede64bf + SOURCE_VFY=sha1:99e76332bb03c5a79406e3c8cb12b6746288635d WEB_SITE="http://people.redhat.com/~heinzm/" ENTERED=20081025 - UPDATED=20081025 + UPDATED=20091109 SHORT="discovers, activates, deactivates and displays software RAID sets" cat < qemu: created a CONFIGURE script to configure the archs Message-ID: <20091209105221.890E99B205@doppio.foo-projects.org> commit 227d9dabcb09266b67fb55f80f0fce971c62e37d Author: Samuel Date: Wed Mar 11 15:01:07 2009 +0100 qemu: created a CONFIGURE script to configure the archs --- devel/qemu/BUILD | 9 ++++----- devel/qemu/CONFIGURE | 41 +++++++++++++++++++++++++++++++++++++++++ devel/qemu/DEPENDS | 2 +- 3 files changed, 46 insertions(+), 6 deletions(-) diff --git a/devel/qemu/BUILD b/devel/qemu/BUILD index 1a48a20..f519e12 100644 --- a/devel/qemu/BUILD +++ b/devel/qemu/BUILD @@ -1,12 +1,11 @@ ( - unset CFLAGS OPTS+=" --extra-ldflags=-L/usr/X11R6/lib" - OTPS+=" --target-list=i386-softmmu" - if [ ! -e /usr/X11R6/lib/libX11.a ]; then - OPTS+=" --target-list=i386-user,i386-softmmu,arm-user,sparc-user,ppc-user" - fi + for i in $TARGETLIST; do + echo $i; + done && + OPTS+=" --target-list=$(echo $TARGETLIST | sed s/\ /,/g)" ./configure --prefix=/usr \ $OPTS && diff --git a/devel/qemu/CONFIGURE b/devel/qemu/CONFIGURE new file mode 100644 index 0000000..6297a33 --- /dev/null +++ b/devel/qemu/CONFIGURE @@ -0,0 +1,41 @@ +SUPPORTED_TARGETS="i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user" + + +make_targets_checklist() { + for target in $SUPPORTED_TARGETS; do + title=$target + echo "\"$target\" \"$title\" \"off\" " + done +} + +select_targets() { + BACKTITLE="Qemu Target Configuration" + TITLE="Target Selection" + HELP="Select targes you want to build" + make_targets_checklist | xargs \ + dialog --backtitle "$BACKTITLE" \ + --title "$TITLE" \ + --stdout \ + --separate-output \ + --checklist "$HELP" \ + 0 0 0 +} + +if ! grep -q CONFIGURED $MODULE_CONFIG; then + if grep -q "TARGETLIST=" $MODULE_CONFIG; then + message "Selecting targets is optional" + fi + + if query "Would you like to select drivers? (if not selected, all locales will be installed)" y; then + unpack_localedata + + TARGETLIST=`select_targets` + TEMP=`grep -v "TARGETLIST=" $MODULE_CONFIG` + echo "$TEMP" > $MODULE_CONFIG + echo "TARGETLIST=\"$TARGETLIST\"" >> $MODULE_CONFIG + + fi + + echo "OPTS=\"\$OPTS $OPTS\"" >> $MODULE_CONFIG + echo "CONFIGURED=y" >> $MODULE_CONFIG +fi diff --git a/devel/qemu/DEPENDS b/devel/qemu/DEPENDS index 87c9e00..54eede1 100644 --- a/devel/qemu/DEPENDS +++ b/devel/qemu/DEPENDS @@ -1,3 +1,3 @@ depends autoconf -optional_depends SDL "" "" "for gui qemu support" +optional_depends SDL "" "--disable-sdl --disable-gfx-check" "for gui qemu support" optional_depends alsa-lib "" "" "for ALSA sound support" From samuel.verstraete at gmail.com Wed Dec 9 11:52:21 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:21 -0000 Subject: [Lunar-commits] midori-git: change depends Message-ID: <20091209105221.94EBD9B206@doppio.foo-projects.org> commit a1fdf15efc48cd8a77233a29f19864d11b88c48a Author: Samuel Date: Wed Mar 11 15:09:11 2009 +0100 midori-git: change depends --- zbeta/midori-git/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index bd7000d..35cddaa 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -1,4 +1,4 @@ depends libsexy -depends WebKit +depends webkit optional_depends unique "" "" "for single instance midori" From samuel.verstraete at gmail.com Wed Dec 9 11:52:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:22 -0000 Subject: [Lunar-commits] Revert "Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase"" Message-ID: <20091209105221.CB8439B208@doppio.foo-projects.org> commit bb94a51b9d1e1d241c6d93b6f3abcbaed33a2dfa Author: Samuel Date: Tue Mar 31 16:44:54 2009 +0200 Revert "Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase"" This reverts commit 54c9b60be0f142bf0d937a56ddee69a1410cdcba. Conflicts: zbeta/midori-git/DEPENDS --- app-themes/rezlooks/DETAILS | 12 +++++ audio/consonance/BUILD | 5 ++ audio/consonance/DEPENDS | 2 + audio/exaile/DETAILS | 8 ++-- crypto/openssh/DEPENDS | 10 ++-- distributed/distcc/plugin.d/optimize-distcc.plugin | 6 +- games/ultimatestunts/DETAILS | 11 ++++ gnome2/desktop/libsoup/DEPENDS | 1 + graphics/SDL_image/DETAILS | 3 +- graphics/enblend/BUILD | 7 +++ graphics/libpano12/CONFLICTS | 1 - graphics/libpano12/DEPENDS | 3 - graphics/libpano12/DETAILS | 22 --------- kernel/linux-2.6/BUILD | 1 - net/libproxy/DETAILS | 15 ++++++ python/cssutils/BUILD | 7 +++ python/cssutils/DEPENDS | 1 + python/cssutils/DETAILS | 14 ++++++ utils/cpupowerd/BUILD | 8 +++ utils/cpupowerd/DETAILS | 18 +++++++ video/HandBrake/BUILD | 17 +++++++ video/HandBrake/DEPENDS | 1 + video/HandBrake/DETAILS | 20 ++++++++ video/elisa-plugins-bad/BUILD | 9 ++++ video/elisa-plugins-bad/DEPENDS | 8 +++ video/elisa-plugins-bad/DETAILS | 17 +++++++ video/elisa-plugins-good/BUILD | 7 +++ video/elisa-plugins-good/DEPENDS | 7 +++ video/elisa-plugins-good/DETAILS | 14 ++++++ video/elisa-plugins-ugly/BUILD | 7 +++ video/elisa-plugins-ugly/DEPENDS | 7 +++ video/elisa-plugins-ugly/DETAILS | 14 ++++++ video/elisa/BUILD | 7 +++ video/elisa/DEPENDS | 11 ++++ video/elisa/DETAILS | 14 ++++++ video/mplayerplug-in/DEPENDS | 2 +- web/xulrunner/POST_REMOVE | 3 +- wifi/iw/DEPENDS | 1 + wifi/iw/DETAILS | 13 +++++ wifi/wicd/BUILD | 8 +++ wifi/wicd/DEPENDS | 2 + wifi/wicd/DETAILS | 13 +++++ wifi/wicd/init.d/wicd | 13 +++++ x11-utils/virtualbox/BUILD | 1 - x11/fglrx/DEPENDS | 1 + x11/fglrx/DETAILS | 1 + x11/fglrx/DETAILS.x86_64 | 1 + xfce4/apps/Terminal/BUILD | 14 ++++++ xfce4/apps/Terminal/DETAILS | 11 ++-- xfce4/apps/mousepad/BUILD | 2 +- xfce4/apps/mousepad/DETAILS | 18 +++++-- xfce4/apps/orage/BUILD | 2 +- xfce4/apps/orage/DEPENDS | 1 + xfce4/apps/orage/DETAILS | 13 +++-- xfce4/apps/ristretto/BUILD | 6 ++ xfce4/apps/ristretto/DETAILS | 8 ++-- xfce4/apps/squeeze/BUILD | 2 +- xfce4/apps/squeeze/DETAILS | 10 ++-- xfce4/apps/xarchiver/DETAILS | 10 ++-- xfce4/apps/xfburn/BUILD | 14 ++++++ xfce4/apps/xfburn/DETAILS | 21 ++++----- xfce4/apps/xfce4-appfinder/BUILD | 2 +- xfce4/apps/xfce4-appfinder/DETAILS | 10 ++-- xfce4/apps/xfce4-mixer/BUILD | 2 +- xfce4/apps/xfce4-mixer/DEPENDS | 1 + xfce4/apps/xfce4-mixer/DETAILS | 11 ++-- xfce4/apps/xfmedia/BUILD | 2 +- xfce4/apps/xfmedia/DETAILS | 10 ++-- xfce4/apps/xfprint/BUILD | 4 +- xfce4/apps/xfprint/DETAILS | 10 ++-- xfce4/core/Thunar/BUILD | 2 +- xfce4/core/Thunar/DETAILS | 11 ++-- xfce4/core/exo/BUILD | 13 +++++ xfce4/core/exo/DETAILS | 11 ++-- xfce4/core/libxfce4menu/BUILD | 10 ++++ xfce4/core/libxfce4menu/DETAILS | 23 ++++----- xfce4/core/libxfce4util/BUILD | 2 +- xfce4/core/libxfce4util/DEPENDS | 2 + xfce4/core/libxfce4util/DETAILS | 10 ++-- xfce4/core/libxfce4util/POST_INSTALL | 10 ---- xfce4/core/libxfce4util/profile.d/xfce4.rc | 4 -- xfce4/core/libxfcegui4/BUILD | 3 +- xfce4/core/libxfcegui4/DEPENDS | 11 ++-- xfce4/core/libxfcegui4/DETAILS | 10 ++-- xfce4/core/xfce-utils/BUILD | 2 +- xfce4/core/xfce-utils/DEPENDS | 3 +- xfce4/core/xfce-utils/DETAILS | 10 ++-- xfce4/core/xfce4-dev-tools/BUILD | 2 +- xfce4/core/xfce4-dev-tools/DETAILS | 12 ++-- xfce4/core/xfce4-dev-tools/POST_INSTALL | 10 ++++ xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc | 4 ++ xfce4/core/xfce4-panel/BUILD | 2 +- xfce4/core/xfce4-panel/DEPENDS | 1 + xfce4/core/xfce4-panel/DETAILS | 10 ++-- xfce4/core/xfce4-session/BUILD | 4 +- xfce4/core/xfce4-session/DETAILS | 11 ++-- xfce4/core/xfce4-settings/BUILD | 14 ++++++ xfce4/core/xfce4-settings/DEPENDS | 1 + xfce4/core/xfce4-settings/DETAILS | 16 +++--- xfce4/core/xfconf/BUILD | 14 ++++++ xfce4/core/xfconf/DETAILS | 23 ++++----- xfce4/core/xfdesktop/BUILD | 2 +- xfce4/core/xfdesktop/DEPENDS | 3 +- xfce4/core/xfdesktop/DETAILS | 10 ++-- xfce4/core/xfwm4/BUILD | 2 +- xfce4/core/xfwm4/DEPENDS | 3 +- xfce4/core/xfwm4/DETAILS | 10 ++-- xfce4/goodies/xfce4-taskmanager/BUILD | 2 +- xfce4/goodies/xfce4-taskmanager/DEPENDS | 2 +- xfce4/goodies/xfce4-taskmanager/DETAILS | 8 ++-- xfce4/goodies/xfce4-xkb-plugin/BUILD | 2 +- xfce4/goodies/xfce4-xkb-plugin/DETAILS | 10 ++-- xfce4/xfce4/DEPENDS | 1 + xfce4/xfce4/DETAILS | 4 +- xorg7/driver/xf86-video-ati/DETAILS | 4 +- xorg7/driver/xf86-video-mach64/BUILD | 6 ++ xorg7/driver/xf86-video-mach64/CONFLICTS | 6 ++ xorg7/driver/xf86-video-mach64/DEPENDS | 2 + xorg7/driver/xf86-video-mach64/DETAILS | 18 +++++++ xorg7/xorg-server/BUILD | 15 +++--- xorg7/xorg-server/CONFIGURE | 2 +- xorg7/xorg-server/PRE_BUILD | 3 - zbeta/WebKit/BUILD | 12 +++++ zbeta/WebKit/DEPENDS | 17 +++++++ zbeta/airconfig-svn/BUILD | 2 +- zbeta/arora-git/BUILD | 11 ++++ zbeta/arora-git/DEPENDS | 1 + zbeta/arora-git/DETAILS | 10 ++++ zbeta/e17/eina-svn/profile.d/e17-cvs.rc | 4 ++ zbeta/e17/emphasis-svn/BUILD | 11 ++++ zbeta/e17/emphasis-svn/DEPENDS | 5 ++ zbeta/e17/emphasis-svn/DETAILS | 14 ++++++ zbeta/e17/enhance-svn/BUILD | 11 ++++ zbeta/e17/enhance-svn/DEPENDS | 1 + zbeta/e17/enhance-svn/DETAILS | 14 ++++++ zbeta/e17/enna-svn/BUILD | 11 ++++ zbeta/e17/enna-svn/DEPENDS | 28 +++++++++++ zbeta/e17/enna-svn/DETAILS | 14 ++++++ zbeta/e17/equate-cvs/BUILD | 13 +++++ zbeta/e17/equate-cvs/DEPENDS | 1 + zbeta/e17/equate-cvs/DETAILS | 18 +++++++ zbeta/emphasis-svn/BUILD | 11 ---- zbeta/emphasis-svn/DEPENDS | 5 -- zbeta/emphasis-svn/DETAILS | 14 ------ zbeta/enhance-svn/BUILD | 11 ---- zbeta/enhance-svn/DEPENDS | 1 - zbeta/enhance-svn/DETAILS | 14 ------ zbeta/enna-svn/BUILD | 11 ---- zbeta/enna-svn/DEPENDS | 28 ----------- zbeta/enna-svn/DETAILS | 14 ------ zbeta/epiphany-svn/BUILD | 21 ++++++++ zbeta/epiphany-svn/CONFIGURE | 5 ++ zbeta/epiphany-svn/DEPENDS | 9 ++++ zbeta/epiphany-svn/DETAILS | 15 ++++++ zbeta/equate-cvs/BUILD | 13 ----- zbeta/equate-cvs/DEPENDS | 1 - zbeta/equate-cvs/DETAILS | 18 ------- zbeta/ffmpeg-svn/DETAILS | 2 +- zbeta/midori-git/BUILD | 13 +++++ zbeta/midori-git/DEPENDS | 4 ++ zbeta/midori-git/DETAILS | 20 ++++++++ zbeta/mplayer/BUILD | 47 ++++++++++++++++++ zbeta/mplayer/CONFIGURE | 2 + zbeta/mplayer/DEPENDS | 17 +++++++ zbeta/mplayer/DETAILS | 50 ++++++++++++++++++++ zbeta/mplayer/POST_INSTALL | 3 + zbeta/mplayer/PRE_BUILD | 12 +++++ zbeta/pigment-python/DEPENDS | 3 + zbeta/pigment-python/DETAILS | 13 +++++ zbeta/pigment/DEPENDS | 4 ++ zbeta/pigment/DETAILS | 15 ++++++ zbeta/xf86-video-mach64/BUILD | 6 -- zbeta/xf86-video-mach64/CONFLICTS | 6 -- zbeta/xf86-video-mach64/DEPENDS | 2 - zbeta/xf86-video-mach64/DETAILS | 18 ------- zlocal/README | 9 ---- 176 files changed, 1126 insertions(+), 443 deletions(-) diff --git a/app-themes/rezlooks/DETAILS b/app-themes/rezlooks/DETAILS new file mode 100644 index 0000000..471d0d8 --- /dev/null +++ b/app-themes/rezlooks/DETAILS @@ -0,0 +1,12 @@ +MODULE=rezlooks +VERSION=0.6 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://foo-projects.org/~elangelo/ +SOURCE_VFY=sha1:629768c8a05f65771cf4a4f780ae773b37cb8aae +ENTERED=20081220 +UPDATED=20081220 +SHORT=gtk engine +cat << EOF +A simple gtk theme + +EOF diff --git a/audio/consonance/BUILD b/audio/consonance/BUILD new file mode 100644 index 0000000..d0fcbc8 --- /dev/null +++ b/audio/consonance/BUILD @@ -0,0 +1,5 @@ +( + default_build + install -m644 $SOURCE_DIRECTORY/data/consonance.png /usr/share/pixmaps + +) > $C_FIFO 2>&1 diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS index 5c881bb..d9c654c 100644 --- a/audio/consonance/DEPENDS +++ b/audio/consonance/DEPENDS @@ -2,3 +2,5 @@ depends libmad depends libogg depends flac depends libsndfile +depends taglib +depends libnotify diff --git a/audio/exaile/DETAILS b/audio/exaile/DETAILS index 85bfadf..cd67c41 100644 --- a/audio/exaile/DETAILS +++ b/audio/exaile/DETAILS @@ -1,12 +1,12 @@ MODULE=exaile - VERSION=0.2.13 + VERSION=0.2.14 SOURCE=${MODULE}_${VERSION}.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION} SOURCE_URL=http://exaile.org/files/ - SOURCE_VFY=sha1:8cc754c55333dad750d27e45a4e16f53c1f1522c + SOURCE_VFY=sha1:3442867ae6f5116f87eb2488da73cf6d23442f52 WEB_SITE=http://exaile.org/ ENTERED=20061212 - UPDATED=20080626 + UPDATED=20081027 SHORT="GTK+ media player aiming to be similar to KDE's AmaroK" cat << EOF diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS index a511f0b..8da819f 100644 --- a/crypto/openssh/DEPENDS +++ b/crypto/openssh/DEPENDS @@ -3,17 +3,17 @@ depends openssl && depends coreutils && depends psmisc && -optional_depends "tcp_wrappers" \ - "--with-tcp-wrappers" \ - "" \ - "for an optional method of controlling ssh access." && +optional_depends "tcp_wrappers" \ + "--with-tcp-wrappers" \ + "" \ + "for an optional method of controlling ssh access." && optional_depends "Linux-PAM" \ "--with-pam" \ "--without-pam" \ "for Linux PAM support" && -optional_depends heimdal \ +optional_depends "heimdal" \ "--with-kerberos5=/usr" \ "" \ "Heimdal Kerberos5/GSSAPI Support" diff --git a/distributed/distcc/plugin.d/optimize-distcc.plugin b/distributed/distcc/plugin.d/optimize-distcc.plugin index df2f075..74f3cd9 100644 --- a/distributed/distcc/plugin.d/optimize-distcc.plugin +++ b/distributed/distcc/plugin.d/optimize-distcc.plugin @@ -19,7 +19,7 @@ plugin_distcc_optimize() export DISTCC_ALLOW verbose_msg "CC_EXT=\"$CC_EXT\"" verbose_msg "CXX_EXT=\"$CXX_EXT\"" - verbose_msg "DISTCC_HOSTS=\"$DISTCC_HOSTS\"" + verbose_msg "DISTCC_POTENTIAL_HOSTS=\"$DISTCC_POTENTIAL_HOSTS\"" verbose_msg "DISTCC_ALLOW=\"$DISTCC_ALLOW\"" fi return 2 @@ -51,7 +51,7 @@ plugin_distcc_optimize_menu() debug_msg "save_optimizations($@)" cat > /etc/lunar/local/optimizations.DISTCC < $C_FIFO 2>&1 diff --git a/graphics/libpano12/CONFLICTS b/graphics/libpano12/CONFLICTS deleted file mode 100644 index bd39616..0000000 --- a/graphics/libpano12/CONFLICTS +++ /dev/null @@ -1 +0,0 @@ -conflicts libpano13 diff --git a/graphics/libpano12/DEPENDS b/graphics/libpano12/DEPENDS deleted file mode 100644 index becfb99..0000000 --- a/graphics/libpano12/DEPENDS +++ /dev/null @@ -1,3 +0,0 @@ -depends jpeg && -depends libpng && -depends tiff diff --git a/graphics/libpano12/DETAILS b/graphics/libpano12/DETAILS deleted file mode 100644 index 8ff9c3d..0000000 --- a/graphics/libpano12/DETAILS +++ /dev/null @@ -1,22 +0,0 @@ - MODULE=libpano12 - VERSION=2.8.4 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/panotools/ - SOURCE_VFY=sha1:90584b1629103344b23d25a729cc35f4b5639228 - WEB_SITE=http://panotools.sourceforge.net - MAINTAINER=perldude at lunar-linux.org - ENTERED=20060720 - UPDATED=20060720 - SHORT="The cross-platform library behind Panorama Tools and many other GUI photo stitchers" - -cat << EOF -This is the backend library used by many applications. Also included are: - - * PTOptimizer, a utility for optimising control points. - * panoinfo a utility for querying the library version. - * PTmender a replacement for PTStitcher. - * PTblender implements just the colour and brightness correction of PTmender. - * PTtiff2psd Converts a set of TIFF files into a PSD file. - * PTuncrop Converts 'cropped TIFF' files into 'normal' TIFF files. -EOF - diff --git a/kernel/linux-2.6/BUILD b/kernel/linux-2.6/BUILD index d41ddb7..90260aa 100644 --- a/kernel/linux-2.6/BUILD +++ b/kernel/linux-2.6/BUILD @@ -1,5 +1,4 @@ ( - while if [ "$CONFIG_KERNEL" == "y" ]; then if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then diff --git a/net/libproxy/DETAILS b/net/libproxy/DETAILS new file mode 100644 index 0000000..2c3b91d --- /dev/null +++ b/net/libproxy/DETAILS @@ -0,0 +1,15 @@ +MODULE=libproxy +VERSION=0.2.3 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://libproxy.googlecode.com/files +SOURCE_VFY=sha1:2b2b00a179740548035a1145bbae600db9b0a2ce +WEBSITE=http://code.google.com/p/libproxy +ENTERED=20090115 +UPDATED=20090115 +SHORT="provide automatic proxy configuration management" + +cat << EOF +libproxy exists to answer the question: Given a network resource, how +do I reach it? It handles all the details, enabling you to get back to +programming. +EOF diff --git a/python/cssutils/BUILD b/python/cssutils/BUILD new file mode 100644 index 0000000..381ba27 --- /dev/null +++ b/python/cssutils/BUILD @@ -0,0 +1,7 @@ +( + + python setup.py build && + prepare_install && + python setup.py install --root=/ + +) > $C_FIFO 2>&1 diff --git a/python/cssutils/DEPENDS b/python/cssutils/DEPENDS new file mode 100644 index 0000000..7d03d17 --- /dev/null +++ b/python/cssutils/DEPENDS @@ -0,0 +1 @@ +depends Python diff --git a/python/cssutils/DETAILS b/python/cssutils/DETAILS new file mode 100644 index 0000000..8623dc2 --- /dev/null +++ b/python/cssutils/DETAILS @@ -0,0 +1,14 @@ + MODULE=cssutils + VERSION=0.9.5.1 + SOURCE=$MODULE-$VERSION.zip + SOURCE_URL=http://pypi.python.org/packages/source/c/cssutils/ + SOURCE_VFY=sha1:bdf53ff8b0417c064daaa585389e99bed79e6bbf + WEB_SITE=http://cthedot.de/cssutils/ + ENTERED=20081020 + UPDATED=20081020 + SHORT="css parser and library for Python" + +cat << EOF +A Python package to parse and build CSS Cascading Style Sheets. +EOF + diff --git a/utils/cpupowerd/BUILD b/utils/cpupowerd/BUILD new file mode 100644 index 0000000..7182c4f --- /dev/null +++ b/utils/cpupowerd/BUILD @@ -0,0 +1,8 @@ +( + + cd src && + make && + prepare_install && + make install + +) > $C_FIFO 2>&1 diff --git a/utils/cpupowerd/DETAILS b/utils/cpupowerd/DETAILS new file mode 100644 index 0000000..f8d46d7 --- /dev/null +++ b/utils/cpupowerd/DETAILS @@ -0,0 +1,18 @@ + MODULE=cpupowerd + VERSION=0.2.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE/ +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:d0285e02fbed2d64de339fc3306dd0ccda2ff9d3 + WEB_SITE=http://cpupowerd.sourceforge.net + ENTERED=20080919 + UPDATED=20081111 + SHORT="A daemon which controls the frequency and voltage of CPUs." + +cat < $C_FIFO 2>&1 + diff --git a/video/HandBrake/DEPENDS b/video/HandBrake/DEPENDS new file mode 100644 index 0000000..05cab96 --- /dev/null +++ b/video/HandBrake/DEPENDS @@ -0,0 +1 @@ +depends gtkhtml3 diff --git a/video/HandBrake/DETAILS b/video/HandBrake/DETAILS new file mode 100644 index 0000000..a2bfbfc --- /dev/null +++ b/video/HandBrake/DETAILS @@ -0,0 +1,20 @@ + MODULE=HandBrake + VERSION=0.9.3 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.m0k.org/handbrake/releases + SOURCE_VFY=sha1:f52389b1226bf81ba58bca67f3a1aa468cfee624 + SOURCE1=HandBrakeContrib.tar.bz2 + SOURCE1_URL=http://foo-projects.org/~elangelo/ + SOURCE1_VFY=sha1:2db049571427b65cd3e89245adef51a0e0466433 + PSAFE=no + ENTERED=20080104 + UPDATED=20080104 + SHORT="friendly video recoder with retarded devs" + +cat << EOF +HandBrake is an open-source GPL-licensed, multiplatform, multithreaded DVD to +MPEG-4 converter. +This module only install HandBrakeCLI. If you want the gtk interface, install +HandBrakeGTK. +EOF + diff --git a/video/elisa-plugins-bad/BUILD b/video/elisa-plugins-bad/BUILD new file mode 100644 index 0000000..3184644 --- /dev/null +++ b/video/elisa-plugins-bad/BUILD @@ -0,0 +1,9 @@ +( + +patch_it $SOURCE1 1 && + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa-plugins-bad/DEPENDS b/video/elisa-plugins-bad/DEPENDS new file mode 100644 index 0000000..b907bc8 --- /dev/null +++ b/video/elisa-plugins-bad/DEPENDS @@ -0,0 +1,8 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo +depends pil diff --git a/video/elisa-plugins-bad/DETAILS b/video/elisa-plugins-bad/DETAILS new file mode 100644 index 0000000..81e7ad6 --- /dev/null +++ b/video/elisa-plugins-bad/DETAILS @@ -0,0 +1,17 @@ +MODULE=elisa-plugins-bad +VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:0d8041d27e90d66143c77dcab51387a8e25fb254 +SOURCE1=elisa-plugins-bad-0.5.15-fix-PIL.patch +SOURCE1_URL=$PATCH_URL/ +SOUECE1_VFY=5e2fecde20813388f4293a1badbc50f4bdf00e94 +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/elisa-plugins-good/BUILD b/video/elisa-plugins-good/BUILD new file mode 100644 index 0000000..dfd9c3f --- /dev/null +++ b/video/elisa-plugins-good/BUILD @@ -0,0 +1,7 @@ +( + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa-plugins-good/DEPENDS b/video/elisa-plugins-good/DEPENDS new file mode 100644 index 0000000..07c149f --- /dev/null +++ b/video/elisa-plugins-good/DEPENDS @@ -0,0 +1,7 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo diff --git a/video/elisa-plugins-good/DETAILS b/video/elisa-plugins-good/DETAILS new file mode 100644 index 0000000..e13aba9 --- /dev/null +++ b/video/elisa-plugins-good/DETAILS @@ -0,0 +1,14 @@ +MODULE=elisa-plugins-good + VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:4b525c979d35f5e2f2a637207ef4c681d908bb4a +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/elisa-plugins-ugly/BUILD b/video/elisa-plugins-ugly/BUILD new file mode 100644 index 0000000..dfd9c3f --- /dev/null +++ b/video/elisa-plugins-ugly/BUILD @@ -0,0 +1,7 @@ +( + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa-plugins-ugly/DEPENDS b/video/elisa-plugins-ugly/DEPENDS new file mode 100644 index 0000000..07c149f --- /dev/null +++ b/video/elisa-plugins-ugly/DEPENDS @@ -0,0 +1,7 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo diff --git a/video/elisa-plugins-ugly/DETAILS b/video/elisa-plugins-ugly/DETAILS new file mode 100644 index 0000000..08a29c2 --- /dev/null +++ b/video/elisa-plugins-ugly/DETAILS @@ -0,0 +1,14 @@ +MODULE=elisa-plugins-ugly +VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:c6519a57cd7731ae20e03a35e1858603fd007c2f +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/elisa/BUILD b/video/elisa/BUILD new file mode 100644 index 0000000..dfd9c3f --- /dev/null +++ b/video/elisa/BUILD @@ -0,0 +1,7 @@ +( + +python setup.py build && +prepare_install && +python setup.py install + +) > $C_FIFO 2>&1 diff --git a/video/elisa/DEPENDS b/video/elisa/DEPENDS new file mode 100644 index 0000000..cc8e5af --- /dev/null +++ b/video/elisa/DEPENDS @@ -0,0 +1,11 @@ +depends Python +depends setuptools +depends pigment-python +depends Twisted +depends pysqlite +depends pyopenssl +depends pycairo +depends cssutils +depends elisa-plugins-good +depends elisa-plugins-bad +depends elisa-plugins-ugly diff --git a/video/elisa/DETAILS b/video/elisa/DETAILS new file mode 100644 index 0000000..2c4418c --- /dev/null +++ b/video/elisa/DETAILS @@ -0,0 +1,14 @@ +MODULE=elisa +VERSION=0.5.15 +SOURCE=$MODULE-$VERSION.tar.gz +SOURCE_URL=http://elisa.fluendo.com/download/elisa/ +SOURCE_VFY=sha1:a4715e7d4dfc7d3f1eb3810d3024df463c68aef2 +WEBSITE=http://elisa.fluendo.com +ENTERED=20081007 +UPDATED=20081007 +SHORT="media center software" + +cat<< EOF +Elisa is an open source cross-platform media center connecting the +Internet to an all-in-one media player. +EOF diff --git a/video/mplayerplug-in/DEPENDS b/video/mplayerplug-in/DEPENDS index a507e3b..8de0aaf 100644 --- a/video/mplayerplug-in/DEPENDS +++ b/video/mplayerplug-in/DEPENDS @@ -1 +1 @@ -depends MPlayer +depends mplayer diff --git a/web/xulrunner/POST_REMOVE b/web/xulrunner/POST_REMOVE index 90f0d62..5b625da 100644 --- a/web/xulrunner/POST_REMOVE +++ b/web/xulrunner/POST_REMOVE @@ -1,2 +1 @@ -rm -rf /usr/include/xulrunner-* -rm -rf /usr/lib/xulrunner-* +#ld_remove /usr/lib/xulrnner diff --git a/wifi/iw/DEPENDS b/wifi/iw/DEPENDS new file mode 100644 index 0000000..1efc679 --- /dev/null +++ b/wifi/iw/DEPENDS @@ -0,0 +1 @@ +depends libnl diff --git a/wifi/iw/DETAILS b/wifi/iw/DETAILS new file mode 100644 index 0000000..1f3ac89 --- /dev/null +++ b/wifi/iw/DETAILS @@ -0,0 +1,13 @@ + MODULE=iw + VERSION=0.9.7 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://wireless.kernel.org/download/iw/ + SOURCE_VFY=sha1:51430d14792419d8fa158c333f5a2d7a57628541 + WEB_SITE=http://wireless.kernel.org + ENTERED=20081216 + UPDATED=20081216 + SHORT="show/manipulate wireless devices and their configuration" + +cat < $C_FIFO 2>&1 diff --git a/wifi/wicd/DEPENDS b/wifi/wicd/DEPENDS new file mode 100644 index 0000000..b767cb4 --- /dev/null +++ b/wifi/wicd/DEPENDS @@ -0,0 +1,2 @@ +depends pygtk +depends wpa_supplicant diff --git a/wifi/wicd/DETAILS b/wifi/wicd/DETAILS new file mode 100644 index 0000000..fde8c9c --- /dev/null +++ b/wifi/wicd/DETAILS @@ -0,0 +1,13 @@ + MODULE=wicd + VERSION=1.5.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:e8a03ab4d6d699576c954a962eb5b2392e623f51 + WEBSITE=http://wicd.sourceforge.net + ENTERED=20090309 + UPDATED=20090309 + SHORT="wireless/wired internet connection daemon" + +cat << EOF +wireless/wired interenet connection daemon +EOF diff --git a/wifi/wicd/init.d/wicd b/wifi/wicd/init.d/wicd new file mode 100755 index 0000000..c2fd136 --- /dev/null +++ b/wifi/wicd/init.d/wicd @@ -0,0 +1,13 @@ +#!/bin/bash +# +# Startup script for wicd +# +# chkconfig: 345 99 01 +# +# description: wicd wireless/wired internet connection daemon +# +# processname: wicd +# pidfile: /var/run/wicd/wicd.pid +# + +. /lib/lsb/init-functions $1 diff --git a/x11-utils/virtualbox/BUILD b/x11-utils/virtualbox/BUILD index 1300fdf..2487fb0 100644 --- a/x11-utils/virtualbox/BUILD +++ b/x11-utils/virtualbox/BUILD @@ -1,5 +1,4 @@ ( - #lets disable qt3 sedit s at WITH_QT3=1 at WITH_QT3=0@ configure && diff --git a/x11/fglrx/DEPENDS b/x11/fglrx/DEPENDS index b6c17f4..55fc75c 100644 --- a/x11/fglrx/DEPENDS +++ b/x11/fglrx/DEPENDS @@ -1 +1,2 @@ depends libstdc++5 +depends xrandr diff --git a/x11/fglrx/DETAILS b/x11/fglrx/DETAILS index 261cdac..9f44316 100644 --- a/x11/fglrx/DETAILS +++ b/x11/fglrx/DETAILS @@ -8,6 +8,7 @@ UPDATED=20090222 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" + cat << EOF Proprietary X.Org driver for AMD ATI Radeon GPUs: 9500 and later (also mobility) diff --git a/x11/fglrx/DETAILS.x86_64 b/x11/fglrx/DETAILS.x86_64 index 287bf04..1d9e391 100644 --- a/x11/fglrx/DETAILS.x86_64 +++ b/x11/fglrx/DETAILS.x86_64 @@ -8,6 +8,7 @@ UPDATED=20090222 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" + cat << EOF Proprietary X.Org driver for the AMD ATI Radeon GPUs: 9500 and later (also mobility) diff --git a/xfce4/apps/Terminal/BUILD b/xfce4/apps/Terminal/BUILD new file mode 100644 index 0000000..3a073f3 --- /dev/null +++ b/xfce4/apps/Terminal/BUILD @@ -0,0 +1,14 @@ + +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS index e50faaf..6f8e2cd 100644 --- a/xfce4/apps/Terminal/DETAILS +++ b/xfce4/apps/Terminal/DETAILS @@ -1,12 +1,13 @@ MODULE=Terminal - VERSION=0.2.10 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:c0f0c3cb9a924e98449e29e17ec8aecef1ee6c32 + MOD=terminal + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.os-cillation.com/ ENTERED=20040930 - UPDATED=20090227 + UPDATED=20071207 SHORT="vte based/gtk+-2 lightweight X-terminal" cat << EOF diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD index 725cd2f..908d260 100644 --- a/xfce4/apps/mousepad/BUILD +++ b/xfce4/apps/mousepad/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index d622f36..f7cb2ce 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,13 +1,19 @@ MODULE=mousepad - VERSION=0.2.16 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://erikharrison.net/ + WEB_SITE=http://www.xfce.org ENTERED=20050218 - UPDATED=20090227 + UPDATED=20071207 SHORT="Lighweight xfce text editor" cat << EOF Mousepad is an Xfce port of leafpad, the minimal gtk+-2 text editor. + +the svn branch is the one from Nick Schermer, slightly more advanced +than the trunk branch +If you want the trunk version, uncomment the other sourceurl, comment +the nick sourceurl and delete /var/spool/lunar/mousepad-svn*.tar.bz2 EOF diff --git a/xfce4/apps/orage/BUILD b/xfce4/apps/orage/BUILD index 4486026..8d3380a 100644 --- a/xfce4/apps/orage/BUILD +++ b/xfce4/apps/orage/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && default_make diff --git a/xfce4/apps/orage/DEPENDS b/xfce4/apps/orage/DEPENDS index 500db30..ee5884e 100644 --- a/xfce4/apps/orage/DEPENDS +++ b/xfce4/apps/orage/DEPENDS @@ -1 +1,2 @@ +depends xfconf depends libxfcegui4 diff --git a/xfce4/apps/orage/DETAILS b/xfce4/apps/orage/DETAILS index 24c7a9a..c5c2552 100644 --- a/xfce4/apps/orage/DETAILS +++ b/xfce4/apps/orage/DETAILS @@ -1,14 +1,15 @@ MODULE=orage - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:99839642fcb76d9583ced2752e5505ce12196c17 + MOD=xfcalendar + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20031222 - UPDATED=20090227 + UPDATED=20071207 SHORT="Calendar utility for Xfce4" cat << EOF -xfcalendar -- Small calendar utility for the Xfce4 Desktop Environment. +orage -- Small calendar utility for the Xfce4 Desktop Environment. EOF diff --git a/xfce4/apps/ristretto/BUILD b/xfce4/apps/ristretto/BUILD index 1776fd6..204ab3d 100644 --- a/xfce4/apps/ristretto/BUILD +++ b/xfce4/apps/ristretto/BUILD @@ -6,4 +6,10 @@ default_build + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + ) > $C_FIFO 2>&1 diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index 995f126..3eeea5f 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -1,8 +1,8 @@ MODULE=ristretto - VERSION=0.0.16 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ - SOURCE_VFY=sha1:9aa17a466cdbb0f0ea1a1e5f7f162e5d767f9095 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 diff --git a/xfce4/apps/squeeze/BUILD b/xfce4/apps/squeeze/BUILD index 725cd2f..908d260 100644 --- a/xfce4/apps/squeeze/BUILD +++ b/xfce4/apps/squeeze/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/squeeze/DETAILS b/xfce4/apps/squeeze/DETAILS index 05c1a86..d806b6a 100644 --- a/xfce4/apps/squeeze/DETAILS +++ b/xfce4/apps/squeeze/DETAILS @@ -1,12 +1,12 @@ MODULE=squeeze - VERSION=0.2.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://squeeze.xfce.org/downloads/ - SOURCE_VFY=sha1:d19e218387e646594e93dee29f4c9d91c4b0b2da + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://squeeze.xfce.org ENTERED=20070129 - UPDATED=20080104 + UPDATED=20071207 SHORT="Archive manager" cat << EOF diff --git a/xfce4/apps/xarchiver/DETAILS b/xfce4/apps/xarchiver/DETAILS index f88d146..3166aad 100644 --- a/xfce4/apps/xarchiver/DETAILS +++ b/xfce4/apps/xarchiver/DETAILS @@ -1,12 +1,12 @@ MODULE=xarchiver - VERSION=0.4.6 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:db80abdebf3396ded3cf8d2224e88c987a2d9c32 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://xarchiver.xfce.org/ ENTERED=20060407 - UPDATED=20070106 + UPDATED=20071207 SHORT="simple archive manager" cat << EOF diff --git a/xfce4/apps/xfburn/BUILD b/xfce4/apps/xfburn/BUILD new file mode 100644 index 0000000..3a073f3 --- /dev/null +++ b/xfce4/apps/xfburn/BUILD @@ -0,0 +1,14 @@ + +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/xfburn/DETAILS b/xfce4/apps/xfburn/DETAILS index f6c1786..4fcee28 100644 --- a/xfce4/apps/xfburn/DETAILS +++ b/xfce4/apps/xfburn/DETAILS @@ -1,14 +1,11 @@ MODULE=xfburn - VERSION=0.4.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:7086fcdb2fa2c1b634cf64a9eef704656e774c26 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://goodies.xfce.org/projects/applications/xfburn - ENTERED=20090227 - UPDATED=20090227 - SHORT="Cd burning application for Xfce" + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE + WEB_SITE=http://www.xfce.org + ENTERED=20051012 + UPDATED=20071207 + SHORT="The long awaited burn application for Xfce" cat << EOF -Cd burning application for Xfce -EOF - +The long awaited burn application for Xfce diff --git a/xfce4/apps/xfce4-appfinder/BUILD b/xfce4/apps/xfce4-appfinder/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/apps/xfce4-appfinder/BUILD +++ b/xfce4/apps/xfce4-appfinder/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/xfce4-appfinder/DETAILS b/xfce4/apps/xfce4-appfinder/DETAILS index 716268f..1384841 100644 --- a/xfce4/apps/xfce4-appfinder/DETAILS +++ b/xfce4/apps/xfce4-appfinder/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-appfinder - VERSION=4.4.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:1ed442bca3fc8bc4c4f14aad0ec1573fbf4bd061 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20041003 - UPDATED=20071204 + UPDATED=20071207 SHORT="Easy search available applications" cat << EOF A tool to quickly locate and use applications available programs. diff --git a/xfce4/apps/xfce4-mixer/BUILD b/xfce4/apps/xfce4-mixer/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/apps/xfce4-mixer/BUILD +++ b/xfce4/apps/xfce4-mixer/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/xfce4-mixer/DEPENDS b/xfce4/apps/xfce4-mixer/DEPENDS index ea491bb..cd380ed 100644 --- a/xfce4/apps/xfce4-mixer/DEPENDS +++ b/xfce4/apps/xfce4-mixer/DEPENDS @@ -1,2 +1,3 @@ depends xfce4-panel depends gst-plugins-base +optional_depends alsa-lib "--with-sound=alsa" "--with-sound=oss" "to use alsa instead of oss" diff --git a/xfce4/apps/xfce4-mixer/DETAILS b/xfce4/apps/xfce4-mixer/DETAILS index 28362f6..327df05 100644 --- a/xfce4/apps/xfce4-mixer/DETAILS +++ b/xfce4/apps/xfce4-mixer/DETAILS @@ -1,13 +1,14 @@ MODULE=xfce4-mixer - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:ebcbc2cefbd6f0a24c339d61bdb138e2bbe1335c + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Volume control and mixer for the Xfce4 panel" + cat << EOF xfce4-mixer -- Volume control plugin and mixer for the Xfce4 panel. EOF diff --git a/xfce4/apps/xfmedia/BUILD b/xfce4/apps/xfmedia/BUILD index 5550ba1..95cd8a2 100644 --- a/xfce4/apps/xfmedia/BUILD +++ b/xfce4/apps/xfmedia/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/apps/xfmedia/DETAILS b/xfce4/apps/xfmedia/DETAILS index 8c678ea..76c661f 100644 --- a/xfce4/apps/xfmedia/DETAILS +++ b/xfce4/apps/xfmedia/DETAILS @@ -1,12 +1,12 @@ MODULE=xfmedia - VERSION=0.9.2 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://spuriousinterrupt.org/projects/xfmedia/files/ - SOURCE_VFY=sha1:cb8d39f2a4ee6a6164f722162fa45004770a7605 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://spuriousinterrupt.org/projects/xfmedia ENTERED=20041029 - UPDATED=20061124 + UPDATED=20071207 SHORT="Xfce media player" cat << EOF Xfce media player. Uses Xine to play video streams! Still in development. diff --git a/xfce4/apps/xfprint/BUILD b/xfce4/apps/xfprint/BUILD index 12e8e69..95cd8a2 100644 --- a/xfce4/apps/xfprint/BUILD +++ b/xfce4/apps/xfprint/BUILD @@ -4,8 +4,8 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ $OPTS && default_make diff --git a/xfce4/apps/xfprint/DETAILS b/xfce4/apps/xfprint/DETAILS index 8a5aaef..2d607ff 100644 --- a/xfce4/apps/xfprint/DETAILS +++ b/xfce4/apps/xfprint/DETAILS @@ -1,12 +1,12 @@ MODULE=xfprint - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:28bd6c8ff46eb0193647d1cd1a13d970a18e599b + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Printer dialog for Xfce4" cat << EOF diff --git a/xfce4/core/Thunar/BUILD b/xfce4/core/Thunar/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/Thunar/BUILD +++ b/xfce4/core/Thunar/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index c7c9a08..4a9d2ec 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,12 +1,13 @@ MODULE=Thunar - VERSION=1.0.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:581594eb4bfe4db49244773ee3abeaaf136a0e0f + MOD=thunar + VERSION="svn-`date +%Y%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 - UPDATED=20090223 + UPDATED=20071207 SHORT="File manager for xfce" cat << EOF diff --git a/xfce4/core/exo/BUILD b/xfce4/core/exo/BUILD new file mode 100644 index 0000000..15f96e8 --- /dev/null +++ b/xfce4/core/exo/BUILD @@ -0,0 +1,13 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index f1a1347..5a0fbec 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,12 +1,13 @@ MODULE=exo - VERSION=0.3.100 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:987262654d23e0da359d434cc29f0b64ad06a733 + MOD=libexo + VERSION="svn-`date +%Y%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 - UPDATED=20090227 + UPDATED=20071207 SHORT="the Xfce extension library" cat << EOF libexo is a library for Xfce that contain additional widgets and a diff --git a/xfce4/core/libxfce4menu/BUILD b/xfce4/core/libxfce4menu/BUILD new file mode 100644 index 0000000..37dd2af --- /dev/null +++ b/xfce4/core/libxfce4menu/BUILD @@ -0,0 +1,10 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4menu/DETAILS b/xfce4/core/libxfce4menu/DETAILS index c00cdea..cc684f8 100644 --- a/xfce4/core/libxfce4menu/DETAILS +++ b/xfce4/core/libxfce4menu/DETAILS @@ -1,15 +1,12 @@ - MODULE=libxfce4menu - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:4143eae2871ee072b9805a1f506c7f10525f2f28 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090227 - SHORT="menu library for Xfce" - + MODULE=libxfce4menu + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org/ + ENTERED=20030715 + UPDATED=20071207 + SHORT="the menu library for Xfce4" cat << EOF -menu library for Xfce EOF - diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index 94d8102..37dd2af 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,7 +1,7 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/libxfce4util/DEPENDS b/xfce4/core/libxfce4util/DEPENDS index 87c9410..f0a56ab 100644 --- a/xfce4/core/libxfce4util/DEPENDS +++ b/xfce4/core/libxfce4util/DEPENDS @@ -1 +1,3 @@ depends glib-2 +depends xfce4-dev-tools +depends gtk-doc diff --git a/xfce4/core/libxfce4util/DETAILS b/xfce4/core/libxfce4util/DETAILS index be2f4fd..31122a4 100644 --- a/xfce4/core/libxfce4util/DETAILS +++ b/xfce4/core/libxfce4util/DETAILS @@ -1,12 +1,12 @@ MODULE=libxfce4util - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:b4d17be26f965ac0f898b53c691a992efe54b195 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="a utility library for Xfce4" cat << EOF diff --git a/xfce4/core/libxfce4util/POST_INSTALL b/xfce4/core/libxfce4util/POST_INSTALL deleted file mode 100644 index 7c16f06..0000000 --- a/xfce4/core/libxfce4util/POST_INSTALL +++ /dev/null @@ -1,10 +0,0 @@ -if [ -n "$XFCE4_PREFIX" ]; then - sedit "s?/usr?$XFCE4_PREFIX?" /etc/profile.d/xfce4.rc -fi - -XFCE4LIBDIR=${XFCE4_PREFIX:-/usr}/lib -if ! grep -q "$XFCE4LIBDIR" /etc/ld.so.conf ; then - echo "$XFCE4LIBDIR" >> /etc/ld.so.conf - ldconfig -fi - diff --git a/xfce4/core/libxfce4util/profile.d/xfce4.rc b/xfce4/core/libxfce4util/profile.d/xfce4.rc deleted file mode 100755 index 031e535..0000000 --- a/xfce4/core/libxfce4util/profile.d/xfce4.rc +++ /dev/null @@ -1,4 +0,0 @@ -PATH=$PATH:/usr/bin -PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH - -export PATH PKG_CONFIG_PATH diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index b695eac..0847398 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,9 +4,10 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ --enable-xinerama \ + --enable-libglade \ $OPTS && default_make diff --git a/xfce4/core/libxfcegui4/DEPENDS b/xfce4/core/libxfcegui4/DEPENDS index 2a855c9..fe37ef9 100644 --- a/xfce4/core/libxfcegui4/DEPENDS +++ b/xfce4/core/libxfcegui4/DEPENDS @@ -1,8 +1,9 @@ -depends gtk+-2 -depends libxml2 -depends libxfce4util -depends xfconf -depends libglade +depends gtk+-2 +depends libxml2 +depends libxfce4util +depends libglade +depends xfconf +depends libglade # not real depends, but we really want them depends gtk-xfce-engine diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index 8204469..0f0568e 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -1,12 +1,12 @@ MODULE=libxfcegui4 - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:d8a3e86f90ad026c4a9fa369c9c3f6d4f3f6fd06 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Widget library for Xfce4" cat << EOF diff --git a/xfce4/core/xfce-utils/BUILD b/xfce4/core/xfce-utils/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/xfce-utils/BUILD +++ b/xfce4/core/xfce-utils/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce-utils/DEPENDS b/xfce4/core/xfce-utils/DEPENDS index c5f480e..f17975c 100644 --- a/xfce4/core/xfce-utils/DEPENDS +++ b/xfce4/core/xfce-utils/DEPENDS @@ -1,3 +1,4 @@ +depends xfconf +depends libxfcegui4 depends xfce4-dev-tools depends libxfce4util -depends libxfcegui4 diff --git a/xfce4/core/xfce-utils/DETAILS b/xfce4/core/xfce-utils/DETAILS index 5545cbb..345026d 100644 --- a/xfce4/core/xfce-utils/DETAILS +++ b/xfce4/core/xfce-utils/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce-utils - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:2ca9480f9a12ab4e584e27bc3d9e99ec1fab1041 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Essential utilities for Xfce4" cat << EOF diff --git a/xfce4/core/xfce4-dev-tools/BUILD b/xfce4/core/xfce4-dev-tools/BUILD index 94d8102..37dd2af 100644 --- a/xfce4/core/xfce4-dev-tools/BUILD +++ b/xfce4/core/xfce4-dev-tools/BUILD @@ -1,7 +1,7 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce4-dev-tools/DETAILS b/xfce4/core/xfce4-dev-tools/DETAILS index 798ee1a..7a5acd0 100644 --- a/xfce4/core/xfce4-dev-tools/DETAILS +++ b/xfce4/core/xfce4-dev-tools/DETAILS @@ -1,13 +1,13 @@ MODULE=xfce4-dev-tools - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:a5a5cbc9e5f84f4939e53e3327c51f4b749c38a2 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 - UPDATED=20090227 - SHORT="developer tools for Xfce4" + UPDATED=20071207 + SHORT="a utility library for Xfce4" cat << EOF The Xfce development tools are a collection of tools and macros for Xfce developers and people that want to build Xfce from SVN. In addition diff --git a/xfce4/core/xfce4-dev-tools/POST_INSTALL b/xfce4/core/xfce4-dev-tools/POST_INSTALL new file mode 100644 index 0000000..7c16f06 --- /dev/null +++ b/xfce4/core/xfce4-dev-tools/POST_INSTALL @@ -0,0 +1,10 @@ +if [ -n "$XFCE4_PREFIX" ]; then + sedit "s?/usr?$XFCE4_PREFIX?" /etc/profile.d/xfce4.rc +fi + +XFCE4LIBDIR=${XFCE4_PREFIX:-/usr}/lib +if ! grep -q "$XFCE4LIBDIR" /etc/ld.so.conf ; then + echo "$XFCE4LIBDIR" >> /etc/ld.so.conf + ldconfig +fi + diff --git a/xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc b/xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc new file mode 100755 index 0000000..031e535 --- /dev/null +++ b/xfce4/core/xfce4-dev-tools/profile.d/xfce4.rc @@ -0,0 +1,4 @@ +PATH=$PATH:/usr/bin +PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH + +export PATH PKG_CONFIG_PATH diff --git a/xfce4/core/xfce4-panel/BUILD b/xfce4/core/xfce4-panel/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/xfce4-panel/BUILD +++ b/xfce4/core/xfce4-panel/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce4-panel/DEPENDS b/xfce4/core/xfce4-panel/DEPENDS index 0016747..dccab87 100644 --- a/xfce4/core/xfce4-panel/DEPENDS +++ b/xfce4/core/xfce4-panel/DEPENDS @@ -1 +1,2 @@ +depends exo depends libxfce4util diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS index 14fbcf6..fced832 100644 --- a/xfce4/core/xfce4-panel/DETAILS +++ b/xfce4/core/xfce4-panel/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-panel - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:d63849e76cd65eefde01ac5a23a96df66d8a39db + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Xfce4 panel" cat << EOF diff --git a/xfce4/core/xfce4-session/BUILD b/xfce4/core/xfce4-session/BUILD index bbfe5e0..61b5f10 100644 --- a/xfce4/core/xfce4-session/BUILD +++ b/xfce4/core/xfce4-session/BUILD @@ -1,4 +1,6 @@ ( + +# patch_it $SOURCE2 1 && [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc # make sure proper PKG_CONFIG_PATH is set @@ -6,7 +8,7 @@ PATH="$PATH:/usr/X11/bin" - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 8c002c7..06b1aa9 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,13 +1,14 @@ MODULE=xfce4-session - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:3865e36b691802d74b3e86aaa4a3bb2ceff838da + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 + #SOURCE2=fast_xfce.patch +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + #SOURCE2_URL=http://merlin.ugent.be/lunar/patches MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 UPDATED=20090227 - PSAFE=no SHORT="Session manager for Xfce4" cat << EOF diff --git a/xfce4/core/xfce4-settings/BUILD b/xfce4/core/xfce4-settings/BUILD new file mode 100644 index 0000000..5e5fa3e --- /dev/null +++ b/xfce4/core/xfce4-settings/BUILD @@ -0,0 +1,14 @@ +( + + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce4-settings/DEPENDS b/xfce4/core/xfce4-settings/DEPENDS index 19165eb..0cc56b4 100644 --- a/xfce4/core/xfce4-settings/DEPENDS +++ b/xfce4/core/xfce4-settings/DEPENDS @@ -1,3 +1,4 @@ +depends libxfcegui4 depends exo depends gnome-icon-theme optional_depends libxklavier "" "" "to enable the keyboard layout switcher" diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS index 1a03039..4c1c61c 100644 --- a/xfce4/core/xfce4-settings/DETAILS +++ b/xfce4/core/xfce4-settings/DETAILS @@ -1,14 +1,14 @@ MODULE=xfce4-settings - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:76b256aa77269e0b2b056a806106a0313629d1b6 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090227 - SHORT="Xfce settings manager" + ENTERED=20080705 + UPDATED=20080705 + SHORT="Something that does something" cat << EOF +Something that does that other thing EOF - diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD new file mode 100644 index 0000000..5e5fa3e --- /dev/null +++ b/xfce4/core/xfconf/BUILD @@ -0,0 +1,14 @@ +( + + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index f4d51af..17f98c6 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,15 +1,14 @@ - MODULE=xfconf - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:89aece9debe9ddd71493c1e4c99be2009562cba0 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090227 - SHORT="configuration system for Xfce" + MODULE=xfconf + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20080626 + UPDATED=20080626 + SHORT="Something that does something" cat << EOF -configuration storage system for Xfce +Something that does that other thing EOF - diff --git a/xfce4/core/xfdesktop/BUILD b/xfce4/core/xfdesktop/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/xfdesktop/BUILD +++ b/xfce4/core/xfdesktop/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfdesktop/DEPENDS b/xfce4/core/xfdesktop/DEPENDS index b28b83a..ec6d557 100644 --- a/xfce4/core/xfdesktop/DEPENDS +++ b/xfce4/core/xfdesktop/DEPENDS @@ -1,4 +1,5 @@ depends xfce4-panel -depends libxml2 depends libxfce4menu +depends libxml2 +depends xfconf optional_depends Thunar "" "" "for desktop file icon support" diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS index 2a162f5..9acac98 100644 --- a/xfce4/core/xfdesktop/DETAILS +++ b/xfce4/core/xfdesktop/DETAILS @@ -1,12 +1,12 @@ MODULE=xfdesktop - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:11bd5312e13c78db125ffee1494c33e35e33d15a + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Desktop manager for Xfce4" cat << EOF diff --git a/xfce4/core/xfwm4/BUILD b/xfce4/core/xfwm4/BUILD index e736288..6dbe632 100644 --- a/xfce4/core/xfwm4/BUILD +++ b/xfce4/core/xfwm4/BUILD @@ -5,7 +5,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfwm4/DEPENDS b/xfce4/core/xfwm4/DEPENDS index 9973ceb..2c346ab 100644 --- a/xfce4/core/xfwm4/DEPENDS +++ b/xfce4/core/xfwm4/DEPENDS @@ -1,5 +1,6 @@ +depends xfconf depends libwnck +depends exo depends libxfce4util depends libxfcegui4 -depends xfconf depends startup-notification diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS index b0f7e33..fab5d6e 100644 --- a/xfce4/core/xfwm4/DETAILS +++ b/xfce4/core/xfwm4/DETAILS @@ -1,12 +1,12 @@ MODULE=xfwm4 - VERSION=4.6.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/ - SOURCE_VFY=sha1:da4b81c35759ff69ab7862b702db10bb0ee2af7e + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="Window manager for Xfce4" cat << EOF diff --git a/xfce4/goodies/xfce4-taskmanager/BUILD b/xfce4/goodies/xfce4-taskmanager/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/goodies/xfce4-taskmanager/BUILD +++ b/xfce4/goodies/xfce4-taskmanager/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/goodies/xfce4-taskmanager/DEPENDS b/xfce4/goodies/xfce4-taskmanager/DEPENDS index 741aa15..5834a03 100644 --- a/xfce4/goodies/xfce4-taskmanager/DEPENDS +++ b/xfce4/goodies/xfce4-taskmanager/DEPENDS @@ -1,2 +1,2 @@ -depends libxfcegui4 && +depends libxfcegui4 depends libxfce4util diff --git a/xfce4/goodies/xfce4-taskmanager/DETAILS b/xfce4/goodies/xfce4-taskmanager/DETAILS index 6cbe982..ebe5f99 100644 --- a/xfce4/goodies/xfce4-taskmanager/DETAILS +++ b/xfce4/goodies/xfce4-taskmanager/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-taskmanager - VERSION=0.3.2 + VERSION="svn-`date +%Y%U`" SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ - SOURCE_VFY=sha1:a7cce962550f8c3669c3709db9f7f3a0c18c534d +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20070123 + UPDATED=20071207 SHORT="taskmanager for the Xfce Desktop Environment" cat << EOF diff --git a/xfce4/goodies/xfce4-xkb-plugin/BUILD b/xfce4/goodies/xfce4-xkb-plugin/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/goodies/xfce4-xkb-plugin/BUILD +++ b/xfce4/goodies/xfce4-xkb-plugin/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/goodies/xfce4-xkb-plugin/DETAILS b/xfce4/goodies/xfce4-xkb-plugin/DETAILS index ba04156..313889a 100644 --- a/xfce4/goodies/xfce4-xkb-plugin/DETAILS +++ b/xfce4/goodies/xfce4-xkb-plugin/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-xkb-plugin - VERSION=0.4.3 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ - SOURCE_VFY=sha1:962f1fdc6b373fa5d8a886aaaa4d0fbb45c44234 + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20070123 + UPDATED=20081015 SHORT="keyboard layout switcher" cat << EOF diff --git a/xfce4/xfce4/DEPENDS b/xfce4/xfce4/DEPENDS index e1af4e4..7ca6ca9 100644 --- a/xfce4/xfce4/DEPENDS +++ b/xfce4/xfce4/DEPENDS @@ -6,5 +6,6 @@ depends xfce4-panel depends xfdesktop depends xfce4-session depends xfce4-icon-theme + optional_depends Thunar "" "" "For the new xfce4 filemanager" optional_depends Terminal "" "" "For the new xfce4 xterm" diff --git a/xfce4/xfce4/DETAILS b/xfce4/xfce4/DETAILS index 6516356..05ed871 100644 --- a/xfce4/xfce4/DETAILS +++ b/xfce4/xfce4/DETAILS @@ -1,11 +1,11 @@ MODULE=xfce4 - VERSION=4.6.0 + VERSION="svn-`date +%Y%U`" SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE} WEB_SITE=http://www.xfce.org MAINTAINER=jasper at lunar-linux.org MODULE_PREFIX=${XFCE4_PREFIX:-/usr} ENTERED=20030715 - UPDATED=20090227 + UPDATED=20071207 SHORT="lightweight desktop environment based on GTK2" PROFILE=yes diff --git a/xorg7/driver/xf86-video-ati/DETAILS b/xorg7/driver/xf86-video-ati/DETAILS index 78de090..c463b34 100644 --- a/xorg7/driver/xf86-video-ati/DETAILS +++ b/xorg7/driver/xf86-video-ati/DETAILS @@ -1,8 +1,8 @@ MODULE=xf86-video-ati - VERSION=6.11.0 + VERSION=6.12.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:fbcba3a7c495e0d08e3a43a05c3277666206ff7b + SOURCE_VFY=sha1:946095af982eedbdcb21ab2e664d70477211ff2c MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org/ ENTERED=20060124 diff --git a/xorg7/driver/xf86-video-mach64/BUILD b/xorg7/driver/xf86-video-mach64/BUILD new file mode 100644 index 0000000..cfe3408 --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/BUILD @@ -0,0 +1,6 @@ +( + . /etc/profile.d/x11r7.rc && + + default_build + +) > $C_FIFO 2>&1 diff --git a/xorg7/driver/xf86-video-mach64/CONFLICTS b/xorg7/driver/xf86-video-mach64/CONFLICTS new file mode 100644 index 0000000..5013182 --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/CONFLICTS @@ -0,0 +1,6 @@ +conflicts XOrg6 && +conflicts XOrg-test && +conflicts XOrg-fonts-base && +conflicts XOrg-fonts-extra && +conflicts XOrg-drm && +conflicts XOrg-drm-cvs diff --git a/xorg7/driver/xf86-video-mach64/DEPENDS b/xorg7/driver/xf86-video-mach64/DEPENDS new file mode 100644 index 0000000..514f37d --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/DEPENDS @@ -0,0 +1,2 @@ +depends xorg-server +depends mesa-lib diff --git a/xorg7/driver/xf86-video-mach64/DETAILS b/xorg7/driver/xf86-video-mach64/DETAILS new file mode 100644 index 0000000..9510d35 --- /dev/null +++ b/xorg7/driver/xf86-video-mach64/DETAILS @@ -0,0 +1,18 @@ + MODULE=xf86-video-mach64 + VERSION=6.8.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$XORG_URL/individual/driver/ + SOURCE_VFY=sha1:0f130aca927ede0fd3ed7876c52817a5ef9215bb + MODULE_PREFIX=${X11R7_PREFIX:-/usr} + WEB_SITE=http://www.x.org/ + ENTERED=20080918 + UPDATED=20080918 + SHORT="the X.Org video driver for older ATI/Mach64 based cards" + +cat << EOF +xf86-video-mach64 provides the X.Org video drivers for older the +older ATI/Mach64 based video cards. + +This driver does not support newer ATI Rage or Radeon cards: see +the xf86-video-ati and xf86-video-radeonhd modules. +EOF diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 3538870..74b518c 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -8,20 +8,19 @@ rm -f /usr/share/X11/xkb/compiled fi && -# if [[ "$USE_NVIDIA" = "y" ]]; then -# OPTS="$OPTS --disable-glx --disable-glx-tlx" -# fi && + if [[ "$USE_NVIDIA" = "y" ]]; then + OPTS="$OPTS --disable-glx --disable-glx-tlx" + fi && OPTS+=" --enable-composite --enable-aiglx --enable-xorgcfg \ --with-dri-driver-path=${MODULE_PREFIX}/lib/dri" && - #--with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \ - default_build && + default_build # This should not be needed, check in next release if still needed. - rm -fr /usr/share/X11/xkb/compiled && - mkdir -p /var/lib/xkb && - ln -sf /var/lib/xkb /usr/share/X11/xkb/compiled + # rm -fr /usr/share/X11/xkb/compiled && + # mkdir -p /var/lib/xkb && + # ln -sf /var/lib/xkb /usr/share/X11/xkb/compiled ) > $C_FIFO 2>&1 diff --git a/xorg7/xorg-server/CONFIGURE b/xorg7/xorg-server/CONFIGURE index 7bf847c..659c2db 100644 --- a/xorg7/xorg-server/CONFIGURE +++ b/xorg7/xorg-server/CONFIGURE @@ -1 +1 @@ -#mquery USE_NVIDIA "Do you intend to use the NVIDIA binary driver?" n +mquery USE_NVIDIA "Do you intend to use the NVIDIA binary driver?" n diff --git a/xorg7/xorg-server/PRE_BUILD b/xorg7/xorg-server/PRE_BUILD deleted file mode 100644 index 3185795..0000000 --- a/xorg7/xorg-server/PRE_BUILD +++ /dev/null @@ -1,3 +0,0 @@ -default_pre_build && -cd $SOURCE_DIRECTORY -#unpack $SOURCE2 diff --git a/zbeta/WebKit/BUILD b/zbeta/WebKit/BUILD new file mode 100644 index 0000000..c653306 --- /dev/null +++ b/zbeta/WebKit/BUILD @@ -0,0 +1,12 @@ +( + + bad_flags linker && + + OPTS="$OPTS --enable-svg-experimental --enable-svg --enable-svg-animation \ + --disable-svg-filters --enable-svg-fonts --enable-svg-foreign-object \ + --enable-svg-as-image --enable-svg-use-element" + + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/WebKit/DEPENDS b/zbeta/WebKit/DEPENDS new file mode 100644 index 0000000..e766997 --- /dev/null +++ b/zbeta/WebKit/DEPENDS @@ -0,0 +1,17 @@ +depends gtk+-2 +depends icu4c +depends gperf +depends libxslt +depends sqlite +depends jpeg +depends libpng +depends freetype2 + +optional_depends libproxy "" "" "if you don't want GConf" +optional_depends GConf "" "--without-gnome" "GConf" + +optional_depends gst-plugins-good "--enable-video" "" "Enable video support?" + +depends libsoup + +#optional_depends curl "--with-http-backend=curl" "" "Build with curl http backend? (Say N if you said Y to libsoup)" diff --git a/zbeta/airconfig-svn/BUILD b/zbeta/airconfig-svn/BUILD index e96291e..e62f919 100644 --- a/zbeta/airconfig-svn/BUILD +++ b/zbeta/airconfig-svn/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - OPTS="$OPTS --disable-gtk-doc" + OPTS="$OPTS --disable-gtk-doc --prefix=/usr --enable-debug=yes" touch INSTALL && diff --git a/zbeta/arora-git/BUILD b/zbeta/arora-git/BUILD new file mode 100644 index 0000000..3e2bfa8 --- /dev/null +++ b/zbeta/arora-git/BUILD @@ -0,0 +1,11 @@ +( + + . /etc/profile.d/qt4.rc + + qmake && + + default_make && + + install -m0755 $SOURCE_DIRECTORY/arora /usr/bin/ + +) > $C_FIFO 2>&1 diff --git a/zbeta/arora-git/DEPENDS b/zbeta/arora-git/DEPENDS new file mode 100644 index 0000000..428f269 --- /dev/null +++ b/zbeta/arora-git/DEPENDS @@ -0,0 +1 @@ +depends qt4 diff --git a/zbeta/arora-git/DETAILS b/zbeta/arora-git/DETAILS new file mode 100644 index 0000000..a53a63c --- /dev/null +++ b/zbeta/arora-git/DETAILS @@ -0,0 +1,10 @@ + MODULE=arora-git + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=git://github.com/icefox/arora.git + WEB_SITE=http://code.google.com/p/arora/ + ENTERED=20080519 + UPDATED=20080519 + SHORT="" +cat << EOF +EOF diff --git a/zbeta/e17/eina-svn/profile.d/e17-cvs.rc b/zbeta/e17/eina-svn/profile.d/e17-cvs.rc new file mode 100644 index 0000000..26a04cd --- /dev/null +++ b/zbeta/e17/eina-svn/profile.d/e17-cvs.rc @@ -0,0 +1,4 @@ +PATH=${PATH}:/opt/lunar/enlightenment/bin +PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/lunar/enlightenment/lib/pkgconfig + +export PATH PKG_CONFIG_PATH diff --git a/zbeta/e17/emphasis-svn/BUILD b/zbeta/e17/emphasis-svn/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/e17/emphasis-svn/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/e17/emphasis-svn/DEPENDS b/zbeta/e17/emphasis-svn/DEPENDS new file mode 100644 index 0000000..5448d7e --- /dev/null +++ b/zbeta/e17/emphasis-svn/DEPENDS @@ -0,0 +1,5 @@ +depends ecore-svn +depends etk-svn +depends enhance-svn +depends libmpd +depends libxml diff --git a/zbeta/e17/emphasis-svn/DETAILS b/zbeta/e17/emphasis-svn/DETAILS new file mode 100644 index 0000000..2c32ba6 --- /dev/null +++ b/zbeta/e17/emphasis-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=emphasis-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/emphasis +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + WEB_SITE="http://emphasis.tuxfamily.org" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="e mpd client" + +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/enhance-svn/DEPENDS b/zbeta/e17/enhance-svn/DEPENDS new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/zbeta/e17/enhance-svn/DEPENDS @@ -0,0 +1 @@ + diff --git a/zbeta/e17/enhance-svn/DETAILS b/zbeta/e17/enhance-svn/DETAILS new file mode 100644 index 0000000..d3a757e --- /dev/null +++ b/zbeta/e17/enhance-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=enhance-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/enhance +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + WEB_SITE="http://enlightenment.org" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="glade stuff" + +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/enna-svn/DEPENDS b/zbeta/e17/enna-svn/DEPENDS new file mode 100644 index 0000000..a5729e5 --- /dev/null +++ b/zbeta/e17/enna-svn/DEPENDS @@ -0,0 +1,28 @@ +optional_depends "curl" \ + "--enable-libcurl" \ + "--disable-libcurl" \ + "for curl support" + +optional_depends "libxml2" \ + "--enable-libxml2" \ + "--disable-libxml2" \ + "for libxml2 support" + +optional_depends "emotion-svn" \ + "--enable-emotion-backend" \ + "--disable-emotion-backend" \ + "for optional playback with Emotion" + +optional_depends "libplayer-hg" \ + "--enable-libplayer-backend" \ + "--disable-libplayer-backend" \ + "for the libplayer A/V backend" + +optional_depends "lirc" \ + "" \ + "" \ + "for LIRC support" + + +# Just a reminder for Light Media Scanner to be eventually included one day :-) +# optional_depends "liblms" diff --git a/zbeta/e17/enna-svn/DETAILS b/zbeta/e17/enna-svn/DETAILS new file mode 100644 index 0000000..8b9f07a --- /dev/null +++ b/zbeta/e17/enna-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=enna-svn + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/MISC/enna +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE="http://exchange.enlightenment.org/application/show/164" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="multimedia-center-thingy for E" +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/equate-cvs/DEPENDS b/zbeta/e17/equate-cvs/DEPENDS new file mode 100644 index 0000000..e23f6e8 --- /dev/null +++ b/zbeta/e17/equate-cvs/DEPENDS @@ -0,0 +1 @@ +depends ewl-cvs diff --git a/zbeta/e17/equate-cvs/DETAILS b/zbeta/e17/equate-cvs/DETAILS new file mode 100644 index 0000000..06453e8 --- /dev/null +++ b/zbeta/e17/equate-cvs/DETAILS @@ -0,0 +1,18 @@ + MODULE=equate-cvs + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/equate + SOURCE_URL=cvs://:pserver:anonymous at cvs.sourceforge.net:/cvsroot/enlightenment:misc/equate + WEB_SITE=http://andy.elcock.org/Software/Equate.xml + ENTERED=20041224 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="A themeable ewl based calculator" + +cat << EOF +Equate - an E Calculator +I decided (with the agreement of some of the crew from #edevelop) that +it would be cool to write a simple app to demonstrate EWL (one of the +E Foundation Libraries) and that a calculator would be a cool app to +write. +EOF diff --git a/zbeta/emphasis-svn/BUILD b/zbeta/emphasis-svn/BUILD deleted file mode 100644 index 46c8c34..0000000 --- a/zbeta/emphasis-svn/BUILD +++ /dev/null @@ -1,11 +0,0 @@ -( - export PATH=$MODULE_PREFIX/bin:$PATH - export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" - export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" - export USER=nobody - - OPTS="$OPTS --with-profile=FAST_PC" - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/emphasis-svn/DEPENDS b/zbeta/emphasis-svn/DEPENDS deleted file mode 100644 index 5448d7e..0000000 --- a/zbeta/emphasis-svn/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends ecore-svn -depends etk-svn -depends enhance-svn -depends libmpd -depends libxml diff --git a/zbeta/emphasis-svn/DETAILS b/zbeta/emphasis-svn/DETAILS deleted file mode 100644 index 2c32ba6..0000000 --- a/zbeta/emphasis-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=emphasis-svn - VERSION=beta - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/emphasis -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE="http://emphasis.tuxfamily.org" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="e mpd client" - -cat < $C_FIFO 2>&1 diff --git a/zbeta/enhance-svn/DEPENDS b/zbeta/enhance-svn/DEPENDS deleted file mode 100644 index 8b13789..0000000 --- a/zbeta/enhance-svn/DEPENDS +++ /dev/null @@ -1 +0,0 @@ - diff --git a/zbeta/enhance-svn/DETAILS b/zbeta/enhance-svn/DETAILS deleted file mode 100644 index d3a757e..0000000 --- a/zbeta/enhance-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=enhance-svn - VERSION=beta - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/enhance -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - WEB_SITE="http://enlightenment.org" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="glade stuff" - -cat < $C_FIFO 2>&1 diff --git a/zbeta/enna-svn/DEPENDS b/zbeta/enna-svn/DEPENDS deleted file mode 100644 index a5729e5..0000000 --- a/zbeta/enna-svn/DEPENDS +++ /dev/null @@ -1,28 +0,0 @@ -optional_depends "curl" \ - "--enable-libcurl" \ - "--disable-libcurl" \ - "for curl support" - -optional_depends "libxml2" \ - "--enable-libxml2" \ - "--disable-libxml2" \ - "for libxml2 support" - -optional_depends "emotion-svn" \ - "--enable-emotion-backend" \ - "--disable-emotion-backend" \ - "for optional playback with Emotion" - -optional_depends "libplayer-hg" \ - "--enable-libplayer-backend" \ - "--disable-libplayer-backend" \ - "for the libplayer A/V backend" - -optional_depends "lirc" \ - "" \ - "" \ - "for LIRC support" - - -# Just a reminder for Light Media Scanner to be eventually included one day :-) -# optional_depends "liblms" diff --git a/zbeta/enna-svn/DETAILS b/zbeta/enna-svn/DETAILS deleted file mode 100644 index 8b9f07a..0000000 --- a/zbeta/enna-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=enna-svn - VERSION=beta - SOURCE=$MODULE.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/MISC/enna -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - WEB_SITE="http://exchange.enlightenment.org/application/show/164" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="multimedia-center-thingy for E" -cat < $C_FIFO 2>&1 diff --git a/zbeta/epiphany-svn/CONFIGURE b/zbeta/epiphany-svn/CONFIGURE new file mode 100644 index 0000000..d5047a3 --- /dev/null +++ b/zbeta/epiphany-svn/CONFIGURE @@ -0,0 +1,5 @@ +mquery DESKTOP_PLUGIN "Enable the desktop file plugin" y +mquery ZEROCONF_BOOKMARKS "Enable zeroconf bookmarks support" y +mquery CERTIFICATE_MANAGER "Enable certificate manager" y + +#mquery ENABLE_CGID "Enable cgid ?" y --enable-cgid --enable-cgi diff --git a/zbeta/epiphany-svn/DEPENDS b/zbeta/epiphany-svn/DEPENDS new file mode 100644 index 0000000..0db4f60 --- /dev/null +++ b/zbeta/epiphany-svn/DEPENDS @@ -0,0 +1,9 @@ +depends libgnomeui +depends libgnomeprintui +depends iso-codes +depends WebKit + +optional_depends "Python" "--enable-python" "" "to enable Python support" + +optional_depends "enchant" "--enable-spell-checker" "" \ + "to enable spell checing" diff --git a/zbeta/epiphany-svn/DETAILS b/zbeta/epiphany-svn/DETAILS new file mode 100644 index 0000000..b2a1150 --- /dev/null +++ b/zbeta/epiphany-svn/DETAILS @@ -0,0 +1,15 @@ + MODULE=epiphany-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=svn://svn.gnome.org/svn/epiphany/trunk/ + WEB_SITE=http://live.gnome.org/Epiphany + ENTERED=20080128 + UPDATED=`date -u +%Y%m01` + SHORT="GNOME Web browser." + +cat << EOF +Epiphany is a GNOME Web browser that can use different rendering +engines. It is fast, has a light interface, and is fully +standards-compliant. +EOF diff --git a/zbeta/equate-cvs/BUILD b/zbeta/equate-cvs/BUILD deleted file mode 100644 index 0f96211..0000000 --- a/zbeta/equate-cvs/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - export PATH=$MODULE_PREFIX/bin:$PATH - export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" - export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" - export USER=nobody - - # This file needs to exists or Makefile.in will not be created. - touch ChangeLog - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/equate-cvs/DEPENDS b/zbeta/equate-cvs/DEPENDS deleted file mode 100644 index e23f6e8..0000000 --- a/zbeta/equate-cvs/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends ewl-cvs diff --git a/zbeta/equate-cvs/DETAILS b/zbeta/equate-cvs/DETAILS deleted file mode 100644 index 06453e8..0000000 --- a/zbeta/equate-cvs/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=equate-cvs - VERSION=beta - SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/equate - SOURCE_URL=cvs://:pserver:anonymous at cvs.sourceforge.net:/cvsroot/enlightenment:misc/equate - WEB_SITE=http://andy.elcock.org/Software/Equate.xml - ENTERED=20041224 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="A themeable ewl based calculator" - -cat << EOF -Equate - an E Calculator -I decided (with the agreement of some of the crew from #edevelop) that -it would be cool to write a simple app to demonstrate EWL (one of the -E Foundation Libraries) and that a calculator would be a cool app to -write. -EOF diff --git a/zbeta/ffmpeg-svn/DETAILS b/zbeta/ffmpeg-svn/DETAILS index bc842f3..6f29b4b 100644 --- a/zbeta/ffmpeg-svn/DETAILS +++ b/zbeta/ffmpeg-svn/DETAILS @@ -1,6 +1,6 @@ MODULE=ffmpeg-svn MOD=ffmpeg - VERSION=beta + VERSION=svn-"`date +%Y%U`" SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=svn://svn.mplayerhq.hu/$MOD/trunk:$MOD diff --git a/zbeta/midori-git/BUILD b/zbeta/midori-git/BUILD new file mode 100644 index 0000000..d65f68e --- /dev/null +++ b/zbeta/midori-git/BUILD @@ -0,0 +1,13 @@ +( + +# default_cvs_config && +# ./configure --prefix=/usr && +# default_cvs_build + ./waf configure --prefix=/usr && + ./waf build && + prepare_install && + ./waf install + + +) > $C_FIFO 2>&1 + diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index 35cddaa..8744523 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -1,4 +1,8 @@ depends libsexy +<<<<<<< HEAD:zbeta/midori-git/DEPENDS depends webkit +======= +depends WebKit +>>>>>>> 54c9b60... Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase":zbeta/midori-git/DEPENDS optional_depends unique "" "" "for single instance midori" diff --git a/zbeta/midori-git/DETAILS b/zbeta/midori-git/DETAILS new file mode 100644 index 0000000..321bae2 --- /dev/null +++ b/zbeta/midori-git/DETAILS @@ -0,0 +1,20 @@ + MODULE=midori-git + VERSION="git-`date +%U`" + SOURCE=$MODULE.tar.bz2 + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://software.twotoasts.de/media/midori.git + WEBSITE=http://software.twotoasts.de/?page=midori + ENTERED=20080429 + UPDATED=20080429 + PSAFE=no + SHORT="lightweight WebKit/Gtk+-2 based browser" + +cat << EOF +Midori is a lightweight web browser. + * Full integration with GTK+2 + * Fast rendering with WebKit + * Tabs, windows, and session management + * Bookmarks are stored with XBEL + * Searchbox based on OpenSearch + * User scripts and user styles support +EOF diff --git a/zbeta/mplayer/BUILD b/zbeta/mplayer/BUILD new file mode 100644 index 0000000..a62a2b2 --- /dev/null +++ b/zbeta/mplayer/BUILD @@ -0,0 +1,47 @@ +( + +#patch_it $SOURCE7 0 && +#patch_it $SOURCE8 0 && +#patch_it $SOURCE9 0 && +#patch_it $SOURCE10 0 && + + # using CFLAGS other than MPlayers autodetected will break + bad_flags compiler + + if [ $MENCODER == "n" ] ; then + OPTS=$OPTS" --disable-mencoder" + fi + + if [ $OSD == "y" ] ; then + OPTS=$OPTS" --enable-menu" + fi + + cd $SOURCE_DIRECTORY && + + ./configure --prefix=/usr \ + --confdir=/etc \ + --mandir=/usr/share/man \ + --codecsdir=/usr/lib/win32 \ + --enable-linux-devfs \ + --enable-largefiles \ + --confdir=/etc/mplayer \ + --datadir=/usr/share/mplayer \ + $OPTS && + + default_make && + + gather_docs etc/* && + install -d /usr/share/mplayer/Skin && + install -d /etc/mplayer && + install -m644 etc/codecs.conf /usr/share/mplayer/ && + install -m644 etc/example.conf /etc/mplayer/mplayer.conf && + install -m644 etc/input.conf /etc/mplayer/ && + + cp -a Skin/Blue /usr/share/mplayer/Skin/ && + ln -sf /usr/share/mplayer/Skin/Blue /usr/share/mplayer/Skin/default && + + cp -a fonts /usr/share/mplayer/ && + rm -rf /usr/share/mplayer/font && + ln -sf fonts/font-arial-iso-8859-1/font-arial-18-iso-8859-1 /usr/share/mplayer/font + +) > $C_FIFO 2>&1 diff --git a/zbeta/mplayer/CONFIGURE b/zbeta/mplayer/CONFIGURE new file mode 100644 index 0000000..a4d0e7b --- /dev/null +++ b/zbeta/mplayer/CONFIGURE @@ -0,0 +1,2 @@ + mquery MENCODER "Enable building of MEncoder ?" y + mquery OSD "Enable OSD support? " y diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS new file mode 100644 index 0000000..6a3a21c --- /dev/null +++ b/zbeta/mplayer/DEPENDS @@ -0,0 +1,17 @@ +depends freetype2 +depends unzip +depends MPlayer-essentials +optional_depends libdvdread "" "" "To read DVDs" +optional_depends SDL "--enable-sdl" "" "to use SDL to output video signal" +optional_depends alsa-utils "" "" "for ALSA sound support" +optional_depends libvorbis "" "" "to use ogg audio format" +optional_depends libmatroska "" "" "for matroska audio/video container format support" +optional_depends faad "" "" "for external FAAD2 (MPA/AAC) support" +optional_depends libtheora "--enable-theora" "--disable-theora" "for OGG/Theora Video Playback" +optional_depends libXvMC "--enable-xvmc --with-xvmclib=XvMCW" "" "for hardware XvMC acceleration" +optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui support" +optional_depends MPlayer-all "" "" "to install more foreign codecs" +optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" +optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" +optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" +optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" diff --git a/zbeta/mplayer/DETAILS b/zbeta/mplayer/DETAILS new file mode 100644 index 0000000..835d6f9 --- /dev/null +++ b/zbeta/mplayer/DETAILS @@ -0,0 +1,50 @@ + MODULE=mplayer + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE2=font-arial-iso-8859-1.tar.bz2 + SOURCE3=font-arial-iso-8859-2.tar.bz2 + SOURCE4=font-arial-cp1250.tar.bz2 + SOURCE5=font-arial-iso-8859-7.tar.bz2 + SOURCE6=Blue-1.7.tar.bz2 + #SOURCE7=stream_cddb_fix_20080120.diff + ##SOURCE8=url_fix_20080120.diff + #SOURCE9=demux_mov_fix_20080129.diff + #SOURCE10=demux_audio_fix_20080129.diff + SOURCE_URL[0]=svn://svn.mplayerhq.hu/$MODULE/trunk:$MODULE + SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + #SOURCE7_URL=http://www.mplayerhq.hu/MPlayer/patches/ + #SOURCE8_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE9_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE10_URL=http://www.mplayerhq.hu/MPlayer/patches/ + SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 + SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 + SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 + SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d + SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 + # SOURCE7_VFY=sha1:8d901c7a88fa120ed26492e741e1ae0fbe57e12d + # SOURCE8_VFY=sha1:1e92ded6f27bf07601fa318e24ec468fe225ffe5 + # SOURCE9_VFY=sha1:a17d82baff58e8cc569365341503273956fd26c8 + # SOURCE10_VFY=sha1:e25ba7d8d696d9c6365f105134ba723404adb4e1 + WEB_SITE=http://www.mplayerhq.hu + ENTERED=20010922 + UPDATED=20080409 + PSAFE=no + SHORT="A movie and animation player" + +cat << EOF +MPlayer is a movie and animation player based on the 0.90pre5 version of +MPEGplayer and the Avifile library. It uses mpeg2dec/libmpeg2 for MPEG +decoding. The supported file formats are: MPEG 1/2 (MPG, DAT, BIN, VOB) +and AVI (Mpeg/PCM/AC3/DivX/MS-ADPCM/aLaw audio and MPEG4/DivX/Indeo/CVID +video codecs). It supports hardware YUV colorspace conversion and +scaling via mga_vid/syncfb devices or the X11 Xv extension. +EOF diff --git a/zbeta/mplayer/POST_INSTALL b/zbeta/mplayer/POST_INSTALL new file mode 100644 index 0000000..3f3af25 --- /dev/null +++ b/zbeta/mplayer/POST_INSTALL @@ -0,0 +1,3 @@ +# Recompile mplayerplug-in + +if module_installed mplayerplug-in; then lin -c mplayerplug-in; fi diff --git a/zbeta/mplayer/PRE_BUILD b/zbeta/mplayer/PRE_BUILD new file mode 100644 index 0000000..6b20dfe --- /dev/null +++ b/zbeta/mplayer/PRE_BUILD @@ -0,0 +1,12 @@ +default_pre_build && + +mkdir $SOURCE_DIRECTORY/Skin && +cd $SOURCE_DIRECTORY/Skin && +unpack $SOURCE6 && + +mkdir $SOURCE_DIRECTORY/fonts && +cd $SOURCE_DIRECTORY/fonts && +unpack $SOURCE2 && +unpack $SOURCE3 && +unpack $SOURCE4 && +unpack $SOURCE5 diff --git a/zbeta/pigment-python/DEPENDS b/zbeta/pigment-python/DEPENDS new file mode 100644 index 0000000..7a625f2 --- /dev/null +++ b/zbeta/pigment-python/DEPENDS @@ -0,0 +1,3 @@ +depends pigment +depends pygobject +depends gst-python diff --git a/zbeta/pigment-python/DETAILS b/zbeta/pigment-python/DETAILS new file mode 100644 index 0000000..a89af01 --- /dev/null +++ b/zbeta/pigment-python/DETAILS @@ -0,0 +1,13 @@ + MODULE=pigment-python + VERSION=0.3.8 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://elisa.fluendo.com/static/download/pigment/ + SOURCE_VFY=sha1:871ed17d32aed39ecf974cca9246c919af9e9b0e + WEBSITE=https://code.fluendo.com/pigment/trac + ENTERED=20081007 + UPDATED=20081007 + SHORT="python bindings for pigment" + +cat << EOF +python bindings for pigment +EOF diff --git a/zbeta/pigment/DEPENDS b/zbeta/pigment/DEPENDS new file mode 100644 index 0000000..90695e9 --- /dev/null +++ b/zbeta/pigment/DEPENDS @@ -0,0 +1,4 @@ +depends gstreamer-10 +depends gst-plugins-base +depends gtk-doc +depends cairo diff --git a/zbeta/pigment/DETAILS b/zbeta/pigment/DETAILS new file mode 100644 index 0000000..5748e7c --- /dev/null +++ b/zbeta/pigment/DETAILS @@ -0,0 +1,15 @@ + MODULE=pigment + VERSION=0.3.11 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://elisa.fluendo.com/static/download/pigment/ + SOURCE_VFY=sha1:de26ed65201b4eac1e2b806c945a7a9199d9c5c9 + WEBSITE=https://code.fluendo.com/pigment/trac + ENTERED=20081007 + UPDATED=20081007 + SHORT="3D scene graph library" + +cat << EOF +Pigment is a 3D scene graph library designed to easily create rich +application user interfaces. +EOF + diff --git a/zbeta/xf86-video-mach64/BUILD b/zbeta/xf86-video-mach64/BUILD deleted file mode 100644 index cfe3408..0000000 --- a/zbeta/xf86-video-mach64/BUILD +++ /dev/null @@ -1,6 +0,0 @@ -( - . /etc/profile.d/x11r7.rc && - - default_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/xf86-video-mach64/CONFLICTS b/zbeta/xf86-video-mach64/CONFLICTS deleted file mode 100644 index 5013182..0000000 --- a/zbeta/xf86-video-mach64/CONFLICTS +++ /dev/null @@ -1,6 +0,0 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && -conflicts XOrg-drm-cvs diff --git a/zbeta/xf86-video-mach64/DEPENDS b/zbeta/xf86-video-mach64/DEPENDS deleted file mode 100644 index 514f37d..0000000 --- a/zbeta/xf86-video-mach64/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends xorg-server -depends mesa-lib diff --git a/zbeta/xf86-video-mach64/DETAILS b/zbeta/xf86-video-mach64/DETAILS deleted file mode 100644 index 9510d35..0000000 --- a/zbeta/xf86-video-mach64/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=xf86-video-mach64 - VERSION=6.8.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/driver/ - SOURCE_VFY=sha1:0f130aca927ede0fd3ed7876c52817a5ef9215bb - MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ - ENTERED=20080918 - UPDATED=20080918 - SHORT="the X.Org video driver for older ATI/Mach64 based cards" - -cat << EOF -xf86-video-mach64 provides the X.Org video drivers for older the -older ATI/Mach64 based video cards. - -This driver does not support newer ATI Rage or Radeon cards: see -the xf86-video-ati and xf86-video-radeonhd modules. -EOF diff --git a/zlocal/README b/zlocal/README index f040170..e69de29 100644 --- a/zlocal/README +++ b/zlocal/README @@ -1,9 +0,0 @@ - -moonbase/zlocal: - -This directory is a placeholder for new and custom modules. Put -modules you are testing, designing or something else in this -directory to keep them apart from the automatically updated -modules in moonbase. No module will ever be automatically inserted -into this directory or removed. - From samuel.verstraete at gmail.com Wed Dec 9 11:52:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:22 -0000 Subject: [Lunar-commits] binutils: version bump Message-ID: <20091209105222.02DB29B205@doppio.foo-projects.org> commit 8f09853aebc3b49ea3cfc1e204ac7e7a934f7195 Author: Samuel Date: Wed Apr 1 07:20:56 2009 +0200 binutils: version bump --- devel/binutils/BUILD | 2 +- devel/binutils/DETAILS | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index 3a1ccd0..a64f316 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,6 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && #Somehow I believe this might/should be logged as a bug to the glibc guys... sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 562b8c2..8b9749c 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,15 +1,15 @@ MODULE=binutils - VERSION=2.18 + VERSION=2.19 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=binutils-2.18-makeinfo.patch + #SOURCE2=binutils-2.18-makeinfo.patch SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277 - SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 +# SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff +# SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20071121 + UPDATED=20090401 SHORT="essential collection of binary utilities." cat << EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:22 -0000 Subject: [Lunar-commits] mpfr and gcc: version bump Message-ID: <20091209105221.DACE39B209@doppio.foo-projects.org> commit 2757202fc282c092806ae8785fab8887696b0485 Author: Samuel Date: Wed Apr 1 07:20:26 2009 +0200 mpfr and gcc: version bump --- compilers/gcc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 91ae188..10d2e9a 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -1,13 +1,13 @@ MODULE=gcc - VERSION=4.2.4 + VERSION=4.3.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION - SOURCE_VFY=sha1:bb20efc7750fe0d6172c5945572bf036fe59d3dd + SOURCE_VFY=sha1:e378b7a0cb0f7dbf6436f4efb5756e29a90fdc1c WEB_SITE=http://gcc.gnu.org ENTERED=20020628 - UPDATED=20080523 + UPDATED=20090331 PSAFE=no SHORT="GNU compiler collection" From samuel.verstraete at gmail.com Wed Dec 9 11:52:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:22 -0000 Subject: [Lunar-commits] dri2proto: version bump 1.99.3 Message-ID: <20091209105222.248689B20A@doppio.foo-projects.org> commit 946be7f2b390cfbf2eb4f26dd512896b1004eaee Author: Samuel Date: Wed Apr 1 07:21:25 2009 +0200 dri2proto: version bump 1.99.3 --- xorg7/proto/dri2proto/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/proto/dri2proto/DETAILS b/xorg7/proto/dri2proto/DETAILS index 8144981..a9475d1 100644 --- a/xorg7/proto/dri2proto/DETAILS +++ b/xorg7/proto/dri2proto/DETAILS @@ -1,12 +1,12 @@ MODULE=dri2proto - VERSION=1.1 + VERSION=1.99.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/proto - SOURCE_VFY=sha1:6429338a703561c02c0aa7516d1d981e7a2bf005 + SOURCE_VFY=sha1:0be97cbc1440df50cd950b4b5f36e5fcb44a4ab7 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20080909 - UPDATED=20080909 + UPDATED=20090331 SHORT="Protocol headers" cat << EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:22 -0000 Subject: [Lunar-commits] mesa-lib: version bump, 7.4 Message-ID: <20091209105222.14ACF9B206@doppio.foo-projects.org> commit f9530bc7e6ba832dd2296c8b59a3ebf5145deb71 Author: Samuel Date: Wed Apr 1 07:21:08 2009 +0200 mesa-lib: version bump, 7.4 --- xorg7/mesa-lib/BUILD | 2 +- xorg7/mesa-lib/CONFIGURE | 6 +----- xorg7/mesa-lib/DETAILS | 10 +++++----- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/xorg7/mesa-lib/BUILD b/xorg7/mesa-lib/BUILD index 58a78dd..cd7e7a9 100644 --- a/xorg7/mesa-lib/BUILD +++ b/xorg7/mesa-lib/BUILD @@ -8,7 +8,7 @@ make && make install - install -v -m644 include/GLView.h /usr/include/ && +# install -v -m644 include/GLView.h /usr/include/ && install -v -m755 progs/xdemos/glxinfo progs/xdemos/glxgears /usr/bin ) > $C_FIFO 2>&1 diff --git a/xorg7/mesa-lib/CONFIGURE b/xorg7/mesa-lib/CONFIGURE index 2d1a6ad..f4bb4d2 100644 --- a/xorg7/mesa-lib/CONFIGURE +++ b/xorg7/mesa-lib/CONFIGURE @@ -2,10 +2,6 @@ SUPPORTED_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v savage si make_drivers_checklist() { - # Execute the modified supported locales file to get a list of - # supported variables in the $SUPPORTED_LOCALES variable - # . $SUPPORTED_DRIVERS && - # For each locale, extract name, title and charmap information for driver in $SUPPORTED_DRIVERS; do title=$driver @@ -32,7 +28,7 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then message "Selecting drivers is optional" fi - if query "Would you like to select drivers? (if not selected, all locales will be installed)" y; then + if query "Would you like to select drivers? (if not selected, all drivers will be installed)" y; then unpack_localedata MESADRIVER=`select_drivers` diff --git a/xorg7/mesa-lib/DETAILS b/xorg7/mesa-lib/DETAILS index 57ba101..8677788 100644 --- a/xorg7/mesa-lib/DETAILS +++ b/xorg7/mesa-lib/DETAILS @@ -1,5 +1,5 @@ MODULE=mesa-lib - VERSION=7.2 + VERSION=7.4 SOURCE=MesaLib-$VERSION.tar.bz2 SOURCE2=MesaDemos-$VERSION.tar.bz2 SOURCE3=MesaGLUT-$VERSION.tar.bz2 @@ -7,12 +7,12 @@ SOURCE_URL=$SFORGE_URL/mesa3d/ SOURCE2_URL=$SFORGE_URL/mesa3d/ SOURCE3_URL=$SFORGE_URL/mesa3d/ - SOURCE_VFY=sha1:a6dce814cc56a562890ab79cf4e205f62459a29c - SOURCE2_VFY=sha1:3d7b9b3ee84ed3637849f7598faf3d60c5a2a9fd - SOURCE3_VFY=sha1:2d969fc8214622b93bcc594c36e56bb573678d05 + SOURCE_VFY=sha1:66b5fe185e63706ee2a76e247fd982fdf13972e2 + SOURCE2_VFY=sha1:d57c792e05fe5347ff8600f8aab078fe047a4035 + SOURCE3_VFY=sha1:91a405b23b0b848325cc11fbffc0f62008d2a9a7 WEB_SITE=http://www.mesa3d.org ENTERED=20060215 - UPDATED=20080921 + UPDATED=20090331 PSAFE="no" SHORT="Mesa 3D library" From samuel.verstraete at gmail.com Wed Dec 9 11:52:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:22 -0000 Subject: [Lunar-commits] monodevelop-vala: new module Message-ID: <20091209105222.34CEC9B207@doppio.foo-projects.org> commit 5556c67bc3dee1add29df701bb14429e9db8ead4 Author: Samuel Date: Sat Apr 11 11:12:57 2009 +0200 monodevelop-vala: new module --- zbeta/midori-git/DEPENDS | 4 ---- zbeta/monodevelop-vala/DETAILS | 13 +++++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/zbeta/midori-git/DEPENDS b/zbeta/midori-git/DEPENDS index 8744523..35cddaa 100644 --- a/zbeta/midori-git/DEPENDS +++ b/zbeta/midori-git/DEPENDS @@ -1,8 +1,4 @@ depends libsexy -<<<<<<< HEAD:zbeta/midori-git/DEPENDS depends webkit -======= -depends WebKit ->>>>>>> 54c9b60... Revert "Merge branch 'master' of ssh://lunar-linux.org/var/git/lunar/moonbase":zbeta/midori-git/DEPENDS optional_depends unique "" "" "for single instance midori" diff --git a/zbeta/monodevelop-vala/DETAILS b/zbeta/monodevelop-vala/DETAILS new file mode 100644 index 0000000..fec94a2 --- /dev/null +++ b/zbeta/monodevelop-vala/DETAILS @@ -0,0 +1,13 @@ + MODULE=monodevelop-vala + VERSION=2.0 + SOURCE=$MODULE-$VERSION.tar.bz2 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_URL=http://ftp.novell.com/pub/mono/sources/monodevelop-vala/ + SOURCE_VFY=sha1:246447e141971dad80a0914e11165fdc3c6c9c5d + WEB_SITE=http://www.gtk.org + ENTERED=20090409 + UPDATED=20090409 + SHORT="" + +cat << EOF +EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:23 -0000 Subject: [Lunar-commits] Thunar: SVN! Message-ID: <20091209105222.4A8A69B208@doppio.foo-projects.org> commit 44c24862ec855b6f26fa68562468012137f90ec9 Author: Samuel Date: Tue Apr 21 13:16:40 2009 +0200 Thunar: SVN! --- xfce4/core/Thunar/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index c7c9a08..4a9d2ec 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,12 +1,13 @@ MODULE=Thunar - VERSION=1.0.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:581594eb4bfe4db49244773ee3abeaaf136a0e0f + MOD=thunar + VERSION="svn-`date +%Y%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 - UPDATED=20090223 + UPDATED=20071207 SHORT="File manager for xfce" cat << EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:23 -0000 Subject: [Lunar-commits] consonance: SVN! Message-ID: <20091209105222.58C799B20B@doppio.foo-projects.org> commit d7b6f8f776233fb67855ba7bb74993404a6c2893 Author: Samuel Date: Tue Apr 21 13:18:21 2009 +0200 consonance: SVN! --- audio/consonance/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS index 641d93f..778c2a4 100644 --- a/audio/consonance/DETAILS +++ b/audio/consonance/DETAILS @@ -1,9 +1,9 @@ MODULE=consonance - VERSION=0.4.1 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:bb04185043677d024de11fcaa55bf00b295be0f0 ENTERED=20080805 UPDATED=20090307 SHORT="lightweight music manager" From samuel.verstraete at gmail.com Wed Dec 9 11:52:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:22 -0000 Subject: [Lunar-commits] Revert "worker: version bumped to 2.17.3." Message-ID: <20091209105221.A557F9B207@doppio.foo-projects.org> commit 3290e5f592e7fade8ee85272e0d7d53bc61c7437 Author: Samuel Date: Tue Mar 31 16:42:59 2009 +0200 Revert "worker: version bumped to 2.17.3." This reverts commit 331fb849df32accbb4a58690ab56fa15eb10a726. --- filemanagers/worker/DEPENDS | 1 - filemanagers/worker/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/filemanagers/worker/DEPENDS b/filemanagers/worker/DEPENDS deleted file mode 100644 index 2368fd3..0000000 --- a/filemanagers/worker/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends %X diff --git a/filemanagers/worker/DETAILS b/filemanagers/worker/DETAILS index ee121d1..068fdde 100644 --- a/filemanagers/worker/DETAILS +++ b/filemanagers/worker/DETAILS @@ -1,11 +1,11 @@ MODULE=worker - VERSION=2.17.3 + VERSION=2.17.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.boomerangsworld.de/$MODULE/downloads - SOURCE_VFY=sha1:0ea63c13d3a4a329d21bcfb808d7073ec2cd7a19 + SOURCE_VFY=sha1:9a98313f2f8e57d7ec919f398f6e91b6da3561cf WEB_SITE=http://www.boomerangsworld.de/worker ENTERED=20020414 - UPDATED=20090313 + UPDATED=20090106 SHORT="A filemanager for X-Window on UNIX" cat << EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:23 -0000 Subject: [Lunar-commits] exaile: SVN! Message-ID: <20091209105222.809A29B20C@doppio.foo-projects.org> commit c662eb11cbfeeef6aa5c808e0bc7b0a738234fff Author: Samuel Date: Tue Apr 21 13:19:15 2009 +0200 exaile: SVN! --- audio/exaile/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/exaile/DETAILS b/audio/exaile/DETAILS index 85bfadf..cd67c41 100644 --- a/audio/exaile/DETAILS +++ b/audio/exaile/DETAILS @@ -1,12 +1,12 @@ MODULE=exaile - VERSION=0.2.13 + VERSION=0.2.14 SOURCE=${MODULE}_${VERSION}.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION} +SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION} SOURCE_URL=http://exaile.org/files/ - SOURCE_VFY=sha1:8cc754c55333dad750d27e45a4e16f53c1f1522c + SOURCE_VFY=sha1:3442867ae6f5116f87eb2488da73cf6d23442f52 WEB_SITE=http://exaile.org/ ENTERED=20061212 - UPDATED=20080626 + UPDATED=20081027 SHORT="GTK+ media player aiming to be similar to KDE's AmaroK" cat << EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:23 -0000 Subject: [Lunar-commits] exo: SVN! Message-ID: <20091209105222.8F7189B205@doppio.foo-projects.org> commit c08410932e6dea425fe32d5483c821bfa34a2825 Author: Samuel Date: Tue Apr 21 13:33:29 2009 +0200 exo: SVN! --- xfce4/core/exo/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index f1a1347..52c53ff 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,12 +1,13 @@ MODULE=exo - VERSION=0.3.100 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:987262654d23e0da359d434cc29f0b64ad06a733 + MOD=libexo + VERSION="svn-`date +%U`" + SOURCE=$MOD.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 - UPDATED=20090227 + UPDATED=20071207 SHORT="the Xfce extension library" cat << EOF libexo is a library for Xfce that contain additional widgets and a From samuel.verstraete at gmail.com Wed Dec 9 11:52:23 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:23 -0000 Subject: [Lunar-commits] binutils: 2.19 Message-ID: <20091209105222.C7F3F9B209@doppio.foo-projects.org> commit ea33ea68c96ad8fa0121df000e16ebf0188baaa2 Author: Samuel Date: Tue Apr 21 13:33:54 2009 +0200 binutils: 2.19 --- devel/binutils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 562b8c2..2641824 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,15 +1,15 @@ MODULE=binutils - VERSION=2.18 + VERSION=2.19 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=binutils-2.18-makeinfo.patch SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277 + SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20071121 + UPDATED=20090421 SHORT="essential collection of binary utilities." cat << EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:24 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:24 -0000 Subject: [Lunar-commits] mousepad: SVN! Message-ID: <20091209105222.E29A49B206@doppio.foo-projects.org> commit 1d3f4a336829fac79f7f6bc3acfa09e72139c59f Author: Samuel Date: Tue Apr 21 13:36:43 2009 +0200 mousepad: SVN! --- xfce4/apps/mousepad/DETAILS | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index d622f36..454c03d 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,13 +1,19 @@ MODULE=mousepad - VERSION=0.2.16 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.0/src/ - SOURCE_VFY=sha1:4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 + VERSION="svn-`date +%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://erikharrison.net/ + WEB_SITE=http://www.xfce.org ENTERED=20050218 - UPDATED=20090227 + UPDATED=20071207 SHORT="Lighweight xfce text editor" cat << EOF Mousepad is an Xfce port of leafpad, the minimal gtk+-2 text editor. + +the svn branch is the one from Nick Schermer, slightly more advanced +than the trunk branch +If you want the trunk version, uncomment the other sourceurl, comment +the nick sourceurl and delete /var/spool/lunar/mousepad-svn*.tar.bz2 EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:24 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 09 Dec 2009 10:52:24 -0000 Subject: [Lunar-commits] gdm-old: gdm 2.20.10 for Xfce users that do not like gnome Message-ID: <20091209105223.0D33E9B20A@doppio.foo-projects.org> commit 3ed321d23fdedbe48e711691f0289ae10e486e0c Author: samuel verstraete Date: Tue Apr 21 14:03:30 2009 +0200 gdm-old: gdm 2.20.10 for Xfce users that do not like gnome --- zbeta/gdm-old/BUILD | 45 ++++++++++++++++++++++ zbeta/gdm-old/DEPENDS | 2 + zbeta/gdm-old/DETAILS | 50 +++++++++++++++++++++++++ zbeta/gdm-old/Default | 27 +++++++++++++ zbeta/gdm-old/POST_INSTALL | 5 ++ zbeta/gdm-old/Sessions/gnome.desktop | 68 ++++++++++++++++++++++++++++++++++ zbeta/gdm-old/gnomerc | 13 ++++++ zbeta/gdm-old/init.d/gdm | 27 +++++++++++++ zbeta/gdm-old/pam.d/gdm | 14 +++++++ zbeta/gdm-old/pam.d/gdm-autologin | 13 ++++++ 10 files changed, 264 insertions(+), 0 deletions(-) diff --git a/zbeta/gdm-old/BUILD b/zbeta/gdm-old/BUILD new file mode 100644 index 0000000..98cdea6 --- /dev/null +++ b/zbeta/gdm-old/BUILD @@ -0,0 +1,45 @@ +( + + sedit 's:GDM_KEY_HALT "daemon/DefaultPath:GDM_KEY_HALT "daemon/HaltCommand:' daemon/gdm.h + + add_priv_user gdm:gdm + + if module_installed Linux-PAM; then SCHEME="pam" + elif module_installed shadow; then SCHEME="shadow" + else SCHEME="auto" + fi + + OPTS="$OPTS --enable-authentication-scheme=$SCHEME" + + LDFLAGS="$LDFLAGS -L/usr/X11R6/lib" + + ./configure --build=$BUILD \ + --prefix=${GNOME210_PREFIX:-/usr} \ + --with-xinerama=yes \ + --sysconfdir=/etc/X11 \ + --localstatedir=/var \ + --infodir=${GNOME210_PREFIX:-/usr}/share/info \ + --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + $OPTS && + + sedit 's#$(LINK)#$(LINK) $(LIBS)#' daemon/Makefile && + make && + prepare_install && + make install && + + mkdir -p /var/gdm && + chown -R gdm:gdm /var/gdm && + chmod 750 /var/gdm && + + # This has to be a DIRECTORY, not a FILE + if [ -e "/etc/X11/gdm/Sessions" ]; then + rm -fr /etc/X11/gdm/Sessions || true + fi + + mkdir -p /etc/X11/gdm/Sessions/ && + install --mode=644 $SCRIPT_DIRECTORY/gnomerc /etc/X11/gdm/gnomerc && + install --mode=755 $SCRIPT_DIRECTORY/Sessions/gnome.desktop /etc/X11/dm/Sessions && + install --mode=755 $SCRIPT_DIRECTORY/Default /etc/X11/gdm/PreSession/ && + install --mode=755 $SCRIPT_DIRECTORY/Default /etc/X11/gdm/Sessions/ + +) > $C_FIFO 2>&1 diff --git a/zbeta/gdm-old/DEPENDS b/zbeta/gdm-old/DEPENDS new file mode 100644 index 0000000..7a8a2dd --- /dev/null +++ b/zbeta/gdm-old/DEPENDS @@ -0,0 +1,2 @@ +depends librsvg +depends gnome-doc-utils diff --git a/zbeta/gdm-old/DETAILS b/zbeta/gdm-old/DETAILS new file mode 100644 index 0000000..0f61f85 --- /dev/null +++ b/zbeta/gdm-old/DETAILS @@ -0,0 +1,50 @@ + MODULE=gdm-old + MOD=gdm + VERSION=2.20.10 + MAJOR=2.20 + SOURCE=$MOD-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION + SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/ + SOURCE_VFY=sha1:42e9e52184393352f005f1735843a30f764aef18 + WEB_SITE=http://www.gnome.org/projects/gdm/ + ENTERED=20020716 + UPDATED=20080710 + SHORT="the Gnome Display Manager" + +cat << EOF +The Gnome Display Manager is a re-implementation of the well known xdm +program. gdm 2.5 implements all significant features required for +managing local and remote displays. + +gdm daemon: + o X Authentication + o Default and per-display initialization scripts + o Pre and post session scripts + o Pluggable Authentication Modules + o XDMCP + o TCP Wrappers for access control + o Autologin for single user workstations + o Timed login for kiosks and public terminals + +gdmlogin: + o Logo image + o Background image/color + o Halt and reboot + o Iconified login window + o Session selection support + o Language selection support + o GNOME session selection support + o Face browser + o Background program support + o Xinerama support + +gdmchooser: + o Visual host browser + o Customizable icons + +gdmconfig: + o GUI way to configure everything about GDM + +Most features can be turned on and off in the configuration file by +the sysadmin. +EOF diff --git a/zbeta/gdm-old/Default b/zbeta/gdm-old/Default new file mode 100644 index 0000000..f91d3ab --- /dev/null +++ b/zbeta/gdm-old/Default @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Note that any setup should come before the sessreg command as +# that must be 'exec'ed for the pid to be correct (sessreg uses the parent +# pid) +# +# Note that output goes into the .xsession-errors file for easy debugging +# +XSETROOT=`which xsetroot 2>/dev/null` +if [ x$XSETROOT != x ] ; then + $XSETROOT -cursor_name left_ptr -solid "#363047" +fi + + +SESSREG=`which sessreg 2>/dev/null` +if [ x$SESSREG != x ] ; then + # some output for easy debugging + echo "$0: Registering your session with wtmp and utmp" + echo "$0: running: $SESSREG -a -w /var/log/wtmp -u /var/run/utmp -x \"$X_SERVERS\" -h \"$REMOTE_HOST\" -l $DISPLAY $USER" + + exec $SESSREG -a -w /var/log/wtmp -u /var/run/utmp -x "$X_SERVERS" -h "$REMOTE_HOST" -l $DISPLAY $USER + # this is not reached +fi + +# some output for easy debugging +echo "$0: could not find the sessreg utility, cannot update wtmp and utmp" +exit 0 diff --git a/zbeta/gdm-old/POST_INSTALL b/zbeta/gdm-old/POST_INSTALL new file mode 100644 index 0000000..f393d4a --- /dev/null +++ b/zbeta/gdm-old/POST_INSTALL @@ -0,0 +1,5 @@ + +if module_installed gnome-session; then lin -c gnome-session; fi +if module_installed gnome-desktop; then lin -c gnome-desktop; fi + + diff --git a/zbeta/gdm-old/Sessions/gnome.desktop b/zbeta/gdm-old/Sessions/gnome.desktop new file mode 100644 index 0000000..6777c17 --- /dev/null +++ b/zbeta/gdm-old/Sessions/gnome.desktop @@ -0,0 +1,68 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=GNOME +Name[az]=GNOME +Name[be]=GNOME +Name[ca]=GNOME +Name[cs]=GNOME +Name[cy]=GNOME +Name[da]=Gnome +Name[de]=GNOME +Name[el]=GNOME +Name[es]=GNOME +Name[et]=GNOME +Name[fi]=Gnome +Name[fr]=GNOME +Name[he]=GNOME +Name[hu]=GNOME +Name[it]=GNOME +Name[ko]=?????? +Name[ms]=GNOME +Name[nl]=GNOME +Name[no]=GNOME +Name[pl]=GNOME +Name[pt]=GNOME +Name[pt_BR]=GNOME +Name[ru]=GNOME +Name[sk]=GNOME +Name[sl]=GNOME +Name[sq]=GNOME +Name[sr]=???????? +Name[sr at Latn]=Gnom +Name[sv]=GNOME +Name[uk]=GNOME +Name[zh_CN]=GNOME +Name[zh_TW]=GNOME +Comment=This session logs you into GNOME +Comment[az]=Bu iclas sizi GNOME'a daxil ed??c??k +Comment[be]=?????????? ?????????? ?????????????? ?????? ?? GNOME +Comment[ca]=Aquesta sessi?? entra en GNOME +Comment[cs]=Toto sezen?? v??s p??ihl??s?? do GNOME +Comment[cy]=Mae'r sesiwn hwn yn eich mewngofnodi i GNOME +Comment[da]=Denne session logger dig p?? Gnome +Comment[de]=Diese Sitzung meldet Sie an GNOME an +Comment[el]=???????? ?? ???????????????? ?????? ?????????????? ?????? GNOME +Comment[es]=Con esta sesi??n accede a GNOME +Comment[fi]=T??m?? istunto kirjaa sis????n Gnomeen +Comment[fr]=Cette session vous connectera dans GNOME +Comment[he]=?????????? ?????????? ???? ?????????? ???????? ?? GNOME +Comment[ko]=GNOME???????????? ?????????????????? +Comment[ms]=Sesi ini akan log anda ke GNOME +Comment[nl]=Deze sessie meldt u aan bij GNOME +Comment[no]=Denne sesjonen logger deg inn til GNOME +Comment[pl]=Sesja logowania do GNOME +Comment[pt]=Esta sess??o inicia-o no GNOME +Comment[pt_BR]=Logar no ambiente GNOME +Comment[sk]=Toto sedenie v??s prihl??si do prostredia GNOME +Comment[sl]=Ta seja vas prijavi v GNOMe +Comment[sq]=Kjo seanc?? do t'ju fus?? n?? GNOME +Comment[sr]=?????? ???????????? ?????? ???????????????????? ???? ?????????? +Comment[sr at Latn]=Ova sesija vas prijavljuje na Gnoma +Comment[sv]=Denna session loggar in dig i GNOME +Comment[uk]=?????????? ???????????? ?? ???????????????????? GNOME +Comment[zh_CN]=???????????????????????? GNOME +Comment[zh_TW]=???????????????????????????????????? GNOME ?????? +Exec=/usr/bin/gnome-session +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/zbeta/gdm-old/gnomerc b/zbeta/gdm-old/gnomerc new file mode 100644 index 0000000..1fd5585 --- /dev/null +++ b/zbeta/gdm-old/gnomerc @@ -0,0 +1,13 @@ +startssh= +sshagent=/usr/bin/ssh-agent +gnomesession=/usr/bin/gnome-session + +if [ -x $sshagent -a -z "$SSH_AUTH_SOCK" ]; then + startssh=yes +fi + +if [ -n "$startssh" ]; then + exec $sshagent -- $gnomesession +else + exec $gnomesession +fi diff --git a/zbeta/gdm-old/init.d/gdm b/zbeta/gdm-old/init.d/gdm new file mode 100644 index 0000000..32922f5 --- /dev/null +++ b/zbeta/gdm-old/init.d/gdm @@ -0,0 +1,27 @@ +#!/bin/bash + +# chkconfig: 5 95 05 +# description: gdm is gnome's version of the xdm graphical login manager +# processname: /usr/sbin/gdm +# sigreload: HUP + +. /lib/lsb/init-functions $1 + +stop() { + kill `cat /var/run/gdm.pid` + evaluate_retval +} + +status() { + if [ -f /var/run/gdm.pid ]; then + if ps -p `cat /var/run/gdm.pid` > /dev/null; then + echo "gdm is running with Process ID $(cat /var/run/gdm.pid)" + else + echo "gdm is not running but /var/run/gdm.pid exists" + return 1 + fi + else + echo "gdm is not running" + fi +} + diff --git a/zbeta/gdm-old/pam.d/gdm b/zbeta/gdm-old/pam.d/gdm new file mode 100644 index 0000000..47f0938 --- /dev/null +++ b/zbeta/gdm-old/pam.d/gdm @@ -0,0 +1,14 @@ +#%PAM-1.0 +# +# The PAM configuration file for the `gdm' service +# +auth required pam_env.so +auth include system-auth +account required pam_nologin.so +account include system-auth +password include system-auth +session include system-auth +session required pam_loginuid.so +session optional pam_console.so + + diff --git a/zbeta/gdm-old/pam.d/gdm-autologin b/zbeta/gdm-old/pam.d/gdm-autologin new file mode 100644 index 0000000..a4b0dab --- /dev/null +++ b/zbeta/gdm-old/pam.d/gdm-autologin @@ -0,0 +1,13 @@ +#%PAM-1.0 +# +# The PAM configuration file for the `gdm-autologin' service +# +auth required pam_env.so +auth required pam_permit.so +account required pam_nologin.so +account include system-auth +password include system-auth +session include system-auth +session required pam_loginuid.so +session optional pam_console.so + From samuel.verstraete at gmail.com Wed Dec 9 11:52:24 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 09 Dec 2009 10:52:24 -0000 Subject: [Lunar-commits] ristretto: switch to git branch Message-ID: <20091209105223.1F70F9B207@doppio.foo-projects.org> commit 0526ab994d36761de252799301d046a3c2f7098b Author: samuel verstraete Date: Sun May 3 20:03:55 2009 +0200 ristretto: switch to git branch --- xfce4/apps/ristretto/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index edbb0e0..e08ea8a 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -1,12 +1,13 @@ MODULE=ristretto - VERSION="svn-`date +%Y%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE + SOURCE_URL=git://git.xfce.org/stephan/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 - UPDATED=20090420 + UPDATED=20090428 + PSAFE=no SHORT="fast and lightweight picture-viewer" cat << EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:24 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:24 -0000 Subject: [Lunar-commits] fixes Message-ID: <20091209105223.35C309B208@doppio.foo-projects.org> commit b2d0643cd97aaf622a471fffcea882b7a282f334 Author: Samuel Verstraete Date: Tue May 12 13:35:57 2009 +0200 fixes --- devel/binutils/BUILD | 10 +++++----- devel/binutils/DETAILS | 2 +- gnome2/desktop/libsoup/DEPENDS | 2 ++ xfce4/core/Thunar/BUILD | 2 +- xfce4/core/exo/BUILD | 14 ++++++++++++++ xfce4/core/libxfcegui4/BUILD | 2 +- xfce4/core/xfce4-settings/BUILD | 14 ++++++++++++++ xfce4/core/xfconf/BUILD | 14 ++++++++++++++ 8 files changed, 52 insertions(+), 8 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index 3a1ccd0..b01a5de 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,13 +1,13 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && #Somehow I believe this might/should be logged as a bug to the glibc guys... - sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ - bfd/doc/Makefile.in && +# sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ +# bfd/doc/Makefile.in && - aclocal && - autoconf && +# aclocal && +# autoconf && OPTS+=" --host=$BUILD" && default_config && diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 2641824..4a49cab 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,7 +1,7 @@ MODULE=binutils VERSION=2.19 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=binutils-2.18-makeinfo.patch + #SOURCE2=binutils-2.18-makeinfo.patch SOURCE_URL[0]=$GNU_URL/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ SOURCE2_URL=$PATCH_URL diff --git a/gnome2/desktop/libsoup/DEPENDS b/gnome2/desktop/libsoup/DEPENDS index bbda9c7..40dfa40 100644 --- a/gnome2/desktop/libsoup/DEPENDS +++ b/gnome2/desktop/libsoup/DEPENDS @@ -2,3 +2,5 @@ depends glib-2 depends gnutls depends sqlite depends libproxy + +optional_depends GConf "" "--without-gnome" "gnome support" diff --git a/xfce4/core/Thunar/BUILD b/xfce4/core/Thunar/BUILD index 12e8e69..15f96e8 100644 --- a/xfce4/core/Thunar/BUILD +++ b/xfce4/core/Thunar/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/exo/BUILD b/xfce4/core/exo/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/exo/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index b695eac..5ca1695 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./configure --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ --enable-xinerama \ $OPTS && diff --git a/xfce4/core/xfce4-settings/BUILD b/xfce4/core/xfce4-settings/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/xfce4-settings/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/xfconf/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 From samuel.verstraete at gmail.com Wed Dec 9 11:52:24 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:24 -0000 Subject: [Lunar-commits] monodevelop-database: new version Message-ID: <20091209105223.4412B9B20E@doppio.foo-projects.org> commit 5a67acc3df7fedece73cff1ab6f82dee939d998f Author: Samuel Date: Tue May 12 15:19:04 2009 +0200 monodevelop-database: new version --- sql/monodevelop-database/DETAILS | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sql/monodevelop-database/DETAILS b/sql/monodevelop-database/DETAILS index 1c67b6f..db611e8 100644 --- a/sql/monodevelop-database/DETAILS +++ b/sql/monodevelop-database/DETAILS @@ -1,11 +1,12 @@ MODULE=monodevelop-database - VERSION=1.0 + VERSION=2.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://go-mono.com/sources/$MODULE/ - SOURCE_VFY=sha1:238fe15bc15118560e99ee6e0d9fc51c36dae645 - WEB_SITE=http://monodevelop.com + SOURCE_VFY=sha1:fd7c7b2de452f13d49f8699a765f0517ffbdaff7 + WEB_SITE=http://monodevelop.com ENTERED=20071220 - UPDATED=20080319 + UPDATED=20090512 + PSAFE=no SHORT="Addin for monodevelop to support database connections" cat << EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:25 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:25 -0000 Subject: [Lunar-commits] fix Message-ID: <20091209105223.6223D9B211@doppio.foo-projects.org> commit 15ad2c99f688b92880df95377edc8528c19a7e51 Author: Samuel Date: Tue May 12 15:19:44 2009 +0200 fix --- xfce4/core/exo/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index 52c53ff..1f8aa75 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,6 +1,6 @@ MODULE=exo MOD=libexo - VERSION="svn-`date +%U`" + VERSION="svn-`date +%Y%U`" SOURCE=$MOD.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD From elangelo at lunar-linux.org Wed Dec 9 11:52:25 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:25 -0000 Subject: [Lunar-commits] consonance changes Message-ID: <20091209105223.929D59B212@doppio.foo-projects.org> commit 00527bd71d5845bf6019936fd1421bc52a94ca17 Author: Samuel Verstraete Date: Tue May 12 21:58:40 2009 +0200 consonance changes --- audio/consonance/DEPENDS | 1 + audio/consonance/DETAILS | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS index 5c881bb..bbf0b39 100644 --- a/audio/consonance/DEPENDS +++ b/audio/consonance/DEPENDS @@ -2,3 +2,4 @@ depends libmad depends libogg depends flac depends libsndfile +depends libnotify diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS index 778c2a4..ed1acf5 100644 --- a/audio/consonance/DETAILS +++ b/audio/consonance/DETAILS @@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE WEB_SITE=http://consonance.sourceforge.net/ ENTERED=20080805 UPDATED=20090307 + PSAFE=no SHORT="lightweight music manager" cat << EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:25 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:25 -0000 Subject: [Lunar-commits] xfce: chages Message-ID: <20091209105223.D38A09B220@doppio.foo-projects.org> commit 287e2b2aa9b7ec26f5da21ffd88cecc0d03320b1 Author: Samuel Verstraete Date: Tue May 12 21:58:57 2009 +0200 xfce: chages --- xfce4/core/xfce4-session/BUILD | 8 ++------ xfce4/core/xfce4-session/DEPENDS | 2 ++ xfce4/core/xfce4-session/DETAILS | 4 +--- xfce4/core/xfconf/DETAILS | 16 ---------------- 4 files changed, 5 insertions(+), 25 deletions(-) diff --git a/xfce4/core/xfce4-session/BUILD b/xfce4/core/xfce4-session/BUILD index 339d297..578930b 100644 --- a/xfce4/core/xfce4-session/BUILD +++ b/xfce4/core/xfce4-session/BUILD @@ -1,16 +1,12 @@ ( - -# patch_it $SOURCE2 1 && [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - PATH="$PATH:/usr/X11/bin" - - ./autogen.sh --build=$BUILD \ + ./autogen.sh --build=$BUILD \ --prefix=${MODULE_PREFIX} \ - $OPTS && + $OPTS && default_make diff --git a/xfce4/core/xfce4-session/DEPENDS b/xfce4/core/xfce4-session/DEPENDS index 1bda173..c9cfb80 100644 --- a/xfce4/core/xfce4-session/DEPENDS +++ b/xfce4/core/xfce4-session/DEPENDS @@ -1,5 +1,7 @@ + depends xfconf depends libxfce4util depends libxfcegui4 optional_depends fortune "" "" "so xfce4-tips can give you the fortune of the day" + diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 06b1aa9..9d9c9e9 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,10 +1,8 @@ MODULE=xfce4-session - VERSION="svn-`date +%Y%U`" + VERSION=svn-`date +%Y%U` SOURCE=$MODULE.tar.bz2 - #SOURCE2=fast_xfce.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE - #SOURCE2_URL=http://merlin.ugent.be/lunar/patches MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index 5f13920..8e93262 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,4 +1,3 @@ -<<<<<<< HEAD:xfce4/core/xfconf/DETAILS MODULE=xfconf VERSION="svn-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 @@ -11,20 +10,5 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SHORT="Something that does something" cat << EOF -Something that does that other thing -======= - MODULE=xfconf - VERSION=4.6.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src - SOURCE_VFY=sha1:6df092942c5c5af5d65a58589fb85e29755a37ee - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090227 - UPDATED=20090424 - SHORT="Configuration system for Xfce" - -cat << EOF Configuration storage system for Xfce ->>>>>>> master:xfce4/core/xfconf/DETAILS EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:26 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:26 -0000 Subject: [Lunar-commits] mplayer: svn Message-ID: <20091209105224.0F42F9B20B@doppio.foo-projects.org> commit f2adb09e9978fa6d0e16aac8029f42075ae20b90 Author: Samuel Verstraete Date: Thu May 14 20:10:58 2009 +0200 mplayer: svn --- zbeta/mplayer/BUILD | 48 +++++++++++++++++++++++++++++++++++++++++ zbeta/mplayer/CONFIGURE | 3 ++ zbeta/mplayer/DEPENDS | 18 +++++++++++++++ zbeta/mplayer/DETAILS | 51 ++++++++++++++++++++++++++++++++++++++++++++ zbeta/mplayer/POST_INSTALL | 1 + zbeta/mplayer/PRE_BUILD | 13 +++++++++++ 6 files changed, 134 insertions(+), 0 deletions(-) diff --git a/zbeta/mplayer/BUILD b/zbeta/mplayer/BUILD new file mode 100644 index 0000000..8863686 --- /dev/null +++ b/zbeta/mplayer/BUILD @@ -0,0 +1,48 @@ +( + +#patch_it $SOURCE7 0 && +#patch_it $SOURCE8 0 && +#patch_it $SOURCE9 0 && +#patch_it $SOURCE10 0 && + + # using CFLAGS other than MPlayers autodetected will break + bad_flags compiler + + if [ $MENCODER == "n" ] ; then + OPTS=$OPTS" --disable-mencoder" + fi + + if [ $OSD == "y" ] ; then + OPTS=$OPTS" --enable-menu" + fi + + cd $SOURCE_DIRECTORY && + + ./configure --prefix=/usr \ + --confdir=/etc \ + --mandir=/usr/share/man \ + --codecsdir=/usr/lib/win32 \ + --enable-linux-devfs \ + --enable-largefiles \ + --confdir=/etc/mplayer \ + --datadir=/usr/share/mplayer \ + $OPTS && + + default_make && + + gather_docs etc/* && + install -d /usr/share/mplayer/Skin && + install -d /etc/mplayer && + install -m644 etc/codecs.conf /usr/share/mplayer/ && + install -m644 etc/example.conf /etc/mplayer/mplayer.conf && + install -m644 etc/input.conf /etc/mplayer/ && + + cp -a Skin/Blue /usr/share/mplayer/Skin/ && + ln -sf /usr/share/mplayer/Skin/Blue /usr/share/mplayer/Skin/default && + + cp -a fonts /usr/share/mplayer/ && + rm -rf /usr/share/mplayer/font && + ln -sf fonts/font-arial-iso-8859-1/font-arial-18-iso-8859-1 /usr/share/mplayer/font + +) > $C_FIFO 2>&1 + diff --git a/zbeta/mplayer/CONFIGURE b/zbeta/mplayer/CONFIGURE new file mode 100644 index 0000000..af43a19 --- /dev/null +++ b/zbeta/mplayer/CONFIGURE @@ -0,0 +1,3 @@ +mquery MENCODER "Enable building of MEncoder ?" y +mquery OSD "Enable OSD support? " y + diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS new file mode 100644 index 0000000..12f3e07 --- /dev/null +++ b/zbeta/mplayer/DEPENDS @@ -0,0 +1,18 @@ +depends freetype2 +depends unzip +depends MPlayer-essentials +optional_depends libdvdread "" "" "To read DVDs" +optional_depends SDL "--enable-sdl" "" "to use SDL to output video signal" +optional_depends alsa-utils "" "" "for ALSA sound support" +optional_depends libvorbis "" "" "to use ogg audio format" +optional_depends libmatroska "" "" "for matroska audio/video container format support" +optional_depends faad "" "" "for external FAAD2 (MPA/AAC) support" +optional_depends libtheora "--enable-theora" "--disable-theora" "for OGG/Theora Video Playback" +optional_depends libXvMC "--enable-xvmc --with-xvmclib=XvMCW" "" "for hardware XvMC acceleration" +optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui support" +optional_depends MPlayer-all "" "" "to install more foreign codecs" +optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" +optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" +optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" +optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" + diff --git a/zbeta/mplayer/DETAILS b/zbeta/mplayer/DETAILS new file mode 100644 index 0000000..399d76a --- /dev/null +++ b/zbeta/mplayer/DETAILS @@ -0,0 +1,51 @@ + MODULE=mplayer + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 + SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE2=font-arial-iso-8859-1.tar.bz2 + SOURCE3=font-arial-iso-8859-2.tar.bz2 + SOURCE4=font-arial-cp1250.tar.bz2 + SOURCE5=font-arial-iso-8859-7.tar.bz2 + SOURCE6=Blue-1.7.tar.bz2 + #SOURCE7=stream_cddb_fix_20080120.diff + ##SOURCE8=url_fix_20080120.diff + #SOURCE9=demux_mov_fix_20080129.diff + #SOURCE10=demux_audio_fix_20080129.diff + SOURCE_URL[0]=svn://svn.mplayerhq.hu/$MODULE/trunk:$MODULE + SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + #SOURCE7_URL=http://www.mplayerhq.hu/MPlayer/patches/ + #SOURCE8_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE9_URL=http://www.mplayerhq.hu/MPlayer/patches/ + # SOURCE10_URL=http://www.mplayerhq.hu/MPlayer/patches/ + SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 + SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 + SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 + SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d + SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 + # SOURCE7_VFY=sha1:8d901c7a88fa120ed26492e741e1ae0fbe57e12d + # SOURCE8_VFY=sha1:1e92ded6f27bf07601fa318e24ec468fe225ffe5 + # SOURCE9_VFY=sha1:a17d82baff58e8cc569365341503273956fd26c8 + # SOURCE10_VFY=sha1:e25ba7d8d696d9c6365f105134ba723404adb4e1 + WEB_SITE=http://www.mplayerhq.hu + ENTERED=20010922 + UPDATED=20080409 + PSAFE=no + SHORT="A movie and animation player" + +cat << EOF +MPlayer is a movie and animation player based on the 0.90pre5 version of +MPEGplayer and the Avifile library. It uses mpeg2dec/libmpeg2 for MPEG +decoding. The supported file formats are: MPEG 1/2 (MPG, DAT, BIN, VOB) +and AVI (Mpeg/PCM/AC3/DivX/MS-ADPCM/aLaw audio and MPEG4/DivX/Indeo/CVID +video codecs). It supports hardware YUV colorspace conversion and +scaling via mga_vid/syncfb devices or the X11 Xv extension. +EOF + diff --git a/zbeta/mplayer/POST_INSTALL b/zbeta/mplayer/POST_INSTALL new file mode 100644 index 0000000..410fa55 --- /dev/null +++ b/zbeta/mplayer/POST_INSTALL @@ -0,0 +1 @@ +if module_installed mplayerplug-in; then lin -c mplayerplug-in; fi diff --git a/zbeta/mplayer/PRE_BUILD b/zbeta/mplayer/PRE_BUILD new file mode 100644 index 0000000..fdb9a44 --- /dev/null +++ b/zbeta/mplayer/PRE_BUILD @@ -0,0 +1,13 @@ +default_pre_build && + +mkdir $SOURCE_DIRECTORY/Skin && +cd $SOURCE_DIRECTORY/Skin && +unpack $SOURCE6 && + +mkdir $SOURCE_DIRECTORY/fonts && +cd $SOURCE_DIRECTORY/fonts && +unpack $SOURCE2 && +unpack $SOURCE3 && +unpack $SOURCE4 && +unpack $SOURCE5 + From elangelo at lunar-linux.org Wed Dec 9 11:52:26 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:26 -0000 Subject: [Lunar-commits] linux-2.6-rc: BLEEDING EDGE Message-ID: <20091209105223.F32379B205@doppio.foo-projects.org> commit 126940582dc788127725db77078f79333189f65f Author: Samuel Verstraete Date: Thu May 14 18:18:43 2009 +0200 linux-2.6-rc: BLEEDING EDGE --- kernel/linux-2.6-rc/BUILD | 39 ++++++++++++++++++++++++++++++++++++++ kernel/linux-2.6-rc/CONFIGURE | 11 ++++++++++ kernel/linux-2.6-rc/DEPENDS | 2 + kernel/linux-2.6-rc/DETAILS | 25 ++++++++++++++++++++++++ kernel/linux-2.6-rc/POST_INSTALL | 8 +++++++ kernel/linux-2.6-rc/PRE_BUILD | 32 +++++++++++++++++++++++++++++++ 6 files changed, 117 insertions(+), 0 deletions(-) diff --git a/kernel/linux-2.6-rc/BUILD b/kernel/linux-2.6-rc/BUILD new file mode 100644 index 0000000..88536e6 --- /dev/null +++ b/kernel/linux-2.6-rc/BUILD @@ -0,0 +1,39 @@ +( + + while + if [ "$CONFIG_KERNEL" == "y" ]; then + if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then + make xconfig || make menuconfig || make config + elif [ "$PREFER_MENUCONFIG" == "y" ]; then + make menuconfig || make config + else + make config + fi + if ! query "Repeat configuration?" n; then + CONFIG_KERNEL=n + fi + else + false + fi + do + true + done + +) && ( + + # Needed for x86_64 + MYARCH="`arch | grep -qw i.86 && echo i386 || arch`" + + echo | make oldconfig + LD_PRELOAD= cp .config $CONFIG_CACHE/.config.2.6.rc + rm -f arch/${MYARCH}/boot/bzImage + + make ${MAKES:+-j$MAKES} bzImage && + make ${MAKES:+-j$MAKES} modules && + backup_mods_krnl $VERSION && + prepare_install && + make modules_install && + cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch` && + cp System.map /boot/System.map-$VERSION-`arch` + +) > $C_FIFO 2>&1 diff --git a/kernel/linux-2.6-rc/CONFIGURE b/kernel/linux-2.6-rc/CONFIGURE new file mode 100644 index 0000000..8fa5719 --- /dev/null +++ b/kernel/linux-2.6-rc/CONFIGURE @@ -0,0 +1,11 @@ +mquery PREFER_XCONFIG "Do you prefer xconfig over menuconfig?" n + +if [ "`get_module_config PREFER_XCONFIG`" = "y" ]; then + set_module_config "PREFER_MENUCONFIG" "n" ; +else + mquery PREFER_MENUCONFIG "Do you prefer menuconfig over config?" y +fi + +unset_module_config CONFIG_KERNEL +mquery CONFIG_KERNEL "Configure linux kernel?" n + diff --git a/kernel/linux-2.6-rc/DEPENDS b/kernel/linux-2.6-rc/DEPENDS new file mode 100644 index 0000000..5a3371a --- /dev/null +++ b/kernel/linux-2.6-rc/DEPENDS @@ -0,0 +1,2 @@ +depends autoconf +depends module-init-tools diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS new file mode 100644 index 0000000..96da935 --- /dev/null +++ b/kernel/linux-2.6-rc/DETAILS @@ -0,0 +1,25 @@ + MODULE=linux-2.6-rc + VERSION=2.6.30-rc5 + SOURCE=linux-$VERSION.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION + SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing + SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing + SOURCE_VFY=sha1:de7e6706b9198dc46be48bf46f051d3b30dd4c76 + WEB_SITE=http://www.kernel.org + ENTERED=20041019 + UPDATED=20090512 + SHORT="The core of a Linux GNU Operating System" + KEEP_SOURCE=on + TMPFS=off + +cat << EOF +This is the stable version of the 2.6.x branch. + +Linux is a clone of the Unix kernel, written from scratch by Linus +Torvalds with assistance from a loosely-knit team of hackers across the +Net. It aims towards POSIX and Single UNIX Specification compliance. It +has all the features you would expect in a modern fully-fledged Unix +kernel, including true multitasking, virtual memory, shared libraries, +demand loading, shared copy-on-write executables, proper memory +management, and TCP/IP networking. +EOF diff --git a/kernel/linux-2.6-rc/POST_INSTALL b/kernel/linux-2.6-rc/POST_INSTALL new file mode 100644 index 0000000..dd6cddc --- /dev/null +++ b/kernel/linux-2.6-rc/POST_INSTALL @@ -0,0 +1,8 @@ +update_bootloader $VERSION-`arch` $VERSION-`arch` + +# Reinstall packages that add their own kernel modules + +lin -c kernel-reqs + +# create /sys +mkdir -p /sys diff --git a/kernel/linux-2.6-rc/PRE_BUILD b/kernel/linux-2.6-rc/PRE_BUILD new file mode 100644 index 0000000..ae8eafd --- /dev/null +++ b/kernel/linux-2.6-rc/PRE_BUILD @@ -0,0 +1,32 @@ +# Bail if we're not running a core with kernel functions + +if [ ! -e $FUNCTIONS/kernel.lunar ] ; then + message "${PROBLEM_COLOR}Bailing out, ${DEFAULT_COLOR}Lunar (or theedge) code version too old" + message "${PROBLEM_COLOR}Update core ${MODULE_COLOR}(lin lunar or lin theedge)${DEFAULT_COLOR} to install this kernel" + exit 1 +fi + +mk_source_dir $SOURCE_DIRECTORY +rm -f /usr/src/linux +ln -sf $SOURCE_DIRECTORY /usr/src/linux +cd $SOURCE_DIRECTORY + +# Check wether we're running an up-to-date tar +if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then + tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \ + --no-same-permissions --strip-components=1 +else + message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module" + exit 1 +fi + +# if we have an EXTRA patch, apply it +if [ -n "${SOURCE2}" ]; then + patch_it ${SOURCE2} 1 +fi + +if [ -f $CONFIG_CACHE/.config.2.6.rc ]; then + cp $CONFIG_CACHE/.config.2.6.rc $SOURCE_DIRECTORY/.config; +elif [ -f $CONFIG_CACHE/.config.beta ]; then + cp $CONFIG_CACHE/.config.beta $SOURCE_DIRECTORY/.config; +fi From samuel.verstraete at gmail.com Wed Dec 9 11:52:26 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 09 Dec 2009 10:52:26 -0000 Subject: [Lunar-commits] ristretto: updated build Message-ID: <20091209105224.4416A9B206@doppio.foo-projects.org> commit 73bf6a48f791434c182696b12c60685b1b5888f9 Author: samuel verstraete Date: Sat May 16 08:23:59 2009 +0200 ristretto: updated build --- xfce4/apps/ristretto/BUILD | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/xfce4/apps/ristretto/BUILD b/xfce4/apps/ristretto/BUILD index 1776fd6..15f96e8 100644 --- a/xfce4/apps/ristretto/BUILD +++ b/xfce4/apps/ristretto/BUILD @@ -4,6 +4,10 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_build + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 From samuel.verstraete at gmail.com Wed Dec 9 11:52:26 2009 From: samuel.verstraete at gmail.com (samuel verstraete) Date: Wed, 09 Dec 2009 10:52:26 -0000 Subject: [Lunar-commits] xbmc: new stuff Message-ID: <20091209105224.60EFE9B223@doppio.foo-projects.org> commit f9b9a4955a2f2f946ed285d7538155899cdc87ae Author: samuel verstraete Date: Sun May 17 11:25:28 2009 +0200 xbmc: new stuff --- video/xbmc/DEPENDS | 9 +++++++++ video/xbmc/DETAILS | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/video/xbmc/DEPENDS b/video/xbmc/DEPENDS new file mode 100644 index 0000000..2a236d7 --- /dev/null +++ b/video/xbmc/DEPENDS @@ -0,0 +1,9 @@ +depends glew +depends fribidi +depends mysql +depends lzo +depends libcdio +depends SDL +depends SDL_image +depends SDL_mixer +depends enca diff --git a/video/xbmc/DETAILS b/video/xbmc/DETAILS new file mode 100644 index 0000000..3d5e7e9 --- /dev/null +++ b/video/xbmc/DETAILS @@ -0,0 +1,16 @@ +#http://heanet.dl.sourceforge.net/sourceforge/xbmc/XBMC_9.04_Babylon-linux-osx-win32.tar.bz2 +MODULE=xbmc +VERSION=9.04 +SOURCE=XBMC_${VERSION}_Babylon-linux-osx-win32.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/XBMC_9.04_Babylon-linux-osx-win32 +SOURCE_URL=$SFORGE_URL/$MODULE +SOURCE_VFY=sha1:097db32fa4ae4ced0c8d101195d040a81a6ca105 +ENTERED=20090517 +UPDATED=20090517 +SHORT="XBMC" + +cat << EOF +XBMC + +EOF + From elangelo at lunar-linux.org Wed Dec 9 11:52:26 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:26 -0000 Subject: [Lunar-commits] linux-2.6-rc: 30-rc7 Message-ID: <20091209105224.7FC559B20A@doppio.foo-projects.org> commit 14bda61531a54a714726e470a3f2d1a29dd8f7aa Author: Samuel Verstraete Date: Mon May 25 08:29:09 2009 +0200 linux-2.6-rc: 30-rc7 --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 96da935..3e3be95 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.30-rc5 + VERSION=2.6.30-rc7 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:de7e6706b9198dc46be48bf46f051d3b30dd4c76 + SOURCE_VFY=sha1:12b781e4cee59f5cb2450197186cafcc997daab6 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090512 + UPDATED=20090525 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at lunar-linux.org Wed Dec 9 11:52:27 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:27 -0000 Subject: [Lunar-commits] vde2: virtual distributed network Message-ID: <20091209105224.9486F9B219@doppio.foo-projects.org> commit 93095b80f876846bac19cd36adf1ac3b8d9f157c Author: Samuel Verstraete Date: Mon May 25 09:02:24 2009 +0200 vde2: virtual distributed network --- devel/vde2/DETAILS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/devel/vde2/DETAILS b/devel/vde2/DETAILS new file mode 100644 index 0000000..9b37ed0 --- /dev/null +++ b/devel/vde2/DETAILS @@ -0,0 +1,15 @@ + MODULE=vde2 + VERSION=2.2.2 + SOURCE=${MODULE}-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/vde + SOURCE_VFY=sha1:979efc41dd5d0c41f54929159031361e961c6b80 + WEB_SITE=http://kvm.qumranet.com/kvmwiki + ENTERED=20090525 + UPDATED=20090525 + SHORT="virtual distributed ethernet" + +cat << EOF +VDE: Virtual Distributed Ethernet. It creates the abstraction of a +virtual ethernet: a single vde can be accessed by virtual and real +computers +EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:27 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:27 -0000 Subject: [Lunar-commits] linux-2.6-rc Message-ID: <20091209105224.AAB1D9B207@doppio.foo-projects.org> commit 77be9012a26c3ffc98c497fcac3c02e2e22ae488 Author: Samuel Verstraete Date: Sun Jun 7 12:41:13 2009 +0200 linux-2.6-rc --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 3e3be95..337f984 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.30-rc7 + VERSION=2.6.30-rc8 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:12b781e4cee59f5cb2450197186cafcc997daab6 + SOURCE_VFY=sha1:bf9c2e93fb584375eba2c17c8255070d38bc5ca9 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090525 + UPDATED=20090604 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at lunar-linux.org Wed Dec 9 11:52:27 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:27 -0000 Subject: [Lunar-commits] tumbler: xfce4 stuff Message-ID: <20091209105225.16E519B208@doppio.foo-projects.org> commit 095b72e2f4aede7eab4cdd968c885d9f4ddd374d Author: Samuel Verstraete Date: Mon Jun 8 20:14:06 2009 +0200 tumbler: xfce4 stuff --- xfce4/core/tumbler/BUILD | 9 +++++++++ xfce4/core/tumbler/DETAILS | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/xfce4/core/tumbler/BUILD b/xfce4/core/tumbler/BUILD new file mode 100644 index 0000000..a086dca --- /dev/null +++ b/xfce4/core/tumbler/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/tumbler/DETAILS b/xfce4/core/tumbler/DETAILS new file mode 100644 index 0000000..8860e56 --- /dev/null +++ b/xfce4/core/tumbler/DETAILS @@ -0,0 +1,16 @@ + MODULE=tumbler + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git://git.xfce.org/jannis/$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto + ENTERED=20090607 + UPDATED=20090607 + PSAFE=no + SHORT="thumbnailing service" + +cat << EOF +A D-Bus thumbnailing service based on the thumbnail management D-Bus +specification +EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:27 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:27 -0000 Subject: [Lunar-commits] gedit: GEdit Text Editor in desktop file Message-ID: <20091209105225.2A9589B20E@doppio.foo-projects.org> commit 412f8c3315ad0e5c1cf9aae8bba0d201e3b17b10 Author: Samuel Verstraete Date: Mon Jun 8 21:05:59 2009 +0200 gedit: GEdit Text Editor in desktop file --- gnome2/desktop/gedit/BUILD | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gnome2/desktop/gedit/BUILD b/gnome2/desktop/gedit/BUILD index 5d34717..84ec0e3 100644 --- a/gnome2/desktop/gedit/BUILD +++ b/gnome2/desktop/gedit/BUILD @@ -1,5 +1,9 @@ ( + sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in && + sedit s/Text\ Editor/GEdit\ Text\ Editor/g data/gedit.desktop.in.in && + + ./configure --prefix=${GNOME210_PREFIX:-/usr} \ --build=$BUILD \ --sysconfdir=/etc \ From elangelo at lunar-linux.org Wed Dec 9 11:52:28 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:28 -0000 Subject: [Lunar-commits] multipath-tools: mount lvm qemu modules Message-ID: <20091209105225.534409B211@doppio.foo-projects.org> commit 688ac75c3c70fa368ba1b01d89375843face89ef Author: Samuel Verstraete Date: Sun Jun 21 10:34:10 2009 +0200 multipath-tools: mount lvm qemu modules --- filesys/multipath-tools/DEPENDS | 1 + filesys/multipath-tools/DETAILS | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/filesys/multipath-tools/DEPENDS b/filesys/multipath-tools/DEPENDS new file mode 100644 index 0000000..2a67d02 --- /dev/null +++ b/filesys/multipath-tools/DEPENDS @@ -0,0 +1 @@ +depends libaio diff --git a/filesys/multipath-tools/DETAILS b/filesys/multipath-tools/DETAILS new file mode 100644 index 0000000..3971e24 --- /dev/null +++ b/filesys/multipath-tools/DETAILS @@ -0,0 +1,14 @@ + MODULE=multipath-tools + VERSION=0.4.8 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://christophe.varoqui.free.fr/multipath-tools + SOURCE_VFY=sha1:aadc7c7ed072c3df2e32c64a2ab1ba7fac850d7a + WEB_SITE=http://christophe.varoqui.free.fr + PSAFE=no + ENTERED=20090611 + UPDATED=20090611 + SHORT="multipath-tools" + +cat << EOF +multipath-tools +EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:28 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:28 -0000 Subject: [Lunar-commits] buildbot: new module Message-ID: <20091209105225.381619B20C@doppio.foo-projects.org> commit 68c7c2268fe879ac1e9189dcb6be7c65dfd3f2ed Author: Samuel Verstraete Date: Sun Jun 21 10:25:54 2009 +0200 buildbot: new module --- devel/buildbot/BUILD | 4 ++++ devel/buildbot/DEPENDS | 1 + devel/buildbot/DETAILS | 13 +++++++++++++ 3 files changed, 18 insertions(+), 0 deletions(-) diff --git a/devel/buildbot/BUILD b/devel/buildbot/BUILD new file mode 100644 index 0000000..3d6b04e --- /dev/null +++ b/devel/buildbot/BUILD @@ -0,0 +1,4 @@ +( + prepare_install && + python ./setup.py install +) > $C_FIFO 2>&1 diff --git a/devel/buildbot/DEPENDS b/devel/buildbot/DEPENDS new file mode 100644 index 0000000..2f6cf73 --- /dev/null +++ b/devel/buildbot/DEPENDS @@ -0,0 +1 @@ +depends Twisted diff --git a/devel/buildbot/DETAILS b/devel/buildbot/DETAILS new file mode 100644 index 0000000..373236d --- /dev/null +++ b/devel/buildbot/DETAILS @@ -0,0 +1,13 @@ + MODULE=buildbot + VERSION=0.7.10p1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:799bf66cf4d6f8b9f94c0b167ac14b1198afdb7d + ENTERED=20090616 + UPDATED=20090616 + SHORT="buildbot" + +cat< multipath-tools: kpartx Message-ID: <20091209105225.885EB9B212@doppio.foo-projects.org> commit fa9df8fc681e1ed4e314e416c22d8576fe9430d5 Author: Samuel Verstraete Date: Sun Jun 21 10:36:08 2009 +0200 multipath-tools: kpartx --- filesys/multipath-tools/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/filesys/multipath-tools/DETAILS b/filesys/multipath-tools/DETAILS index 3971e24..08d0f1a 100644 --- a/filesys/multipath-tools/DETAILS +++ b/filesys/multipath-tools/DETAILS @@ -10,5 +10,5 @@ SHORT="multipath-tools" cat << EOF -multipath-tools +multipath-tools: kpartx EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:29 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:29 -0000 Subject: [Lunar-commits] libaio: depedency of multipath-tools Message-ID: <20091209105225.6B19A9B229@doppio.foo-projects.org> commit 199ef5b83566fbb54a1e005ba51b51cf353611c4 Author: Samuel Verstraete Date: Sun Jun 21 10:35:41 2009 +0200 libaio: depedency of multipath-tools --- libs/libaio/DETAILS | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/libs/libaio/DETAILS b/libs/libaio/DETAILS new file mode 100644 index 0000000..e34ffd7 --- /dev/null +++ b/libs/libaio/DETAILS @@ -0,0 +1,13 @@ + MODULE=libaio + VERSION=0.3.107 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://mirror.internode.on.net/pub/gentoo-portage/distfiles/ + SOURCE_VFY=sha1:769a541744448a6dfc3fd3a3e335afe7aa77ca8e + WEB_SITE=http://www.kernel.org/pub/linux/kernel/people/andrea/libaio/ + ENTERED=20090611 + UPDATED=20090611 + SHORT="libaio" + +cat << EOF +libaio +EOF From elangelo at xfce.org Wed Dec 9 11:52:29 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:29 -0000 Subject: [Lunar-commits] consonance > pragha xfce4-power-manager 0.8.0 Message-ID: <20091209105225.9C21E9B214@doppio.foo-projects.org> commit 258e4f659febdb8c37f24ac48937749021d4b0b8 Author: Samuel Verstraete Date: Mon Jun 29 20:21:34 2009 +0200 consonance > pragha xfce4-power-manager 0.8.0 --- audio/consonance/DEPENDS | 5 ----- audio/consonance/DETAILS | 20 -------------------- audio/pragha/DEPENDS | 7 +++++++ audio/pragha/DETAILS | 19 +++++++++++++++++++ xfce4/goodies/xfce4-power-manager/DETAILS | 6 +++--- 5 files changed, 29 insertions(+), 28 deletions(-) diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS deleted file mode 100644 index bbf0b39..0000000 --- a/audio/consonance/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends libmad -depends libogg -depends flac -depends libsndfile -depends libnotify diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS deleted file mode 100644 index 4a9ec1b..0000000 --- a/audio/consonance/DETAILS +++ /dev/null @@ -1,20 +0,0 @@ - MODULE=consonance - #VERSION="svn-`date +%Y%U`" - VERSION=0.5.1 - #SOURCE=$MODULE.tar.bz2 - SOURCE=$MODULE-$VERSION.tar.gz -#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=$SFORGE_URL/$MODULE -# SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance - WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:af3667cf43f5f2eedeac94454f1e5b9de68b5155 - ENTERED=20080805 - #UPDATED=20090307 - UPDATED=20090512 - PSAFE=no - SHORT="lightweight music manager" - -cat << EOF -Consonance is a lightweight GTK+ music manager that aims to be fast, -bloat-free, and light on memory consumption. -EOF diff --git a/audio/pragha/DEPENDS b/audio/pragha/DEPENDS new file mode 100644 index 0000000..2ca8472 --- /dev/null +++ b/audio/pragha/DEPENDS @@ -0,0 +1,7 @@ +depends libmad +depends libogg +depends flac +depends libsndfile +depends libnotify +depends taglib +depends libmodplug diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS new file mode 100644 index 0000000..da507a5 --- /dev/null +++ b/audio/pragha/DETAILS @@ -0,0 +1,19 @@ + MODULE=pragha + #VERSION="svn-`date +%Y%U`" + VERSION=0.6.1 + #SOURCE=$MODULE.tar.bz2 + SOURCE=$MODULE-$VERSION.tar.bz2 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http://dissonance.googlecode.com/files/ +# SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance + WEB_SITE=http://consonance.sourceforge.net/ + SOURCE_VFY=sha1:86ff63f1c57fd457bb7163c1d3cc285d5e2ace2b + ENTERED=20090627 + #UPDATED=20090307 + UPDATED=20090627 + SHORT="lightweight music manager" + +cat << EOF +Consonance is a lightweight GTK+ music manager that aims to be fast, +bloat-free, and light on memory consumption. +EOF diff --git a/xfce4/goodies/xfce4-power-manager/DETAILS b/xfce4/goodies/xfce4-power-manager/DETAILS index 1de7847..f7174ef 100644 --- a/xfce4/goodies/xfce4-power-manager/DETAILS +++ b/xfce4/goodies/xfce4-power-manager/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-power-manager - VERSION=0.6.5 + VERSION=0.8.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:c44a3106d17816cec2ce0be970d9ac2331c80a75 + SOURCE_VFY=sha1:51012fdf09c3fbf94cf73489915f96838abb15e0 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20090307 - UPDATED=20090405 + UPDATED=20090628 SHORT="A power manager Xfce" cat << EOF From elangelo at xfce.org Wed Dec 9 11:52:29 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:29 -0000 Subject: [Lunar-commits] linux-2.6-rc Message-ID: <20091209105225.CEE3F9B209@doppio.foo-projects.org> commit b3e251e2ff1c811e14350e9cd098261d411d43e9 Author: Samuel Verstraete Date: Fri Jul 17 19:43:43 2009 +0200 linux-2.6-rc --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 337f984..e15adc3 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.30-rc8 + VERSION=2.6.31-rc1 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:bf9c2e93fb584375eba2c17c8255070d38bc5ca9 + SOURCE_VFY=sha1:61293da307f09aa84022d49fca3769ce7ce37c4d WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090604 + UPDATED=20090715 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at xfce.org Wed Dec 9 11:52:29 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:29 -0000 Subject: [Lunar-commits] new stuff Message-ID: <20091209105225.E9B479B215@doppio.foo-projects.org> commit e3c23abe8dbed7383a28ed049dece399e7d8e28b Author: Samuel Verstraete Date: Fri Jul 17 19:44:17 2009 +0200 new stuff --- devel/gtksourcecompletion/DETAILS | 17 +++++++++++++++++ devel/vtg/DETAILS | 12 ++++++++++++ graphics/rawstudio/DETAILS | 12 ++++++++++++ 3 files changed, 41 insertions(+), 0 deletions(-) diff --git a/devel/gtksourcecompletion/DETAILS b/devel/gtksourcecompletion/DETAILS new file mode 100644 index 0000000..96b8c4d --- /dev/null +++ b/devel/gtksourcecompletion/DETAILS @@ -0,0 +1,17 @@ +MODULE=gtksourcecompletion +VERSION=0.7.0 +SOURCE=$MODULE-$VERSION.tar.gz +#SOURCE_URL=http://cloud.github.com/downloads/chuchiperriman/gtksourcecompletion +SOURCE_URL=$SFORGE_URL/gtksourcecomple +WEBSITE=http://gtksourcecomple.sourceforge.net +ENTERED=20090628 +UPDATED=20090628 +SHORT="library to add autocompletion and calltips support to gtksourceview" +cat << EOF +GtkSourceCompletion is a library to add (auto)completion and calltips +support to GtkSourceView. The library manages all events, the popup +position etc. but it doesn't complete anything, it is the base library. +You can develop providers for GtkSourceCompletion and the library will +use it to show all the proposals, the information for every proposal +etc. +EOF diff --git a/devel/vtg/DETAILS b/devel/vtg/DETAILS new file mode 100644 index 0000000..6906c0c --- /dev/null +++ b/devel/vtg/DETAILS @@ -0,0 +1,12 @@ +MODULE=vtg +VERSION=0.4.1 +SOURCE=$MODULE-$VERSION.tar.bz2 +SOURCE_URL=http://vtg.googlecode.com/files/ +WEBSITE=http://vtg.googlecode.com +ENTERED=20090628 +UPDATED=20090628 +SHORT="Vala Toys for gEdit" +cat << EOF +Experimental collection of plugins for gEdit to make it a better +programmer editor for the Vala language +EOF diff --git a/graphics/rawstudio/DETAILS b/graphics/rawstudio/DETAILS new file mode 100644 index 0000000..ccd2c37 --- /dev/null +++ b/graphics/rawstudio/DETAILS @@ -0,0 +1,12 @@ + MODULE=rawstudio + VERSION=1.2 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://rawstudio.org/download/ + SOURCE_VFY=sha1:9ce96c40e0b8feaf4627c14310646782578d4da1 + WEB_SITE=http://rawstudio.org + ENTERED=20090713 + UPDATED=20090713 + SHORT="" + +cat << EOF +EOF From elangelo at xfce.org Wed Dec 9 11:52:29 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:29 -0000 Subject: [Lunar-commits] stuff Message-ID: <20091209105226.08E4C9B20F@doppio.foo-projects.org> commit 58bc8580195879f96e6d0bb290c0dc2800a35a95 Author: Samuel Verstraete Date: Fri Jul 24 16:38:29 2009 +0200 stuff --- kernel/linux-2.6-rc/DETAILS | 6 +++--- xfce4/apps/mousepad/BUILD | 2 +- xorg7/xorg-server/BUILD | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index e15adc3..d5cb878 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc1 + VERSION=2.6.31-rc4 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:61293da307f09aa84022d49fca3769ce7ce37c4d + SOURCE_VFY=sha1:55efea713fa01fdd6acbadd6f4b4dd4f3547b3e9 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090715 + UPDATED=20090724 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD index 33863eb..e8dc8a0 100644 --- a/xfce4/apps/mousepad/BUILD +++ b/xfce4/apps/mousepad/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_cvs_build && +# default_cvs_build && ./configure --build=$BUILD \ --prefix=${MODULE_PREFIX} \ diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 81f2963..6b4e2af 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -13,6 +13,7 @@ fi && OPTS+=" --enable-composite --enable-aiglx \ + --enable-install-libxf86config \ --with-dri-driver-path=${MODULE_PREFIX}/lib/dri" && default_build From samuel.verstraete at gmail.com Wed Dec 9 11:52:30 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:30 -0000 Subject: [Lunar-commits] pragha stuff Message-ID: <20091209105226.2F4E39B220@doppio.foo-projects.org> commit 5644c871dfd4455e0e9c38035e3c9c82d87161ca Author: Samuel Date: Thu Jul 30 18:45:02 2009 +0200 pragha stuff --- audio/pragha/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS index da507a5..185f231 100644 --- a/audio/pragha/DETAILS +++ b/audio/pragha/DETAILS @@ -1,16 +1,15 @@ MODULE=pragha #VERSION="svn-`date +%Y%U`" - VERSION=0.6.1 + VERSION=0.6.2 #SOURCE=$MODULE.tar.bz2 SOURCE=$MODULE-$VERSION.tar.bz2 #SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=http://dissonance.googlecode.com/files/ # SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:86ff63f1c57fd457bb7163c1d3cc285d5e2ace2b + SOURCE_VFY=sha1:3f3c03d49542ff086eb9eaa6ae7c8331df4786bb ENTERED=20090627 - #UPDATED=20090307 - UPDATED=20090627 + UPDATED=20090702 SHORT="lightweight music manager" cat << EOF From elangelo at xfce.org Wed Dec 9 11:52:30 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:30 -0000 Subject: [Lunar-commits] libxfce4ui: graphic lib for xfce Message-ID: <20091209105226.502479B224@doppio.foo-projects.org> commit 2714ea31438e2802b18743e2dfd36caa3e0f6c22 Author: Samuel Verstraete Date: Fri Jul 31 08:31:02 2009 +0200 libxfce4ui: graphic lib for xfce --- xfce4/core/libxfce4ui/BUILD | 14 ++++++++++++++ xfce4/core/libxfce4ui/DETAILS | 15 +++++++++++++++ 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/libxfce4ui/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4ui/DETAILS b/xfce4/core/libxfce4ui/DETAILS new file mode 100644 index 0000000..777973f --- /dev/null +++ b/xfce4/core/libxfce4ui/DETAILS @@ -0,0 +1,15 @@ + MODULE=libxfce4ui + VERSION="svn-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20030715 + UPDATED=20071207 + SHORT="Widget library for Xfce4" + +cat << EOF +libxfcegui4 -- Library that provides extra widgets and graphical user +interface functions to the Xfce4 desktop environment. +EOF From elangelo at xfce.org Wed Dec 9 11:52:30 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:30 -0000 Subject: [Lunar-commits] pragha: version bump Message-ID: <20091209105226.8138A9B205@doppio.foo-projects.org> commit 7dd76540ce4640b4c5722221e688c1dc619dc47e Author: Samuel Verstraete Date: Fri Jul 31 08:31:24 2009 +0200 pragha: version bump --- audio/pragha/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS index da507a5..d0a4008 100644 --- a/audio/pragha/DETAILS +++ b/audio/pragha/DETAILS @@ -1,16 +1,15 @@ MODULE=pragha #VERSION="svn-`date +%Y%U`" - VERSION=0.6.1 + VERSION=0.6.2.2 #SOURCE=$MODULE.tar.bz2 SOURCE=$MODULE-$VERSION.tar.bz2 #SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_URL=http://dissonance.googlecode.com/files/ # SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:86ff63f1c57fd457bb7163c1d3cc285d5e2ace2b + SOURCE_VFY=sha1:7e9256d3f10ad22cc52ca32f5f5e1b989082f9a8 ENTERED=20090627 - #UPDATED=20090307 - UPDATED=20090627 + UPDATED=20090731 SHORT="lightweight music manager" cat << EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:30 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:30 -0000 Subject: [Lunar-commits] gcc: 4.4.1 Message-ID: <20091209105226.98D799B20D@doppio.foo-projects.org> commit ac302f87b65f4f363dd34afa7cdcd2d32d63968c Author: Samuel Verstraete Date: Wed Aug 5 14:45:34 2009 +0200 gcc: 4.4.1 --- compilers/gcc/BUILD | 15 ++++++--------- compilers/gcc/BUILD.x86_64 | 13 +++++-------- compilers/gcc/CONFIGURE | 12 ++++++------ compilers/gcc/DEPENDS | 3 ++- compilers/gcc/DETAILS | 6 +++--- compilers/gcc/POST_INSTALL | 14 ++++---------- 6 files changed, 26 insertions(+), 37 deletions(-) diff --git a/compilers/gcc/BUILD b/compilers/gcc/BUILD index fe306a7..7fcc411 100644 --- a/compilers/gcc/BUILD +++ b/compilers/gcc/BUILD @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES="${LANGUAGES:=c++}" && + LANGUAGES="${LANGUAGES:=c++}" && - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi - - ../configure --host=$BUILD \ + ../configure --build=$BUILD \ + --host=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -25,7 +22,7 @@ --with-gnu-ld \ --with-system-zlib \ --enable-shared \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/BUILD.x86_64 b/compilers/gcc/BUILD.x86_64 index 34a04f7..6ed319d 100644 --- a/compilers/gcc/BUILD.x86_64 +++ b/compilers/gcc/BUILD.x86_64 @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES=${LANGUAGES:=c++} && - - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi + LANGUAGES=${LANGUAGES:=c++} && ../configure --host=$BUILD \ + --build=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -26,7 +23,7 @@ --with-system-zlib \ --enable-shared \ --disable-multilib \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/CONFIGURE b/compilers/gcc/CONFIGURE index 176efa1..79b186a 100644 --- a/compilers/gcc/CONFIGURE +++ b/compilers/gcc/CONFIGURE @@ -9,12 +9,13 @@ if [ -n "$RECONFIGURE" ] ; then OPTIONS=( "java" "Java" "off" "objc" "Objective C" "off" + "fortran" "Fortran" "off" ) - RESULT=`dialog --title "Select additional compiler languages" \ - --stdout \ - --separate-output \ - --checklist "Available additional languages:" \ - 0 0 0 \ + RESULT=`dialog --title "Select additional compiler languages" \ + --stdout \ + --separate-output \ + --checklist "Available additional languages:" \ + 0 0 0 \ "${OPTIONS[@]}"` LANGUAGES="c++,$(echo $RESULT | sed 's/ /,/g')" @@ -29,4 +30,3 @@ if [ -n "$RECONFIGURE" ] ; then fi fi - diff --git a/compilers/gcc/DEPENDS b/compilers/gcc/DEPENDS index 858cf14..ae64c3c 100644 --- a/compilers/gcc/DEPENDS +++ b/compilers/gcc/DEPENDS @@ -1 +1,2 @@ -optional_depends "mpfr" "" "" "to compile fortran support" +depends gmp +depends mpfr diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 91ae188..1174072 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -1,13 +1,13 @@ MODULE=gcc - VERSION=4.2.4 + VERSION=4.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION - SOURCE_VFY=sha1:bb20efc7750fe0d6172c5945572bf036fe59d3dd + SOURCE_VFY=sha1:9156ddb7e4cc72288ec31760d6ddc7981123a8a2 WEB_SITE=http://gcc.gnu.org ENTERED=20020628 - UPDATED=20080523 + UPDATED=20090801 PSAFE=no SHORT="GNU compiler collection" diff --git a/compilers/gcc/POST_INSTALL b/compilers/gcc/POST_INSTALL index c3e8185..6179464 100644 --- a/compilers/gcc/POST_INSTALL +++ b/compilers/gcc/POST_INSTALL @@ -1,14 +1,8 @@ -# allow seamless upgrade/downgrade from/to gcc <=> gcc3 -if module_installed gcc3 ; then - remove_module gcc3 -fi - -cd /usr/lib/gcc/$BUILD/$VERSION && -ln -sf /usr/bin/cpp cpp && -cd /lib/ && -ln -sf /usr/bin/cpp cpp && +cd /usr/lib/gcc/$BUILD/$VERSION && +ln -sf /usr/bin/cpp cpp && +cd /lib/ && +ln -sf /usr/bin/cpp cpp && if [ ! -e /usr/bin/cc ] ; then ln -s gcc /usr/bin/cc fi || true - From elangelo at lunar-linux.org Wed Dec 9 11:52:30 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:30 -0000 Subject: [Lunar-commits] binutils: 2.19.1 Message-ID: <20091209105226.D52D59B206@doppio.foo-projects.org> commit ddc9a8ccbd1d50b95367bc1344dfe85f22235e22 Author: Samuel Verstraete Date: Wed Aug 5 14:49:15 2009 +0200 binutils: 2.19.1 --- devel/binutils/BUILD | 24 ++++++++---------------- devel/binutils/BUILD.sparc64 | 7 ++++--- devel/binutils/DETAILS | 16 +++++++--------- 3 files changed, 19 insertions(+), 28 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index b01a5de..3140e0e 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,21 +1,13 @@ ( -# patch_it $SOURCE_CACHE/$SOURCE2 0 && - - #Somehow I believe this might/should be logged as a bug to the glibc guys... -# sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ -# bfd/doc/Makefile.in && - -# aclocal && -# autoconf && - - OPTS+=" --host=$BUILD" && - default_config && - make tooldir=/usr && - prepare_install && - make tooldir=/usr install && - make tooldir=/usr install-info && - mkdir -p $DOCUMENT_DIRECTORY/binutils && + ./configure --host=$BUILD \ + --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils ) > $C_FIFO 2>&1 diff --git a/devel/binutils/BUILD.sparc64 b/devel/binutils/BUILD.sparc64 index f56658d..c5cabf7 100644 --- a/devel/binutils/BUILD.sparc64 +++ b/devel/binutils/BUILD.sparc64 @@ -4,9 +4,10 @@ sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ bfd/doc/Makefile.in && - ./configure --host=$BUILD \ - --target=sparc-linux \ - --prefix=/usr && + ./configure --host=$BUILD \ + --target=sparc-linux \ + --prefix=/usr && + make tooldir=/usr && prepare_install && make tooldir=/usr install && diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 4a49cab..120d5ac 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,16 +1,14 @@ MODULE=binutils - VERSION=2.19 + VERSION=2.19.1 SOURCE=$MODULE-$VERSION.tar.bz2 - #SOURCE2=binutils-2.18-makeinfo.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff - SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:88c91e36cde93433e4c4c2b2e3417777aad84526 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20090421 - SHORT="essential collection of binary utilities." + UPDATED=20090401 + PSAFE=no + SHORT="An essential collection of binary utilities" cat << EOF binutils - Collection of binary utilities From elangelo at lunar-linux.org Wed Dec 9 11:52:31 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:31 -0000 Subject: [Lunar-commits] glibc: something newer ! Message-ID: <20091209105226.EA2839B217@doppio.foo-projects.org> commit 15e35787f0c34c57ea8453c383823549684eafca Author: Samuel Verstraete Date: Wed Aug 5 14:50:12 2009 +0200 glibc: something newer ! --- libs/glibc/BUILD | 117 ++++++++++++++++++++++---------------------- libs/glibc/BUILD.x86_64 | 123 ++++++++++++++++++++++++----------------------- libs/glibc/CONFIGURE | 8 ++-- libs/glibc/DETAILS | 24 +++++----- libs/glibc/PRE_BUILD | 6 +- 5 files changed, 139 insertions(+), 139 deletions(-) diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD index 24f09d7..492fff8 100644 --- a/libs/glibc/BUILD +++ b/libs/glibc/BUILD @@ -1,72 +1,71 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + $OPTS && + # explicitly exit here since the following code unsets $? make || exit 1 && - + # Preserve the old glibc temporarily - LD=/lib/ld-linux.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - + LD=/lib/ld-linux.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + case "`arch`" in alpha) - GLIBC=/lib/libc.so.6.1 - DL=/lib/libdl.so.2.1 + GLIBC=/lib/libc.so.6.1 && + DL=/lib/libdl.so.2.1 && M=/lib/libm.so.6.1 ;; ppc) - LD=/lib/ld.so.1 + LD=/lib/ld.so.1 && DL=/lib/libdl.so.2 ;; *) DL=/lib/libdl.so.2 ;; - esac - + esac && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -77,7 +76,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -89,16 +88,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed rm -f /usr/include/gnu/stubs.h && - + # This removes the old glibc prepare_install && - + # And now we install the new make install && - + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -106,37 +105,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64 index c61b76c..6720b9e 100644 --- a/libs/glibc/BUILD.x86_64 +++ b/libs/glibc/BUILD.x86_64 @@ -1,60 +1,61 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --host=$BUILD \ - --build=$BUILD \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + --host=$BUILD \ + --build=$BUILD \ + $OPTS && + # explicitly exit here since the following code unsets $? - make || exit 1 - + make || exit 1 && + # Preserve the old glibc temporarily - LD=/lib/ld-linux-x86-64.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - DL=/lib/libdl.so.2 - + LD=/lib/ld-linux.so.2 && + LD=/lib/ld-linux-x86-64.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + + DL=/lib/libdl.so.2 && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -65,7 +66,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -77,16 +78,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed - rm -f /usr/include/gnu/stubs.h && - + rm -f /usr/include/gnu/stubs.h && + # This removes the old glibc - prepare_install && - + prepare_install && + # And now we install the new - make install && - + make install && + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -94,37 +95,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE index 9c9ee7f..f871d4c 100644 --- a/libs/glibc/CONFIGURE +++ b/libs/glibc/CONFIGURE @@ -14,9 +14,9 @@ unpack_localedata() { message "Extracting locale data .. this might take a second .." # Extract the localedata directory from the source tarball - tar -C /tmp \ - -T $FILELIST_FILE \ - --strip-components=1 \ + tar -C /tmp \ + -T $FILELIST_FILE \ + --strip-components=1 \ -xjf $SOURCE_CACHE/$SOURCE } @@ -58,7 +58,7 @@ select_locales() { BACKTITLE="Glibc Configuration" TITLE="Locale Selection" HELP="Translated messages are automatically installed, but the locale database that controls other behavior is not. Please select desired locale or locales. If none are selected then all will be installed." - make_locales_checklist | xargs \ + make_locales_checklist | xargs \ dialog --backtitle "$BACKTITLE" \ --title "$TITLE" \ --stdout \ diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index caa7873..164a9ea 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -1,20 +1,20 @@ MODULE=glibc - VERSION=2.7 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=2.10.1 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-libidn-$VERSION.tar.bz2 - SOURCE3=$MODULE-2.7-no_timezones.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL[0]=$GNU_URL/$MODULE/ - SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ + SOURCE3=$MODULE-$VERSION-no_timezones.patch + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE2_URL[0]=$GNU_URL/$MODULE + SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:ccc70e95db826e4b1fd3b484154402fdc3df88f7 - SOURCE2_VFY=sha1:2338cc9b5795f5e97a19aac6d7d00ab750e81ac3 - SOURCE3_VFY=sha1:b8cbd1725572600db0df32321a771ce0b11894c8 + SOURCE_VFY=sha1:e185b1faa54b734f9baba815142e9abf6c02054b + SOURCE2_VFY=sha1:50c1ac0d9ddff6eb83f75aa1c4cb84ba6fffa0cd + SOURCE3_VFY=sha1:9163df279f04efcc37a146115534e9fd0f9a19c5 WEB_SITE=http://www.gnu.org/software/libc ENTERED=20010922 - UPDATED=20071211 - SHORT="C library for use with GNU/Hurd and GNU/Linux." + UPDATED=20090518 + SHORT="C library for use with GNU/Hurd and GNU/Linux" PSAFE=no cat << EOF diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD index c418228..1daa4b3 100644 --- a/libs/glibc/PRE_BUILD +++ b/libs/glibc/PRE_BUILD @@ -1,4 +1,4 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && -unpack $SOURCE2 && +default_pre_build && +cd $SOURCE_DIRECTORY && +unpack $SOURCE2 && mv glibc-libidn-$VERSION libidn From elangelo at lunar-linux.org Wed Dec 9 11:52:31 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:31 -0000 Subject: [Lunar-commits] added the optimization thing Message-ID: <20091209105227.1828A9B22B@doppio.foo-projects.org> commit d98fb3205cbcc4b6f2f2e6181cfe8f2ebe25c4b7 Author: Samuel Verstraete Date: Wed Aug 5 14:50:59 2009 +0200 added the optimization thing --- compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 526 ++++++++++++++++++++++++ 1 files changed, 526 insertions(+), 0 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin new file mode 100644 index 0000000..c6bab48 --- /dev/null +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -0,0 +1,526 @@ +# +# gcc-4.3.x compiler optimizations plugin +# + +plugin_compiler_gcc_4_4_optimize() +{ + if [ "${LUNAR_COMPILER:-GCC_4_4}" != "GCC_4_4" ]; then + return 2 + fi + + debug_msg "plugin_compiler_gcc_4_4_optimize($@)" + if [ -f /etc/lunar/local/optimizations.GCC_4_4 ]; then + . /etc/lunar/local/optimizations.GCC_4_4 + fi + + # some local macro's + cflags_add() + { + CFLAGS="$CFLAGS $@" + } + + cxxflags_add() + { + CXXFLAGS="$CXXFLAGS $@" + } + + cppflags_add() + { + CPPFLAGS="$CPPFLAGS $@" + } + + c_cxx_flags_add() + { + cflags_add $@ + cxxflags_add $@ + } + + # CFLAGS/CXXFLAGS - base optimization + case $BOPT in + None) c_cxx_flags_add "-O0" ;; + Small) c_cxx_flags_add "-Os" ;; + Fast) c_cxx_flags_add "-O1" ;; + Faster) c_cxx_flags_add "-O2" ;; + Fastest) c_cxx_flags_add "-O3" ;; + esac + + # CFLAGS -march cpu-specific optimization + if [ -n "$CPU" ]; then + c_cxx_flags_add "-march=$CPU" + fi + + # GCC specific extra optimizations + for SP in ${SPD[@]}; do + case $SP in + Speedy) c_cxx_flags_add "-funroll-loops" ;; + Regparm) c_cxx_flags_add "-mregparm=3" ;; + Risky) c_cxx_flags_add "-ffast-math" ;; + Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; + Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; + Profiling) + c_cxx_flags_add "-fprofile-arcs" + set_local_config "KEEP_SOURCE" "on" + ;; + Branching) c_cxx_flags_add "-fbranch-probabilities" ;; + Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; + Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; + Float) c_cxx_flags_add "-ffloat-store" ;; + Address) c_cxx_flags_add "-fforce-addr" ;; + Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; + Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; + Doubles) c_cxx_flags_add "-malign-double" ;; + Tracer) c_cxx_flags_add "-ftracer" ;; + Blocks) c_cxx_flags_add "-freorder-blocks" ;; + esac + done + + # STACK - kind of dangerous - shouldn't we just remove this? + if (( STACK > 0 )) ; then + c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" + cppflags_add "-mpreferred-stack-boundary=$STACK" + fi + + for XTR in ${XTRA[@]}; do + case $XTR in + MMX) c_cxx_flags_add "-mmmx" ;; + SSE) c_cxx_flags_add "-msse" ;; + SSE2) c_cxx_flags_add "-msse2" ;; + SSE3) c_cxx_flags_add "-msse3" ;; + dnow) c_cxx_flags_add "-m3dnow" ;; + Altivec) c_cxx_flags_add "-maltivec" ;; + esac + done + + case $FPM in + x387) c_cxx_flags_add "-mfpmath=387" ;; + SSE) c_cxx_flags_add "-mfpmath=sse" ;; + Both) c_cxx_flags_add "-mfpmath=sse,387" ;; + esac + + for OPT in ${CC_OPTS[@]}; do + case $OPT in + Deprecated) + cxxflags_add "-Wno-deprecated" + ;; + Debug) + c_cxx_flags_add "-g" + ;; + Pipe) + c_cxx_flags_add "-pipe" + ;; + esac + done + + CC=gcc + CXX=g++ + CPP=cpp + + export CFLAGS CXXFLAGS CPPFLAGS + export CC CXX CPP + + verbose_msg "CC=\"$CC\"" + verbose_msg "CXX=\"$CXX\"" + verbose_msg "CPP=\"$CPP\"" + verbose_msg "CFLAGS=\"$CFLAGS\"" + verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" + verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" + + return 2 +} + + +plugin_compiler_gcc_4_4_menu() +{ + # The main code calls this function WITHOUT $1 to find out which + # compiler optimization plugins exist. It then returns the plugin + # identifier which can be saved in $LUNAR_COMPILER as the user's + # choice for COMPILERS + if [ -z "$1" ]; then + echo "GCC_4_4" + echo "GNU C Compiler suite version 4.4.x" + return 2 + elif [ "$1" != "GCC_4_4" ]; then + # we don't display anything when the user selected a + # different menu + return 2 + fi + + # now we are done with determining if we are really the menu + # that the user wants - so we can display it + menu() + { + unset RESULT + if [ "$1" == "checklist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + elif [ "$1" == "radiolist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + fi + RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') + return 0 + } + + save_optimizations() + { + debug_msg "save_optimizations($@)" + cat >/etc/lunar/local/optimizations.GCC_4_4 < no gcc 4.2 plugin Message-ID: <20091209105227.2BC4F9B22C@doppio.foo-projects.org> commit bbf5400f634072167ec9f7a55a7ce38543fb73ad Author: Samuel Verstraete Date: Wed Aug 5 14:51:19 2009 +0200 no gcc 4.2 plugin --- compilers/gcc/plugin.d/optimize-gcc_4_2.plugin | 524 ------------------------ 1 files changed, 0 insertions(+), 524 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin deleted file mode 100644 index 8220ab2..0000000 --- a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin +++ /dev/null @@ -1,524 +0,0 @@ -# -# gcc-4.2.x compiler optimizations plugin -# - -plugin_compiler_gcc_4_2_optimize() -{ - if [ "${LUNAR_COMPILER:-GCC_4_2}" != "GCC_4_2" ]; then - return 2 - fi - - debug_msg "plugin_compiler_gcc_4_2_optimize($@)" - if [ -f /etc/lunar/local/optimizations.GCC_4_2 ]; then - . /etc/lunar/local/optimizations.GCC_4_2 - fi - - # some local macro's - cflags_add() - { - CFLAGS="$CFLAGS $@" - } - - cxxflags_add() - { - CXXFLAGS="$CXXFLAGS $@" - } - - cppflags_add() - { - CPPFLAGS="$CPPFLAGS $@" - } - - c_cxx_flags_add() - { - cflags_add $@ - cxxflags_add $@ - } - - # CFLAGS/CXXFLAGS - base optimization - case $BOPT in - None) c_cxx_flags_add "-O0" ;; - Small) c_cxx_flags_add "-Os" ;; - Fast) c_cxx_flags_add "-O1" ;; - Faster) c_cxx_flags_add "-O2" ;; - Fastest) c_cxx_flags_add "-O3" ;; - esac - - # CFLAGS -march cpu-specific optimization - if [ -n "$CPU" ]; then - c_cxx_flags_add "-march=$CPU" - fi - - # GCC specific extra optimizations - for SP in ${SPD[@]}; do - case $SP in - Speedy) c_cxx_flags_add "-funroll-loops" ;; - Regparm) c_cxx_flags_add "-mregparm=3" ;; - Risky) c_cxx_flags_add "-ffast-math" ;; - Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; - Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; - Profiling) - c_cxx_flags_add "-fprofile-arcs" - set_local_config "KEEP_SOURCE" "on" - ;; - Branching) c_cxx_flags_add "-fbranch-probabilities" ;; - Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; - Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; - Float) c_cxx_flags_add "-ffloat-store" ;; - Address) c_cxx_flags_add "-fforce-addr" ;; - Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; - Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; - Doubles) c_cxx_flags_add "-malign-double" ;; - Tracer) c_cxx_flags_add "-ftracer" ;; - Blocks) c_cxx_flags_add "-freorder-blocks" ;; - esac - done - - # STACK - kind of dangerous - shouldn't we just remove this? - if (( STACK > 0 )) ; then - c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" - cppflags_add "-mpreferred-stack-boundary=$STACK" - fi - - for XTR in ${XTRA[@]}; do - case $XTR in - MMX) c_cxx_flags_add "-mmmx" ;; - SSE) c_cxx_flags_add "-msse" ;; - SSE2) c_cxx_flags_add "-msse2" ;; - SSE3) c_cxx_flags_add "-msse3" ;; - dnow) c_cxx_flags_add "-m3dnow" ;; - Altivec) c_cxx_flags_add "-maltivec" ;; - esac - done - - case $FPM in - x387) c_cxx_flags_add "-mfpmath=387" ;; - SSE) c_cxx_flags_add "-mfpmath=sse" ;; - Both) c_cxx_flags_add "-mfpmath=sse,387" ;; - esac - - for OPT in ${CC_OPTS[@]}; do - case $OPT in - Deprecated) - cxxflags_add "-Wno-deprecated" - ;; - Debug) - c_cxx_flags_add "-g" - ;; - Pipe) - c_cxx_flags_add "-pipe" - ;; - esac - done - - CC=gcc - CXX=g++ - CPP=cpp - - export CFLAGS CXXFLAGS CPPFLAGS - export CC CXX CPP - - verbose_msg "CC=\"$CC\"" - verbose_msg "CXX=\"$CXX\"" - verbose_msg "CPP=\"$CPP\"" - verbose_msg "CFLAGS=\"$CFLAGS\"" - verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" - verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" - - return 2 -} - - -plugin_compiler_gcc_4_2_menu() -{ - # The main code calls this function WITHOUT $1 to find out which - # compiler optimization plugins exist. It then returns the plugin - # identifier which can be saved in $LUNAR_COMPILER as the user's - # choice for COMPILERS - if [ -z "$1" ]; then - echo "GCC_4_2" - echo "GNU C Compiler suite version 4.2.x" - return 2 - elif [ "$1" != "GCC_4_2" ]; then - # we don't display anything when the user selected a - # different menu - return 2 - fi - - # now we are done with determining if we are really the menu - # that the user wants - so we can display it - menu() - { - unset RESULT - if [ "$1" == "checklist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - elif [ "$1" == "radiolist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - fi - RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') - return 0 - } - - save_optimizations() - { - debug_msg "save_optimizations($@)" - cat >/etc/lunar/local/optimizations.GCC_4_2 < linux-2.6-rc: version Message-ID: <20091209105227.42EC39B20A@doppio.foo-projects.org> commit f3750a59bdaa9ac7dee3722b2746504a1271707d Author: Samuel Verstraete Date: Thu Aug 6 21:11:26 2009 +0200 linux-2.6-rc: version --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index d5cb878..5b27a73 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc4 + VERSION=2.6.31-rc5 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:55efea713fa01fdd6acbadd6f4b4dd4f3547b3e9 + SOURCE_VFY=sha1:01cb56b333d9dbc999bbafeb333911e3ee9d6910 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090724 + UPDATED=20090802 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From elangelo at lunar-linux.org Wed Dec 9 11:52:31 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:31 -0000 Subject: [Lunar-commits] binutils: x86_64 Message-ID: <20091209105227.652219B20B@doppio.foo-projects.org> commit 673fdaaddf17a27965a230314422121bec160745 Author: Samuel Verstraete Date: Wed Aug 12 22:00:25 2009 +0200 binutils: x86_64 --- devel/binutils/BUILD.x86_64 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/devel/binutils/BUILD.x86_64 b/devel/binutils/BUILD.x86_64 new file mode 100644 index 0000000..23a6244 --- /dev/null +++ b/devel/binutils/BUILD.x86_64 @@ -0,0 +1,12 @@ +( + + ./configure --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && + cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 9 11:52:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:32 -0000 Subject: [Lunar-commits] vde2: fix for gcc 44 Message-ID: <20091209105227.735469B21B@doppio.foo-projects.org> commit 9046851974287437f849d90db0e2bf94aaf629c3 Author: Samuel Verstraete Date: Thu Aug 13 10:24:53 2009 +0200 vde2: fix for gcc 44 --- devel/vde2/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/vde2/DETAILS b/devel/vde2/DETAILS index 38e15a2..3fdb7ea 100644 --- a/devel/vde2/DETAILS +++ b/devel/vde2/DETAILS @@ -1,19 +1,19 @@ MODULE=vde2 VERSION=2.2.2 SOURCE=${MODULE}-$VERSION.tar.gz + SOURCE2=vde-${VERSION}-gcc43.patch SOURCE_URL=$SFORGE_URL/vde + SOURCE2_URL=$PATCH_URL/ SOURCE_VFY=sha1:979efc41dd5d0c41f54929159031361e961c6b80 + SOURCE2_URL=sha1:cc22e018d5347cae34f430e2f6075b56c0c797d5 WEB_SITE=http://vde.sourceforge.net ENTERED=20090525 - UPDATED=20090525 + UPDATED=20090813 SHORT="virtual distributed ethernet" cat << EOF VDE: Virtual Distributed Ethernet. It creates the abstraction of a virtual ethernet: a single vde can be accessed by virtual and real computers -<<<<<<< HEAD:devel/vde2/DETAILS -======= more info: http://wiki.virtualsquare.org/index.php/VDE ->>>>>>> master:devel/vde2/DETAILS EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:32 -0000 Subject: [Lunar-commits] glibc: 2.10.1 Message-ID: <20091209105227.8F2429B219@doppio.foo-projects.org> commit de0774f7d61a422292ca9a1a178a93c0429f7051 Author: Samuel Verstraete Date: Thu Aug 13 10:27:52 2009 +0200 glibc: 2.10.1 --- devel/vde2/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/devel/vde2/BUILD b/devel/vde2/BUILD new file mode 100644 index 0000000..c2abe8c --- /dev/null +++ b/devel/vde2/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 9 11:52:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:32 -0000 Subject: [Lunar-commits] glibc: something newer ! Message-ID: <20091209105227.CCB579B221@doppio.foo-projects.org> commit 986295314e14290bf73e02a8362c12b5ad8d1cf2 Author: Samuel Verstraete Date: Wed Aug 5 14:50:12 2009 +0200 glibc: something newer ! --- libs/glibc/BUILD | 117 ++++++++++++++++++++++---------------------- libs/glibc/BUILD.x86_64 | 123 ++++++++++++++++++++++++----------------------- libs/glibc/CONFIGURE | 8 ++-- libs/glibc/DETAILS | 24 +++++----- libs/glibc/PRE_BUILD | 6 +- 5 files changed, 139 insertions(+), 139 deletions(-) diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD index 24f09d7..492fff8 100644 --- a/libs/glibc/BUILD +++ b/libs/glibc/BUILD @@ -1,72 +1,71 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + $OPTS && + # explicitly exit here since the following code unsets $? make || exit 1 && - + # Preserve the old glibc temporarily - LD=/lib/ld-linux.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - + LD=/lib/ld-linux.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + case "`arch`" in alpha) - GLIBC=/lib/libc.so.6.1 - DL=/lib/libdl.so.2.1 + GLIBC=/lib/libc.so.6.1 && + DL=/lib/libdl.so.2.1 && M=/lib/libm.so.6.1 ;; ppc) - LD=/lib/ld.so.1 + LD=/lib/ld.so.1 && DL=/lib/libdl.so.2 ;; *) DL=/lib/libdl.so.2 ;; - esac - + esac && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -77,7 +76,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -89,16 +88,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed rm -f /usr/include/gnu/stubs.h && - + # This removes the old glibc prepare_install && - + # And now we install the new make install && - + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -106,37 +105,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/BUILD.x86_64 b/libs/glibc/BUILD.x86_64 index c61b76c..6720b9e 100644 --- a/libs/glibc/BUILD.x86_64 +++ b/libs/glibc/BUILD.x86_64 @@ -1,60 +1,61 @@ ( - + # This sedit takes care of Bug Report 398 submitted by Striker. sedit "s:/tmp:$SOURCE_DIRECTORY/tmp:g" scripts/test-installation.pl && mkdir -p $SOURCE_DIRECTORY/tmp && - + # There is no other option but nptl - OPTS="$OPTS --enable-add-ons=nptl,libidn --with-__thread --with-tls" - + OPTS+=" --enable-add-ons=nptl,libidn --with-__thread --with-tls" && + if [ -n "$MAKES" ] && [ "$MAKES" -gt 1 ] ; then sedit "s/# PARALLELMFLAGS = -j 4/PARALLELMFLAGS = -j $MAKES/" Makefile.in - fi - - export CC=gcc - + fi && + + export CC=gcc && + # Don't fully strip libc if [[ "$LDFLAGS" == *-s* ]] ; then STRIP=y - fi - unset LDFLAGS - + fi && + unset LDFLAGS && + patch_it $SOURCE3 1 && - + INSTALL_ROOT=$SOURCE_DIRECTORY/glibcroot && mkdir -p $INSTALL_ROOT && - cd $INSTALL_ROOT - - OPTS="$OPTS --with-headers=/usr/include" - - ../configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-elf \ - --with-gd=no \ - --without-cvs \ - --enable-shared \ - --host=$BUILD \ - --build=$BUILD \ - --with-kernel=2.6.23 \ - $OPTS && - + cd $INSTALL_ROOT && + + OPTS+=" --with-headers=/usr/include" && + + ../configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-elf \ + --with-gd=no \ + --without-cvs \ + --enable-shared \ + --host=$BUILD \ + --build=$BUILD \ + $OPTS && + # explicitly exit here since the following code unsets $? - make || exit 1 - + make || exit 1 && + # Preserve the old glibc temporarily - LD=/lib/ld-linux-x86-64.so.2 - GLIBC=/lib/libc.so.6 - DL=/lib/libdl.so.2 - M=/lib/libm.so.6 - RT=/lib/librt.so.1 - PTHREAD=/lib/libpthread.so.0 - NSS=/lib/libnss_files.so.2 - UTIL=/lib/libutil.so.1 - NSL=/lib/libnsl.so.1 - CRYPT=/lib/libcrypt.so.1 - DL=/lib/libdl.so.2 - + LD=/lib/ld-linux.so.2 && + LD=/lib/ld-linux-x86-64.so.2 && + GLIBC=/lib/libc.so.6 && + DL=/lib/libdl.so.2 && + M=/lib/libm.so.6 && + RT=/lib/librt.so.1 && + PTHREAD=/lib/libpthread.so.0 && + NSS=/lib/libnss_files.so.2 && + UTIL=/lib/libutil.so.1 && + NSL=/lib/libnsl.so.1 && + CRYPT=/lib/libcrypt.so.1 && + + DL=/lib/libdl.so.2 && + cp $LD /lib/ld-lunar.so && cp $GLIBC /lib/libc-lunar.so && cp $DL /lib/libdl-lunar.so && @@ -65,7 +66,7 @@ cp $UTIL /lib/libutil-lunar.so && cp $NSL /lib/libnsl-lunar.so && cp $CRYPT /lib/libcrypt-lunar.so && - + # Setup links for libraries sln /lib/ld-lunar.so $LD && sln /lib/libc-lunar.so $GLIBC && @@ -77,16 +78,16 @@ sln /lib/libutil-lunar.so $UTIL && sln /lib/libnsl-lunar.so $NSL && sln /lib/libcrypt-lunar.so $CRYPT && - + # clean hack to make sure gnu/stubs.h gets refreshed - rm -f /usr/include/gnu/stubs.h && - + rm -f /usr/include/gnu/stubs.h && + # This removes the old glibc - prepare_install && - + prepare_install && + # And now we install the new - make install && - + make install && + # Now optionally perform debug symbol stripping only if [ "$STRIP" == "y" ] ; then for FN in ld-$VERSION.so \ @@ -94,37 +95,37 @@ libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \ lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do strip -S /lib/$FN - done + done && for FN in "/usr/lib/gconv/*.so" ; do strip -S $FN done fi && - + # Added a symlink for ash and others ln -sf /usr/lib/libbsd-compat.a /usr/lib/libbsd.a && - + # Rebuild the ld cache rm -f /etc/ld.so.cache 2>/dev/null && ldconfig && - + # Remove the temporary libc rm /lib/{ld,lib{c,dl,m,rt,pthread,nss_files,util,nsl,crypt}}-lunar.so && - + # Generate locale info if [ -z "$GLIBC_LOCALES" ]; then make localedata/install-locales || exit 1 else devoke_installwatch && for LOCALE in $GLIBC_LOCALES; do - INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') - OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) - CHARMAP=$(echo $LOCALE | cut -d/ -f2) - mkdir -p /usr/lib/locale/$OUTPUTFILE - echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" + INPUTFILE=$(echo $LOCALE | cut -d/ -f1 | sed -e 's:\..*$::g') && + OUTPUTFILE=$(echo $LOCALE | cut -d/ -f1) && + CHARMAP=$(echo $LOCALE | cut -d/ -f2) && + mkdir -p /usr/lib/locale/$OUTPUTFILE && + echo "localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE" && localedef -i $INPUTFILE -f $CHARMAP $OUTPUTFILE done invoke_installwatch && touch /usr/lib/locale/locale-archive fi - + ) > $C_FIFO 2>&1 && ldconfig diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE index 9c9ee7f..f871d4c 100644 --- a/libs/glibc/CONFIGURE +++ b/libs/glibc/CONFIGURE @@ -14,9 +14,9 @@ unpack_localedata() { message "Extracting locale data .. this might take a second .." # Extract the localedata directory from the source tarball - tar -C /tmp \ - -T $FILELIST_FILE \ - --strip-components=1 \ + tar -C /tmp \ + -T $FILELIST_FILE \ + --strip-components=1 \ -xjf $SOURCE_CACHE/$SOURCE } @@ -58,7 +58,7 @@ select_locales() { BACKTITLE="Glibc Configuration" TITLE="Locale Selection" HELP="Translated messages are automatically installed, but the locale database that controls other behavior is not. Please select desired locale or locales. If none are selected then all will be installed." - make_locales_checklist | xargs \ + make_locales_checklist | xargs \ dialog --backtitle "$BACKTITLE" \ --title "$TITLE" \ --stdout \ diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index caa7873..164a9ea 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -1,20 +1,20 @@ MODULE=glibc - VERSION=2.7 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=2.10.1 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-libidn-$VERSION.tar.bz2 - SOURCE3=$MODULE-2.7-no_timezones.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL[0]=$GNU_URL/$MODULE/ - SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ + SOURCE3=$MODULE-$VERSION-no_timezones.patch + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE2_URL[0]=$GNU_URL/$MODULE + SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:ccc70e95db826e4b1fd3b484154402fdc3df88f7 - SOURCE2_VFY=sha1:2338cc9b5795f5e97a19aac6d7d00ab750e81ac3 - SOURCE3_VFY=sha1:b8cbd1725572600db0df32321a771ce0b11894c8 + SOURCE_VFY=sha1:e185b1faa54b734f9baba815142e9abf6c02054b + SOURCE2_VFY=sha1:50c1ac0d9ddff6eb83f75aa1c4cb84ba6fffa0cd + SOURCE3_VFY=sha1:9163df279f04efcc37a146115534e9fd0f9a19c5 WEB_SITE=http://www.gnu.org/software/libc ENTERED=20010922 - UPDATED=20071211 - SHORT="C library for use with GNU/Hurd and GNU/Linux." + UPDATED=20090518 + SHORT="C library for use with GNU/Hurd and GNU/Linux" PSAFE=no cat << EOF diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD index c418228..1daa4b3 100644 --- a/libs/glibc/PRE_BUILD +++ b/libs/glibc/PRE_BUILD @@ -1,4 +1,4 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && -unpack $SOURCE2 && +default_pre_build && +cd $SOURCE_DIRECTORY && +unpack $SOURCE2 && mv glibc-libidn-$VERSION libidn From elangelo at lunar-linux.org Wed Dec 9 11:52:32 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:32 -0000 Subject: [Lunar-commits] glibc: 2.10.1 Message-ID: <20091209105227.DF26A9B22D@doppio.foo-projects.org> commit e26450a53e0fcc9a19528ce416f6d0f4324203c3 Author: Samuel Verstraete Date: Thu Aug 13 10:27:52 2009 +0200 glibc: 2.10.1 --- devel/vde2/BUILD | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/devel/vde2/BUILD b/devel/vde2/BUILD new file mode 100644 index 0000000..c2abe8c --- /dev/null +++ b/devel/vde2/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 9 11:52:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:33 -0000 Subject: [Lunar-commits] gcc: 4.4.1 Message-ID: <20091209105228.2120B9B231@doppio.foo-projects.org> commit 0b0ff67b579fe2e751095c5ca374167b09429248 Author: Samuel Verstraete Date: Wed Aug 5 14:45:34 2009 +0200 gcc: 4.4.1 --- compilers/gcc/BUILD | 15 ++++++--------- compilers/gcc/BUILD.x86_64 | 13 +++++-------- compilers/gcc/CONFIGURE | 12 ++++++------ compilers/gcc/DEPENDS | 3 ++- compilers/gcc/DETAILS | 6 +++--- compilers/gcc/POST_INSTALL | 14 ++++---------- 6 files changed, 26 insertions(+), 37 deletions(-) diff --git a/compilers/gcc/BUILD b/compilers/gcc/BUILD index fe306a7..7fcc411 100644 --- a/compilers/gcc/BUILD +++ b/compilers/gcc/BUILD @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES="${LANGUAGES:=c++}" && + LANGUAGES="${LANGUAGES:=c++}" && - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi - - ../configure --host=$BUILD \ + ../configure --build=$BUILD \ + --host=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -25,7 +22,7 @@ --with-gnu-ld \ --with-system-zlib \ --enable-shared \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/BUILD.x86_64 b/compilers/gcc/BUILD.x86_64 index 34a04f7..6ed319d 100644 --- a/compilers/gcc/BUILD.x86_64 +++ b/compilers/gcc/BUILD.x86_64 @@ -3,17 +3,14 @@ mkdir BUILD && cd BUILD && - sedit 's/trap 0/trap "" 0/' ../configure && + #sedit 's/trap 0/trap "" 0/' ../configure && # We use libiberty.a from binutils instead - sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && + sedit 's/install_to_$(INSTALL_DEST) //' ../libiberty/Makefile.in && - LANGUAGES=${LANGUAGES:=c++} && - - if in_depends gcc mpfr ; then - LANGUAGES="${LANGUAGES},fortran" - fi + LANGUAGES=${LANGUAGES:=c++} && ../configure --host=$BUILD \ + --build=$BUILD \ --enable-languages=$LANGUAGES \ --prefix=${MODULE_PREFIX} \ --infodir=${MODULE_PREFIX}/share/info \ @@ -26,7 +23,7 @@ --with-system-zlib \ --enable-shared \ --disable-multilib \ - $OPTS && + $OPTS && make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean && prepare_install && diff --git a/compilers/gcc/CONFIGURE b/compilers/gcc/CONFIGURE index 176efa1..79b186a 100644 --- a/compilers/gcc/CONFIGURE +++ b/compilers/gcc/CONFIGURE @@ -9,12 +9,13 @@ if [ -n "$RECONFIGURE" ] ; then OPTIONS=( "java" "Java" "off" "objc" "Objective C" "off" + "fortran" "Fortran" "off" ) - RESULT=`dialog --title "Select additional compiler languages" \ - --stdout \ - --separate-output \ - --checklist "Available additional languages:" \ - 0 0 0 \ + RESULT=`dialog --title "Select additional compiler languages" \ + --stdout \ + --separate-output \ + --checklist "Available additional languages:" \ + 0 0 0 \ "${OPTIONS[@]}"` LANGUAGES="c++,$(echo $RESULT | sed 's/ /,/g')" @@ -29,4 +30,3 @@ if [ -n "$RECONFIGURE" ] ; then fi fi - diff --git a/compilers/gcc/DEPENDS b/compilers/gcc/DEPENDS index 858cf14..ae64c3c 100644 --- a/compilers/gcc/DEPENDS +++ b/compilers/gcc/DEPENDS @@ -1 +1,2 @@ -optional_depends "mpfr" "" "" "to compile fortran support" +depends gmp +depends mpfr diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 91ae188..1174072 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -1,13 +1,13 @@ MODULE=gcc - VERSION=4.2.4 + VERSION=4.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION - SOURCE_VFY=sha1:bb20efc7750fe0d6172c5945572bf036fe59d3dd + SOURCE_VFY=sha1:9156ddb7e4cc72288ec31760d6ddc7981123a8a2 WEB_SITE=http://gcc.gnu.org ENTERED=20020628 - UPDATED=20080523 + UPDATED=20090801 PSAFE=no SHORT="GNU compiler collection" diff --git a/compilers/gcc/POST_INSTALL b/compilers/gcc/POST_INSTALL index c3e8185..6179464 100644 --- a/compilers/gcc/POST_INSTALL +++ b/compilers/gcc/POST_INSTALL @@ -1,14 +1,8 @@ -# allow seamless upgrade/downgrade from/to gcc <=> gcc3 -if module_installed gcc3 ; then - remove_module gcc3 -fi - -cd /usr/lib/gcc/$BUILD/$VERSION && -ln -sf /usr/bin/cpp cpp && -cd /lib/ && -ln -sf /usr/bin/cpp cpp && +cd /usr/lib/gcc/$BUILD/$VERSION && +ln -sf /usr/bin/cpp cpp && +cd /lib/ && +ln -sf /usr/bin/cpp cpp && if [ ! -e /usr/bin/cc ] ; then ln -s gcc /usr/bin/cc fi || true - From elangelo at lunar-linux.org Wed Dec 9 11:52:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:33 -0000 Subject: [Lunar-commits] added the optimization thing Message-ID: <20091209105228.53CE79B20E@doppio.foo-projects.org> commit f593fc3f257686a47b447a1dd1a70fd35ed95787 Author: Samuel Verstraete Date: Wed Aug 5 14:50:59 2009 +0200 added the optimization thing --- compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 526 ++++++++++++++++++++++++ 1 files changed, 526 insertions(+), 0 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin new file mode 100644 index 0000000..c6bab48 --- /dev/null +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -0,0 +1,526 @@ +# +# gcc-4.3.x compiler optimizations plugin +# + +plugin_compiler_gcc_4_4_optimize() +{ + if [ "${LUNAR_COMPILER:-GCC_4_4}" != "GCC_4_4" ]; then + return 2 + fi + + debug_msg "plugin_compiler_gcc_4_4_optimize($@)" + if [ -f /etc/lunar/local/optimizations.GCC_4_4 ]; then + . /etc/lunar/local/optimizations.GCC_4_4 + fi + + # some local macro's + cflags_add() + { + CFLAGS="$CFLAGS $@" + } + + cxxflags_add() + { + CXXFLAGS="$CXXFLAGS $@" + } + + cppflags_add() + { + CPPFLAGS="$CPPFLAGS $@" + } + + c_cxx_flags_add() + { + cflags_add $@ + cxxflags_add $@ + } + + # CFLAGS/CXXFLAGS - base optimization + case $BOPT in + None) c_cxx_flags_add "-O0" ;; + Small) c_cxx_flags_add "-Os" ;; + Fast) c_cxx_flags_add "-O1" ;; + Faster) c_cxx_flags_add "-O2" ;; + Fastest) c_cxx_flags_add "-O3" ;; + esac + + # CFLAGS -march cpu-specific optimization + if [ -n "$CPU" ]; then + c_cxx_flags_add "-march=$CPU" + fi + + # GCC specific extra optimizations + for SP in ${SPD[@]}; do + case $SP in + Speedy) c_cxx_flags_add "-funroll-loops" ;; + Regparm) c_cxx_flags_add "-mregparm=3" ;; + Risky) c_cxx_flags_add "-ffast-math" ;; + Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; + Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; + Profiling) + c_cxx_flags_add "-fprofile-arcs" + set_local_config "KEEP_SOURCE" "on" + ;; + Branching) c_cxx_flags_add "-fbranch-probabilities" ;; + Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; + Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; + Float) c_cxx_flags_add "-ffloat-store" ;; + Address) c_cxx_flags_add "-fforce-addr" ;; + Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; + Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; + Doubles) c_cxx_flags_add "-malign-double" ;; + Tracer) c_cxx_flags_add "-ftracer" ;; + Blocks) c_cxx_flags_add "-freorder-blocks" ;; + esac + done + + # STACK - kind of dangerous - shouldn't we just remove this? + if (( STACK > 0 )) ; then + c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" + cppflags_add "-mpreferred-stack-boundary=$STACK" + fi + + for XTR in ${XTRA[@]}; do + case $XTR in + MMX) c_cxx_flags_add "-mmmx" ;; + SSE) c_cxx_flags_add "-msse" ;; + SSE2) c_cxx_flags_add "-msse2" ;; + SSE3) c_cxx_flags_add "-msse3" ;; + dnow) c_cxx_flags_add "-m3dnow" ;; + Altivec) c_cxx_flags_add "-maltivec" ;; + esac + done + + case $FPM in + x387) c_cxx_flags_add "-mfpmath=387" ;; + SSE) c_cxx_flags_add "-mfpmath=sse" ;; + Both) c_cxx_flags_add "-mfpmath=sse,387" ;; + esac + + for OPT in ${CC_OPTS[@]}; do + case $OPT in + Deprecated) + cxxflags_add "-Wno-deprecated" + ;; + Debug) + c_cxx_flags_add "-g" + ;; + Pipe) + c_cxx_flags_add "-pipe" + ;; + esac + done + + CC=gcc + CXX=g++ + CPP=cpp + + export CFLAGS CXXFLAGS CPPFLAGS + export CC CXX CPP + + verbose_msg "CC=\"$CC\"" + verbose_msg "CXX=\"$CXX\"" + verbose_msg "CPP=\"$CPP\"" + verbose_msg "CFLAGS=\"$CFLAGS\"" + verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" + verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" + + return 2 +} + + +plugin_compiler_gcc_4_4_menu() +{ + # The main code calls this function WITHOUT $1 to find out which + # compiler optimization plugins exist. It then returns the plugin + # identifier which can be saved in $LUNAR_COMPILER as the user's + # choice for COMPILERS + if [ -z "$1" ]; then + echo "GCC_4_4" + echo "GNU C Compiler suite version 4.4.x" + return 2 + elif [ "$1" != "GCC_4_4" ]; then + # we don't display anything when the user selected a + # different menu + return 2 + fi + + # now we are done with determining if we are really the menu + # that the user wants - so we can display it + menu() + { + unset RESULT + if [ "$1" == "checklist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + elif [ "$1" == "radiolist" ]; then + RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` + if [ $? != 0 ]; then + return 1 + fi + fi + RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') + return 0 + } + + save_optimizations() + { + debug_msg "save_optimizations($@)" + cat >/etc/lunar/local/optimizations.GCC_4_4 < no gcc 4.2 plugin Message-ID: <20091209105228.719469B208@doppio.foo-projects.org> commit 213e2e0d0b25f59db7eee96b7b389524645063d1 Author: Samuel Verstraete Date: Wed Aug 5 14:51:19 2009 +0200 no gcc 4.2 plugin --- compilers/gcc/plugin.d/optimize-gcc_4_2.plugin | 524 ------------------------ 1 files changed, 0 insertions(+), 524 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin deleted file mode 100644 index 8220ab2..0000000 --- a/compilers/gcc/plugin.d/optimize-gcc_4_2.plugin +++ /dev/null @@ -1,524 +0,0 @@ -# -# gcc-4.2.x compiler optimizations plugin -# - -plugin_compiler_gcc_4_2_optimize() -{ - if [ "${LUNAR_COMPILER:-GCC_4_2}" != "GCC_4_2" ]; then - return 2 - fi - - debug_msg "plugin_compiler_gcc_4_2_optimize($@)" - if [ -f /etc/lunar/local/optimizations.GCC_4_2 ]; then - . /etc/lunar/local/optimizations.GCC_4_2 - fi - - # some local macro's - cflags_add() - { - CFLAGS="$CFLAGS $@" - } - - cxxflags_add() - { - CXXFLAGS="$CXXFLAGS $@" - } - - cppflags_add() - { - CPPFLAGS="$CPPFLAGS $@" - } - - c_cxx_flags_add() - { - cflags_add $@ - cxxflags_add $@ - } - - # CFLAGS/CXXFLAGS - base optimization - case $BOPT in - None) c_cxx_flags_add "-O0" ;; - Small) c_cxx_flags_add "-Os" ;; - Fast) c_cxx_flags_add "-O1" ;; - Faster) c_cxx_flags_add "-O2" ;; - Fastest) c_cxx_flags_add "-O3" ;; - esac - - # CFLAGS -march cpu-specific optimization - if [ -n "$CPU" ]; then - c_cxx_flags_add "-march=$CPU" - fi - - # GCC specific extra optimizations - for SP in ${SPD[@]}; do - case $SP in - Speedy) c_cxx_flags_add "-funroll-loops" ;; - Regparm) c_cxx_flags_add "-mregparm=3" ;; - Risky) c_cxx_flags_add "-ffast-math" ;; - Pointers) c_cxx_flags_add "-fomit-frame-pointer" ;; - Siblings) c_cxx_flags_add "-foptimize-sibling-calls" ;; - Profiling) - c_cxx_flags_add "-fprofile-arcs" - set_local_config "KEEP_SOURCE" "on" - ;; - Branching) c_cxx_flags_add "-fbranch-probabilities" ;; - Aliasing) c_cxx_flags_add "-fstrict-aliasing" ;; - Cprop) c_cxx_flags_add "-fno-cprop-registers" ;; - Float) c_cxx_flags_add "-ffloat-store" ;; - Address) c_cxx_flags_add "-fforce-addr" ;; - Align) c_cxx_flags_add "-falign-functions -falign-loops -falign-jumps" ;; - Expensive) c_cxx_flags_add "-fexpensive-optimizations" ;; - Doubles) c_cxx_flags_add "-malign-double" ;; - Tracer) c_cxx_flags_add "-ftracer" ;; - Blocks) c_cxx_flags_add "-freorder-blocks" ;; - esac - done - - # STACK - kind of dangerous - shouldn't we just remove this? - if (( STACK > 0 )) ; then - c_cxx_flags_add "-mpreferred-stack-boundary=$STACK" - cppflags_add "-mpreferred-stack-boundary=$STACK" - fi - - for XTR in ${XTRA[@]}; do - case $XTR in - MMX) c_cxx_flags_add "-mmmx" ;; - SSE) c_cxx_flags_add "-msse" ;; - SSE2) c_cxx_flags_add "-msse2" ;; - SSE3) c_cxx_flags_add "-msse3" ;; - dnow) c_cxx_flags_add "-m3dnow" ;; - Altivec) c_cxx_flags_add "-maltivec" ;; - esac - done - - case $FPM in - x387) c_cxx_flags_add "-mfpmath=387" ;; - SSE) c_cxx_flags_add "-mfpmath=sse" ;; - Both) c_cxx_flags_add "-mfpmath=sse,387" ;; - esac - - for OPT in ${CC_OPTS[@]}; do - case $OPT in - Deprecated) - cxxflags_add "-Wno-deprecated" - ;; - Debug) - c_cxx_flags_add "-g" - ;; - Pipe) - c_cxx_flags_add "-pipe" - ;; - esac - done - - CC=gcc - CXX=g++ - CPP=cpp - - export CFLAGS CXXFLAGS CPPFLAGS - export CC CXX CPP - - verbose_msg "CC=\"$CC\"" - verbose_msg "CXX=\"$CXX\"" - verbose_msg "CPP=\"$CPP\"" - verbose_msg "CFLAGS=\"$CFLAGS\"" - verbose_msg "CXXFLAGS=\"$CXXFLAGS\"" - verbose_msg "CPPFLAGS=\"$CPPFLAGS\"" - - return 2 -} - - -plugin_compiler_gcc_4_2_menu() -{ - # The main code calls this function WITHOUT $1 to find out which - # compiler optimization plugins exist. It then returns the plugin - # identifier which can be saved in $LUNAR_COMPILER as the user's - # choice for COMPILERS - if [ -z "$1" ]; then - echo "GCC_4_2" - echo "GNU C Compiler suite version 4.2.x" - return 2 - elif [ "$1" != "GCC_4_2" ]; then - # we don't display anything when the user selected a - # different menu - return 2 - fi - - # now we are done with determining if we are really the menu - # that the user wants - so we can display it - menu() - { - unset RESULT - if [ "$1" == "checklist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --separate-output --checklist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - elif [ "$1" == "radiolist" ]; then - RESULT=`$DIALOG --no-cancel --item-help --radiolist "$2" 0 0 0 "${OPTIONS[@]}"` - if [ $? != 0 ]; then - return 1 - fi - fi - RESULT=$(echo $RESULT | sed -e 's:^"::' -e 's:"$::') - return 0 - } - - save_optimizations() - { - debug_msg "save_optimizations($@)" - cat >/etc/lunar/local/optimizations.GCC_4_2 < binutils: 2.19.1 Message-ID: <20091209105228.AC0799B234@doppio.foo-projects.org> commit 33c3008da91c11eb5d82c89c46dec44d3f00b49a Author: Samuel Verstraete Date: Thu Aug 13 10:34:20 2009 +0200 binutils: 2.19.1 Conflicts: devel/binutils/BUILD devel/binutils/DETAILS --- devel/binutils/BUILD | 24 ++++++++---------------- devel/binutils/BUILD.sparc64 | 7 ++++--- devel/binutils/DETAILS | 15 ++++++--------- 3 files changed, 18 insertions(+), 28 deletions(-) diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD index 3a1ccd0..3140e0e 100644 --- a/devel/binutils/BUILD +++ b/devel/binutils/BUILD @@ -1,21 +1,13 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && - - #Somehow I believe this might/should be logged as a bug to the glibc guys... - sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ - bfd/doc/Makefile.in && - - aclocal && - autoconf && - - OPTS+=" --host=$BUILD" && - default_config && - make tooldir=/usr && - prepare_install && - make tooldir=/usr install && - make tooldir=/usr install-info && - mkdir -p $DOCUMENT_DIRECTORY/binutils && + ./configure --host=$BUILD \ + --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils ) > $C_FIFO 2>&1 diff --git a/devel/binutils/BUILD.sparc64 b/devel/binutils/BUILD.sparc64 index f56658d..c5cabf7 100644 --- a/devel/binutils/BUILD.sparc64 +++ b/devel/binutils/BUILD.sparc64 @@ -4,9 +4,10 @@ sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \ bfd/doc/Makefile.in && - ./configure --host=$BUILD \ - --target=sparc-linux \ - --prefix=/usr && + ./configure --host=$BUILD \ + --target=sparc-linux \ + --prefix=/usr && + make tooldir=/usr && prepare_install && make tooldir=/usr install && diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS index 562b8c2..4dac1de 100644 --- a/devel/binutils/DETAILS +++ b/devel/binutils/DETAILS @@ -1,16 +1,13 @@ MODULE=binutils - VERSION=2.18 + VERSION=2.19.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=binutils-2.18-makeinfo.patch - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277 - SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:88c91e36cde93433e4c4c2b2e3417777aad84526 WEB_SITE=http://sources.redhat.com/binutils ENTERED=20010922 - UPDATED=20071121 - SHORT="essential collection of binary utilities." + UPDATED=20090401 + SHORT="An essential collection of binary utilities" cat << EOF binutils - Collection of binary utilities From elangelo at lunar-linux.org Wed Dec 9 11:52:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:33 -0000 Subject: [Lunar-commits] readline: 6.0 Message-ID: <20091209105228.D6A359B20C@doppio.foo-projects.org> commit 92ce8efc672297215efc380a306bd0b8a2fdc3cd Author: Samuel Verstraete Date: Thu Aug 13 10:36:49 2009 +0200 readline: 6.0 --- libs/readline/BUILD | 22 +++++++++++----------- libs/readline/DETAILS | 12 ++++++------ libs/readline/POST_INSTALL | 4 ++-- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/libs/readline/BUILD b/libs/readline/BUILD index 10dd423..953d42d 100644 --- a/libs/readline/BUILD +++ b/libs/readline/BUILD @@ -1,7 +1,7 @@ ( - OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') && - set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" && + OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') && + set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" && # ************************ WARNING ************************* # DO NOT MESS WITH THE CONFIGURE STUFF here unless you # really know what you're doing! We chose the lib location @@ -9,19 +9,19 @@ # needed at init time! If you move it you could break your # system! - ./configure --libdir=/lib \ - --prefix=/usr \ - --mandir=/usr/share/man \ + ./configure --libdir=/lib \ + --prefix=/usr \ + --mandir=/usr/share/man \ --infodir=/usr/share/info && default_make && if [ ! -e /etc/inputrc ] ; then install $SCRIPT_DIRECTORY/inputrc /etc/ - fi && - # temp hack to help in change over to readline-5.0 from readline-4.x - # can be removed when everyone is over to readline 5.0 - devoke_installwatch && - ln -sf /lib/libreadline.so.5 /lib/libreadline.so.4 && - ln -sf /lib/libhistory.so.5 /lib/libhistory.so.4 && + fi && + # temp hack to help in change over to readline-6.0 from readline-5.x + # can be removed when everyone is over to readline 6.0 + devoke_installwatch && + ln -sf /lib/libreadline.so.6 /lib/libreadline.so.5 && + ln -sf /lib/libhistory.so.6 /lib/libhistory.so.5 && invoke_installwatch ) > $C_FIFO 2>&1 diff --git a/libs/readline/DETAILS b/libs/readline/DETAILS index c58ca2a..54b2623 100644 --- a/libs/readline/DETAILS +++ b/libs/readline/DETAILS @@ -1,13 +1,13 @@ MODULE=readline - VERSION=5.2 + VERSION=6.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash/ - SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ - SOURCE_VFY=sha1:18f3412c73068509d5f491b7b4535aeaf9522834 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash + SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE + SOURCE_VFY=sha1:1e511b091514ef631c539552316787c75ace5262 WEB_SITE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html ENTERED=20010922 - UPDATED=20061012 + UPDATED=20090617 SHORT="Lets users edit command lines as they are typed in" cat << EOF diff --git a/libs/readline/POST_INSTALL b/libs/readline/POST_INSTALL index b8e2a28..9755df3 100644 --- a/libs/readline/POST_INSTALL +++ b/libs/readline/POST_INSTALL @@ -11,6 +11,6 @@ if [[ "$OUR_NEW_READLINE_VVV" > "$OUR_OLD_READLINE_VVV" ]]; then fi -rm -f /lib/libreadline.so.4 && -rm -f /lib/libhistory.so.4 && +#rm -f /lib/libreadline.so.5 && +#rm -f /lib/libhistory.so.5 && unset_module_config OUR_OLD_READLINE_VVV From elangelo at lunar-linux.org Wed Dec 9 11:52:33 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:33 -0000 Subject: [Lunar-commits] binutils: x86_64 Message-ID: <20091209105228.BF5599B207@doppio.foo-projects.org> commit 9e88cff0d1de5f17a329163483c4edae810140c6 Author: Samuel Verstraete Date: Wed Aug 12 22:00:25 2009 +0200 binutils: x86_64 --- devel/binutils/BUILD.x86_64 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/devel/binutils/BUILD.x86_64 b/devel/binutils/BUILD.x86_64 new file mode 100644 index 0000000..23a6244 --- /dev/null +++ b/devel/binutils/BUILD.x86_64 @@ -0,0 +1,12 @@ +( + + ./configure --prefix=/usr && + + make tooldir=/usr && + prepare_install && + make tooldir=/usr install && + make tooldir=/usr install-info && + mkdir -p $DOCUMENT_DIRECTORY/binutils && + cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 9 11:52:34 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:34 -0000 Subject: [Lunar-commits] bison: 2.4.1 Message-ID: <20091209105228.E605F9B211@doppio.foo-projects.org> commit d6ccd353eae6684912bf388955f884812733c7ea Author: Samuel Verstraete Date: Thu Aug 13 10:39:33 2009 +0200 bison: 2.4.1 --- devel/bison/DETAILS | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS index 77984c5..7b33792 100644 --- a/devel/bison/DETAILS +++ b/devel/bison/DETAILS @@ -1,13 +1,13 @@ MODULE=bison - VERSION=2.3 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$GNU_URL/$MODULE/ - SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/ + VERSION=2.4.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=$GNU_URL/$MODULE + SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE WEB_SITE=http://www.gnu.org/software/bison/bison.html - SOURCE_VFY=sha1:4df84c2c5971946111ff1982fb830b3c78d7c57e + SOURCE_VFY=sha1:fc96b28ee4a6a914b18cb1eddb68177d94b83361 ENTERED=20010922 - UPDATED=20060608 - SHORT="replacement for the parser generator yacc" + UPDATED=20090618 + SHORT="A replacement for the parser generator yacc" cat << EOF bison - Replacement for the parser generator yacc From elangelo at lunar-linux.org Wed Dec 9 11:52:34 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:34 -0000 Subject: [Lunar-commits] mousepad build tweak Message-ID: <20091209105229.01AEC9B218@doppio.foo-projects.org> commit c6577de4c6fc1146427d5da45f635be32ec54f0e Author: Samuel Verstraete Date: Thu Aug 13 16:11:46 2009 +0200 mousepad build tweak --- xfce4/apps/mousepad/BUILD | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xfce4/apps/mousepad/BUILD b/xfce4/apps/mousepad/BUILD index e8dc8a0..fec6c27 100644 --- a/xfce4/apps/mousepad/BUILD +++ b/xfce4/apps/mousepad/BUILD @@ -4,12 +4,12 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && -# default_cvs_build && + default_cvs_build - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && +# ./configure --build=$BUILD \ +# --prefix=${MODULE_PREFIX} \ +# $OPTS && - default_make +# default_make ) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 9 11:52:34 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:34 -0000 Subject: [Lunar-commits] mousepad: MORE Message-ID: <20091209105229.2192C9B21A@doppio.foo-projects.org> commit 36997a4a6eb6447e84ab75aa0bb51daf8c612069 Author: Samuel Verstraete Date: Thu Aug 13 16:12:04 2009 +0200 mousepad: MORE --- xfce4/apps/mousepad/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index ebe6730..9f9e881 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -2,8 +2,8 @@ VERSION="svn-`date +%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE + SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD + #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20050218 From elangelo at lunar-linux.org Wed Dec 9 11:52:34 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:34 -0000 Subject: [Lunar-commits] boost: make it build goddmanit! Message-ID: <20091209105229.334E89B212@doppio.foo-projects.org> commit e01e14b12da930e110b99dbad0fd4920643e13ba Author: Samuel Verstraete Date: Fri Aug 14 14:02:15 2009 +0200 boost: make it build goddmanit! --- libs/boost/BUILD | 32 +++++++++++++++++++++++++++----- libs/boost/DETAILS | 10 +++++++--- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a/libs/boost/BUILD b/libs/boost/BUILD index 2e5ba8c..36562ed 100644 --- a/libs/boost/BUILD +++ b/libs/boost/BUILD @@ -1,8 +1,25 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && +patch_it $SOURCE_CACHE/$SOURCE2 1 && +patch_it $SOURCE_CACHE/$SOURCE3 1 && +patch_it $SOURCE_CACHE/$SOURCE4 1 && - OPTS="--without-mpi" +#CXXFLAGS+=" -fno-strict-aliasing" +#CPPFLAGS+=" -fno-strict-aliasing" +#cxxflags=-fno-strict-aliasing +# +unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS + + +#echo $CXXFLAGS && +# + +echo "press ENTER to continu" && + +read TTT && + + OPTS+=" --without-mpi" export EXPAT_INCLUDE=/usr/include/ export EXPAT_LIBPATH=/usr/lib/ @@ -12,7 +29,8 @@ HAVE_ICU="0" fi && - bjam -q ${MAKES:+-j$MAKES} \ + #bjam -q ${MAKES:+-j$MAKES} \ + bjam -q \ threading=multi \ runtime-link=shared \ link=shared \ @@ -21,12 +39,16 @@ --prefix=/usr \ --layout=tagged \ --toolset=gcc \ - optimization=speed \ + optimization=off \ -sHAVE_ICU=$HAVE_ICU \ $OPTS && + echo "gonna call prepare_install" && + prepare_install && + echo "prepare_install finished" && + bjam -q ${MAKES:+-j$MAKES} \ threading=multi \ runtime-link=shared \ @@ -39,7 +61,7 @@ --libdir="/usr/lib" \ --layout=tagged \ -sHAVE_ICU=$HAVE_ICU \ - optimization=speed \ + optimization=off \ $OPTS \ install diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS index f7ee8ca..5bdbddb 100644 --- a/libs/boost/DETAILS +++ b/libs/boost/DETAILS @@ -2,15 +2,19 @@ VERSION=1.39.0 VER=_1_39_0 SOURCE=$MODULE$VER.tar.bz2 - SOURCE2=boost-1.38.0-function_template.hpp.patch + #SOURCE2=boost-1.38.0-function_template.hpp.patch + SOURCE2=01_all_1.39.0-tools_wave_cpp.patch + SOURCE3=02_all_1.37.0-function-templates-compile-fix.patch + SOURCE4=07_all_1.35.0-fix_mpi_installation.patch SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VER SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE2_URL=$PATCH_URL + #SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:6af42f74ab24ccc51589a025593bad298c8adde8 - SOURCE2_VFY=sha1:23a57903543de6b8f06ca212bb83ff2df0ad7240 + #SOURCE2_VFY=sha1:23a57903543de6b8f06ca212bb83ff2df0ad7240 WEB_SITE=http://www.boost.org ENTERED=20041115 UPDATED=20090813 + PSAFE=no SHORT="A cross-platform supplement to the C++ standard library" cat << EOF From elangelo at xfce.org Wed Dec 9 11:52:35 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:35 -0000 Subject: [Lunar-commits] webkit: 1.1.13 Message-ID: <20091209105229.6AFD09B223@doppio.foo-projects.org> commit 4717095eb4051b519c6c49fed182978e2a6505be Author: Samuel Verstraete Date: Mon Sep 7 09:18:51 2009 +0200 webkit: 1.1.13 --- web/webkit/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS index 01a5981..f744d22 100644 --- a/web/webkit/DETAILS +++ b/web/webkit/DETAILS @@ -1,8 +1,8 @@ MODULE=webkit - VERSION=1.1.12 + VERSION=1.1.13 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webkitgtk.org/ - SOURCE_VFY=sha1:a06bb5729faae195096991d01089216df110a2c2 + SOURCE_VFY=sha1:d9cecf107ac744785f3e9ab7dfc95781fcf95bda WEB_SITE=http://www.webkit.org ENTERED=20070919 UPDATED=20090805 From elangelo at xfce.org Wed Dec 9 11:52:35 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:35 -0000 Subject: [Lunar-commits] linux-2.6-rc: versino bump Message-ID: <20091209105229.58FD49B21C@doppio.foo-projects.org> commit 25bda158d563891ebf122078b62391d9f0498473 Author: Samuel Verstraete Date: Mon Sep 7 09:11:01 2009 +0200 linux-2.6-rc: versino bump --- kernel/linux-2.6-rc/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 5b27a73..26a6a98 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,10 +1,10 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc5 + VERSION=2.6.31-rc7 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:01cb56b333d9dbc999bbafeb333911e3ee9d6910 + SOURCE_VFY=sha1:b47c4057013f216b465cef4e9d8c369dd090d0f6 WEB_SITE=http://www.kernel.org ENTERED=20041019 UPDATED=20090802 From elangelo at xfce.org Wed Dec 9 11:52:35 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:35 -0000 Subject: [Lunar-commits] libsoup: 2.27.91 Message-ID: <20091209105229.917739B209@doppio.foo-projects.org> commit 586406580a94f22fc2a727c492f0a19ced75f1f5 Author: Samuel Verstraete Date: Mon Sep 7 09:27:10 2009 +0200 libsoup: 2.27.91 --- gnome2/desktop/libsoup/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome2/desktop/libsoup/DETAILS b/gnome2/desktop/libsoup/DETAILS index 52529b1..80c8e0d 100644 --- a/gnome2/desktop/libsoup/DETAILS +++ b/gnome2/desktop/libsoup/DETAILS @@ -1,12 +1,12 @@ MODULE=libsoup - VERSION=2.27.4 + VERSION=2.27.91 MAJOR=2.27 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:2eb9dbcfb285feabf79873441f14c229ae0d0e68 + SOURCE_VFY=sha1:642bd9cecf1ea7325c3a8f18be557da203177978 WEB_SITE=http://www.gnome.org/ ENTERED=20030413 - UPDATED=20090714 + UPDATED=20090907 PSAFE=no SHORT="a SOAP implementation in C" From elangelo at xfce.org Wed Dec 9 11:52:35 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:35 -0000 Subject: [Lunar-commits] hugin: 0.8.0 Message-ID: <20091209105229.9F4BA9B214@doppio.foo-projects.org> commit aca5e45b8927ecebf19f4310ca3e2a926432fee5 Author: Samuel Verstraete Date: Mon Sep 7 11:56:14 2009 +0200 hugin: 0.8.0 --- graphics/hugin/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/hugin/DETAILS b/graphics/hugin/DETAILS index bc48a1d..d48c688 100644 --- a/graphics/hugin/DETAILS +++ b/graphics/hugin/DETAILS @@ -1,13 +1,13 @@ MODULE=hugin - VERSION=0.7.0_rc6 + VERSION=0.8.0 SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/hugin-0.7.0 +#SOURCE_DIRECTORY=$BUILD_DIRECTORY/hugin-0.7.0 SOURCE_URL=$SFORGE_URL/hugin/ - SOURCE_VFY=sha1:6452ddc4e4d7a67b8e84d0a52a9c536664a62abf + SOURCE_VFY=sha1:698f0a7c4bb25efdf06313d05e3980f20d088ce5 WEB_SITE=http://hugin.sourceforge.net MAINTAINER=perldude at lunar-linux.org ENTERED=20060720 - UPDATED=20081108 + UPDATED=20090907 SHORT="an easy to use cross-platform GUI for Panorama Tools" PSAFE=no From elangelo at lunar-linux.org Wed Dec 9 11:52:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:36 -0000 Subject: [Lunar-commits] xfce: switch to git Message-ID: <20091209105229.B9DF49B228@doppio.foo-projects.org> commit cb9cd8f0946cade9b144703364a0acbdf793bc6b Author: Samuel Verstraete Date: Tue Sep 8 10:19:08 2009 +0200 xfce: switch to git --- xfce4/core/Thunar/DETAILS | 4 ++-- xfce4/core/exo/DETAILS | 9 ++++----- xfce4/core/libxfce4mcs/DETAILS | 4 ++-- xfce4/core/libxfce4menu/DETAILS | 4 ++-- xfce4/core/libxfce4util/DETAILS | 4 ++-- xfce4/core/libxfcegui4/DETAILS | 4 ++-- xfce4/core/xfce-mcs-manager/DETAILS | 4 ++-- xfce4/core/xfce-mcs-plugins/DETAILS | 4 ++-- xfce4/core/xfce-utils/DETAILS | 4 ++-- xfce4/core/xfce4-dev-tools/DETAILS | 4 ++-- xfce4/core/xfce4-panel/DETAILS | 4 ++-- xfce4/core/xfce4-session/DETAILS | 4 ++-- xfce4/core/xfdesktop/DETAILS | 4 ++-- xfce4/core/xfwm4/DETAILS | 4 ++-- 14 files changed, 30 insertions(+), 31 deletions(-) diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index 45c4403..4279612 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,9 +1,9 @@ MODULE=Thunar MOD=thunar - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MOD.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD + SOURCE_URL=git+http://git.xfce.org/xfce/$MOD:$MOD MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org/ ENTERED=20060407 diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index 52c53ff..cdab76a 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,9 +1,8 @@ MODULE=exo - MOD=libexo - VERSION="svn-`date +%U`" - SOURCE=$MOD.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MOD/trunk:$MOD + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://libexo.os-cillation.com/ ENTERED=20040930 diff --git a/xfce4/core/libxfce4mcs/DETAILS b/xfce4/core/libxfce4mcs/DETAILS index 480af05..a9fea96 100644 --- a/xfce4/core/libxfce4mcs/DETAILS +++ b/xfce4/core/libxfce4mcs/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4mcs - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/libxfce4menu/DETAILS b/xfce4/core/libxfce4menu/DETAILS index 6d1fc10..ad4c888 100644 --- a/xfce4/core/libxfce4menu/DETAILS +++ b/xfce4/core/libxfce4menu/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4menu - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 diff --git a/xfce4/core/libxfce4util/DETAILS b/xfce4/core/libxfce4util/DETAILS index 7d7e4e7..b215341 100644 --- a/xfce4/core/libxfce4util/DETAILS +++ b/xfce4/core/libxfce4util/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4util - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index e4bb669..541a71c 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfcegui4 - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=http:vn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce-mcs-manager/DETAILS b/xfce4/core/xfce-mcs-manager/DETAILS index eb5127b..56ea367 100644 --- a/xfce4/core/xfce-mcs-manager/DETAILS +++ b/xfce4/core/xfce-mcs-manager/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce-mcs-manager - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce-mcs-plugins/DETAILS b/xfce4/core/xfce-mcs-plugins/DETAILS index 541533d..a81d6de 100644 --- a/xfce4/core/xfce-mcs-plugins/DETAILS +++ b/xfce4/core/xfce-mcs-plugins/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce-mcs-plugins - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce-utils/DETAILS b/xfce4/core/xfce-utils/DETAILS index dd26580..9c68513 100644 --- a/xfce4/core/xfce-utils/DETAILS +++ b/xfce4/core/xfce-utils/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce-utils - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce4-dev-tools/DETAILS b/xfce4/core/xfce4-dev-tools/DETAILS index 83b13d5..1ebc8e5 100644 --- a/xfce4/core/xfce4-dev-tools/DETAILS +++ b/xfce4/core/xfce4-dev-tools/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-dev-tools - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org/ ENTERED=20030715 diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS index f8cbb41..8e79ae9 100644 --- a/xfce4/core/xfce4-panel/DETAILS +++ b/xfce4/core/xfce4-panel/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-panel - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 97f3c39..2536ffc 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-session - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS index 54a5208..51d6dd9 100644 --- a/xfce4/core/xfdesktop/DETAILS +++ b/xfce4/core/xfdesktop/DETAILS @@ -1,8 +1,8 @@ MODULE=xfdesktop - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS index 4f7aa71..e978060 100644 --- a/xfce4/core/xfwm4/DETAILS +++ b/xfce4/core/xfwm4/DETAILS @@ -1,8 +1,8 @@ MODULE=xfwm4 - VERSION="svn-`date +%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 From elangelo at lunar-linux.org Wed Dec 9 11:52:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:36 -0000 Subject: [Lunar-commits] libxfce4ui: new widget library for xfce Message-ID: <20091209105229.E63979B215@doppio.foo-projects.org> commit 588a5d1ca540ab1837f5ddf295bd3ff07e7ce927 Author: Samuel Verstraete Date: Tue Sep 8 10:19:57 2009 +0200 libxfce4ui: new widget library for xfce --- xfce4/core/libxfce4ui/BUILD | 14 ++++++++++++++ xfce4/core/libxfce4ui/DEPENDS | 7 +++++++ xfce4/core/libxfce4ui/DETAILS | 14 ++++++++++++++ 3 files changed, 35 insertions(+), 0 deletions(-) diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD new file mode 100644 index 0000000..5ca1695 --- /dev/null +++ b/xfce4/core/libxfce4ui/BUILD @@ -0,0 +1,14 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4ui/DEPENDS b/xfce4/core/libxfce4ui/DEPENDS new file mode 100644 index 0000000..8d7aad5 --- /dev/null +++ b/xfce4/core/libxfce4ui/DEPENDS @@ -0,0 +1,7 @@ +depends gtk+-2 +depends libxml2 +depends libxfce4util + +# not real depends, but we really want them +depends gtk-xfce-engine +depends xfce4-icon-theme diff --git a/xfce4/core/libxfce4ui/DETAILS b/xfce4/core/libxfce4ui/DETAILS new file mode 100644 index 0000000..8bb3544 --- /dev/null +++ b/xfce4/core/libxfce4ui/DETAILS @@ -0,0 +1,14 @@ + MODULE=libxfce4ui + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20090908 + UPDATED=20090908 + SHORT="Widget library for Xfce4" +cat << EOF +libxfcegui4 -- Library that provides extra widgets and graphical user +interface functions to the Xfce4 desktop environment. +EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:36 -0000 Subject: [Lunar-commits] libxfce4menu: default_cvs_buil Message-ID: <20091209105230.05C399B22A@doppio.foo-projects.org> commit 8c55b7d3f820b9eead365e3a2ed4d652bc5dded1 Author: Samuel Verstraete Date: Tue Sep 8 10:37:22 2009 +0200 libxfce4menu: default_cvs_buil --- xfce4/core/libxfce4menu/BUILD | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/xfce4/core/libxfce4menu/BUILD b/xfce4/core/libxfce4menu/BUILD new file mode 100644 index 0000000..c59a75a --- /dev/null +++ b/xfce4/core/libxfce4menu/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 From elangelo at lunar-linux.org Wed Dec 9 11:52:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:36 -0000 Subject: [Lunar-commits] glib-2: 2.21.3 Message-ID: <20091209105230.2A5769B23A@doppio.foo-projects.org> commit fcb037183a6d40905e83b6dcdfdf28913dc5708d Author: Samuel Verstraete Date: Tue Sep 8 13:45:22 2009 +0200 glib-2: 2.21.3 --- libs/glib-2/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index e92c533..06ad01a 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 - MAJOR=2.20 - VERSION=20.4 + MAJOR=2.21 + VERSION=21.3 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:a0cee2b75bb485de926fa43b33887adc8f9c19bb + SOURCE_VFY=sha1:ffcd13ac97787106ce943396d250cfa593d47345 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090719 + UPDATED=20090908 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF From elangelo at lunar-linux.org Wed Dec 9 11:52:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:36 -0000 Subject: [Lunar-commits] libsoup: dependency tweak Message-ID: <20091209105230.609219B22F@doppio.foo-projects.org> commit 98dd39fd6c0d9460790e590df4051da9602622a7 Author: Samuel Verstraete Date: Tue Sep 8 13:50:36 2009 +0200 libsoup: dependency tweak --- gnome2/desktop/libsoup/DEPENDS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome2/desktop/libsoup/DEPENDS b/gnome2/desktop/libsoup/DEPENDS index 40dfa40..0bd2c24 100644 --- a/gnome2/desktop/libsoup/DEPENDS +++ b/gnome2/desktop/libsoup/DEPENDS @@ -3,4 +3,4 @@ depends gnutls depends sqlite depends libproxy -optional_depends GConf "" "--without-gnome" "gnome support" +optional_depends gnome-keyring "" "--without-gnome" "gnome support" From elangelo at lunar-linux.org Wed Dec 9 11:52:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:36 -0000 Subject: [Lunar-commits] xfce4 git migration stuff Message-ID: <20091209105230.7F88C9B233@doppio.foo-projects.org> commit 752af38ea449cbfb7d4cd50ff2548842ae1d84e7 Author: Samuel Verstraete Date: Tue Sep 8 16:00:41 2009 +0200 xfce4 git migration stuff --- xfce4/apps/Terminal/DEPENDS | 5 ----- xfce4/apps/Terminal/DETAILS | 19 ------------------- xfce4/apps/terminal/BUILD | 9 +++++++++ xfce4/apps/terminal/DEPENDS | 5 +++++ xfce4/apps/terminal/DETAILS | 19 +++++++++++++++++++ xfce4/apps/xfburn/BUILD | 9 +++++++++ xfce4/apps/xfburn/DETAILS | 12 ++++++------ xfce4/core/libxfce4util/BUILD | 7 +++---- xfce4/core/xfce4-settings/DETAILS | 4 ++-- 9 files changed, 53 insertions(+), 36 deletions(-) diff --git a/xfce4/apps/Terminal/DEPENDS b/xfce4/apps/Terminal/DEPENDS deleted file mode 100644 index 72b544e..0000000 --- a/xfce4/apps/Terminal/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends XML-Parser -depends exo -depends vte - -optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For DBUS support" diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS deleted file mode 100644 index 0f1eaaf..0000000 --- a/xfce4/apps/Terminal/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=Terminal - VERSION=0.4.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/terminal - SOURCE_VFY=sha1:8b52e1841e922a1be28228873bde84eea4c6b456 - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.os-cillation.com - ENTERED=20040930 - UPDATED=20090726 - SHORT="vte based/gtk+-2 lightweight X-terminal" - -cat << EOF -Terminal is a modern terminal emulator for the Unix/Linux desktop - -primarily for the Xfce desktop environment. We developed it because -we saw the need for a lightweight and easy-to-use terminal emulator -in the Xfce desktop environment, that doesn't require the user to -install the GNOME platform, but still provides a worthy alternative -to the GNOME terminal emulator. -EOF diff --git a/xfce4/apps/terminal/BUILD b/xfce4/apps/terminal/BUILD new file mode 100644 index 0000000..c59a75a --- /dev/null +++ b/xfce4/apps/terminal/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/terminal/DEPENDS b/xfce4/apps/terminal/DEPENDS new file mode 100644 index 0000000..72b544e --- /dev/null +++ b/xfce4/apps/terminal/DEPENDS @@ -0,0 +1,5 @@ +depends XML-Parser +depends exo +depends vte + +optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For DBUS support" diff --git a/xfce4/apps/terminal/DETAILS b/xfce4/apps/terminal/DETAILS new file mode 100644 index 0000000..70228be --- /dev/null +++ b/xfce4/apps/terminal/DETAILS @@ -0,0 +1,19 @@ + MODULE=terminal + VERSION=git-`date +%Y%U` + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.os-cillation.com + ENTERED=20090908 + UPDATED=20090908 + SHORT="vte based/gtk+-2 lightweight X-terminal" + +cat << EOF +Terminal is a modern terminal emulator for the Unix/Linux desktop - +primarily for the Xfce desktop environment. We developed it because +we saw the need for a lightweight and easy-to-use terminal emulator +in the Xfce desktop environment, that doesn't require the user to +install the GNOME platform, but still provides a worthy alternative +to the GNOME terminal emulator. +EOF diff --git a/xfce4/apps/xfburn/BUILD b/xfce4/apps/xfburn/BUILD new file mode 100644 index 0000000..c59a75a --- /dev/null +++ b/xfce4/apps/xfburn/BUILD @@ -0,0 +1,9 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/xfce4/apps/xfburn/DETAILS b/xfce4/apps/xfburn/DETAILS index f6c1786..921345c 100644 --- a/xfce4/apps/xfburn/DETAILS +++ b/xfce4/apps/xfburn/DETAILS @@ -1,12 +1,12 @@ MODULE=xfburn - VERSION=0.4.1 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://goodies.xfce.org/releases/$MODULE - SOURCE_VFY=sha1:7086fcdb2fa2c1b634cf64a9eef704656e774c26 + VERSION=git-`date +%Y%U` + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/xfburn - ENTERED=20090227 - UPDATED=20090227 + ENTERED=20090908 + UPDATED=20090908 SHORT="Cd burning application for Xfce" cat << EOF Cd burning application for Xfce diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index dedae22..c59a75a 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,10 +1,9 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS index 4c1c61c..6d04f00 100644 --- a/xfce4/core/xfce4-settings/DETAILS +++ b/xfce4/core/xfce4-settings/DETAILS @@ -1,8 +1,8 @@ MODULE=xfce4-settings - VERSION="svn-`date +%Y%U`" + VERSION=git-`date +%Y%U` SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20080705 From elangelo at lunar-linux.org Wed Dec 9 11:52:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:37 -0000 Subject: [Lunar-commits] lots of chagnes Message-ID: <20091209105230.C482B9B20F@doppio.foo-projects.org> commit a62b47df42f41fa8d797999a83ce7829aa9e59f8 Author: Samuel Verstraete Date: Wed Sep 16 20:00:52 2009 +0200 lots of chagnes --- audio/gejengel/DEPENDS | 2 ++ graphics/babl/DETAILS | 12 ++++++------ graphics/gegl/DETAILS | 12 ++++++------ web/webkit/DETAILS | 6 +++--- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/audio/gejengel/DEPENDS b/audio/gejengel/DEPENDS index 988063c..5d10b96 100644 --- a/audio/gejengel/DEPENDS +++ b/audio/gejengel/DEPENDS @@ -1,2 +1,4 @@ depends libsexymm depends ImageMagick + +optional_depends lastfmlib "" "" "scrobble your tracks on Last.fm" diff --git a/graphics/babl/DETAILS b/graphics/babl/DETAILS index 58ccace..52b0452 100644 --- a/graphics/babl/DETAILS +++ b/graphics/babl/DETAILS @@ -1,12 +1,12 @@ MODULE=babl - VERSION=0.0.22 + VERSION=0.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL[0]=ftp://ftp.gtk.org/pub/babl/0.0/ - SOURCE_URL[1]=ftp://ftp.gimp.org/pub/babl/0.0/ - SOURCE_VFY=sha1:9de50fb5833f41691f50f6e735d6422aad52ea94 - WEB_SITE=http://gegl.org/babl/ + SOURCE_URL[0]=ftp://ftp.gtk.org/pub/babl/0.1/ + SOURCE_URL[1]=ftp://ftp.gimp.org/pub/babl/0.1/ + SOURCE_VFY=sha1:6e95e24c48b8018fefbf8e69ad62f4a4de56640c + WEB_SITE=http://www.gegl.org/babl/ ENTERED=20081017 - UPDATED=20081017 + UPDATED=20090908 SHORT="dynamic, any to any, pixel format translation library" cat << EOF It allows converting between different methods of storing pixels diff --git a/graphics/gegl/DETAILS b/graphics/gegl/DETAILS index 4519c1d..1213b0c 100644 --- a/graphics/gegl/DETAILS +++ b/graphics/gegl/DETAILS @@ -1,12 +1,12 @@ MODULE=gegl - VERSION=0.0.22 + VERSION=0.1.0 SOURCE=${MODULE}-${VERSION}.tar.bz2 - SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gegl/0.0/ - SOURCE_URL[1]=ftp://ftp.gimp.org/pub/gegl/0.0/ - SOURCE_VFY=sha1:de684d4c8d9eaa9b7e283c55c5f779e5bdabee78 - WEB_SITE="http://gegl.org/" + SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gegl/0.1/ + SOURCE_URL[1]=ftp://ftp.gimp.org/pub/gegl/0.1/ + SOURCE_VFY=sha1:ede1789ce318b9afe4ec7dcb42c1065b4f278b64 + WEB_SITE=http://www.gegl.org/ ENTERED=20081016 - UPDATED=20090419 + UPDATED=20090908 SHORT="Generic Graphics Library" cat < linux-2.6-stable... let's project the stable in the present Message-ID: <20091209105231.02EF39B206@doppio.foo-projects.org> commit 6c78c27e97b782b7bbdbb8aaba62fb82c5785ca6 Author: Samuel Verstraete Date: Wed Sep 23 10:28:51 2009 +0200 linux-2.6-stable... let's project the stable in the present --- kernel/linux-2.6-stable/BUILD | 4 ++-- kernel/linux-2.6-stable/DETAILS | 9 ++++----- kernel/linux-2.6-stable/POST_INSTALL | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/kernel/linux-2.6-stable/BUILD b/kernel/linux-2.6-stable/BUILD index 3027699..d41ddb7 100644 --- a/kernel/linux-2.6-stable/BUILD +++ b/kernel/linux-2.6-stable/BUILD @@ -33,7 +33,7 @@ backup_mods_krnl $VERSION && prepare_install && make modules_install && - cp arch/${MYARCH}/boot/bzImage /boot/$VERSION && - cp System.map /boot/System.map-$VERSION + cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch` && + cp System.map /boot/System.map-$VERSION-`arch` ) > $C_FIFO 2>&1 diff --git a/kernel/linux-2.6-stable/DETAILS b/kernel/linux-2.6-stable/DETAILS index dfb674a..e6e3441 100644 --- a/kernel/linux-2.6-stable/DETAILS +++ b/kernel/linux-2.6-stable/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6-stable - VERSION=2.6.24.7 + VERSION=2.6.30.7 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -8,12 +8,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/ SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/ SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/ - SOURCE_VFY=sha1:351aebc784a5395fe4c92d1e514a89680482f7e2 - SOURCE2_VFY=sha1:8daa0107234b6f3649e7577d1c53842306c471be + SOURCE_VFY=sha1:5fb7f2ccdc59c57887d586971a157bee7af324d1 + SOURCE2_VFY=sha1:f4b458c7eb9c5d6f9c801e3b3fbc9d455b77ef77 WEB_SITE=http://www.kernel.org ENTERED=20070313 - UPDATED=20080506 - MAINTAINER=moe at lunar-linux.org + UPDATED=20090923 SHORT="The uber-stable version of the 2.6 kernel" KEEP_SOURCE=on TMPFS=off diff --git a/kernel/linux-2.6-stable/POST_INSTALL b/kernel/linux-2.6-stable/POST_INSTALL index 1963779..dd6cddc 100644 --- a/kernel/linux-2.6-stable/POST_INSTALL +++ b/kernel/linux-2.6-stable/POST_INSTALL @@ -1,4 +1,4 @@ -update_bootloader $VERSION $VERSION +update_bootloader $VERSION-`arch` $VERSION-`arch` # Reinstall packages that add their own kernel modules From elangelo at lunar-linux.org Wed Dec 9 11:52:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:37 -0000 Subject: [Lunar-commits] gtk+-2: 2.18.0 Message-ID: <20091209105231.1A3C19B224@doppio.foo-projects.org> commit 0eec2cd3468f605706b7b2795c8b0b73d9d22873 Author: Samuel Verstraete Date: Wed Sep 23 11:37:24 2009 +0200 gtk+-2: 2.18.0 --- graphics/gtk+-2/BUILD | 6 +++--- graphics/gtk+-2/DETAILS | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index 1058b15..c80451a 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -1,14 +1,14 @@ ( - if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then +# if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then # Is 7.0 API, rather than old version 6b # Old patch: http://repos.archlinux.org/viewvc.cgi/gtk2/repos/extra-i686/ # Fixes blurry jpegs: http://bugzilla.gnome.org/show_bug.cgi?id=588740 # http://bugs.gentoo.org/show_bug.cgi?id=282744 # Info: http://bbs.archlinux.org/viewtopic.php?id=75529 # Original fix: sedit "s:cinfo->scale_denom <= 8:cinfo->scale_denom <= 16:" gdk-pixbuf/io-jpeg.c - patch_it $SOURCE2 0 - fi && +# patch_it $SOURCE2 0 +# fi && if [ "$USE_XINPUT" == "y" ]; then # XInput support is needed for Wacom tablets to work in GIMP diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS index 73ad038..76f1985 100644 --- a/graphics/gtk+-2/DETAILS +++ b/graphics/gtk+-2/DETAILS @@ -1,13 +1,13 @@ MODULE=gtk\+-2 - VERSION=16.6 - MAJOR=2.16 + VERSION=18.0 + MAJOR=2.18 SOURCE=$MODULE.$VERSION.tar.bz2 - SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 + #SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 +# SOURCE2_URL=$PATCH_URL +# SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 SOURCE2_VFY=sha1:6981a977ea91d6dce32f444ad3b097e2ad43302b WEB_SITE=http://www.gtk.org/ ENTERED=20020313 From elangelo at lunar-linux.org Wed Dec 9 11:52:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:37 -0000 Subject: [Lunar-commits] kernel-headers: version bump Message-ID: <20091209105231.316B49B232@doppio.foo-projects.org> commit e137886d5df969db7c029fa4478137948ae78d17 Author: Samuel Verstraete Date: Wed Sep 23 11:51:53 2009 +0200 kernel-headers: version bump --- kernel/kernel-headers-2.6/DETAILS | 6 +++--- kernel/kernel-headers-2.6/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/kernel-headers-2.6/DETAILS b/kernel/kernel-headers-2.6/DETAILS index 0432de1..dbddffa 100644 --- a/kernel/kernel-headers-2.6/DETAILS +++ b/kernel/kernel-headers-2.6/DETAILS @@ -1,13 +1,13 @@ MODULE=kernel-headers-2.6 - VERSION=2.6.23 + VERSION=2.6.30.7 SOURCE=kernel-headers-$VERSION.tar.bz2 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/kernel-headers-$VERSION SOURCE_URL=$MIRROR_URL/ - SOURCE_VFY=sha1:a6d2aeabe95c4970ebe7b02271a430c8d6fabde3 + SOURCE_VFY=sha1:b1b5a23df1a1d08cc7c9355f18ae70a6ae0e9b48 WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20071118 + UPDATED=20090923 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace diff --git a/kernel/kernel-headers-2.6/DETAILS.x86_64 b/kernel/kernel-headers-2.6/DETAILS.x86_64 index ad938d1..415a6d7 100644 --- a/kernel/kernel-headers-2.6/DETAILS.x86_64 +++ b/kernel/kernel-headers-2.6/DETAILS.x86_64 @@ -1,13 +1,13 @@ MODULE=kernel-headers-2.6 - VERSION=2.6.23-x86_64 + VERSION=2.6.30.7-x86_64 SOURCE=kernel-headers-$VERSION.tar.bz2 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/kernel-headers-$VERSION SOURCE_URL=$MIRROR_URL/ - SOURCE_VFY=sha1:5d0350ad353c1c8a49b762dcfb8dc319f749193a + SOURCE_VFY=sha1:e6f3029d5293c04fa490770fb5ec88e37c2e999d WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20071102 + UPDATED=20090923 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace From elangelo at lunar-linux.org Wed Dec 9 11:52:37 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:37 -0000 Subject: [Lunar-commits] random changes Message-ID: <20091209105231.4D1359B2CA@doppio.foo-projects.org> commit 268831932ef1881fe895e04b7de1be12a0f25d53 Author: Samuel Verstraete Date: Wed Sep 23 18:54:22 2009 +0200 random changes --- graphics/gtk+-2/BUILD | 2 ++ libs/glib-2/DETAILS | 8 ++++---- xfce4/core/xfdesktop/BUILD | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index c80451a..6343f01 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -15,6 +15,8 @@ OPTS+=" --with-xinput=yes --enable-debug=no" fi && + OPTS+=" --enable-debug" + default_build ) > $C_FIFO 2>&1 diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index 06ad01a..6406fc6 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 - MAJOR=2.21 - VERSION=21.3 + MAJOR=2.22 + VERSION=22.0 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:ffcd13ac97787106ce943396d250cfa593d47345 + SOURCE_VFY=sha1:dae057cb116c87ada58fbaae9897c71e9da20d06 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090908 + UPDATED=2009092 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF diff --git a/xfce4/core/xfdesktop/BUILD b/xfce4/core/xfdesktop/BUILD index c59a75a..808c271 100644 --- a/xfce4/core/xfdesktop/BUILD +++ b/xfce4/core/xfdesktop/BUILD @@ -3,6 +3,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + OPTS+=" --enable-debug" default_cvs_build From elangelo at lunar-linux.org Wed Dec 9 11:52:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:38 -0000 Subject: [Lunar-commits] xfconf GIT Message-ID: <20091209105231.766929B20D@doppio.foo-projects.org> commit 86afc0a281c78d30c71c2ecca1f495dcf6e184ff Author: Samuel Verstraete Date: Thu Sep 24 17:48:31 2009 +0200 xfconf GIT --- xfce4/core/xfconf/BUILD | 7 +------ xfce4/core/xfconf/DETAILS | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD index 5ca1695..68281e0 100644 --- a/xfce4/core/xfconf/BUILD +++ b/xfce4/core/xfconf/BUILD @@ -4,11 +4,6 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - --enable-xinerama \ - $OPTS && - - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index 8e93262..f128154 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,8 +1,8 @@ MODULE=xfconf - VERSION="svn-`date +%Y%U`" + VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20080626 From elangelo at lunar-linux.org Wed Dec 9 11:52:38 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:38 -0000 Subject: [Lunar-commits] something Message-ID: <20091209105231.BC4529B230@doppio.foo-projects.org> commit cb913b66eff0389bc86c1a27f6779e8a23155544 Author: Samuel Verstraete Date: Sun Sep 27 09:53:48 2009 +0200 something --- archive/fsarchiver/DEPENDS | 5 +++ archive/fsarchiver/DETAILS | 20 ++++++++++++ audio/faac/BUILD | 5 +++ audio/faac/DETAILS | 3 ++ bluetooth/bluez/BUILD | 30 +++++++++++------- bluetooth/bluez/CONFIGURE | 2 +- bluetooth/bluez/DETAILS | 6 ++-- bluetooth/bluez/init.d/bluetooth_serial | 39 ------------------------ compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 4 +- compilers/php5/DETAILS | 6 ++-- crypto/beecrypt/BUILD | 6 +++- crypto/cyrus-sasl/BUILD | 8 +++-- crypto/cyrus-sasl/DEPENDS | 7 ++-- devel/ctl/BUILD | 7 ++++ devel/ctl/DETAILS | 7 +++- devel/gdb/BUILD | 5 +++ devel/physfs/BUILD | 7 ++++ filesys/partimage/BUILD | 8 +++++ filesys/partimage/DEPENDS | 2 +- filesys/partimage/DETAILS | 3 ++ games/paintown/BUILD | 7 ++++ graphics/SDL_gfx/DETAILS | 6 ++-- graphics/dcraw/DETAILS | 6 ++-- graphics/gtk+-2/BUILD | 3 ++ graphics/gtk+-2/DETAILS | 11 ++++-- graphics/pstoedit/BUILD | 13 -------- graphics/pstoedit/DETAILS | 9 +++-- kde3/apps/amarok/BUILD | 1 + kde3/apps/amarok/DETAILS | 3 ++ kde3/base/kdebase3/BUILD | 2 + kde3/base/kdebase3/DETAILS | 3 ++ kde3/utils/redland/BUILD | 13 -------- kde3/utils/redland/DEPENDS | 7 ---- kde3/utils/redland/DETAILS | 14 -------- kde3/utils/redland/DETAILS.x86_64 | 14 -------- kde3/utils/strigi/BUILD | 8 ----- kde3/utils/strigi/DEPENDS | 8 ----- kde3/utils/strigi/DETAILS | 17 ---------- kde4/extragear/ktorrent4/DETAILS | 6 ++-- kde4/utils/strigi/BUILD | 8 +++++ kde4/utils/strigi/DEPENDS | 8 +++++ kde4/utils/strigi/DETAILS | 17 ++++++++++ kernel/kernel-headers-2.6/BUILD | 13 ++++++-- kernel/kernel-headers-2.6/DETAILS | 2 +- kernel/kernel-headers-2.6/DETAILS.x86_64 | 2 +- kernel/linux-2.6/DETAILS | 12 ++++---- libs/allegro/BUILD | 10 +++++- libs/libcap/BUILD | 9 ++++-- libs/libcap/DETAILS | 6 +++- libs/loudmouth/DEPENDS | 2 +- libs/ming/BUILD | 16 ++++++++++ libs/ming/DEPENDS | 4 ++ libs/ming/DETAILS | 2 +- libs/rasqal/DEPENDS | 1 + libs/rasqal/DETAILS | 29 +++++++++++++++++ libs/readline/BUILD | 11 +++++- libs/readline/POST_INSTALL | 1 + libs/redland/BUILD | 13 ++++++++ libs/redland/DEPENDS | 7 ++++ libs/redland/DETAILS | 14 ++++++++ libs/redland/DETAILS.x86_64 | 15 +++++++++ perl/IO-Socket-SSL/DETAILS | 8 ++-- python/pygments/DETAILS | 11 +++---- qt4-apps/convertall/BUILD | 19 +++++++++++- qt4-apps/convertall/DETAILS | 6 ++-- qt4-apps/polkit-qt/BUILD | 14 +++++---- qt4-apps/polkit-qt/DETAILS | 1 + qt4-apps/qt-creator/BUILD | 15 ++++++++- qt4-apps/qtscriptgenerator/BUILD | 3 ++ qt4-apps/qtscriptgenerator/DETAILS | 2 +- science/avogadro/DETAILS | 6 ++-- science/celestia-gtk/BUILD | 7 +++- science/celestia-gtk/DETAILS | 1 + sql/mysql/DETAILS | 6 ++-- video/MPlayer/BUILD | 4 ++ video/MPlayer/DETAILS | 19 +++++------ video/cinelerra/BUILD | 7 ++++ video/cinelerra/DEPENDS | 8 +++++ video/cinelerra/DETAILS | 14 ++++---- video/libtheora/DETAILS | 6 ++-- x11/NVIDIA-beta/DETAILS | 12 ++++---- x11/NVIDIA-beta/DETAILS.x86_64 | 12 ++++---- xfce4/apps/ristretto/DETAILS | 2 +- xfce4/core/thunar-vfs/BUILD | 13 ++++++++ xfce4/core/thunar-vfs/DEPENDS | 6 ++++ xfce4/core/thunar-vfs/DETAILS | 14 ++++++++ xorg7/app/appres/CONFLICTS | 10 +++--- xorg7/app/appres/DETAILS | 12 ++++---- xorg7/app/bdftopcf/CONFLICTS | 10 +++--- xorg7/app/bdftopcf/DETAILS | 14 ++++---- xorg7/app/bitmap/CONFLICTS | 10 +++--- xorg7/app/bitmap/DETAILS | 10 +++--- xorg7/app/editres/CONFLICTS | 10 +++--- xorg7/app/editres/DETAILS | 10 +++--- xorg7/app/xauth/CONFLICTS | 10 +++--- xorg7/app/xauth/DETAILS | 6 ++-- xorg7/app/xbacklight/CONFLICTS | 10 +++--- xorg7/app/xbacklight/DETAILS | 12 ++++---- xorg7/app/xclock/CONFLICTS | 10 +++--- xorg7/app/xclock/DETAILS | 10 +++--- xorg7/app/xdm/DETAILS | 6 ++-- xorg7/app/xset/CONFLICTS | 10 +++--- xorg7/app/xset/DETAILS | 6 ++-- xorg7/data/xcursor-themes/CONFLICTS | 10 +++--- xorg7/data/xcursor-themes/DETAILS | 11 +++---- xorg7/extra/libdrm/DETAILS | 6 ++-- xorg7/lib/libXdmcp/CONFLICTS | 10 +++--- xorg7/lib/libXdmcp/DETAILS | 10 +++--- xorg7/lib/libXmu/CONFLICTS | 10 +++--- xorg7/lib/libXmu/DETAILS | 6 ++-- xorg7/lib/libpciaccess/DETAILS | 6 ++-- zbeta/cclive/DETAILS | 6 ++-- zbeta/fdm/BUILD | 8 ++++- 113 files changed, 612 insertions(+), 386 deletions(-) diff --git a/archive/fsarchiver/DEPENDS b/archive/fsarchiver/DEPENDS new file mode 100644 index 0000000..e6cefd9 --- /dev/null +++ b/archive/fsarchiver/DEPENDS @@ -0,0 +1,5 @@ +depends e2fsprogs + +optional_depends "xz" "" "--disable-lzma" "for lzma compress format support" +optional_depends "lzo" "" "--disable-lzo" "for lzo compress format support" +optional_depends "openssl" "" "--disable-crypto" "for ssl support" diff --git a/archive/fsarchiver/DETAILS b/archive/fsarchiver/DETAILS new file mode 100644 index 0000000..b976516 --- /dev/null +++ b/archive/fsarchiver/DETAILS @@ -0,0 +1,20 @@ + MODULE=fsarchiver + VERSION=0.5.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:9604943d736654548f24a7d653986e19e5157bcb + WEB_SITE=http://www.fsarchiver.org + ENTERED=20090925 + UPDATED=20090925 + SHORT="A file-system archive tool" + +cat << EOF +FSArchiver is a system tool that allows you to save the contents of a +file-system to a compressed archive file. The file-system can be +restored on a partition which has a different size and it can be +restored on a different file-system. Unlike tar/dar, FSArchiver also +creates the file-system when it extracts the data to partitions. +Everything is checksummed in the archive in order to protect the data. +If the archive is corrupt, you just loose the current file, not the +whole archive. +EOF diff --git a/audio/faac/BUILD b/audio/faac/BUILD index 0628b55..bdcef90 100644 --- a/audio/faac/BUILD +++ b/audio/faac/BUILD @@ -1,5 +1,10 @@ ( + # Fixes compilation error: + # mpeg4ip.h:126: error: new declaration 'char* strcasestr(const char*, const char*)' + # /usr/include/string.h:367: error: ambiguates old declaration 'const char* strcasestr(const char*, const char*)' + patch_it $SOURCE_CACHE/$SOURCE2 1 && + sedit "s/\r//g" bootstrap Makefile.am configure.in && ./bootstrap && default_build diff --git a/audio/faac/DETAILS b/audio/faac/DETAILS index a5b484e..484deb7 100644 --- a/audio/faac/DETAILS +++ b/audio/faac/DETAILS @@ -1,8 +1,11 @@ MODULE=faac VERSION=1.28 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=faac-1.28-external-libmp4v2.patch.bz2 SOURCE_URL=$SFORGE_URL/faac/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:d00b023a3642f81bb1fb13d962a65079121396ee + SOURCE2_VFY=sha1:3857fdfe1cef0ed1d78fc964a6344fa82faedd5a WEB_SITE=http://www.audiocoding.com/ ENTERED=20050308 UPDATED=20080418 diff --git a/bluetooth/bluez/BUILD b/bluetooth/bluez/BUILD index 9e5178e..8a05c12 100644 --- a/bluetooth/bluez/BUILD +++ b/bluetooth/bluez/BUILD @@ -1,6 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && +# patch_it $SOURCE_CACHE/$SOURCE2 0 && OPTS+=" --build=$BUILD \ --host=$BUILD \ @@ -10,16 +10,22 @@ default_build && - sedit "s:#\[A:\[A:" audio/audio.conf && - sedit "s:#SBCS:SBCS:" audio/audio.conf && - sedit "s:#MPEG:MPEG:" audio/audio.conf && - sedit "s:#AutoConnect:AutoConnect:" audio/audio.conf && - - mkdir -p /etc/bluetooth && - cp -f audio/audio.conf /etc/bluetooth/ && - cp -f network/*.conf /etc/bluetooth/ && - cp -f input/*.conf /etc/bluetooth/ && - cp -f audio/bluetooth.conf /etc/asound.conf && - cp -f serial/serial.conf /etc/bluetooth/ +# sedit "s:#\[A:\[A:" audio/audio.conf && +# sedit "s:#SBCS:SBCS:" audio/audio.conf && +# sedit "s:#MPEG:MPEG:" audio/audio.conf && +# sedit "s:#AutoConnect:AutoConnect:" audio/audio.conf && + + mkdir -p /etc/bluetooth && + cp -f audio/audio.conf /etc/bluetooth/ && + cp -f network/*.conf /etc/bluetooth/ && + cp -f input/*.conf /etc/bluetooth/ && + cp -f serial/serial.conf /etc/bluetooth/ && + + mkdir -p /etc/alsa && + cp -f audio/bluetooth.conf /etc/alsa && + + echo -e "@hooks [\n\t{\n\t\tfunc load\n\t\tfiles [\n\t\t\t"/etc/alsa/bluetooth.conf"\n\t\t]\n\ + \t\terrors false\n\t}\n]" > $SOURCE_DIRECTORY/asound.conf && + install -m644 asound.conf /etc/ ) > $C_FIFO 2>&1 diff --git a/bluetooth/bluez/CONFIGURE b/bluetooth/bluez/CONFIGURE index b546596..c985af4 100644 --- a/bluetooth/bluez/CONFIGURE +++ b/bluetooth/bluez/CONFIGURE @@ -6,4 +6,4 @@ mquery HIDD "Install HID daemon?" y "--enable-hidd" "--disable-hidd" mquery PAND "Install PAN daemon?" y "--enable-pand" "--disable-pand" mquery DUND "Install DUN daemon?" y "--enable-dund" "--disable-dund" mquery TEST "Install test programs?" y "--enable-test" "--disable-test" -mquery CONFILES "Install Bluetooth configuration files" n "--enable-configfiles" "--disable-configfiles" + mquery CONFILES "Install Bluetooth configuration files" n "--enable-configfiles" "--disable-configfiles" diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS index 01d47a8..b61f0f8 100644 --- a/bluetooth/bluez/DETAILS +++ b/bluetooth/bluez/DETAILS @@ -1,14 +1,14 @@ MODULE=bluez - VERSION=4.53 + VERSION=4.54 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-4.41.dbus.access.patch SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:3b6493f2a9b91bb9146918a86a960383e9de7ccd + SOURCE_VFY=sha1:b61ea5eebf524c3d3fad41fda649e8b63feb3383 SOURCE2_VFY=sha1:1bea7d4cc74f55b8861544b42b07244b555c8550 WEB_SITE=http://www.bluez.org ENTERED=20090328 - UPDATED=20090910 + UPDATED=20090925 SHORT="support for core Bluetooth layers and protocols" cat << EOF diff --git a/bluetooth/bluez/init.d/bluetooth_serial b/bluetooth/bluez/init.d/bluetooth_serial deleted file mode 100644 index 6250624..0000000 --- a/bluetooth/bluez/init.d/bluetooth_serial +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# -# chkconfig: 345 80 20 -# description: Startup/shutdown script for Bluetooth serial PCMCIA card initialization - - . /lib/lsb/init-functions $1 - -start_serial() -{ - if [ ! -x /bin/setserial -o ! -x /usr/sbin/hciattach ]; then - logger "$0: setserial or hciattach not executable, cannot start $DEVNAME" - return 1 - fi - - if [ "$BAUDBASE" != "" ]; then - /bin/setserial $DEVNAME baud_base $BAUDBASE - fi - - /usr/sbin/hciattach $DEVNAME $HCIOPTS 2>&1 | logger -t hciattach -} - -stop_serial() -{ - [ -x /bin/fuser ] || return 1 - - /bin/fuser -k -HUP $DEVNAME > /dev/null -} - -case "$ACTION" in - add) - start_serial - ;; - remove) - stop_serial - ;; - *) - logger "Unknown action received $0: $ACTION" - ;; -esac diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin index c6bab48..2b47121 100644 --- a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -1,5 +1,5 @@ # -# gcc-4.3.x compiler optimizations plugin +# gcc-4.4.x compiler optimizations plugin # plugin_compiler_gcc_4_4_optimize() @@ -240,7 +240,7 @@ EOF default) if [ "$IS_DEFAULT" != "DEFAULT" ]; then set_local_config LUNAR_COMPILER GCC_4_4 - $DIALOG --msgbox "Gcc 4.3 is now the default compiler!" 6 60 + $DIALOG --msgbox "Gcc 4.4 is now the default compiler!" 6 60 fi ;; safe) diff --git a/compilers/php5/DETAILS b/compilers/php5/DETAILS index 7f6d74c..8cc215b 100644 --- a/compilers/php5/DETAILS +++ b/compilers/php5/DETAILS @@ -1,5 +1,5 @@ MODULE=php5 - VERSION=5.2.10 + VERSION=5.2.11 SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE=php-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.php.net/distributions @@ -9,10 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION SOURCE_URL[4]=http://nl.php.net/distributions SOURCE_URL[5]=http://de.php.net/distributions SOURCE_URL[6]=http://fr.php.net/distributions - SOURCE_VFY=sha1:9a287e2791d28928fb1ee1a1167290c5005feccd + SOURCE_VFY=sha1:819c853ce657ef260d4a73b5a21f961115b97eef WEB_SITE=http://www.php.net ENTERED=20040919 - UPDATED=20090618 + UPDATED=20090926 SHORT="PHP: Hypertext Processor scripting language" cat << EOF diff --git a/crypto/beecrypt/BUILD b/crypto/beecrypt/BUILD index 6c0af20..7d5fe52 100644 --- a/crypto/beecrypt/BUILD +++ b/crypto/beecrypt/BUILD @@ -13,7 +13,11 @@ export CFLAGS=${CFLAGS/-march=athlon-fx/-march=i686} && export CFLAGS=${CFLAGS/-march=k8/-march=i686} && export CFLAGS=${CFLAGS/-march=opteron/-march=i686} && - export CFLAGS=${CFLAGS/-march=em64t/-march=i686} + export CFLAGS=${CFLAGS/-march=em64t/-march=i686} && + + # Temporary workaround for gcc picking up CFLAGS from both of + # /etc/lunar/local/optimizations.GCC_4_{2,4}, which breaks compilation. + sedit "s:ASM_ARCH=\$bc_target_arch:ASM_ARCH=i686:" configure fi && # Fixes compilation of rpm - http://rpm5.org/cvs/tktview?tn=51 diff --git a/crypto/cyrus-sasl/BUILD b/crypto/cyrus-sasl/BUILD index 1a2064d..acdbb62 100644 --- a/crypto/cyrus-sasl/BUILD +++ b/crypto/cyrus-sasl/BUILD @@ -7,7 +7,7 @@ sedit "s/@LIBS@/@LIBS@ -lpam -lcrypt/" */Makefile.in else sedit "s/@LIBS@/@LIBS@ -lcrypt/" */Makefile.in - fi + fi && # default enabled modules in configure : checkapop, cram, digest, otp, gssapi, plain, anon OPTS=$OPTS" --enable-login \ @@ -19,14 +19,16 @@ --with-plugindir=/usr/lib/sasl2 \ --enable-sample \ --with-gnu-ld \ - --with-saslauthd=/var/lib/sasl " + --with-saslauthd=/var/lib/sasl " && default_config && mkdir -p /var/lib/sasl/ && default_make && + if [ ! -d /etc/sasl2 ]; then mkdir -p /etc/sasl2 - fi && + fi && + if [ ! -e /etc/sasl2/smtpd.conf ] ; then install $SOURCE_CACHE/$SOURCE2 /etc/sasl2/smtpd.conf.gz && gunzip /etc/sasl2/smtpd.conf.gz diff --git a/crypto/cyrus-sasl/DEPENDS b/crypto/cyrus-sasl/DEPENDS index 399daa8..a94eb90 100644 --- a/crypto/cyrus-sasl/DEPENDS +++ b/crypto/cyrus-sasl/DEPENDS @@ -1,7 +1,8 @@ depends openssl -depends db +optional_depends db "" "" "for Brekley DB support" optional_depends Linux-PAM "--with-pam" "--without-pam" "for PAM authentication" -optional_depends mysql "--enable-sql --with-mysql" "--without-mysql" "for mysql support" -optional_depends postgresql "--enable-sql --with-pgsql" "--without-pgsql" "for postgreSQL support" +optional_depends mysql "--enable-sql --with-mysql" "--without-mysql" "for mysql support" +optional_depends postgresql "--enable-sql --with-pgsql" "--without-pgsql" "for postgreSQL support" +optional_depends gdbm "" "" "for gdbm support" optional_depends heimdal "--enable-gssapi=/usr/include --disable-krb4" "--disable-gssapi" "for GSSAPI support" diff --git a/devel/ctl/BUILD b/devel/ctl/BUILD new file mode 100644 index 0000000..9a6149d --- /dev/null +++ b/devel/ctl/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/devel/ctl/DETAILS b/devel/ctl/DETAILS index bcef53e..d47004b 100644 --- a/devel/ctl/DETAILS +++ b/devel/ctl/DETAILS @@ -1,9 +1,12 @@ MODULE=ctl VERSION=1.4.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/ampasctl/ + SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2 + SOURCE_URL=$SFORGE_URL/ampasctl + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:4e31de8e8da144bbc840d97014a8f45e20e398ac - WEB_SITE=http://ampasctl.sourceforge.net/ + SOURCE2_VFY=sha1:1d8b24f76c58c9a3fec7ccac1bca55a6ecc33446 + WEB_SITE=http://ampasctl.sourceforge.net ENTERED=20070822 UPDATED=20071028 SHORT="Color Transformation Language" diff --git a/devel/gdb/BUILD b/devel/gdb/BUILD index 5d69bf2..ffaae90 100644 --- a/devel/gdb/BUILD +++ b/devel/gdb/BUILD @@ -1,5 +1,10 @@ ( + # Fixes compilation error: + # eval.c: In function 'evaluate_subexp_standard': + # eval.c:1705: error: 'subscript_array' may be used uninitialized in this function + OPTS+=" --disable-werror" && + OPTS+=" --host=$BUILD --libdir=$MODULE_PREFIX/lib/gdb \ --includedir=$MODULE_PREFIX/include/gdb" && diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD index 59bee7f..f008cdc 100644 --- a/devel/physfs/BUILD +++ b/devel/physfs/BUILD @@ -1,6 +1,13 @@ ( patch_it $SOURCE_CACHE/$SOURCE2 1 && + + # Fixes compilation error: + # cc1: warnings being treated as errors + # /usr/src/physfs-2.0.0/archivers/zip.c: In function 'zip_find_end_of_central_dir': + # /usr/src/physfs-2.0.0/archivers/zip.c:378: error: 'extra[0u]' may be used uninitialized in this function + sedit "s:-Werror::" CMakeLists.txt && + cmake -DCMAKE_INSTALL_PREFIX:=/usr -DPHYSFS_BUILD_WX_TEST:=FALSE && default_make diff --git a/filesys/partimage/BUILD b/filesys/partimage/BUILD index aac19c7..5d30ace 100644 --- a/filesys/partimage/BUILD +++ b/filesys/partimage/BUILD @@ -1,5 +1,13 @@ ( + # Fixes compilation error: + # net.h:31:22: error: iostream.h: No such file or directory + sedit "s:iostream.h:iostream:" src/shared/net.h src/server/partimaged.cpp src/server/partimaged-main.cpp && + + # Fixes compilation error: + # misc.cpp:2375: error: invalid conversion from 'const char*' to 'char*' + patch_it $SOURCE_CACHE/$SOURCE2 1 && + default_config && sedit '/partimag\.root/d' Makefile.{in,am} && diff --git a/filesys/partimage/DEPENDS b/filesys/partimage/DEPENDS index 7a8bebe..1c6d491 100644 --- a/filesys/partimage/DEPENDS +++ b/filesys/partimage/DEPENDS @@ -1,2 +1,2 @@ -depends newt && +depends newt depends openssl diff --git a/filesys/partimage/DETAILS b/filesys/partimage/DETAILS index 4887bd6..7252d9a 100644 --- a/filesys/partimage/DETAILS +++ b/filesys/partimage/DETAILS @@ -1,8 +1,11 @@ MODULE=partimage VERSION=0.6.7 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=partimage-0.6.7-glibc-2.10.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:c02e0db728e72277a78a1fb4140171ba8a9336cf + SOURCE2_VFY=sha1:66e14884bf132d5405d14c3599b85d8cfe98708a WEB_SITE=http://www.partimage.org/ ENTERED=20040226 UPDATED=20090825 diff --git a/games/paintown/BUILD b/games/paintown/BUILD index 6a8c5cf..b73e5dc 100644 --- a/games/paintown/BUILD +++ b/games/paintown/BUILD @@ -1,5 +1,12 @@ ( + # Fix compilation error: + # build/menu/option_lives.cpp:56: error: 'sprintf' was not declared in this scope + sedit '/globals.h"/a\#include ' src/menu/option_{lives,npc_buddies,speed}.cpp && + sedit '/lit_bitmap.h"/a\#include ' src/util/bitmap.cpp && + sedit "s:-Wall::" SConstruct && + sedit "s:char \* extension:const char \* extension:" src/game.cpp && + # Set data path sedit "s:\"data\":\"$MODULE_PREFIX/share/games/paintown\":" src/util/funcs.cpp && sedit "s:return 'data':return '$MODULE_PREFIX/share/games/paintown':" SConstruct && diff --git a/graphics/SDL_gfx/DETAILS b/graphics/SDL_gfx/DETAILS index 2f3683c..1ef5bb0 100644 --- a/graphics/SDL_gfx/DETAILS +++ b/graphics/SDL_gfx/DETAILS @@ -1,11 +1,11 @@ MODULE=SDL_gfx - VERSION=2.0.19 + VERSION=2.0.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.ferzkopp.net/Software/$MODULE-2.0 - SOURCE_VFY=sha1:bba39cf83e84d8e61b8078ea095cc0a96023e27f + SOURCE_VFY=sha1:077f7e64376c50a424ef11a27de2aea83bda3f78 WEB_SITE=http://www.ferzkopp.net/joomla/content/view/19/14 ENTERED=20020112 - UPDATED=20090423 + UPDATED=20090927 SHORT="High quality graphics library" cat << EOF diff --git a/graphics/dcraw/DETAILS b/graphics/dcraw/DETAILS index c460b7f..e081f1c 100644 --- a/graphics/dcraw/DETAILS +++ b/graphics/dcraw/DETAILS @@ -1,12 +1,12 @@ MODULE=dcraw - VERSION=8.95 + VERSION=8.98 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cybercom.net/~dcoffin/dcraw/archive/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:fb447b7fd03edc355f5f1cf34e7a3042128791ae + SOURCE_VFY=sha1:d6ac6dfd5c831a002e3e1ce3fc0d0c63e1e62b78 WEB_SITE=http://cybercom.net/~dcoffin/dcraw/ ENTERED=20061225 - UPDATED=20090712 + UPDATED=20090926 SHORT="Decoding raw digital photos in Linux" cat << EOF diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index 6343f01..b0960dc 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -10,6 +10,9 @@ # patch_it $SOURCE2 0 # fi && + # Quieten the "XID collision, trouble ahead" useless, spammy warning + patch_it $SOURCE3 1 && + if [ "$USE_XINPUT" == "y" ]; then # XInput support is needed for Wacom tablets to work in GIMP OPTS+=" --with-xinput=yes --enable-debug=no" diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS index 76f1985..b8bbc57 100644 --- a/graphics/gtk+-2/DETAILS +++ b/graphics/gtk+-2/DETAILS @@ -2,16 +2,19 @@ VERSION=18.0 MAJOR=2.18 SOURCE=$MODULE.$VERSION.tar.bz2 - #SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 + SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 + SOURCE3=gtk\+-2.16.6-quiet-xid-collision-warning.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/gtk+/$MAJOR SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR -# SOURCE2_URL=$PATCH_URL -# SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 + SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL + SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 SOURCE2_VFY=sha1:6981a977ea91d6dce32f444ad3b097e2ad43302b + SOURCE3_VFY=sha1:00d7688f8dbca9543ac54a53b217242aa926c1ed WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090829 + UPDATED=20090924 SHORT="A multi-platform toolkit for creating GUIs" cat << EOF diff --git a/graphics/pstoedit/BUILD b/graphics/pstoedit/BUILD deleted file mode 100644 index 7356805..0000000 --- a/graphics/pstoedit/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - -# This fixes a make failure with ming. - sedit "s:delete d;::g" src/drvswf.cpp - -# This gets around a make failure. It does not like how ImageMagick -# uses long long, and barfs. - - sedit "s:-pedantic: :g" configure - - default_build - -) > $C_FIFO 2>&1 diff --git a/graphics/pstoedit/DETAILS b/graphics/pstoedit/DETAILS index 412553a..ace96a0 100644 --- a/graphics/pstoedit/DETAILS +++ b/graphics/pstoedit/DETAILS @@ -1,13 +1,14 @@ MODULE=pstoedit - VERSION=3.45 + VERSION=3.50 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:3eecd5efcd4f3d1752d13303a2d1b64346f74171 + SOURCE_VFY=sha1:5685bef29fa00aae7cc314d3a1dd21612a98eb2b WEB_SITE=http://www.pstoedit.net/pstoedit ENTERED=20071106 - UPDATED=20071106 + UPDATED=20090926 SHORT="translates PostScript and PDF graphics into other vector formats" - PSAFE=no + +PSAFE=no cat << EOF pstoedit translates PostScript and PDF graphics into other vector formats. EOF diff --git a/kde3/apps/amarok/BUILD b/kde3/apps/amarok/BUILD index 0d5cc42..c706b13 100644 --- a/kde3/apps/amarok/BUILD +++ b/kde3/apps/amarok/BUILD @@ -4,6 +4,7 @@ . /etc/profile.d/kde3.rc patch_it $SOURCE_CACHE/$SOURCE2 1 && + patch_it $SOURCE_CACHE/$SOURCE3 1 && default_build diff --git a/kde3/apps/amarok/DETAILS b/kde3/apps/amarok/DETAILS index 38f2e36..b3907b8 100644 --- a/kde3/apps/amarok/DETAILS +++ b/kde3/apps/amarok/DETAILS @@ -2,10 +2,13 @@ VERSION=1.4.10 SOURCE=$MODULE-${VERSION}.tar.bz2 SOURCE2=$MODULE-1.4.9.1-libmtp-0.3.0.patch.bz2 + SOURCE3=$MODULE-1.4.10-gcc44.patch.bz2 SOURCE_URL=$KDE_URL/stable/$MODULE/$VERSION/src SOURCE2_URL=$PATCH_URL + SOURCE3_URL=$PATCH_URL SOURCE_VFY=sha1:cb0bebe99c6f4dc1b01601f2f3aee3a86da08fbd SOURCE2_VFY=sha1:d834992be46a746eeea2d203b5b327533ddf9b94 + SOURCE3_VFY=sha1:ecf51d2edbc9310a84dd349ddc405505efca41f4 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://amarok.kde.org ENTERED=20050111 diff --git a/kde3/base/kdebase3/BUILD b/kde3/base/kdebase3/BUILD index 49565ec..cc67799 100644 --- a/kde3/base/kdebase3/BUILD +++ b/kde3/base/kdebase3/BUILD @@ -3,6 +3,8 @@ . /etc/profile.d/qt3.rc . /etc/profile.d/kde3.rc + patch_it $SOURCE_CACHE/$SOURCE2 1 && + export LD_LIBRARY_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3 # So it can find the headers. diff --git a/kde3/base/kdebase3/DETAILS b/kde3/base/kdebase3/DETAILS index 97bec33..2947d82 100644 --- a/kde3/base/kdebase3/DETAILS +++ b/kde3/base/kdebase3/DETAILS @@ -1,9 +1,12 @@ MODULE=kdebase3 VERSION=3.5.10 SOURCE=kdebase-$VERSION.tar.bz2 + SOURCE2=kdebase-$VERSION-gcc4.4.patch.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebase-$VERSION SOURCE_URL=$KDE_URL/stable/$VERSION/src SOURCE_VFY=sha1:1a72e4170a0a953ed70c0693a034947d87b6efbd + SOURCE2_URL=$PATCH_URL + SOURCE2_VFY=sha1:142c702a90c781fe8682deda73156c8a9d18b206 MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3} WEB_SITE=http://www.kde.org ENTERED=20020523 diff --git a/kde3/utils/redland/BUILD b/kde3/utils/redland/BUILD deleted file mode 100644 index 1d4646b..0000000 --- a/kde3/utils/redland/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - - OPTS+=" --with-threads --with-raptor=system --with-rasqal=internal" - - if in_depends $MODULE libxml2 ; then - OPTS+=" --with-xml-parser=libxml" - else - OPTS+=" --with-xml-parser=expat" - fi - - default_build - -) > $C_FIFO 2>&1 diff --git a/kde3/utils/redland/DEPENDS b/kde3/utils/redland/DEPENDS deleted file mode 100644 index e312725..0000000 --- a/kde3/utils/redland/DEPENDS +++ /dev/null @@ -1,7 +0,0 @@ -depends raptor - -optional_depends "db" "--with-bdb" "--without-bdb" "for database support" -optional_depends "mysql" "--with-mysql" "--without-mysql" "for database support" -optional_depends "postgresql" "--with-postgresql" "--without-postgresql" "for database support" -optional_depends "sqlite" "--with-sqlite" "--without-sqlite" "for database support" -optional_depends "%XMLRENDERER" "" "" "for XML support" diff --git a/kde3/utils/redland/DETAILS b/kde3/utils/redland/DETAILS deleted file mode 100644 index 4baa76e..0000000 --- a/kde3/utils/redland/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=redland - VERSION=1.0.7 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.librdf.org/source/ - SOURCE_VFY=sha1:9ba444859709a6e5defb0b7a2294684e2fe06707 - WEB_SITE=http://librdf.org/ - ENTERED=20070802 - UPDATED=20080116 - SHORT="libraries that provide support for the Resource Description Framework" - -cat << EOF -Redland is a set of free software libraries that provide support -for the Resource Description Framework (RDF). -EOF diff --git a/kde3/utils/redland/DETAILS.x86_64 b/kde3/utils/redland/DETAILS.x86_64 deleted file mode 100644 index 81da25c..0000000 --- a/kde3/utils/redland/DETAILS.x86_64 +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=redland - VERSION=1.0.7 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://download.librdf.org/source/ - SOURCE_VFY=sha1:9ba444859709a6e5defb0b7a2294684e2fe06707 - WEB_SITE=http://librdf.org/ - ENTERED=20070802 - UPDATED=20080116 - SHORT="libraries that provide support for the Resource Description Framework" - PSAFE=no -cat << EOF -Redland is a set of free software libraries that provide support -for the Resource Description Framework (RDF). -EOF diff --git a/kde3/utils/strigi/BUILD b/kde3/utils/strigi/BUILD deleted file mode 100644 index da52bb0..0000000 --- a/kde3/utils/strigi/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - - cmake -DCMAKE_INSTALL_PREFIX:=/usr \ - -DENABLE_INOTIFY:BOOL=ON && - - default_make - -) > $C_FIFO 2>&1 diff --git a/kde3/utils/strigi/DEPENDS b/kde3/utils/strigi/DEPENDS deleted file mode 100644 index ffc2a52..0000000 --- a/kde3/utils/strigi/DEPENDS +++ /dev/null @@ -1,8 +0,0 @@ -depends file -depends cmake -depends clucene -depends zlib -depends bzip2 -depends openssl - -optional_depends "libxml2" "" "" "for XML support" diff --git a/kde3/utils/strigi/DETAILS b/kde3/utils/strigi/DETAILS deleted file mode 100644 index 6500b8c..0000000 --- a/kde3/utils/strigi/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ - MODULE=strigi - VERSION=0.7.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://www.vandenoever.info/software/strigi - SOURCE_VFY=sha1:c8f299ae3b5778c6891b58a1966b7342fb5e9e32 - WEB_SITE=http://strigi.sourceforge.net - ENTERED=20070802 - UPDATED=20090804 - SHORT="A small daemon that can index information" - -cat << EOF -Strigi is a daemon which uses a very fast and efficient crawler that can -index data on your harddrive. Indexing operations are performed without -hammering your system, this makes Strigi the fastest and smallest desktop -searching program. Strigi can index different file formats, including the -contents of the archive files. -EOF diff --git a/kde4/extragear/ktorrent4/DETAILS b/kde4/extragear/ktorrent4/DETAILS index a13f7c2..d3f0b1e 100644 --- a/kde4/extragear/ktorrent4/DETAILS +++ b/kde4/extragear/ktorrent4/DETAILS @@ -1,14 +1,14 @@ MODULE=ktorrent4 - MAJOR=3.2.3 + MAJOR=3.2.4 VERSION=${MAJOR} SOURCE=ktorrent-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ktorrent-$VERSION SOURCE_URL=http://ktorrent.org/downloads/$VERSION - SOURCE_VFY=sha1:0fc456b8706df7105a4964f92f4a55d89f8009ec + SOURCE_VFY=sha1:70555796ff8478fbad804bf8e9f2cdb56ded348d WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20090811 + UPDATED=20090924 SHORT="BitTorrent client for KDE" cat << EOF diff --git a/kde4/utils/strigi/BUILD b/kde4/utils/strigi/BUILD new file mode 100644 index 0000000..da52bb0 --- /dev/null +++ b/kde4/utils/strigi/BUILD @@ -0,0 +1,8 @@ +( + + cmake -DCMAKE_INSTALL_PREFIX:=/usr \ + -DENABLE_INOTIFY:BOOL=ON && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/utils/strigi/DEPENDS b/kde4/utils/strigi/DEPENDS new file mode 100644 index 0000000..ffc2a52 --- /dev/null +++ b/kde4/utils/strigi/DEPENDS @@ -0,0 +1,8 @@ +depends file +depends cmake +depends clucene +depends zlib +depends bzip2 +depends openssl + +optional_depends "libxml2" "" "" "for XML support" diff --git a/kde4/utils/strigi/DETAILS b/kde4/utils/strigi/DETAILS new file mode 100644 index 0000000..6500b8c --- /dev/null +++ b/kde4/utils/strigi/DETAILS @@ -0,0 +1,17 @@ + MODULE=strigi + VERSION=0.7.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.vandenoever.info/software/strigi + SOURCE_VFY=sha1:c8f299ae3b5778c6891b58a1966b7342fb5e9e32 + WEB_SITE=http://strigi.sourceforge.net + ENTERED=20070802 + UPDATED=20090804 + SHORT="A small daemon that can index information" + +cat << EOF +Strigi is a daemon which uses a very fast and efficient crawler that can +index data on your harddrive. Indexing operations are performed without +hammering your system, this makes Strigi the fastest and smallest desktop +searching program. Strigi can index different file formats, including the +contents of the archive files. +EOF diff --git a/kernel/kernel-headers-2.6/BUILD b/kernel/kernel-headers-2.6/BUILD index fdb2abf..0cf3ee4 100644 --- a/kernel/kernel-headers-2.6/BUILD +++ b/kernel/kernel-headers-2.6/BUILD @@ -2,16 +2,23 @@ cd $SOURCE_DIRECTORY/include/ && + # Don't conflict with libdrm + # As done in http://www.gentoo-portage.com/sys-kernel/linux-headers + rm -rf drm && + + # Delete useless files + find '(' -name '.install' -o -name '*.cmd' ')' -delete && + prepare_install && for dir in ./* ; do - cp -a $dir /usr/include/ - chown -R root.root /usr/include/$dir + cp -a $dir /usr/include/ && + chown -R root.root /usr/include/$dir && for subdir in `find /usr/include/$dir -type d` do chmod 755 $subdir - done + done && for file in `find /usr/include/$dir -type f` do diff --git a/kernel/kernel-headers-2.6/DETAILS b/kernel/kernel-headers-2.6/DETAILS index dbddffa..af888f6 100644 --- a/kernel/kernel-headers-2.6/DETAILS +++ b/kernel/kernel-headers-2.6/DETAILS @@ -7,7 +7,7 @@ WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20090923 + UPDATED=20090924 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace diff --git a/kernel/kernel-headers-2.6/DETAILS.x86_64 b/kernel/kernel-headers-2.6/DETAILS.x86_64 index 415a6d7..578de3c 100644 --- a/kernel/kernel-headers-2.6/DETAILS.x86_64 +++ b/kernel/kernel-headers-2.6/DETAILS.x86_64 @@ -7,7 +7,7 @@ WEB_SITE=http://www.lunar-linux.org MAINTAINER=moe at lunar-linux.org ENTERED=20040226 - UPDATED=20090923 + UPDATED=20090924 SHORT="sanitized 2.6.x kernel headers for userspace" cat << EOF Sanitized 2.6.x kernel headers for userspace diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index da7da9d..fc4f5c6 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,18 +1,18 @@ MODULE=linux-2.6 - VERSION=2.6.31 + VERSION=2.6.31.1 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 -# SOURCE2=patch-${VERSION}.bz2 + SOURCE2=patch-${VERSION}.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 -# SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 -# SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 + SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 + SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE_VFY=sha1:c6e0e6b473ba2b80d164e37cfabf294e783c03d9 -# SOURCE2_VFY=sha1:29cf320dfdd0e8d5f4c50374525b778b732d3e98 + SOURCE2_VFY=sha1:87d0780c525c5a74a0c4da18a5a8adf1db3bd9ab WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090909 + UPDATED=20090925 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off diff --git a/libs/allegro/BUILD b/libs/allegro/BUILD index b3baefd..eeccd0d 100644 --- a/libs/allegro/BUILD +++ b/libs/allegro/BUILD @@ -1,4 +1,12 @@ ( - sedit "s/-O2/$CFLAGS/" configure + + sedit "s/-O2/$CFLAGS/" configure && + + # Fixes compilation error: + # ./src/i386/icpus.s:70: Error: suffix or operands invalid for `fnstsw' + # Info at http://www.allegro.cc/forums/thread/597882 + OPTS+=" --disable-asm" && + default_build + ) > $C_FIFO 2>&1 diff --git a/libs/libcap/BUILD b/libs/libcap/BUILD index c58a153..cb70c74 100644 --- a/libs/libcap/BUILD +++ b/libs/libcap/BUILD @@ -1,5 +1,8 @@ ( - export PYTHON=1 PYTHONMODDIR=/usr/lib/python2.3/site-packages - sed -i 's|WARNINGS=-ansi|WARNINGS=|' Make.Rules && - default_make + + # To compile with kernel-headers-2.6 2.6.30.7 + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + ) > $C_FIFO 2>&1 diff --git a/libs/libcap/DETAILS b/libs/libcap/DETAILS index b914d3f..c55de2f 100644 --- a/libs/libcap/DETAILS +++ b/libs/libcap/DETAILS @@ -1,12 +1,16 @@ MODULE=libcap VERSION=1.97 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=libcap-1.97-compile-with-kernel-headers-2.6-2.6.30.7.patch.bz2 SOURCE_URL=http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:f200cc8978072637b18cb5beb1df48f63037d395 + SOURCE2_VFY=sha1:76cf3acff1795694b42b9b8b62d0c92c62506c86 WEB_SITE=http://www.kernel.org/pub/linux/libs/security/linux-privs ENTERED=20040906 - UPDATED=20070911 + UPDATED=20090924 SHORT="POSIX 1003.1e capabilities" + cat << EOF POSIX 1003.1e capabilities EOF diff --git a/libs/loudmouth/DEPENDS b/libs/loudmouth/DEPENDS index f68d97d..5501a63 100644 --- a/libs/loudmouth/DEPENDS +++ b/libs/loudmouth/DEPENDS @@ -2,7 +2,7 @@ depends glib-2 optional_depends "gnutls" \ "--with-ssl=gnutls" \ - "--with-ssl=no" \ + "--with-ssl=openssl" \ "for SSL capabilities (For GoogleTalk)" optional_depends "gtk-doc" \ diff --git a/libs/ming/BUILD b/libs/ming/BUILD new file mode 100644 index 0000000..1219a90 --- /dev/null +++ b/libs/ming/BUILD @@ -0,0 +1,16 @@ +( + + if in_depends $MODULE tcl ; then + TCL_VER="`lvu version perl |cut -c 1-3`" + sedit "s:tcl8.4:tcl$TCL_VER:g" configure + export TCL_LIB_DIR=/usr/lib/tcl$TCL_VER + fi && + + sedit "s:#make:make:" php_ext/make_module.sh && + + default_build && + +# The install misses this header. + install -m 644 $SOURCE_DIRECTORY/src/ming_config.h /usr/include/ + +) > $C_FIFO 2>&1 diff --git a/libs/ming/DEPENDS b/libs/ming/DEPENDS new file mode 100644 index 0000000..41f1b81 --- /dev/null +++ b/libs/ming/DEPENDS @@ -0,0 +1,4 @@ +optional_depends Python "--enable-python" "--disable-python" "for Python script support" +optional_depends perl "--enable-perl" "--disable-perl" "for perl scripting support" +#optional_depends %PHP "--enable-php" "--disable-php" "for PHP scripting support" +optional_depends tcl "--enable-tcl" "--disable-tcl" "for tcl scripting support" diff --git a/libs/ming/DETAILS b/libs/ming/DETAILS index a80fc40..3a2d290 100644 --- a/libs/ming/DETAILS +++ b/libs/ming/DETAILS @@ -5,7 +5,7 @@ SOURCE_VFY=sha1:3990c718c448cd26c1551457258d8de11c74b3e5 WEB_SITE=http://ming.sourceforge.net ENTERED=20030519 - UPDATED=20090511 + UPDATED=20090926 SHORT="a c library for generating SWF (Flash) format movies" cat << EOF diff --git a/libs/rasqal/DEPENDS b/libs/rasqal/DEPENDS new file mode 100644 index 0000000..eb6b431 --- /dev/null +++ b/libs/rasqal/DEPENDS @@ -0,0 +1 @@ +depends raptor diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS new file mode 100644 index 0000000..d597efe --- /dev/null +++ b/libs/rasqal/DETAILS @@ -0,0 +1,29 @@ + MODULE=rasqal + VERSION=0.9.16 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL[0]=http://download.librdf.org/source + SOURCE_URL[1]=$SFORGE_URL/librdf + SOURCE_VFY=sha1:55e08ee78c15de417cbfccb9e748747095994886 + WEB_SITE=http://librdf.org/$MODULE + ENTERED=20090923 + UPDATED=20090923 + SHORT="A RDF Query Library" + +cat << EOF +Rasqal is a free software / Open Source C library that handles Resource +Description Framework (RDF) query syntaxes, query construction and +query execution returning result bindings. The supported query +languages are SPARQL and RDQL. + +Rasqal provides: + * An RDF query construction and access API. + * A query execution engine including constraint expression + evaluation. + * A query result binding API. + * Query language support for SPARQL. + * Query language support for RDQL. + * Triple store querying APIs to support running over external RDF + graphs. + * No memory leaks. + * roqet standalone RDF query utility program +EOF diff --git a/libs/readline/BUILD b/libs/readline/BUILD index 953d42d..c08b33d 100644 --- a/libs/readline/BUILD +++ b/libs/readline/BUILD @@ -1,5 +1,12 @@ ( + # Real and working fix for readline 5 to 6 upgrade + # Especially workaround issue when you would like to lin again readline 6 after lining readline 6 already + mkdir -p /tmp/old.libraries && + cp -f /lib/libreadline.so.* /tmp/old.libraries && + cp -f /lib/libhistory.so.* /tmp/old.libraries && + LD_LIBRARY_PATH=/tmp/old.libraries:$LD_LIBRARY_PATH && + OUR_OLD_READLINE_VVV=$(lvu installed readline | perl -pe 's/([0-9]).+/$1/') && set_module_config OUR_OLD_READLINE_VVV "$OUR_OLD_READLINE_VVV" && # ************************ WARNING ************************* @@ -14,7 +21,7 @@ --mandir=/usr/share/man \ --infodir=/usr/share/info && default_make && - if [ ! -e /etc/inputrc ] ; then + if [ ! -e /etc/inputrc ] ; then install $SCRIPT_DIRECTORY/inputrc /etc/ fi && # temp hack to help in change over to readline-6.0 from readline-5.x @@ -22,6 +29,6 @@ devoke_installwatch && ln -sf /lib/libreadline.so.6 /lib/libreadline.so.5 && ln -sf /lib/libhistory.so.6 /lib/libhistory.so.5 && - invoke_installwatch + invoke_installwatch ) > $C_FIFO 2>&1 diff --git a/libs/readline/POST_INSTALL b/libs/readline/POST_INSTALL index 9755df3..a9f917b 100644 --- a/libs/readline/POST_INSTALL +++ b/libs/readline/POST_INSTALL @@ -1,3 +1,4 @@ +rm -rf /tmp/old.libraries && OUR_NEW_READLINE_VVV=$(lvu version readline | perl -pe 's/([0-9]).+/$1/') OUR_OLD_READLINE_VVV=$(get_module_config OUR_OLD_READLINE_VVV) diff --git a/libs/redland/BUILD b/libs/redland/BUILD new file mode 100644 index 0000000..539454d --- /dev/null +++ b/libs/redland/BUILD @@ -0,0 +1,13 @@ +( + + OPTS+=" --with-threads --with-raptor=system --without-sqlite" + + if in_depends $MODULE libxml2 ; then + OPTS+=" --with-xml-parser=libxml" + else + OPTS+=" --with-xml-parser=expat" + fi + + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/redland/DEPENDS b/libs/redland/DEPENDS new file mode 100644 index 0000000..c1ef80e --- /dev/null +++ b/libs/redland/DEPENDS @@ -0,0 +1,7 @@ +depends rasqal + +optional_depends "db" "--with-bdb" "--without-bdb" "for Berkley DB database support" +optional_depends "mysql" "--with-mysql" "--without-mysql" "for MySql database support" +optional_depends "postgresql" "--with-postgresql" "--without-postgresql" "for Postgresql database support" +#optional_depends "sqlite" "--with-sqlite" "--without-sqlite" "for SqLite database support" +optional_depends "%XMLRENDERER" "" "" "for XML support" diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS new file mode 100644 index 0000000..3dda66f --- /dev/null +++ b/libs/redland/DETAILS @@ -0,0 +1,14 @@ + MODULE=redland + VERSION=1.0.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.librdf.org/source + SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b + WEB_SITE=http://librdf.org + ENTERED=20070802 + UPDATED=20090923 + SHORT="libraries that provide support for the Resource Description Framework" + +cat << EOF +Redland is a set of free software libraries that provide support +for the Resource Description Framework (RDF). +EOF diff --git a/libs/redland/DETAILS.x86_64 b/libs/redland/DETAILS.x86_64 new file mode 100644 index 0000000..5451be5 --- /dev/null +++ b/libs/redland/DETAILS.x86_64 @@ -0,0 +1,15 @@ + MODULE=redland + VERSION=1.0.9 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.librdf.org/source + SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b + WEB_SITE=http://librdf.org + ENTERED=20070802 + UPDATED=20090923 + SHORT="libraries that provide support for the Resource Description Framework" + PSAFE=no + +cat << EOF +Redland is a set of free software libraries that provide support +for the Resource Description Framework (RDF). +EOF diff --git a/perl/IO-Socket-SSL/DETAILS b/perl/IO-Socket-SSL/DETAILS index 60c26e7..c5a7dda 100644 --- a/perl/IO-Socket-SSL/DETAILS +++ b/perl/IO-Socket-SSL/DETAILS @@ -1,11 +1,11 @@ MODULE=IO-Socket-SSL - VERSION=1.27 + VERSION=1.31 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/ - SOURCE_VFY=sha1:d3621ea8c60f15d9e0bef560f2a51b576cbf3a1f - WEB_SITE=http://search.cpan.org/dist/$MODULE/ + SOURCE_VFY=sha1:06fc8e9d85e53e7a2156988f1e009272e9871d81 + WEB_SITE=http://search.cpan.org/dist/IO-Socket-SSL/ ENTERED=20090328 - UPDATED=20090801 + UPDATED=20090925 SHORT="Nearly transparent SSL encapsulation for IO::Socket::INET" cat << EOF diff --git a/python/pygments/DETAILS b/python/pygments/DETAILS index f0f6c41..d1e8684 100644 --- a/python/pygments/DETAILS +++ b/python/pygments/DETAILS @@ -1,12 +1,12 @@ MODULE=pygments - VERSION=1.0 + VERSION=1.1 SOURCE=Pygments-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pygments-$VERSION - SOURCE_URL=http://pypi.python.org/packages/source/P/Pygments/ - SOURCE_VFY=sha1:b71e33147fc402e361227b30e1f589eecafd42a7 - WEB_SITE=http://pygments.org/ + SOURCE_URL=http://pypi.python.org/packages/source/P/Pygments + SOURCE_VFY=sha1:b1f911f8645fbe32c87487cad297c5fb31f261d6 + WEB_SITE=http://pygments.org ENTERED=20090525 - UPDATED=20090525 + UPDATED=20090925 SHORT="Syntax highlighter written in Python" MAINTAINER=jannis at lunar-linux.org @@ -14,7 +14,6 @@ cat << EOF This is the home of Pygments. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: - * a wide range of common languages and markup formats is supported * special attention is paid to details that increase highlighting quality diff --git a/qt4-apps/convertall/BUILD b/qt4-apps/convertall/BUILD index 6062314..82106a7 100644 --- a/qt4-apps/convertall/BUILD +++ b/qt4-apps/convertall/BUILD @@ -2,6 +2,23 @@ cd ConvertAll && prepare_install && - python install.py -p /usr + python install.py -p /usr && + + + # Desktop icon + install -D -m644 icons/convertall_med.png /usr/share/pixmaps/${MODULE}.png && + + # Desktop menu entry + cat > ${MODULE}.desktop << EOF && +[Desktop Entry] +Type=Application +Name=ConvertAll +Comment=Qt based unit converter +Exec=$MODULE +Icon=$MODULE +Categories=Application;KDE;Utility; +EOF + + install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop ) > $C_FIFO 2>&1 diff --git a/qt4-apps/convertall/DETAILS b/qt4-apps/convertall/DETAILS index 80804df..90c1772 100644 --- a/qt4-apps/convertall/DETAILS +++ b/qt4-apps/convertall/DETAILS @@ -1,11 +1,11 @@ MODULE=convertall - VERSION=0.4.2 + VERSION=0.4.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.berlios.de/convertall/ - SOURCE_VFY=sha1:f455e197d2ccbdb60655a0f6037fc216845a36e5 + SOURCE_VFY=sha1:7940bd26d15f3870f6f2bc133d9d8c84244b7615 WEB_SITE=http://convertall.bellz.org ENTERED=20050531 - UPDATED=20081028 + UPDATED=20090924 MAINTAINER=tchan at lunar-linux.org SHORT="Another unit converter" diff --git a/qt4-apps/polkit-qt/BUILD b/qt4-apps/polkit-qt/BUILD index 80cc584..169325d 100644 --- a/qt4-apps/polkit-qt/BUILD +++ b/qt4-apps/polkit-qt/BUILD @@ -1,17 +1,19 @@ ( - sedit "s:lib64/automoc4:lib64/automoc4 opt/lunar/kde/4/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake + KDE4_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + + sedit "s:lib64/automoc4:lib64/automoc4 $KDE4_PREFIX/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake BUILD_DIR="$SOURCE_DIRECTORY/build_dir" - source /etc/profile.d/qt4.rc && - source /etc/profile.d/kde4.rc && + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && - mkdir $BUILD_DIR && - cd $BUILD_DIR && + mkdir $BUILD_DIR && + cd $BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && + -DCMAKE_BUILD_TYPE=RELEASE && default_make diff --git a/qt4-apps/polkit-qt/DETAILS b/qt4-apps/polkit-qt/DETAILS index f619c71..3b21dde 100644 --- a/qt4-apps/polkit-qt/DETAILS +++ b/qt4-apps/polkit-qt/DETAILS @@ -8,6 +8,7 @@ ENTERED=20090628 UPDATED=20090805 SHORT="PolicyKit API with a nice Qt-styled API" + cat << EOF PolicyKit API with a nice Qt-styled API. EOF diff --git a/qt4-apps/qt-creator/BUILD b/qt4-apps/qt-creator/BUILD index 1e66094..52d14a3 100644 --- a/qt4-apps/qt-creator/BUILD +++ b/qt4-apps/qt-creator/BUILD @@ -13,6 +13,19 @@ make && prepare_install && - make install INSTALL_ROOT=$MODULE_PREFIX/ + make install INSTALL_ROOT=$MODULE_PREFIX/ && + + # Desktop menu entry + cat > ${MODULE}.desktop << EOF && +[Desktop Entry] +Type=Application +Name=Qt Creator +Comment=Qt based Development Tool +Exec=$QTDIR/bin/qtcreator +Icon=/usr/share/doc/qt-creator/doc/images/qt-logo.png +Categories=Application;Qt;KDE;Development; +EOF + + install -D -m644 ${MODULE}.desktop /usr/share/applications/${MODULE}.desktop ) > $C_FIFO 2>&1 diff --git a/qt4-apps/qtscriptgenerator/BUILD b/qt4-apps/qtscriptgenerator/BUILD index 5cd4e17..6f99033 100644 --- a/qt4-apps/qtscriptgenerator/BUILD +++ b/qt4-apps/qtscriptgenerator/BUILD @@ -2,6 +2,9 @@ . /etc/profile.d/qt4.rc +# A qucik gcc-4.4.1 hack. Revisit when this module gets a version bump + sed -i "33i #include " generator/parser/rpp/pp.h && + cd generator && qmake && make release && diff --git a/qt4-apps/qtscriptgenerator/DETAILS b/qt4-apps/qtscriptgenerator/DETAILS index db3c894..1a39426 100644 --- a/qt4-apps/qtscriptgenerator/DETAILS +++ b/qt4-apps/qtscriptgenerator/DETAILS @@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-src-$VERSION MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://code.google.com/p/qtscriptgenerator/ ENTERED=20090307 - UPDATED=20090417 + UPDATED=20090924 SHORT="generates Qt bindings for Qt Script" PSAFE=no diff --git a/science/avogadro/DETAILS b/science/avogadro/DETAILS index b96ab55..decf064 100644 --- a/science/avogadro/DETAILS +++ b/science/avogadro/DETAILS @@ -1,12 +1,12 @@ MODULE=avogadro - VERSION=0.9.7 + VERSION=0.9.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:95bf029f9e957d42b461316f976ef0c344f1b1df + SOURCE_VFY=sha1:78de2419a93af9427a0d31fc0f022a47e924b490 MODULE_PREFIX=${AVO_INSTALL_DIR:-/opt/lunar/avogadro} WEB_SITE=http://avogadro.openmolecules.net/wiki/Main_Page ENTERED=20090411 - UPDATED=20090720 + UPDATED=20090926 SHORT="an advanced molecular editor" cat << EOF diff --git a/science/celestia-gtk/BUILD b/science/celestia-gtk/BUILD index 6628aff..93b05fd 100644 --- a/science/celestia-gtk/BUILD +++ b/science/celestia-gtk/BUILD @@ -1,8 +1,11 @@ ( - OPTS="$OPTS --with-lua" + sed -i "16i #include " src/celengine/overlay.h src/celengine/spiceinterface.cpp && + sed -i "18i #include " src/celengine/star.cpp && - default_build + OPTS="$OPTS --with-lua" && + + default_build && gather_docs controls.txt manual/*.html manual/*.css diff --git a/science/celestia-gtk/DETAILS b/science/celestia-gtk/DETAILS index fa36912..9b1b23f 100644 --- a/science/celestia-gtk/DETAILS +++ b/science/celestia-gtk/DETAILS @@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/celestia-$VERSION ENTERED=20041202 UPDATED=20090807 SHORT="A 3D real-time space simulation" + cat << EOF Celestia is a free real-time space simulation that lets you experience our universe in three dimensions. Unlike most planetarium software, Celestia diff --git a/sql/mysql/DETAILS b/sql/mysql/DETAILS index 4531d82..c2c483b 100644 --- a/sql/mysql/DETAILS +++ b/sql/mysql/DETAILS @@ -1,14 +1,14 @@ MODULE=mysql - VERSION=5.0.85 + VERSION=5.0.86 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0 SOURCE_URL[1]=ftp://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-5.0 SOURCE_URL[2]=http://mysql.mirrors.pair.com/Downloads/MySQL-5.0 SOURCE_URL[3]=http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0 - SOURCE_VFY=sha1:11f25ef4f120cba97dd921deb202c58adffd93eb + SOURCE_VFY=sha1:b26680b91187165676d75e1d42fe06c8996fd43f WEB_SITE=http://www.mysql.com ENTERED=20011114 - UPDATED=20090825 + UPDATED=20090923 SHORT="A widely used and fast SQL database server" cat << EOF diff --git a/video/MPlayer/BUILD b/video/MPlayer/BUILD index 6d96689..73151cd 100644 --- a/video/MPlayer/BUILD +++ b/video/MPlayer/BUILD @@ -3,6 +3,10 @@ # Remove subversion directories find -name "\.svn" -type d -print0 | xargs -0 rm -rf + # ALSA audio sync & CPU usage patch + # From http://forums.gentoo.org/viewtopic-t-793795.html + patch_it $SOURCE_CACHE/$SOURCE7 0 && + # using CFLAGS other than MPlayer's auto-detected will break bad_flags compiler && diff --git a/video/MPlayer/DETAILS b/video/MPlayer/DETAILS index b05154f..5c4c787 100644 --- a/video/MPlayer/DETAILS +++ b/video/MPlayer/DETAILS @@ -7,30 +7,29 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/mplayer-$VERSION SOURCE4=font-arial-cp1250.tar.bz2 SOURCE5=font-arial-iso-8859-7.tar.bz2 SOURCE6=Blue-1.7.tar.bz2 + SOURCE7=mplayer-1.0_rc4-alsa-fix.patch.bz2 SOURCE_URL[0]=http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/ SOURCE_URL[1]=http://mirror.its.uidaho.edu/pub/gentoo/distfiles/ SOURCE_URL[2]=http://de-mirror.org/distro/gentoo/distfiles/ SOURCE_URL[3]=http://mirror.ovh.net/gentoo-distfiles/distfiles/ SOURCE_URL[4]=http://distfiles.gentoo.bg/distfiles/ SOURCE_URL[5]=http://gentoo.in.th/distfiles/ - SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + SOURCE2_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE3_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE4_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE5_URL=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ + SOURCE6_URL=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ + SOURCE7_URL=$PATCH_URL SOURCE_VFY=sha1:cc67e513faa2cc7c0aa6f55b0e918eee8bacc287 SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 + SOURCE7_VFY=sha1:af28ecc7d1816b6b299433e062461a0a74c298a4 WEB_SITE=http://www.mplayerhq.hu/ ENTERED=20010922 - UPDATED=20090919 + UPDATED=20090924 SHORT="A movie and animation player" cat << EOF diff --git a/video/cinelerra/BUILD b/video/cinelerra/BUILD new file mode 100644 index 0000000..9a6149d --- /dev/null +++ b/video/cinelerra/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/video/cinelerra/DEPENDS b/video/cinelerra/DEPENDS new file mode 100644 index 0000000..65125e1 --- /dev/null +++ b/video/cinelerra/DEPENDS @@ -0,0 +1,8 @@ +depends texinfo +depends libpng +depends mp4v2 + +optional_depends "SDL" "" "" "for SDL support" +optional_depends "yasm" "" "" "use yasm assembler" +optional_depends "nasm" "" "" "use nasm assembler" +optional_depends "freetype2" "" "" "use Freetype support" diff --git a/video/cinelerra/DETAILS b/video/cinelerra/DETAILS index 7e1f74c..c94087e 100644 --- a/video/cinelerra/DETAILS +++ b/video/cinelerra/DETAILS @@ -1,12 +1,14 @@ MODULE=cinelerra - VERSION=4-src - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=4.1 + SOURCE=$MODULE-$VERSION-src.tar.bz2 + SOURCE2=$MODULE-$VERSION.patch.bz2 SOURCE_URL=$SFORGE_URL/heroines -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-4 - SOURCE_VFY=sha1:b81f337a555aec11006ea27b0356b316ce81f22a + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:bebb3fceccfb407dbcd5d77be38d40fb9f808eef + SOURCE2_VFY=sha1:2fe602309451cc17922098e30c4289048b00c9ad WEB_SITE=http://heroinewarrior.com/cinelerra.php3 ENTERED=20080919 - UPDATED=20080919 + UPDATED=20090925 SHORT="audio and video editing" cat << EOF @@ -15,6 +17,4 @@ Cinelerra does primarily 3 things: capturing, compositing, and editing audio and video with sample level accuracy. It's a movie studio in a box. If you want the same kind of editing suite that the big boys use, on an efficient UNIX operating system, it's time for Cinelerra. - -Cinelerra is not community approved and there is no support from the developer. EOF diff --git a/video/libtheora/DETAILS b/video/libtheora/DETAILS index 454cf32..1345058 100644 --- a/video/libtheora/DETAILS +++ b/video/libtheora/DETAILS @@ -1,14 +1,14 @@ MODULE=libtheora - VERSION=1.0 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=ltablex.sty SOURCE_URL=http://downloads.xiph.org/releases/theora SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:02717773001b44f95bc6c23111a89493a4a93f87 + SOURCE_VFY=sha1:fb1686a8318d79f889f248ff774265d0ec4c6430 SOURCE2_VFY=sha1:740d3d1ac07a754e9fc092ad601500f6921f6cba WEB_SITE=http://www.theora.org ENTERED=20040626 - UPDATED=20081105 + UPDATED=20090926 SHORT="Xiph.Org's released video codec" PSAFE=no diff --git a/x11/NVIDIA-beta/DETAILS b/x11/NVIDIA-beta/DETAILS index a217783..c9efdbe 100644 --- a/x11/NVIDIA-beta/DETAILS +++ b/x11/NVIDIA-beta/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.32 + VERSION=190.36 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 @@ -26,14 +26,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:cfbe17e056343f8bd2fbeb15cff411be0a7b128d - SOURCE2_VFY=sha1:4f79c8b9273ddcae87fac6bc2dc8dde292a0af4d - SOURCE3_VFY=sha1:af19fd1172b61bcd17ca7de15760241300a110df - SOURCE4_VFY=sha1:3531c1b55b8a1fe8eb653a5172b05c281fa9e73a + SOURCE_VFY=sha1:1168e97031832d37ff2513d13e809ff4e4b5a2fe + SOURCE2_VFY=sha1:6f125f56a5eb24a2dec481737f6f14de29d243e0 + SOURCE3_VFY=sha1:05596fe0bc01e6d827d66023466a8bbe130d7a4f + SOURCE4_VFY=sha1:0bc517b37d3bab8c6df2252da4d54772088dab77 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090919 + UPDATED=20090925 SHORT="X11 NVIDIA binary beta driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA-beta/DETAILS.x86_64 b/x11/NVIDIA-beta/DETAILS.x86_64 index b28023e..40d1c8d 100644 --- a/x11/NVIDIA-beta/DETAILS.x86_64 +++ b/x11/NVIDIA-beta/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA-beta - VERSION=190.32 + VERSION=190.36 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE2=nvidia-settings-$VERSION.tar.bz2 SOURCE3=nvidia-installer-$VERSION.tar.bz2 @@ -26,14 +26,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE2_URL=http://cgit.freedesktop.org/~aplattner/nvidia-settings/snapshot SOURCE3_URL=http://cgit.freedesktop.org/~aplattner/nvidia-installer/snapshot SOURCE4_URL=http://cgit.freedesktop.org/~aplattner/nvidia-xconfig/snapshot - SOURCE_VFY=sha1:61223b400031cdd4fc9fb2eeca07abc0e855889b - SOURCE2_VFY=sha1:4f79c8b9273ddcae87fac6bc2dc8dde292a0af4d - SOURCE3_VFY=sha1:af19fd1172b61bcd17ca7de15760241300a110df - SOURCE4_VFY=sha1:3531c1b55b8a1fe8eb653a5172b05c281fa9e73a + SOURCE_VFY=sha1:dc0c0d2666099edc24e440b0b7984e8d5b5e4f17 + SOURCE2_VFY=sha1:6f125f56a5eb24a2dec481737f6f14de29d243e0 + SOURCE3_VFY=sha1:05596fe0bc01e6d827d66023466a8bbe130d7a4f + SOURCE4_VFY=sha1:0bc517b37d3bab8c6df2252da4d54772088dab77 WEB_SITE=http://www.nvidia.com/ LICENSE="proprietary" ENTERED=20030804 - UPDATED=20090919 + UPDATED=20090925 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" cat << EOF diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index e08ea8a..6fbfeba 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -2,7 +2,7 @@ VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git://git.xfce.org/stephan/$MODULE + SOURCE_URL=git://git.xfce.org/apps/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 diff --git a/xfce4/core/thunar-vfs/BUILD b/xfce4/core/thunar-vfs/BUILD new file mode 100644 index 0000000..0e0cc75 --- /dev/null +++ b/xfce4/core/thunar-vfs/BUILD @@ -0,0 +1,13 @@ +( + [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + + # make sure proper PKG_CONFIG_PATH is set + export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + + ./autogen.sh --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/xfce4/core/thunar-vfs/DEPENDS b/xfce4/core/thunar-vfs/DEPENDS new file mode 100644 index 0000000..62ad17c --- /dev/null +++ b/xfce4/core/thunar-vfs/DEPENDS @@ -0,0 +1,6 @@ +depends exo +depends eject +depends shared-mime-info +depends desktop-file-utils + +optional_depends gamin "" "" "For filesystem change updates" diff --git a/xfce4/core/thunar-vfs/DETAILS b/xfce4/core/thunar-vfs/DETAILS new file mode 100644 index 0000000..1b37c3f --- /dev/null +++ b/xfce4/core/thunar-vfs/DETAILS @@ -0,0 +1,14 @@ + MODULE=thunar-vfs + VERSION="git-`date +%Y%U`" + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://thunar.xfce.org + ENTERED=20060407 + UPDATED=20071207 + SHORT="File manager for xfce" + +cat << EOF +Thunar is the default file manager for Xfce. +EOF diff --git a/xorg7/app/appres/CONFLICTS b/xorg7/app/appres/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/appres/CONFLICTS +++ b/xorg7/app/appres/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/appres/DETAILS b/xorg7/app/appres/DETAILS index 5081287..2293c06 100644 --- a/xorg7/app/appres/DETAILS +++ b/xorg7/app/appres/DETAILS @@ -1,17 +1,17 @@ MODULE=appres - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:e50126abc99c64e4827a6b4c27dd2cd473bd958f + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:a82009c1d548b91282fc49efd1be446dc0ee8e32 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20070216 + UPDATED=20090925 SHORT="List X application resource database" cat << EOF The appres program prints the resouces seen by an application (or subhierarchy of an application) with the specified class and instance -names. It can be used to determine which resources a particular +names. It can be used to determine which resources a particular program will load. EOF diff --git a/xorg7/app/bdftopcf/CONFLICTS b/xorg7/app/bdftopcf/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/bdftopcf/CONFLICTS +++ b/xorg7/app/bdftopcf/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/bdftopcf/DETAILS b/xorg7/app/bdftopcf/DETAILS index be5796b..f445369 100644 --- a/xorg7/app/bdftopcf/DETAILS +++ b/xorg7/app/bdftopcf/DETAILS @@ -1,15 +1,15 @@ MODULE=bdftopcf - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:ab1c77b7e9b011afd29242eef0f3cfdcb11771ee + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:245778068b5e5ccde07151635ded50da90333524 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070426 + UPDATED=20090925 SHORT="The X.Org BDF to PCF font compiler" cat << EOF -bdfttopcf is a font compiler for the X server. It compiles an X font -from Bitmap Distribtuion Format(BDF) to Portable Compiled Format(PCF). +bdfttopcf is a font compiler for the X server. It compiles an X font +from Bitmap Distribution Format(BDF) to Portable Compiled Format(PCF). EOF diff --git a/xorg7/app/bitmap/CONFLICTS b/xorg7/app/bitmap/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/bitmap/CONFLICTS +++ b/xorg7/app/bitmap/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/bitmap/DETAILS b/xorg7/app/bitmap/DETAILS index f34930c..7a500d9 100644 --- a/xorg7/app/bitmap/DETAILS +++ b/xorg7/app/bitmap/DETAILS @@ -1,12 +1,12 @@ MODULE=bitmap - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:ca3b65e25fea6929ee254944b72508f8e39d80ea + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:b83483937b1d4c542379b5f82edf408a023f8671 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060227 - UPDATED=20070426 + UPDATED=20090925 SHORT="The X.Org bitmap file editor" cat << EOF diff --git a/xorg7/app/editres/CONFLICTS b/xorg7/app/editres/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/editres/CONFLICTS +++ b/xorg7/app/editres/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/editres/DETAILS b/xorg7/app/editres/DETAILS index 62a7766..3e42b0d 100644 --- a/xorg7/app/editres/DETAILS +++ b/xorg7/app/editres/DETAILS @@ -1,12 +1,12 @@ MODULE=editres - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:f87c18325ae169ea349b59f8bad77375f50d65be + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:5f84cf0592ed2e1c8430c907db36b7e70905fa78 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20070426 + UPDATED=20090925 SHORT="The X.Org dynamic resource editor" cat << EOF diff --git a/xorg7/app/xauth/CONFLICTS b/xorg7/app/xauth/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xauth/CONFLICTS +++ b/xorg7/app/xauth/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xauth/DETAILS b/xorg7/app/xauth/DETAILS index a6f941b..ebf18e8 100644 --- a/xorg7/app/xauth/DETAILS +++ b/xorg7/app/xauth/DETAILS @@ -1,12 +1,12 @@ MODULE=xauth - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:6a034b6e665eabd149bf4f8ee60c12a86b70ecde + SOURCE_VFY=sha1:90d32f28bb61ca6d831dcc35429a5ad53be73283 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20080405 + UPDATED=20090925 SHORT="The X.Org authentication utility" cat << EOF diff --git a/xorg7/app/xbacklight/CONFLICTS b/xorg7/app/xbacklight/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xbacklight/CONFLICTS +++ b/xorg7/app/xbacklight/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xbacklight/DETAILS b/xorg7/app/xbacklight/DETAILS index 9cbeb0f..ced424d 100644 --- a/xorg7/app/xbacklight/DETAILS +++ b/xorg7/app/xbacklight/DETAILS @@ -1,16 +1,16 @@ MODULE=xbacklight - VERSION=1.1 + VERSION=1.1.1 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:963f154ecaeaddcc609c640d683319a20ee3d5e8 + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:3541ab5e0956b4f0c97b1200dc32a35d2ccb0f0f MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20070823 - UPDATED=20070823 + UPDATED=20090925 SHORT="adjust backlight brightness" cat << EOF Xbacklight is used to adjust the backlight brightness where supported. -It finds all outputs on the X server supporting backlight brightness +It finds all outputs on the X server supporting backlight brightness control and changes them all in the same way. EOF diff --git a/xorg7/app/xclock/CONFLICTS b/xorg7/app/xclock/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xclock/CONFLICTS +++ b/xorg7/app/xclock/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xclock/DETAILS b/xorg7/app/xclock/DETAILS index 39f832f..2e1c602 100644 --- a/xorg7/app/xclock/DETAILS +++ b/xorg7/app/xclock/DETAILS @@ -1,12 +1,12 @@ MODULE=xclock - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:94bd3f1c57d9d6f5c19f25fcdda3b148b99b6dbe + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:1987cafb3163c6b68bc7ecfbe143c8cd373d64bb MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070809 + UPDATED=20090925 SHORT="the X.Org xclock application" cat << EOF diff --git a/xorg7/app/xdm/DETAILS b/xorg7/app/xdm/DETAILS index a41c4a6..d11b5f3 100644 --- a/xorg7/app/xdm/DETAILS +++ b/xorg7/app/xdm/DETAILS @@ -1,12 +1,12 @@ MODULE=xdm - VERSION=1.1.8 + VERSION=1.1.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:619d810d9cd60e193be72365791cdb4057fc56ce + SOURCE_VFY=sha1:ea0ee2923999d54848dc8a165867ffa7c628fd7b MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20080601 + UPDATED=20090925 SHORT="The X Display Manager" cat << EOF diff --git a/xorg7/app/xset/CONFLICTS b/xorg7/app/xset/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xset/CONFLICTS +++ b/xorg7/app/xset/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xset/DETAILS b/xorg7/app/xset/DETAILS index eb6017e..2f10620 100644 --- a/xorg7/app/xset/DETAILS +++ b/xorg7/app/xset/DETAILS @@ -1,12 +1,12 @@ MODULE=xset - VERSION=1.0.4 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/app - SOURCE_VFY=sha1:3f83c524682cffa2a778c093ba0ed82a13aaa38f + SOURCE_VFY=sha1:ff4295442821826092b17248c1ad65e16cd860ef MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060210 - UPDATED=20080405 + UPDATED=20090925 SHORT="A user preference utility for X" cat << EOF diff --git a/xorg7/data/xcursor-themes/CONFLICTS b/xorg7/data/xcursor-themes/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/data/xcursor-themes/CONFLICTS +++ b/xorg7/data/xcursor-themes/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/data/xcursor-themes/DETAILS b/xorg7/data/xcursor-themes/DETAILS index 5bc76c8..6e6b3f9 100644 --- a/xorg7/data/xcursor-themes/DETAILS +++ b/xorg7/data/xcursor-themes/DETAILS @@ -1,14 +1,13 @@ MODULE=xcursor-themes - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/data/ - SOURCE_VFY=sha1:cb6d31fe2ef5563a642bfe79f006ee7f6b17576f + SOURCE_URL=$XORG_URL/individual/data + SOURCE_VFY=sha1:12b865c17c65e70a6bc20300dfa660fe8faaa0a4 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20090925 SHORT="" cat << EOF - EOF diff --git a/xorg7/extra/libdrm/DETAILS b/xorg7/extra/libdrm/DETAILS index 65ec5cd..3f7fd8b 100644 --- a/xorg7/extra/libdrm/DETAILS +++ b/xorg7/extra/libdrm/DETAILS @@ -1,12 +1,12 @@ MODULE=libdrm - VERSION=2.4.13 + VERSION=2.4.14 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://dri.freedesktop.org/libdrm - SOURCE_VFY=sha1:0d3065d8521fca97239ce4aecbc81dc08d07de7d + SOURCE_VFY=sha1:a18cc2cdfd02b8ba1c91c3e9ac609521ad3e2fe9 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.freedesktop.org ENTERED=20061017 - UPDATED=20090903 + UPDATED=20090925 SHORT="The userspace interface to kernel DRM services" cat << EOF diff --git a/xorg7/lib/libXdmcp/CONFLICTS b/xorg7/lib/libXdmcp/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/lib/libXdmcp/CONFLICTS +++ b/xorg7/lib/libXdmcp/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/lib/libXdmcp/DETAILS b/xorg7/lib/libXdmcp/DETAILS index 4ba27d3..3ece229 100644 --- a/xorg7/lib/libXdmcp/DETAILS +++ b/xorg7/lib/libXdmcp/DETAILS @@ -1,12 +1,12 @@ MODULE=libXdmcp - VERSION=1.0.2 + VERSION=1.0.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/lib/ - SOURCE_VFY=sha1:0e2fd4a0d8e8b94a4b5af85f08a2fff27bf90238 + SOURCE_URL=$XORG_URL/individual/lib + SOURCE_VFY=sha1:7efd71d29d6cfba797b8791398e4d81ade677d77 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070216 + UPDATED=20090925 SHORT="the X.Org Display Manager Control protocol library" cat << EOF diff --git a/xorg7/lib/libXmu/CONFLICTS b/xorg7/lib/libXmu/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/lib/libXmu/CONFLICTS +++ b/xorg7/lib/libXmu/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/lib/libXmu/DETAILS b/xorg7/lib/libXmu/DETAILS index 9e3964a..c930768 100644 --- a/xorg7/lib/libXmu/DETAILS +++ b/xorg7/lib/libXmu/DETAILS @@ -1,12 +1,12 @@ MODULE=libXmu - VERSION=1.0.4 + VERSION=1.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:e2ecbce02184efd8899a34554575e1f3b6815295 + SOURCE_VFY=sha1:e7ff5960f2374852b941f909cdbdeafe7d29322f MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070404 + UPDATED=20090925 SHORT="the X.Org miscellaneous utility library" cat << EOF diff --git a/xorg7/lib/libpciaccess/DETAILS b/xorg7/lib/libpciaccess/DETAILS index fdf5712..dbaec9f 100644 --- a/xorg7/lib/libpciaccess/DETAILS +++ b/xorg7/lib/libpciaccess/DETAILS @@ -1,12 +1,12 @@ MODULE=libpciaccess - VERSION=0.10.8 + VERSION=0.10.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:0fa152811e121b4e97eb5f53c14d7896685f79a6 + SOURCE_VFY=sha1:491e137f34a22f7208a6b0f68cbe51d929923591 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070828 - UPDATED=20090903 + UPDATED=20090925 SHORT="Access the PCI bus and devices" cat << EOF diff --git a/zbeta/cclive/DETAILS b/zbeta/cclive/DETAILS index 1ec15c3..38d5fed 100644 --- a/zbeta/cclive/DETAILS +++ b/zbeta/cclive/DETAILS @@ -1,11 +1,11 @@ MODULE=cclive - VERSION=0.5.0 + VERSION=0.5.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://cclive.googlecode.com/files - SOURCE_VFY=sha1:35a10aa572a0ec80407343e703f90156c5713e17 + SOURCE_VFY=sha1:47c70f75b78147ece6b7aaefd3b9460cd6b1e88b WEB_SITE=http://code.google.com/p/cclive/ ENTERED=20090901 - UPDATED=20090901 + UPDATED=20090922 SHORT="command-line tool for extracting videos from various websites" cat << EOF diff --git a/zbeta/fdm/BUILD b/zbeta/fdm/BUILD index 2466353..0b074fb 100644 --- a/zbeta/fdm/BUILD +++ b/zbeta/fdm/BUILD @@ -1,5 +1,11 @@ ( - + + # Fixes compilation error: + # /usr/include/asm/posix_types.h:2:30: error: posix_types_32.h: No such file or directory + # From 02gmake_use_iquote.diff in Debian's patches: + # http://packages.debian.org/unstable/mail/fdm + sedit "s:-I. -I- \$(INCDIRS):-I. -iquote. \$(INCDIRS):" GNUmakefile && + export PREFIX=/usr PCRE=1 && default_build From samuel.verstraete at gmail.com Wed Dec 9 11:52:38 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:38 -0000 Subject: [Lunar-commits] s/svn/git/ Message-ID: <20091209105231.D54A69B2CB@doppio.foo-projects.org> commit beb42d5c39aa44cd77067e686476afe6495229c0 Author: Samuel Date: Tue Sep 29 14:00:30 2009 +0200 s/svn/git/ --- xfce4/xfce4/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xfce4/xfce4/DETAILS b/xfce4/xfce4/DETAILS index dbdfcbf..96342d4 100644 --- a/xfce4/xfce4/DETAILS +++ b/xfce4/xfce4/DETAILS @@ -1,5 +1,5 @@ MODULE=xfce4 - VERSION="svn-`date +%Y%U`" + VERSION="git-`date +%Y%U`" SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE} WEB_SITE=http://www.xfce.org MAINTAINER=jasper at lunar-linux.org From samuel.verstraete at gmail.com Wed Dec 9 11:52:38 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:38 -0000 Subject: [Lunar-commits] linux-2.6-rc: 32-rc1! Message-ID: <20091209105232.0CB339B217@doppio.foo-projects.org> commit e320dcbab703aa1170fd8bba2a9997fc6f6dfd87 Author: Samuel Date: Tue Sep 29 14:05:01 2009 +0200 linux-2.6-rc: 32-rc1! --- kernel/linux-2.6-rc/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS index 26a6a98..1069402 100644 --- a/kernel/linux-2.6-rc/DETAILS +++ b/kernel/linux-2.6-rc/DETAILS @@ -1,13 +1,13 @@ MODULE=linux-2.6-rc - VERSION=2.6.31-rc7 + VERSION=2.6.32-rc1 SOURCE=linux-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:b47c4057013f216b465cef4e9d8c369dd090d0f6 + SOURCE_VFY=sha1:9f4e50878d77922c84a29be9913a8b5c3f66e6ec WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20090802 + UPDATED=20090929 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From samuel.verstraete at gmail.com Wed Dec 9 11:52:38 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:38 -0000 Subject: [Lunar-commits] ctags: version bump Message-ID: <20091209105232.293779B20B@doppio.foo-projects.org> commit 9dcdc1a869448e37470716dc56e425169af23eb6 Author: Samuel Date: Tue Sep 29 16:33:30 2009 +0200 ctags: version bump --- devel/ctags/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/ctags/DETAILS b/devel/ctags/DETAILS index 6f6d9fa..0c88a55 100644 --- a/devel/ctags/DETAILS +++ b/devel/ctags/DETAILS @@ -1,11 +1,11 @@ MODULE=ctags - VERSION=5.7 + VERSION=5.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:f7e435286c25181d6cb28ca1ac2d4ba63507a82d + SOURCE_VFY=sha1:482da1ecd182ab39bbdc09f2f02c9fba8cd20030 WEB_SITE=http://ctags.sourceforge.net/ ENTERED=20020723 - UPDATED=20071016 + UPDATED=20090929 SHORT="Generates tag (index) files from source files" cat << EOF From elangelo at xfce.org Wed Dec 9 11:52:38 2009 From: elangelo at xfce.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:38 -0000 Subject: [Lunar-commits] wazzzzza Message-ID: <20091209105232.549619B236@doppio.foo-projects.org> commit 375f90de6004d03300e74fdd8d8b7ea3c7287e8f Author: Samuel Verstraete Date: Tue Sep 29 21:09:32 2009 +0200 wazzzzza --- xfce4/apps/mousepad/DETAILS | 5 ++--- xfce4/apps/ristretto/DETAILS | 2 +- xfce4/core/libxfce4util/BUILD | 6 +----- xfce4/core/libxfcegui4/BUILD | 7 +------ xfce4/core/libxfcegui4/DETAILS | 2 +- 5 files changed, 6 insertions(+), 16 deletions(-) diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index 9f9e881..3e9f213 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,9 +1,8 @@ MODULE=mousepad - VERSION="svn-`date +%U`" + VERSION="svn-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MOD - #SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/branches/nick_0_3:$MODULE + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20050218 diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index e08ea8a..81b567c 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -2,7 +2,7 @@ VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git://git.xfce.org/stephan/$MODULE + SOURCE_URL=git+http://git.xfce.org/apps/$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index dedae22..c6983ea 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,10 +1,6 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - ./configure --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && - - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index 5ca1695..68281e0 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,11 +4,6 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - --enable-xinerama \ - $OPTS && - - default_make + default_cvs_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index d4f0cd1..aac4eb3 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -2,7 +2,7 @@ VERSION="git-`date +%Y%U`" SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=http:vn+http://git.xfce.org/xfce/$MODULE:$MODULE + SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 From elangelo at lunar-linux.org Wed Dec 9 11:52:39 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:39 -0000 Subject: [Lunar-commits] loads of changes Message-ID: <20091209105232.9EF219B22B@doppio.foo-projects.org> commit f8c8aa282f0f2761f878da7a56f78293d3014207 Author: Samuel Verstraete Date: Thu Oct 1 13:07:53 2009 +0200 loads of changes --- gnome2/desktop/gvfs/DETAILS | 2 +- gnome2/desktop/libsoup/DETAILS | 8 ++++---- gnome2/platform/GConf/DETAILS | 8 ++++---- libs/glib-2/DETAILS | 6 +++--- web/webkit/DETAILS | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/gnome2/desktop/gvfs/DETAILS b/gnome2/desktop/gvfs/DETAILS index 8b817b7..24e5eb9 100644 --- a/gnome2/desktop/gvfs/DETAILS +++ b/gnome2/desktop/gvfs/DETAILS @@ -3,7 +3,7 @@ VERSION=1.4.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:cb66e72bf92a22cde07da9875d10d9c9eb81a23c + #SOURCE_VFY=sha1:cb66e72bf92a22cde07da9875d10d9c9eb81a23c WEB_SITE=http://www.gnome.org/ ENTERED=20080312 UPDATED=20090526 diff --git a/gnome2/desktop/libsoup/DETAILS b/gnome2/desktop/libsoup/DETAILS index 80c8e0d..84e1093 100644 --- a/gnome2/desktop/libsoup/DETAILS +++ b/gnome2/desktop/libsoup/DETAILS @@ -1,12 +1,12 @@ MODULE=libsoup - VERSION=2.27.91 - MAJOR=2.27 + VERSION=2.28.0 + MAJOR=2.28 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:642bd9cecf1ea7325c3a8f18be557da203177978 + SOURCE_VFY=sha1:e1b31a0f5195488d362d810c1cb293b289d60064 WEB_SITE=http://www.gnome.org/ ENTERED=20030413 - UPDATED=20090907 + UPDATED=20090930 PSAFE=no SHORT="a SOAP implementation in C" diff --git a/gnome2/platform/GConf/DETAILS b/gnome2/platform/GConf/DETAILS index 713d6e8..c3d39b0 100644 --- a/gnome2/platform/GConf/DETAILS +++ b/gnome2/platform/GConf/DETAILS @@ -1,12 +1,12 @@ MODULE=GConf - VERSION=2.26.2 - MAJOR=2.26 + VERSION=2.28.0 + MAJOR=2.28 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:bf5323d974fa22165de2144100234647fd50ef17 + SOURCE_VFY=sha1:8371d88cc84fd727dfd0f8d413fa20a8bfe814fd WEB_SITE=http://www.gnome.org ENTERED=20080416 - UPDATED=20090516 + UPDATED=20090930 SHORT="A system for storing configuration information" cat << EOF diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index 6406fc6..cd65172 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 MAJOR=2.22 - VERSION=22.0 + VERSION=22.1 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:dae057cb116c87ada58fbaae9897c71e9da20d06 + SOURCE_VFY=sha1:2cd487f3ebbfab33a816f382c1d0e9dedd1c02df WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=2009092 + UPDATED=20090930 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF diff --git a/web/webkit/DETAILS b/web/webkit/DETAILS index 40075cf..30deeb4 100644 --- a/web/webkit/DETAILS +++ b/web/webkit/DETAILS @@ -1,11 +1,11 @@ MODULE=webkit - VERSION=1.1.14 + VERSION=1.1.15.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webkitgtk.org/ - SOURCE_VFY=sha1:5cbbc11a157a32ace3fefdc11e293b90daa44562 + SOURCE_VFY=sha1:40f77b34c7075c4f3835b3348c354bfcd9dbcecf WEB_SITE=http://www.webkit.org ENTERED=20070919 - UPDATED=20090909 + UPDATED=20090930 SHORT="a gtk+ web rendering engine" cat< xorg-server 1.6.4 Message-ID: <20091209105232.BD66B9B205@doppio.foo-projects.org> commit f22105ba1465ca1e075b164b269d10e34a5baef9 Author: Samuel Verstraete Date: Thu Oct 1 13:14:05 2009 +0200 xorg-server 1.6.4 --- xorg7/xorg-server/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/xorg-server/DETAILS b/xorg7/xorg-server/DETAILS index 5ca447c..570d830 100644 --- a/xorg7/xorg-server/DETAILS +++ b/xorg7/xorg-server/DETAILS @@ -1,12 +1,12 @@ MODULE=xorg-server - VERSION=1.6.3 + VERSION=1.6.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/xserver - SOURCE_VFY=sha1:1f28e8723e110e5c1a1adf3bc89325a81a526184 + SOURCE_VFY=sha1:9d37f9c14984568afddf0aa84f8409f895277255 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20090802 + UPDATED=20091001 MAINTAINER=elangelo at lunar-linux.org SHORT="The X.Org X11R7 server for the X Window System" From elangelo at lunar-linux.org Wed Dec 9 11:52:39 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 09 Dec 2009 10:52:39 -0000 Subject: [Lunar-commits] something i forgot to fix Message-ID: <20091209105232.D92039B221@doppio.foo-projects.org> commit 9a4ca2aa7c48e9bac5c9b337ba95b178c4c04452 Author: Samuel Verstraete Date: Sun Oct 4 22:35:24 2009 +0200 something i forgot to fix --- libs/glibc/DETAILS | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS index d597b4c..40ea85e 100644 --- a/libs/glibc/DETAILS +++ b/libs/glibc/DETAILS @@ -17,10 +17,7 @@ ENTERED=20010922 UPDATED=20090923 SHORT="C library for use with GNU/Hurd and GNU/Linux" -<<<<<<< HEAD -======= PSAFE=no ->>>>>>> master cat << EOF glibc - Library for use with GNU/Hurd and GNU/Linux. From samuel.verstraete at gmail.com Wed Dec 9 11:52:39 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:39 -0000 Subject: [Lunar-commits] gtkmm: 2.18.2 Message-ID: <20091209105233.0BAA79B2CF@doppio.foo-projects.org> commit efb65a98abe192558aa9421f7383385054c90894 Author: Samuel Date: Thu Oct 8 18:05:43 2009 +0200 gtkmm: 2.18.2 --- gnome2/bindings/gtkmm/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome2/bindings/gtkmm/DETAILS b/gnome2/bindings/gtkmm/DETAILS index c819121..3761ac9 100644 --- a/gnome2/bindings/gtkmm/DETAILS +++ b/gnome2/bindings/gtkmm/DETAILS @@ -1,13 +1,13 @@ MODULE=gtkmm - VERSION=2.16.0 - MAJOR=2.16 + VERSION=2.18.2 + MAJOR=2.18 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:e8cde1ebf651458c815d5e896bbae2ae4bf33d67 + SOURCE_VFY=sha1:ed58c6d8d0be82fc326cd67a8c2cf1762c30245e WEB_SITE=http://gtkmm.org ENTERED=20021225 - UPDATED=20090318 + UPDATED=20091008 SHORT="C++ bindings for gtk2 and glib2" cat << EOF From samuel.verstraete at gmail.com Wed Dec 9 11:52:40 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:40 -0000 Subject: [Lunar-commits] glib-2 Message-ID: <20091209105233.3494E9B21B@doppio.foo-projects.org> commit 274dfb7bf95756d529f84ccfb7ba9eacaf545f37 Author: Samuel Date: Wed Oct 14 09:18:46 2009 +0200 glib-2 --- libs/glib-2/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index c0c8be7..661e2dd 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -5,7 +5,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:2cd487f3ebbfab33a816f382c1d0e9dedd1c02df + SOURCE_VFY=sha1:bdd9c4b930e81203ea69fe83876cb6c82bdc5a38 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 UPDATED=20090930 From samuel.verstraete at gmail.com Wed Dec 9 11:52:40 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 09 Dec 2009 10:52:40 -0000 Subject: [Lunar-commits] mplayer: chages Message-ID: <20091209105233.5FC859B220@doppio.foo-projects.org> commit f9719e151c2b578371abd491a03697ebbef489e1 Author: Samuel Date: Thu Oct 15 13:37:21 2009 +0200 mplayer: chages --- zbeta/mplayer/DEPENDS | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS index 12f3e07..20260da 100644 --- a/zbeta/mplayer/DEPENDS +++ b/zbeta/mplayer/DEPENDS @@ -13,6 +13,4 @@ optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui supp optional_depends MPlayer-all "" "" "to install more foreign codecs" optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" -optional_depends amrnb "" "--disable-libamr_nb" "AMR narrowband support" -optional_depends amrwb "" "--disable-libamr_wb" "AMR wideband support" From samuel.verstraete at gmail.com Wed Dec 2 20:07:35 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 2 Dec 2009 20:07:35 +0100 Subject: [Lunar-commits] fontforge grmbl.... Message-ID: <20091209105233.C74DE9B208@doppio.foo-projects.org> commit c56a178e2f6b37492e25f3cc0d192a5d7327d385 Author: Samuel Date: Wed Dec 2 20:07:35 2009 +0100 fontforge grmbl.... --- graphics/fontforge/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 54092e9..626f0c8 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -8,7 +8,7 @@ ./configure --prefix=/usr \ $OPTS && - #sedit "s: s : :" fontforge/Makefile && + sedit "s: s : :" fontforge/Makefile && default_make From samuel.verstraete at gmail.com Wed Dec 2 20:04:22 2009 From: samuel.verstraete at gmail.com (Samuel) Date: Wed, 2 Dec 2009 20:04:22 +0100 Subject: [Lunar-commits] fontforge needs unste CFLAGS Message-ID: <20091209105233.A0D5C9B20E@doppio.foo-projects.org> commit 086c3c7216aaff8934866515c647eb2e6ed046d7 Author: Samuel Date: Wed Dec 2 20:04:22 2009 +0100 fontforge needs unste CFLAGS --- graphics/fontforge/BUILD | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index 82ffe91..54092e9 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -1,4 +1,5 @@ ( + unset CFLAGS && # Options from: # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log From zmcgrew at lunar-linux.org Thu Dec 3 01:16:51 2009 From: zmcgrew at lunar-linux.org (Zachary McGrew) Date: Wed, 2 Dec 2009 16:16:51 -0800 Subject: [Lunar-commits] gcc: fix DETAILS file Message-ID: <20091209105233.D61689B22D@doppio.foo-projects.org> commit 490419ed39821318cadb0943dfb4d2426ee2dcf8 Author: Zachary McGrew Date: Wed Dec 2 16:16:51 2009 -0800 gcc: fix DETAILS file --- compilers/gcc/DETAILS | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/compilers/gcc/DETAILS b/compilers/gcc/DETAILS index 930221a..a6f29fe 100644 --- a/compilers/gcc/DETAILS +++ b/compilers/gcc/DETAILS @@ -7,12 +7,8 @@ SOURCE_VFY=sha1:6cf7d9204ff3e1a09f4f12b1372cd4129ab7f080 WEB_SITE=http://gcc.gnu.org ENTERED=20020628 -<<<<<<< HEAD UPDATED=20091015 PSAFE=no -======= - UPDATED=20090923 ->>>>>>> f9719e151c2b578371abd491a03697ebbef489e1 SHORT="GNU compiler collection" cat << EOF From florin at lunar-linux.org Thu Dec 3 05:40:33 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 3 Dec 2009 06:40:33 +0200 Subject: [Lunar-commits] phpMyAdmin: version bumped to 3.2.4. Message-ID: <20091209105234.261F59B2CE@doppio.foo-projects.org> commit 43be133c3e5e34f423fc252c680532e99133f61f Author: Florin Braescu Date: Thu Dec 3 06:40:33 2009 +0200 phpMyAdmin: version bumped to 3.2.4. Bugfix release. --- sql/phpMyAdmin/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index 1324f16..e2ec401 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.2.3 + VERSION=3.2.4 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:d99b1098c7cb3454f95dced25574bde0c7fd78ca + SOURCE_VFY=sha1:ac9239755c294d15569af99f227b124bd578faf2 WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20091030 + UPDATED=20091203 SHORT="A php web interface to administrate MySQL tables" cat << EOF From florin at lunar-linux.org Thu Dec 3 06:00:21 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 3 Dec 2009 07:00:21 +0200 Subject: [Lunar-commits] qt4: version bumped to 4.6.0. Message-ID: <20091209105234.452EE9B2D1@doppio.foo-projects.org> commit f1e66c9174834100c9bc1135a4e48080d60a0070 Author: Florin Braescu Date: Thu Dec 3 07:00:21 2009 +0200 qt4: version bumped to 4.6.0. New features include new classes for state machine framework, for handling multitouch events, for support of 3D applications, for graphics effects, new audio input and output classes, and new abstract video output classes. A new animation framework and a new gesture framework were added. Many optimizations and bugfixes were made. --- kde4/base/qt4/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kde4/base/qt4/DETAILS b/kde4/base/qt4/DETAILS index 5a3a485..383d076 100644 --- a/kde4/base/qt4/DETAILS +++ b/kde4/base/qt4/DETAILS @@ -1,14 +1,14 @@ MODULE=qt4 - VERSION=4.5.3 - SOURCE=qt-x11-opensource-src-${VERSION}.tar.gz + VERSION=4.6.0 + SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source -SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-opensource-src-${VERSION} - SOURCE_VFY=78620ffd03c83c4d86f5039ccf7b09e5c709ed25 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION} + SOURCE_VFY=c2cbbde83f1ebac3b8dd13a112fcad757d395041 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.trolltech.com/qt ENTERED=20020420 - UPDATED=20091001 + UPDATED=20091202 GARBAGE=off FTP_PASSIVE=on MAINTAINER=florin at lunar-linux.org From stumbles at lunar-linux.org Fri Dec 4 01:04:17 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Dec 2009 19:04:17 -0500 Subject: [Lunar-commits] qt4: Version bump. Message-ID: <20091209105234.746069B207@doppio.foo-projects.org> commit 1774d125ff961bcb4e2dbaaaf6bf9c1bfa29a4a5 Author: Dennis `stumbles` Veatch Date: Thu Dec 3 19:04:17 2009 -0500 qt4: Version bump. --- kde4/base/qt4/BUILD | 8 +++----- kde4/base/qt4/CONFIGURE | 1 + kde4/base/qt4/DEPENDS | 14 +++++++++----- kde4/base/qt4/DETAILS | 12 ++++++------ 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/kde4/base/qt4/BUILD b/kde4/base/qt4/BUILD index 0120a93..60475e9 100644 --- a/kde4/base/qt4/BUILD +++ b/kde4/base/qt4/BUILD @@ -4,7 +4,7 @@ export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib - sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure + sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure && if module_installed phonon ; then OPTS+=" -phonon -phonon-backend" @@ -20,9 +20,7 @@ OPTS+=" -make examples -make demos -make tools -make docs -make translations" fi && - OPTS+=" -release -fast -no-separate-debug-info -shared -qt-gif -system-libpng -system-libjpeg \ - -system-libmng -system-zlib -accessibility -pch -stl -webkit -fontconfig \ - -largefile -glib -qt3support" + OPTS+=" -release -fast -no-separate-debug-info -script -scripttools -accessibility -pch -glib" && echo "yes" | ./configure \ -prefix ${MODULE_PREFIX} \ @@ -34,7 +32,7 @@ cd tools/qdoc3 && qmake -unix -o Makefile qdoc3.pro && make && - install -D -m0755 qdoc3 $MODULE_PREFIX/tools/qdoc3/qdoc3 && + install -m 755 ../../bin/qdoc3 $MODULE_PREFIX/bin/ && cd $SOURCE_DIRECTORY fi && diff --git a/kde4/base/qt4/CONFIGURE b/kde4/base/qt4/CONFIGURE index b39218a..ceb87e8 100644 --- a/kde4/base/qt4/CONFIGURE +++ b/kde4/base/qt4/CONFIGURE @@ -2,3 +2,4 @@ mquery MAKE_DOCS "Build the QT4 documentation?" n "" " -nomake docs" mquery MAKE_EXAMPLE_DEMOS "Build exmaples and demos?" n "" "-nomake examples -nomake demos" mquery XML_PATTERNS "Build xml patterns? Needed by qtscriptgenerator" y "-exceptions" "-no-exceptions" mquery MAKE_QDOC3 "BUILD QDOC3 docs? This is needed by qt-creator." n +mquery MAKE_WEBKIT "Build the webkit plugin?" y "-webkit" "-no-webkit" diff --git a/kde4/base/qt4/DEPENDS b/kde4/base/qt4/DEPENDS index cd59245..0898b4c 100644 --- a/kde4/base/qt4/DEPENDS +++ b/kde4/base/qt4/DEPENDS @@ -1,13 +1,17 @@ -depends libungif -depends libpng -depends libmng depends %X +optional_depends "openssl" "-openssl" "-no-openssl" "for Secure Sockets support" +optional_depends "libmng" "-system-libmng" "-qt-libmng" "Use system or Qt version of MNG" +optional_depends "libpng" "-system-libpng" "-qt-libpng" "Use system or Qt verion of PNG" +optional_depends "zlib" "-system-zlib" "-qt-zlib" "Choose system or Qt version of zlib" +optional_depends "libungif" "-qt-gif" "-no-gif" "for GIF reading support" +optional_depends "fontconfig" "-fontconfig" "-no-fontconfig" "for anti alias font support" +optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" +optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" + optional_depends "gst-plugins-base" "" "" "for gstreamer support" -optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" -optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" optional_depends "mysql" \ "-plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" \ diff --git a/kde4/base/qt4/DETAILS b/kde4/base/qt4/DETAILS index 5a3a485..fc34aa1 100644 --- a/kde4/base/qt4/DETAILS +++ b/kde4/base/qt4/DETAILS @@ -1,15 +1,15 @@ MODULE=qt4 - VERSION=4.5.3 - SOURCE=qt-x11-opensource-src-${VERSION}.tar.gz + VERSION=4.6.0 + SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source -SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-opensource-src-${VERSION} - SOURCE_VFY=78620ffd03c83c4d86f5039ccf7b09e5c709ed25 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION} + SOURCE_VFY=c2cbbde83f1ebac3b8dd13a112fcad757d395041 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.trolltech.com/qt ENTERED=20020420 - UPDATED=20091001 - GARBAGE=off + UPDATED=20091202 +# GARBAGE=off FTP_PASSIVE=on MAINTAINER=florin at lunar-linux.org SHORT="A C++ toolkit for application development" From stumbles at lunar-linux.org Fri Dec 4 01:16:21 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Dec 2009 19:16:21 -0500 Subject: [Lunar-commits] Revert "kde4: strip the DEPENDS file to the limit :)" Message-ID: <20091209105234.86B879B219@doppio.foo-projects.org> commit 479b5a0c26dc4182a186d0c19444491a333f575e Author: Dennis `stumbles` Veatch Date: Thu Dec 3 19:16:21 2009 -0500 Revert "kde4: strip the DEPENDS file to the limit :)" This reverts commit 425a649a5bfe73af23081664e94616a0e10044d2. Reverting again since the last git hickup. I know the DEPENDS needs some resorting. Such as kdebindings will now have a hard depends on kdevplatform, which depends on kdesdk4. Until I have some time to unravel these things; I would rather this stay as is. --- profiles/kde4/DEPENDS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index 8aab302..7cf7cfc 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -1,10 +1,11 @@ +depends kdepimlibs4 depends kdelibs4-experimental depends kdebase4-runtime depends kdebase4-workspace depends kdebase4 +depends kdepim4-runtime depends oxygen-icons -optional_depends "kdepim4-runtime" "" "" "for PIM support" optional_depends "kdebindings4" "" "" "bindings to languages" optional_depends "kdegames4" "" "" "games" optional_depends "kdegraphics4" "" "" "graphics applications" From stumbles at lunar-linux.org Fri Dec 4 02:15:44 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 3 Dec 2009 20:15:44 -0500 Subject: [Lunar-commits] qt-creator: Tried to revert to a78c4a088297f4649711947d16e3688777261164 but git Message-ID: <20091209105234.A94479B218@doppio.foo-projects.org> commit c9a8f27876d98de50e79e7b7b54aca62811c3373 Author: Dennis `stumbles` Veatch Date: Thu Dec 3 20:15:44 2009 -0500 qt-creator: Tried to revert to a78c4a088297f4649711947d16e3688777261164 but git said it could not find it, so anyway a version bump. --- qt4-apps/qt-creator/BUILD | 4 ++-- qt4-apps/qt-creator/DETAILS | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qt4-apps/qt-creator/BUILD b/qt4-apps/qt-creator/BUILD index 52d14a3..952485d 100644 --- a/qt4-apps/qt-creator/BUILD +++ b/qt4-apps/qt-creator/BUILD @@ -3,12 +3,12 @@ source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" + QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" && mkdir $QT_CREATOR_BLD && cd $QT_CREATOR_BLD && - qmake $SOURCE_DIRECTORY/qtcreator.pro + qmake $SOURCE_DIRECTORY/qtcreator.pro && make && prepare_install && diff --git a/qt4-apps/qt-creator/DETAILS b/qt4-apps/qt-creator/DETAILS index 7a5fc8e..7ace002 100644 --- a/qt4-apps/qt-creator/DETAILS +++ b/qt4-apps/qt-creator/DETAILS @@ -1,12 +1,12 @@ MODULE=qt-creator - VERSION=1.2.1-src + VERSION=1.3.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.qtsoftware.com/qtcreator/ - SOURCE_VFY=sha1:eaa8dbdb6bee9def91df302ff13ba26e70ffcb38 + SOURCE_VFY=sha1:ccb1228411b9b7d5f3a734ee1a667b4a17ef0a26 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.qtsoftware.com/products/developer-tools/developer-tools ENTERED=20090303 - UPDATED=20090827 + UPDATED=20091203 SHORT="cross-platform integrated development environment" cat << EOF From florin at lunar-linux.org Fri Dec 4 02:28:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Dec 2009 03:28:31 +0200 Subject: [Lunar-commits] gparted: version bumped to 0.5.0. Message-ID: <20091209105234.ED7779B211@doppio.foo-projects.org> commit ad021d31887666e2d29fc0dc742d5f0de08e0bfd Author: Florin Braescu Date: Fri Dec 4 03:28:31 2009 +0200 gparted: version bumped to 0.5.0. This release of GParted adds support for Linux software RAID. RAID systems now supported include: - Hardware RAID - Motherboard BIOS RAID (also known as Fake RAID - dmraid) - Linux Software RAID (mdadm) Bugfixes. Translations updates. --- x11-utils/gparted/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/gparted/DETAILS b/x11-utils/gparted/DETAILS index c04f01d..97cd83f 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.4.8 + VERSION=0.5.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:2b963967110a65d7f4496e3f32f612ae97025f7f + SOURCE_VFY=sha1:9181cc26a8242de32395c9bea3e136eed06874f2 WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20091103 + UPDATED=20091204 SHORT="A graphical frontend to parted" cat << EOF From florin at lunar-linux.org Fri Dec 4 12:02:04 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 4 Dec 2009 13:02:04 +0200 Subject: [Lunar-commits] update Message-ID: <20091209105235.360B99B231@doppio.foo-projects.org> commit 5982dbc931022d27dd43f13a98e661707b7dac9c Author: Florin Braescu Date: Fri Dec 4 13:02:04 2009 +0200 update --- archive/par2cmdline/BUILD | 5 - archive/par2cmdline/DETAILS | 4 +- audio/consonance/DEPENDS | 6 ++ audio/consonance/DETAILS | 14 +++ audio/gejengel/DEPENDS | 2 - audio/pragha/DEPENDS | 7 -- audio/pragha/DETAILS | 18 ---- devel/ctags/DETAILS | 6 +- devel/git/plugin.d/download-git.plugin | 18 ---- devel/git/plugin.d/download-git.plugin2 | 135 ---------------------------- devel/gtksourcecompletion/DETAILS | 17 ---- devel/vtg/DETAILS | 12 --- filemanagers/worker/DEPENDS | 1 + gnome2/bindings/glibmm/DETAILS | 8 +- gnome2/bindings/gtkmm/DETAILS | 8 +- gnome2/bindings/pangomm/DETAILS | 8 +- gnome2/desktop/gvfs/DETAILS | 6 +- gnome2/desktop/libsoup/DEPENDS | 2 +- graphics/gtk+-2/BUILD | 11 +-- graphics/gtk+-2/DETAILS | 6 +- graphics/libpano12/CONFLICTS | 1 + graphics/libpano12/DEPENDS | 3 + graphics/libpano12/DETAILS | 22 +++++ kde4/base/qt4/BUILD | 8 +- kde4/base/qt4/CONFIGURE | 1 - kde4/base/qt4/DEPENDS | 14 +-- kde4/base/qt4/DETAILS | 12 ++-- kernel/linux-2.6-rc/BUILD | 39 -------- kernel/linux-2.6-rc/CONFIGURE | 11 --- kernel/linux-2.6-rc/DEPENDS | 2 - kernel/linux-2.6-rc/DETAILS | 25 ----- kernel/linux-2.6-rc/POST_INSTALL | 8 -- kernel/linux-2.6-rc/PRE_BUILD | 32 ------- libs/glib-2/DETAILS | 2 +- profiles/kde4/DEPENDS | 3 +- qt4-apps/qt-creator/BUILD | 4 +- qt4-apps/qt-creator/DETAILS | 6 +- sql/phpMyAdmin/DETAILS | 6 +- video/xbmc/DEPENDS | 14 --- video/xbmc/DETAILS | 16 ---- x11-utils/gparted/DETAILS | 6 +- x11/fglrx/BUILD | 2 +- x11/fglrx/DETAILS | 15 ++-- x11/synaptics/BUILD | 8 ++ x11/synaptics/DETAILS | 19 ++++ xfce4/apps/Terminal/DEPENDS | 5 + xfce4/apps/Terminal/DETAILS | 20 ++++ xfce4/apps/mousepad/DETAILS | 17 ++--- xfce4/apps/ristretto/BUILD | 5 +- xfce4/apps/ristretto/DETAILS | 11 +-- xfce4/apps/terminal/BUILD | 9 -- xfce4/apps/terminal/DEPENDS | 5 - xfce4/apps/terminal/DETAILS | 19 ---- xfce4/apps/tumbler/BUILD | 9 -- xfce4/apps/tumbler/DETAILS | 16 ---- xfce4/apps/xarchiver/DETAILS | 10 +- xfce4/apps/xfburn/BUILD | 9 -- xfce4/apps/xfburn/DETAILS | 13 ++-- xfce4/apps/xfce4-power-manager/DETAILS | 1 - xfce4/apps/xfce4-taskmanager/BUILD | 6 +- xfce4/apps/xfce4-taskmanager/DETAILS | 10 +- xfce4/core/Thunar/BUILD | 6 +- xfce4/core/Thunar/DETAILS | 11 +-- xfce4/core/exo/BUILD | 7 +- xfce4/core/exo/DETAILS | 11 ++- xfce4/core/libxfce4menu/BUILD | 9 -- xfce4/core/libxfce4menu/DETAILS | 20 ++-- xfce4/core/libxfce4ui/BUILD | 14 --- xfce4/core/libxfce4ui/DEPENDS | 7 -- xfce4/core/libxfce4ui/DETAILS | 15 --- xfce4/core/libxfce4util/BUILD | 7 +- xfce4/core/libxfce4util/DETAILS | 8 +- xfce4/core/libxfce4util/POST_INSTALL | 10 ++ xfce4/core/libxfce4util/profile.d/xfce4.rc | 4 + xfce4/core/libxfcegui4/BUILD | 7 ++- xfce4/core/libxfcegui4/DEPENDS | 9 ++ xfce4/core/libxfcegui4/DETAILS | 10 +- xfce4/core/thunar-vfs/BUILD | 13 --- xfce4/core/thunar-vfs/DEPENDS | 6 -- xfce4/core/thunar-vfs/DETAILS | 14 --- xfce4/core/xfce-utils/BUILD | 6 +- xfce4/core/xfce-utils/DEPENDS | 3 +- xfce4/core/xfce-utils/DETAILS | 10 +- xfce4/core/xfce4-dev-tools/BUILD | 6 +- xfce4/core/xfce4-dev-tools/DETAILS | 12 ++-- xfce4/core/xfce4-panel/BUILD | 6 +- xfce4/core/xfce4-panel/DETAILS | 10 +- xfce4/core/xfce4-session/BUILD | 9 ++- xfce4/core/xfce4-session/DEPENDS | 2 - xfce4/core/xfce4-session/DETAILS | 11 ++- xfce4/core/xfce4-settings/BUILD | 14 ++-- xfce4/core/xfce4-settings/DEPENDS | 1 - xfce4/core/xfce4-settings/DETAILS | 21 +++-- xfce4/core/xfconf/BUILD | 9 -- xfce4/core/xfconf/DETAILS | 21 +++-- xfce4/core/xfdesktop/BUILD | 7 +- xfce4/core/xfdesktop/DEPENDS | 4 +- xfce4/core/xfdesktop/DETAILS | 10 +- xfce4/core/xfwm4/BUILD | 2 +- xfce4/core/xfwm4/DEPENDS | 3 +- xfce4/core/xfwm4/DETAILS | 10 +- xfce4/goodies/xfce4-xkb-plugin/BUILD | 2 +- xfce4/goodies/xfce4-xkb-plugin/DETAILS | 10 +- xfce4/xfce4/DEPENDS | 2 +- xfce4/xfce4/DETAILS | 6 +- xorg7/xorg-server/BUILD | 6 +- xorg7/xorg-server/PRE_BUILD | 3 + zbeta/airconfig-svn/BUILD | 2 +- zbeta/e17/e_modules-svn/DEPENDS | 1 - zbeta/e17/emphasis-svn/BUILD | 11 +++ zbeta/e17/emphasis-svn/DEPENDS | 5 + zbeta/e17/emphasis-svn/DETAILS | 14 +++ zbeta/e17/enhance-svn/BUILD | 11 +++ zbeta/e17/enhance-svn/DEPENDS | 1 + zbeta/e17/enhance-svn/DETAILS | 14 +++ zbeta/e17/epsilon-svn/DETAILS | 2 +- zbeta/e17/ethumb-svn/DETAILS | 4 +- zbeta/enna-hg/BUILD | 11 --- zbeta/enna-hg/DEPENDS | 38 -------- zbeta/enna-hg/DETAILS | 15 --- zbeta/enna-svn/BUILD | 11 +++ zbeta/enna-svn/DEPENDS | 28 ++++++ zbeta/enna-svn/DETAILS | 14 +++ zbeta/eweather-svn/BUILD | 11 --- zbeta/eweather-svn/DEPENDS | 2 - zbeta/eweather-svn/DETAILS | 14 --- zbeta/ffmpeg-svn/DETAILS | 2 +- zbeta/gdm-old/BUILD | 45 --------- zbeta/gdm-old/DEPENDS | 2 - zbeta/gdm-old/DETAILS | 50 ---------- zbeta/gdm-old/Default | 27 ------ zbeta/gdm-old/POST_INSTALL | 5 - zbeta/gdm-old/Sessions/gnome.desktop | 68 -------------- zbeta/gdm-old/gnomerc | 13 --- zbeta/gdm-old/init.d/gdm | 27 ------ zbeta/gdm-old/pam.d/gdm | 14 --- zbeta/gdm-old/pam.d/gdm-autologin | 13 --- zbeta/libgdata/BUILD | 12 --- zbeta/libgdata/DEPENDS | 1 - zbeta/libgdata/DETAILS | 16 ---- zbeta/libvalhalla-hg/BUILD | 6 -- zbeta/libvalhalla-hg/DEPENDS | 9 -- zbeta/libvalhalla-hg/DETAILS | 13 --- zbeta/midori/DETAILS | 8 +- zbeta/midori/POST_INSTALL | 1 - zbeta/mplayer/BUILD | 48 ---------- zbeta/mplayer/CONFIGURE | 3 - zbeta/mplayer/DEPENDS | 16 ---- zbeta/mplayer/DETAILS | 51 ----------- zbeta/mplayer/POST_INSTALL | 1 - zbeta/mplayer/PRE_BUILD | 13 --- zlocal/README | 9 ++ 152 files changed, 504 insertions(+), 1310 deletions(-) diff --git a/archive/par2cmdline/BUILD b/archive/par2cmdline/BUILD deleted file mode 100644 index e12a60a..0000000 --- a/archive/par2cmdline/BUILD +++ /dev/null @@ -1,5 +0,0 @@ -( - patch_it $SOURCE2 1 && - default_build - -) > $C_FIFO 2>&1 diff --git a/archive/par2cmdline/DETAILS b/archive/par2cmdline/DETAILS index f9c73bd..dc12251 100644 --- a/archive/par2cmdline/DETAILS +++ b/archive/par2cmdline/DETAILS @@ -1,13 +1,11 @@ MODULE=par2cmdline VERSION=0.4 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=$MODULE-$VERSION-gcc4.patch SOURCE_URL=$SFORGE_URL/parchive/ - SOURCE2_URL=http://sage.math.washington.edu/home/binegar/src/ SOURCE_VFY=sha1:2fcdc932b5d7b4b1c68c4a4ca855ca913d464d2f WEB_SITE=http://parchive.sourceforge.net ENTERED=20040228 - UPDATED=20091105 + UPDATED=20050313 MAINTAINER=tchan at lunar-linux.org SHORT="A command line implementation of the PAR v2.0 specification" diff --git a/audio/consonance/DEPENDS b/audio/consonance/DEPENDS new file mode 100644 index 0000000..5b3d82d --- /dev/null +++ b/audio/consonance/DEPENDS @@ -0,0 +1,6 @@ +depends flac +depends libcddb +depends libmad +depends libmodplug +depends libogg +depends libsndfile diff --git a/audio/consonance/DETAILS b/audio/consonance/DETAILS new file mode 100644 index 0000000..edf7aba --- /dev/null +++ b/audio/consonance/DETAILS @@ -0,0 +1,14 @@ + MODULE=consonance + VERSION=0.5.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://sites.google.com/site/consonancemanager/releases-1/ + WEB_SITE=http://sites.google.com/site/consonancemanager/ + SOURCE_VFY=sha1:af3667cf43f5f2eedeac94454f1e5b9de68b5155 + ENTERED=20080805 + UPDATED=20090512 + SHORT="lightweight music manager" + +cat << EOF +Consonance is a lightweight GTK+ music manager that aims to be fast, +bloat-free, and light on memory consumption. +EOF diff --git a/audio/gejengel/DEPENDS b/audio/gejengel/DEPENDS index 5d10b96..988063c 100644 --- a/audio/gejengel/DEPENDS +++ b/audio/gejengel/DEPENDS @@ -1,4 +1,2 @@ depends libsexymm depends ImageMagick - -optional_depends lastfmlib "" "" "scrobble your tracks on Last.fm" diff --git a/audio/pragha/DEPENDS b/audio/pragha/DEPENDS deleted file mode 100644 index 2ca8472..0000000 --- a/audio/pragha/DEPENDS +++ /dev/null @@ -1,7 +0,0 @@ -depends libmad -depends libogg -depends flac -depends libsndfile -depends libnotify -depends taglib -depends libmodplug diff --git a/audio/pragha/DETAILS b/audio/pragha/DETAILS deleted file mode 100644 index d0a4008..0000000 --- a/audio/pragha/DETAILS +++ /dev/null @@ -1,18 +0,0 @@ - MODULE=pragha - #VERSION="svn-`date +%Y%U`" - VERSION=0.6.2.2 - #SOURCE=$MODULE.tar.bz2 - SOURCE=$MODULE-$VERSION.tar.bz2 -#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=http://dissonance.googlecode.com/files/ -# SOURCE_URL=svn+https://consonance.svn.sourceforge.net/svnroot/consonance/trunk:consonance - WEB_SITE=http://consonance.sourceforge.net/ - SOURCE_VFY=sha1:7e9256d3f10ad22cc52ca32f5f5e1b989082f9a8 - ENTERED=20090627 - UPDATED=20090731 - SHORT="lightweight music manager" - -cat << EOF -Consonance is a lightweight GTK+ music manager that aims to be fast, -bloat-free, and light on memory consumption. -EOF diff --git a/devel/ctags/DETAILS b/devel/ctags/DETAILS index 0c88a55..6f6d9fa 100644 --- a/devel/ctags/DETAILS +++ b/devel/ctags/DETAILS @@ -1,11 +1,11 @@ MODULE=ctags - VERSION=5.8 + VERSION=5.7 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:482da1ecd182ab39bbdc09f2f02c9fba8cd20030 + SOURCE_VFY=sha1:f7e435286c25181d6cb28ca1ac2d4ba63507a82d WEB_SITE=http://ctags.sourceforge.net/ ENTERED=20020723 - UPDATED=20090929 + UPDATED=20071016 SHORT="Generates tag (index) files from source files" cat << EOF diff --git a/devel/git/plugin.d/download-git.plugin b/devel/git/plugin.d/download-git.plugin index a8aef27..1b28551 100644 --- a/devel/git/plugin.d/download-git.plugin +++ b/devel/git/plugin.d/download-git.plugin @@ -30,8 +30,6 @@ plugin_source_download_git() { fi GIT_URL=$(echo $1 | cut -d: -f1-2) - GIT_BRANCH=$(echo $1 | cut -s -d: -f3) - # translate git+http(s) urls: if [ "${GIT_URL:0:8}" == "git+http" ]; then GIT_URL="${GIT_URL:4}" @@ -66,26 +64,10 @@ plugin_source_download_git() { cd $SBASE verbose_msg "[${TRY}] git pull" git pull && git gc && GOT_GIT="yes" - message "${MESSAGE_COLOR}Init and update the submodules${DEFAULT_COLOR}" - git submodule init - git submodule update - if [ -n "$GIT_BRANCH" ] ; then - message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" - git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" - fi cd ${CD} else verbose_msg "[${TRY}] git clone $GIT_URL" git clone $GIT_URL $SBASE && GOT_GIT="yes" - cd $SBASE - message "${MESSAGE_COLOR}Init and update the submodules${DEFAULT_COLOR}" - git submodule init - git submodule update - if [ -n "$GIT_BRANCH" ] ; then - message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" - git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" - fi - cd $TMPDIR/$MODULE-$VERSION fi if [ "$?" == "0" ] ; then diff --git a/devel/git/plugin.d/download-git.plugin2 b/devel/git/plugin.d/download-git.plugin2 deleted file mode 100644 index 008206b..0000000 --- a/devel/git/plugin.d/download-git.plugin2 +++ /dev/null @@ -1,135 +0,0 @@ -#!/bin/bash -############################################################ -# # -# download-git.plugin - download GIT urls # -# # -############################################################ -# # -# Copyright 2005 by Auke Kok under GPLv2 # -# # -############################################################ - -# valid git urls are: -# git:// -# git+http:// (will be transformed to http://) -# git+https:// (will be transformed to https://) -# git+rsync:// (will be transformed to rsync://) -# git+ssh:// (will be transformed to ssh://) -# -# additional, behind a ":" can be a branch to use - -plugin_source_download_git() { - # check if we can handle this URL format - if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:12}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then - return 2 - fi - debug_msg "plugin_source_needrefresh_git($@)" - - if [ ! -x `which git` ] ; then - # full stop: we need to make sure the user sees this error: - message "${PROBLEM_COLOR}! Cannot fetch git sources without \"git\" installed${DEFAULT_COLOR}" - exit 1 - fi - - GIT_URL=$(echo $1 | cut -d: -f1-2) - GIT_BRANCH=$(echo $1 | cut -s -d: -f3) - - # translate git+http(s) urls: - if [ "${GIT_URL:0:8}" == "git+http" ]; then - GIT_URL="${GIT_URL:4}" - elif [ "${GIT_URL:0:9}" == "git+rsync" ]; then - GIT_URL="${GIT_URL:4}" - fi - - message "${MESSAGE_COLOR}Downloading GIT module for module ${MODULE_COLOR}${MODULE}${DEFAULT_COLOR}" - - SBASE=$(source_basename $2) - mk_source_dir $TMPDIR/$MODULE-$VERSION - cd $TMPDIR/$MODULE-$VERSION - if [ -f "$3/$2" ] ; then - verbose_msg "Extracting local GIT copy" - # unpacking - CD=$(pwd -P) - cd $CD - if ! unpack $2 ; then - message "${PROBLEM_COLOR}Warning: bad local GIT copy, checking out fresh GIT copy${DEFAULT_COLOR}" - rm_source_dir $TMPDIR/$MODULE-$VERSION - mk_source_dir $TMPDIR/$MODULE-$VERSION - fi - fi - - NUM_RETRY=${NUM_RETRY:-5} - if [ "$NUM_RETRY" -eq 0 ]; then - NUM_RETRY=1000 - fi - - for (( TRY=1 ; $TRY<$NUM_RETRY+1 ; TRY++ )) ; do - if [ -d "$SBASE/.git" ] ; then - cd $SBASE - verbose_msg "[${TRY}] git pull" - git pull && git gc && GOT_GIT="yes" - else - verbose_msg "[${TRY}] git clone $GIT_URL" - pwd - git clone $GIT_URL $SBASE && GOT_GIT="yes" - fi - - echo "Hallo ${CD}" - cd $CD - - if [ "$?" == "0" ] ; then - break - fi - - sleep 2 - done - - if [ "$GOT_GIT" == "yes" ] ; then - if [ -n "$GIT_BRANCH" ] ; then - message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" - git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" - fi - - message "${MESSAGE_COLOR}Creating ${FILE_COLOR}$2${DEFAULT_COLOR}" - # pack - tar cjf $3/$2 $SBASE - else - activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not fetch \"$1\"" - fi - - cd $TMPDIR - rm_source_dir $TMPDIR/$MODULE-$VERSION - -} - - -plugin_source_needrefresh_git() { - # check if we can handle this URL format - if [ "${1:0:6}" != "git://" -a "${1:0:11}" != "git+http://" -a "${1:0:12}" != "git+https://" -a "${1:0:12}" != "git+rsync://" -a "${1:0:10}" != "git+ssh://" ] ; then - return 2 - fi - debug_msg "plugin_source_needrefresh_git($@)" - - if [ ! -f $3/$2 ]; then - return 0 - fi - - REPOSITORY_THRESHOLD=${REPOSITORY_THRESHOLD:-10} - if (( "REPOSITORY_THRESHOLD" > 0 )) ; then - if [ "$(find $3/$2 -amin +$REPOSITORY_THRESHOLD)" == "$3/$2" ] ; then - # it is older: - return 0 - else - message "${MESSAGE_COLOR}GIT update not required for \"${FILE_COLOR}$(basename $2)${DEFAULT_COLOR}${CYAN}\" (less than $REPOSITORY_THRESHOLD minutes old)${DEFAULT_COLOR}" - # now we can send a FAIL so the next plugins are skipped: - return 1 - fi - else - # always return true if threshhold is zero - return 0 - fi -} - - -plugin_register SOURCE_DOWNLOAD plugin_source_download_git -plugin_register SOURCE_NEEDREFRESH plugin_source_needrefresh_git diff --git a/devel/gtksourcecompletion/DETAILS b/devel/gtksourcecompletion/DETAILS deleted file mode 100644 index 96b8c4d..0000000 --- a/devel/gtksourcecompletion/DETAILS +++ /dev/null @@ -1,17 +0,0 @@ -MODULE=gtksourcecompletion -VERSION=0.7.0 -SOURCE=$MODULE-$VERSION.tar.gz -#SOURCE_URL=http://cloud.github.com/downloads/chuchiperriman/gtksourcecompletion -SOURCE_URL=$SFORGE_URL/gtksourcecomple -WEBSITE=http://gtksourcecomple.sourceforge.net -ENTERED=20090628 -UPDATED=20090628 -SHORT="library to add autocompletion and calltips support to gtksourceview" -cat << EOF -GtkSourceCompletion is a library to add (auto)completion and calltips -support to GtkSourceView. The library manages all events, the popup -position etc. but it doesn't complete anything, it is the base library. -You can develop providers for GtkSourceCompletion and the library will -use it to show all the proposals, the information for every proposal -etc. -EOF diff --git a/devel/vtg/DETAILS b/devel/vtg/DETAILS deleted file mode 100644 index 6906c0c..0000000 --- a/devel/vtg/DETAILS +++ /dev/null @@ -1,12 +0,0 @@ -MODULE=vtg -VERSION=0.4.1 -SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_URL=http://vtg.googlecode.com/files/ -WEBSITE=http://vtg.googlecode.com -ENTERED=20090628 -UPDATED=20090628 -SHORT="Vala Toys for gEdit" -cat << EOF -Experimental collection of plugins for gEdit to make it a better -programmer editor for the Vala language -EOF diff --git a/filemanagers/worker/DEPENDS b/filemanagers/worker/DEPENDS new file mode 100644 index 0000000..2368fd3 --- /dev/null +++ b/filemanagers/worker/DEPENDS @@ -0,0 +1 @@ +depends %X diff --git a/gnome2/bindings/glibmm/DETAILS b/gnome2/bindings/glibmm/DETAILS index a507bb9..ee7cda1 100644 --- a/gnome2/bindings/glibmm/DETAILS +++ b/gnome2/bindings/glibmm/DETAILS @@ -1,12 +1,12 @@ MODULE=glibmm - VERSION=2.22.1 - MAJOR=2.22 + VERSION=2.20.0 + MAJOR=2.20 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:278c19d3dfbdc8185772fb1dfdfcafc252a99da1 + SOURCE_VFY=sha1:a3988446c4443cc944855abbc7f0851d46adc154 WEB_SITE=http://www.gtkmm.org/ ENTERED=20040409 - UPDATED=20091008 + UPDATED=20090318 SHORT="C++ bindings for glib2" cat << EOF diff --git a/gnome2/bindings/gtkmm/DETAILS b/gnome2/bindings/gtkmm/DETAILS index 3761ac9..c819121 100644 --- a/gnome2/bindings/gtkmm/DETAILS +++ b/gnome2/bindings/gtkmm/DETAILS @@ -1,13 +1,13 @@ MODULE=gtkmm - VERSION=2.18.2 - MAJOR=2.18 + VERSION=2.16.0 + MAJOR=2.16 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:ed58c6d8d0be82fc326cd67a8c2cf1762c30245e + SOURCE_VFY=sha1:e8cde1ebf651458c815d5e896bbae2ae4bf33d67 WEB_SITE=http://gtkmm.org ENTERED=20021225 - UPDATED=20091008 + UPDATED=20090318 SHORT="C++ bindings for gtk2 and glib2" cat << EOF diff --git a/gnome2/bindings/pangomm/DETAILS b/gnome2/bindings/pangomm/DETAILS index 2fa98e9..e205c3f 100644 --- a/gnome2/bindings/pangomm/DETAILS +++ b/gnome2/bindings/pangomm/DETAILS @@ -1,12 +1,12 @@ MODULE=pangomm - VERSION=2.26.0 - MAJOR=2.26 + VERSION=2.24.0 + MAJOR=2.24 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:3e2efea94443387d5213652d011e0d859afb8a3f + SOURCE_VFY=sha1:bd14185ead820f4865608c6b0a641a9b6fd2a8b1 WEB_SITE=http://www.gtk.org ENTERED=20080924 - UPDATED=20091008 + UPDATED=20090318 SHORT="C++ wrapper for Pango" cat << EOF diff --git a/gnome2/desktop/gvfs/DETAILS b/gnome2/desktop/gvfs/DETAILS index 24e5eb9..cf18f2e 100644 --- a/gnome2/desktop/gvfs/DETAILS +++ b/gnome2/desktop/gvfs/DETAILS @@ -1,9 +1,9 @@ MODULE=gvfs - MAJOR=1.4 - VERSION=1.4.0 + MAJOR=1.2 + VERSION=1.2.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - #SOURCE_VFY=sha1:cb66e72bf92a22cde07da9875d10d9c9eb81a23c + SOURCE_VFY=sha1:c94d52b0bf2fe83d7e26c05ce9d65d240cd57be4 WEB_SITE=http://www.gnome.org/ ENTERED=20080312 UPDATED=20090526 diff --git a/gnome2/desktop/libsoup/DEPENDS b/gnome2/desktop/libsoup/DEPENDS index 0bd2c24..40dfa40 100644 --- a/gnome2/desktop/libsoup/DEPENDS +++ b/gnome2/desktop/libsoup/DEPENDS @@ -3,4 +3,4 @@ depends gnutls depends sqlite depends libproxy -optional_depends gnome-keyring "" "--without-gnome" "gnome support" +optional_depends GConf "" "--without-gnome" "gnome support" diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD index bc57fa1..ceb4f11 100644 --- a/graphics/gtk+-2/BUILD +++ b/graphics/gtk+-2/BUILD @@ -1,17 +1,14 @@ ( -# if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then + if egrep -q '^#define JPEG_LIB_VERSION.*7[0-9]+' /usr/include/jpeglib.h; then # Is 7.0 API, rather than old version 6b # Old patch: http://repos.archlinux.org/viewvc.cgi/gtk2/repos/extra-i686/ # Fixes blurry jpegs: http://bugzilla.gnome.org/show_bug.cgi?id=588740 # http://bugs.gentoo.org/show_bug.cgi?id=282744 # Info: http://bbs.archlinux.org/viewtopic.php?id=75529 # Original fix: sedit "s:cinfo->scale_denom <= 8:cinfo->scale_denom <= 16:" gdk-pixbuf/io-jpeg.c -# patch_it $SOURCE2 0 -# fi && - - # Quieten the "XID collision, trouble ahead" useless, spammy warning - patch_it $SOURCE3 1 && + patch_it $SOURCE2 0 + fi && # Quieten the "XID collision, trouble ahead" useless, spammy warning patch_it $SOURCE3 1 && @@ -21,8 +18,6 @@ OPTS+=" --with-xinput=yes --enable-debug=no" fi && - OPTS+=" --enable-debug" - default_build ) > $C_FIFO 2>&1 diff --git a/graphics/gtk+-2/DETAILS b/graphics/gtk+-2/DETAILS index 151480c..1b2dc99 100644 --- a/graphics/gtk+-2/DETAILS +++ b/graphics/gtk+-2/DETAILS @@ -1,6 +1,6 @@ MODULE=gtk\+-2 - VERSION=18.2 - MAJOR=2.18 + VERSION=16.6 + MAJOR=2.16 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE2=gtk\+-2-2.16.5-jpeg7.patch.bz2 SOURCE3=gtk\+-2.16.6-quiet-xid-collision-warning.patch.bz2 @@ -9,7 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[1]=ftp://ftp.gtk.org/pub/gtk/v$MAJOR SOURCE2_URL=$PATCH_URL SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:f33b9c67541de024fa3867ab41de3e25ec6d52d4 + SOURCE_VFY=sha1:f69cb48311d60664bac7cf68351c175c7a214ae6 SOURCE2_VFY=sha1:6981a977ea91d6dce32f444ad3b097e2ad43302b SOURCE3_VFY=sha1:00d7688f8dbca9543ac54a53b217242aa926c1ed WEB_SITE=http://www.gtk.org/ diff --git a/graphics/libpano12/CONFLICTS b/graphics/libpano12/CONFLICTS new file mode 100644 index 0000000..bd39616 --- /dev/null +++ b/graphics/libpano12/CONFLICTS @@ -0,0 +1 @@ +conflicts libpano13 diff --git a/graphics/libpano12/DEPENDS b/graphics/libpano12/DEPENDS new file mode 100644 index 0000000..becfb99 --- /dev/null +++ b/graphics/libpano12/DEPENDS @@ -0,0 +1,3 @@ +depends jpeg && +depends libpng && +depends tiff diff --git a/graphics/libpano12/DETAILS b/graphics/libpano12/DETAILS new file mode 100644 index 0000000..8ff9c3d --- /dev/null +++ b/graphics/libpano12/DETAILS @@ -0,0 +1,22 @@ + MODULE=libpano12 + VERSION=2.8.4 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/panotools/ + SOURCE_VFY=sha1:90584b1629103344b23d25a729cc35f4b5639228 + WEB_SITE=http://panotools.sourceforge.net + MAINTAINER=perldude at lunar-linux.org + ENTERED=20060720 + UPDATED=20060720 + SHORT="The cross-platform library behind Panorama Tools and many other GUI photo stitchers" + +cat << EOF +This is the backend library used by many applications. Also included are: + + * PTOptimizer, a utility for optimising control points. + * panoinfo a utility for querying the library version. + * PTmender a replacement for PTStitcher. + * PTblender implements just the colour and brightness correction of PTmender. + * PTtiff2psd Converts a set of TIFF files into a PSD file. + * PTuncrop Converts 'cropped TIFF' files into 'normal' TIFF files. +EOF + diff --git a/kde4/base/qt4/BUILD b/kde4/base/qt4/BUILD index 60475e9..0120a93 100644 --- a/kde4/base/qt4/BUILD +++ b/kde4/base/qt4/BUILD @@ -4,7 +4,7 @@ export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib - sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure && + sedit "s:COMMERCIAL_USER=ask:COMMERCIAL_USER=no:" configure if module_installed phonon ; then OPTS+=" -phonon -phonon-backend" @@ -20,7 +20,9 @@ OPTS+=" -make examples -make demos -make tools -make docs -make translations" fi && - OPTS+=" -release -fast -no-separate-debug-info -script -scripttools -accessibility -pch -glib" && + OPTS+=" -release -fast -no-separate-debug-info -shared -qt-gif -system-libpng -system-libjpeg \ + -system-libmng -system-zlib -accessibility -pch -stl -webkit -fontconfig \ + -largefile -glib -qt3support" echo "yes" | ./configure \ -prefix ${MODULE_PREFIX} \ @@ -32,7 +34,7 @@ cd tools/qdoc3 && qmake -unix -o Makefile qdoc3.pro && make && - install -m 755 ../../bin/qdoc3 $MODULE_PREFIX/bin/ && + install -D -m0755 qdoc3 $MODULE_PREFIX/tools/qdoc3/qdoc3 && cd $SOURCE_DIRECTORY fi && diff --git a/kde4/base/qt4/CONFIGURE b/kde4/base/qt4/CONFIGURE index ceb87e8..b39218a 100644 --- a/kde4/base/qt4/CONFIGURE +++ b/kde4/base/qt4/CONFIGURE @@ -2,4 +2,3 @@ mquery MAKE_DOCS "Build the QT4 documentation?" n "" " -nomake docs" mquery MAKE_EXAMPLE_DEMOS "Build exmaples and demos?" n "" "-nomake examples -nomake demos" mquery XML_PATTERNS "Build xml patterns? Needed by qtscriptgenerator" y "-exceptions" "-no-exceptions" mquery MAKE_QDOC3 "BUILD QDOC3 docs? This is needed by qt-creator." n -mquery MAKE_WEBKIT "Build the webkit plugin?" y "-webkit" "-no-webkit" diff --git a/kde4/base/qt4/DEPENDS b/kde4/base/qt4/DEPENDS index 0898b4c..cd59245 100644 --- a/kde4/base/qt4/DEPENDS +++ b/kde4/base/qt4/DEPENDS @@ -1,17 +1,13 @@ +depends libungif +depends libpng +depends libmng depends %X -optional_depends "openssl" "-openssl" "-no-openssl" "for Secure Sockets support" -optional_depends "libmng" "-system-libmng" "-qt-libmng" "Use system or Qt version of MNG" -optional_depends "libpng" "-system-libpng" "-qt-libpng" "Use system or Qt verion of PNG" -optional_depends "zlib" "-system-zlib" "-qt-zlib" "Choose system or Qt version of zlib" -optional_depends "libungif" "-qt-gif" "-no-gif" "for GIF reading support" -optional_depends "fontconfig" "-fontconfig" "-no-fontconfig" "for anti alias font support" -optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" -optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" - optional_depends "gst-plugins-base" "" "" "for gstreamer support" +optional_depends "cups" "-cups" "-no-cups" "for printing support, needed by kdelibs4" +optional_depends "nas" "-system-nas-sound" "-no-nas-sound" "for Network Audio System support" optional_depends "mysql" \ "-plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" \ diff --git a/kde4/base/qt4/DETAILS b/kde4/base/qt4/DETAILS index fc34aa1..5a3a485 100644 --- a/kde4/base/qt4/DETAILS +++ b/kde4/base/qt4/DETAILS @@ -1,15 +1,15 @@ MODULE=qt4 - VERSION=4.6.0 - SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz + VERSION=4.5.3 + SOURCE=qt-x11-opensource-src-${VERSION}.tar.gz SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source -SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION} - SOURCE_VFY=c2cbbde83f1ebac3b8dd13a112fcad757d395041 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-opensource-src-${VERSION} + SOURCE_VFY=78620ffd03c83c4d86f5039ccf7b09e5c709ed25 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.trolltech.com/qt ENTERED=20020420 - UPDATED=20091202 -# GARBAGE=off + UPDATED=20091001 + GARBAGE=off FTP_PASSIVE=on MAINTAINER=florin at lunar-linux.org SHORT="A C++ toolkit for application development" diff --git a/kernel/linux-2.6-rc/BUILD b/kernel/linux-2.6-rc/BUILD deleted file mode 100644 index 88536e6..0000000 --- a/kernel/linux-2.6-rc/BUILD +++ /dev/null @@ -1,39 +0,0 @@ -( - - while - if [ "$CONFIG_KERNEL" == "y" ]; then - if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then - make xconfig || make menuconfig || make config - elif [ "$PREFER_MENUCONFIG" == "y" ]; then - make menuconfig || make config - else - make config - fi - if ! query "Repeat configuration?" n; then - CONFIG_KERNEL=n - fi - else - false - fi - do - true - done - -) && ( - - # Needed for x86_64 - MYARCH="`arch | grep -qw i.86 && echo i386 || arch`" - - echo | make oldconfig - LD_PRELOAD= cp .config $CONFIG_CACHE/.config.2.6.rc - rm -f arch/${MYARCH}/boot/bzImage - - make ${MAKES:+-j$MAKES} bzImage && - make ${MAKES:+-j$MAKES} modules && - backup_mods_krnl $VERSION && - prepare_install && - make modules_install && - cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch` && - cp System.map /boot/System.map-$VERSION-`arch` - -) > $C_FIFO 2>&1 diff --git a/kernel/linux-2.6-rc/CONFIGURE b/kernel/linux-2.6-rc/CONFIGURE deleted file mode 100644 index 8fa5719..0000000 --- a/kernel/linux-2.6-rc/CONFIGURE +++ /dev/null @@ -1,11 +0,0 @@ -mquery PREFER_XCONFIG "Do you prefer xconfig over menuconfig?" n - -if [ "`get_module_config PREFER_XCONFIG`" = "y" ]; then - set_module_config "PREFER_MENUCONFIG" "n" ; -else - mquery PREFER_MENUCONFIG "Do you prefer menuconfig over config?" y -fi - -unset_module_config CONFIG_KERNEL -mquery CONFIG_KERNEL "Configure linux kernel?" n - diff --git a/kernel/linux-2.6-rc/DEPENDS b/kernel/linux-2.6-rc/DEPENDS deleted file mode 100644 index 5a3371a..0000000 --- a/kernel/linux-2.6-rc/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends autoconf -depends module-init-tools diff --git a/kernel/linux-2.6-rc/DETAILS b/kernel/linux-2.6-rc/DETAILS deleted file mode 100644 index 1069402..0000000 --- a/kernel/linux-2.6-rc/DETAILS +++ /dev/null @@ -1,25 +0,0 @@ - MODULE=linux-2.6-rc - VERSION=2.6.32-rc1 - SOURCE=linux-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION - SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/testing - SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/testing - SOURCE_VFY=sha1:9f4e50878d77922c84a29be9913a8b5c3f66e6ec - WEB_SITE=http://www.kernel.org - ENTERED=20041019 - UPDATED=20090929 - SHORT="The core of a Linux GNU Operating System" - KEEP_SOURCE=on - TMPFS=off - -cat << EOF -This is the stable version of the 2.6.x branch. - -Linux is a clone of the Unix kernel, written from scratch by Linus -Torvalds with assistance from a loosely-knit team of hackers across the -Net. It aims towards POSIX and Single UNIX Specification compliance. It -has all the features you would expect in a modern fully-fledged Unix -kernel, including true multitasking, virtual memory, shared libraries, -demand loading, shared copy-on-write executables, proper memory -management, and TCP/IP networking. -EOF diff --git a/kernel/linux-2.6-rc/POST_INSTALL b/kernel/linux-2.6-rc/POST_INSTALL deleted file mode 100644 index dd6cddc..0000000 --- a/kernel/linux-2.6-rc/POST_INSTALL +++ /dev/null @@ -1,8 +0,0 @@ -update_bootloader $VERSION-`arch` $VERSION-`arch` - -# Reinstall packages that add their own kernel modules - -lin -c kernel-reqs - -# create /sys -mkdir -p /sys diff --git a/kernel/linux-2.6-rc/PRE_BUILD b/kernel/linux-2.6-rc/PRE_BUILD deleted file mode 100644 index ae8eafd..0000000 --- a/kernel/linux-2.6-rc/PRE_BUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Bail if we're not running a core with kernel functions - -if [ ! -e $FUNCTIONS/kernel.lunar ] ; then - message "${PROBLEM_COLOR}Bailing out, ${DEFAULT_COLOR}Lunar (or theedge) code version too old" - message "${PROBLEM_COLOR}Update core ${MODULE_COLOR}(lin lunar or lin theedge)${DEFAULT_COLOR} to install this kernel" - exit 1 -fi - -mk_source_dir $SOURCE_DIRECTORY -rm -f /usr/src/linux -ln -sf $SOURCE_DIRECTORY /usr/src/linux -cd $SOURCE_DIRECTORY - -# Check wether we're running an up-to-date tar -if [ `installed_version tar | cut -d. -f2` -ge 15 ]; then - tar xf $SOURCE_CACHE/$SOURCE --no-same-owner \ - --no-same-permissions --strip-components=1 -else - message "${PROBLEM_COLOR}Error:${DEFAULT_COLOR} Please update your tar module" - exit 1 -fi - -# if we have an EXTRA patch, apply it -if [ -n "${SOURCE2}" ]; then - patch_it ${SOURCE2} 1 -fi - -if [ -f $CONFIG_CACHE/.config.2.6.rc ]; then - cp $CONFIG_CACHE/.config.2.6.rc $SOURCE_DIRECTORY/.config; -elif [ -f $CONFIG_CACHE/.config.beta ]; then - cp $CONFIG_CACHE/.config.beta $SOURCE_DIRECTORY/.config; -fi diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index 661e2dd..e832095 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_VFY=sha1:bdd9c4b930e81203ea69fe83876cb6c82bdc5a38 WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20090930 + UPDATED=20091009 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF diff --git a/profiles/kde4/DEPENDS b/profiles/kde4/DEPENDS index 7cf7cfc..8aab302 100644 --- a/profiles/kde4/DEPENDS +++ b/profiles/kde4/DEPENDS @@ -1,11 +1,10 @@ -depends kdepimlibs4 depends kdelibs4-experimental depends kdebase4-runtime depends kdebase4-workspace depends kdebase4 -depends kdepim4-runtime depends oxygen-icons +optional_depends "kdepim4-runtime" "" "" "for PIM support" optional_depends "kdebindings4" "" "" "bindings to languages" optional_depends "kdegames4" "" "" "games" optional_depends "kdegraphics4" "" "" "graphics applications" diff --git a/qt4-apps/qt-creator/BUILD b/qt4-apps/qt-creator/BUILD index 952485d..52d14a3 100644 --- a/qt4-apps/qt-creator/BUILD +++ b/qt4-apps/qt-creator/BUILD @@ -3,12 +3,12 @@ source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" && + QT_CREATOR_BLD="$SOURCE_DIRECTORY/creator-build" mkdir $QT_CREATOR_BLD && cd $QT_CREATOR_BLD && - qmake $SOURCE_DIRECTORY/qtcreator.pro && + qmake $SOURCE_DIRECTORY/qtcreator.pro make && prepare_install && diff --git a/qt4-apps/qt-creator/DETAILS b/qt4-apps/qt-creator/DETAILS index 7ace002..7a5fc8e 100644 --- a/qt4-apps/qt-creator/DETAILS +++ b/qt4-apps/qt-creator/DETAILS @@ -1,12 +1,12 @@ MODULE=qt-creator - VERSION=1.3.0 + VERSION=1.2.1-src SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.qtsoftware.com/qtcreator/ - SOURCE_VFY=sha1:ccb1228411b9b7d5f3a734ee1a667b4a17ef0a26 + SOURCE_VFY=sha1:eaa8dbdb6bee9def91df302ff13ba26e70ffcb38 MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.qtsoftware.com/products/developer-tools/developer-tools ENTERED=20090303 - UPDATED=20091203 + UPDATED=20090827 SHORT="cross-platform integrated development environment" cat << EOF diff --git a/sql/phpMyAdmin/DETAILS b/sql/phpMyAdmin/DETAILS index e2ec401..1324f16 100644 --- a/sql/phpMyAdmin/DETAILS +++ b/sql/phpMyAdmin/DETAILS @@ -1,13 +1,13 @@ MODULE=phpMyAdmin - VERSION=3.2.4 + VERSION=3.2.3 RELEASE=$VERSION-all-languages SOURCE=$MODULE-$RELEASE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$RELEASE SOURCE_URL=$SFORGE_URL/phpmyadmin - SOURCE_VFY=sha1:ac9239755c294d15569af99f227b124bd578faf2 + SOURCE_VFY=sha1:d99b1098c7cb3454f95dced25574bde0c7fd78ca WEB_SITE=http://www.phpmyadmin.net/home_page ENTERED=20040912 - UPDATED=20091203 + UPDATED=20091030 SHORT="A php web interface to administrate MySQL tables" cat << EOF diff --git a/video/xbmc/DEPENDS b/video/xbmc/DEPENDS deleted file mode 100644 index cdf3a5a..0000000 --- a/video/xbmc/DEPENDS +++ /dev/null @@ -1,14 +0,0 @@ -depends glew -depends fribidi -depends mysql -depends lzo -depends libcdio -depends SDL -depends SDL_image -depends SDL_mixer -depends enca -depends jasper -depends boost -depends quilt -depends libsamplerate -depends libmms diff --git a/video/xbmc/DETAILS b/video/xbmc/DETAILS deleted file mode 100644 index 530239b..0000000 --- a/video/xbmc/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ -#http://heanet.dl.sourceforge.net/sourceforge/xbmc/XBMC_9.04_Babylon-linux-osx-win32.tar.bz2 -MODULE=xbmc -VERSION=svn -SOURCE=XBMC.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/XBMC -SOURCE_URL=svn+http://xmbc.svn.sourceforge.net/svnroot/xbmc/trunk:XBMC -ENTERED=20090517 -UPDATED=20090517 -PSAFE=no -SHORT="XBMC" - -cat << EOF -XBMC - -EOF - diff --git a/x11-utils/gparted/DETAILS b/x11-utils/gparted/DETAILS index 97cd83f..c04f01d 100644 --- a/x11-utils/gparted/DETAILS +++ b/x11-utils/gparted/DETAILS @@ -1,11 +1,11 @@ MODULE=gparted - VERSION=0.5.0 + VERSION=0.4.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:9181cc26a8242de32395c9bea3e136eed06874f2 + SOURCE_VFY=sha1:2b963967110a65d7f4496e3f32f612ae97025f7f WEB_SITE=http://gparted.sourceforge.net ENTERED=20050109 - UPDATED=20091204 + UPDATED=20091103 SHORT="A graphical frontend to parted" cat << EOF diff --git a/x11/fglrx/BUILD b/x11/fglrx/BUILD index f159d46..63e95cb 100644 --- a/x11/fglrx/BUILD +++ b/x11/fglrx/BUILD @@ -4,7 +4,7 @@ sh $SOURCE --extract fglrx-install && cd fglrx-install && - # patch_it $SOURCE2 1 && + patch_it $SOURCE2 1 && # We build the kernel BEFORE actually calling prepare install # so it doesn't remove a working driver incase the kernel module diff --git a/x11/fglrx/DETAILS b/x11/fglrx/DETAILS index 0c07cbb..a60b8c2 100644 --- a/x11/fglrx/DETAILS +++ b/x11/fglrx/DETAILS @@ -1,15 +1,14 @@ MODULE=fglrx - VERSION=9.10 - SOURCE=ati-driver-installer-9-10-x86.x86_64.run - #SOURCE2=find_task_by_vpid.patch + VERSION=9.4 + SOURCE=ati-driver-installer-9-4-x86.x86_64.run + SOURCE2=02-2.6.29-support.dpatch SOURCE_URL=https://www2.ati.com/drivers/linux/ - #SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:d4188de2c44f2960f7a7ddc3c837206863509062 -#SOURCE2_VFY=sha1:9dc9c2ef5bd2101c2e66419c3b56745ac4ad848b + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:730e9e78e4bb20994549c8f7eb539fe223bb1a69 + SOURCE2_VFY=sha1:9dc9c2ef5bd2101c2e66419c3b56745ac4ad848b WEB_SITE=http://ati.amd.com/ ENTERED=20040220 - UPDATED=20091101 - KEEP_SOURCE=on + UPDATED=20090421 LICENSE="proprietary" SHORT="Proprietary X.org driver for the AMD ATI Radeon GPUs" cat << EOF diff --git a/x11/synaptics/BUILD b/x11/synaptics/BUILD new file mode 100644 index 0000000..06b642f --- /dev/null +++ b/x11/synaptics/BUILD @@ -0,0 +1,8 @@ +( + patch_it $SOURCE2 1 + + sedit 's/\/usr\/local/\/usr/' Makefile && + + default_make + +) > $C_FIFO 2>&1 diff --git a/x11/synaptics/DETAILS b/x11/synaptics/DETAILS new file mode 100644 index 0000000..a6752bd --- /dev/null +++ b/x11/synaptics/DETAILS @@ -0,0 +1,19 @@ + MODULE=synaptics + VERSION=0.14.6 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-$VERSION-xorg-server-1.4-1.patch.bz2 + SOURCE_URL=http://web.telia.com/~u89404340/touchpad/files/ + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:41443e253e73546657b40435c8c9bfa0a91662bc + SOURCE2_VFY=sha1:8bd30d2fbc46013be436a5f50b628709ef21cd2e + WEB_SITE=http://web.telia.com/~u89404340/touchpad/ + ENTERED=20050307 + UPDATED=20070911 + SHORT="Synaptics TouchPad driver for XOrg/XFree86" + +cat << EOF +This is a driver for the Synaptics TouchPad for XOrg/XFree86 +4.x. A Synaptics touchpad by default operates in compatibility +mode by emulating a standard mouse. However, by using a dedicated +driver, more advanced features of the touchpad becomes available. +EOF diff --git a/xfce4/apps/Terminal/DEPENDS b/xfce4/apps/Terminal/DEPENDS new file mode 100644 index 0000000..72b544e --- /dev/null +++ b/xfce4/apps/Terminal/DEPENDS @@ -0,0 +1,5 @@ +depends XML-Parser +depends exo +depends vte + +optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For DBUS support" diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS new file mode 100644 index 0000000..d7eec8c --- /dev/null +++ b/xfce4/apps/Terminal/DETAILS @@ -0,0 +1,20 @@ + MODULE=Terminal + MAJOR=0.4 + VERSION=0.4.2 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/src/apps/terminal/$MAJOR/ + SOURCE_VFY=sha1:bf4510e331284d7f68ba193fe1d6f2e57b7815bb + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org/projects/terminal + ENTERED=20040930 + UPDATED=20091005 + SHORT="vte-based gtk+-2 lightweight X-terminal" + +cat << EOF +Terminal is a modern terminal emulator for the Unix/Linux desktop - +primarily for the Xfce desktop environment. We developed it because +we saw the need for a lightweight and easy-to-use terminal emulator +in the Xfce desktop environment, that doesn't require the user to +install the GNOME platform, but still provides a worthy alternative +to the GNOME terminal emulator. +EOF diff --git a/xfce4/apps/mousepad/DETAILS b/xfce4/apps/mousepad/DETAILS index 3e9f213..b985816 100644 --- a/xfce4/apps/mousepad/DETAILS +++ b/xfce4/apps/mousepad/DETAILS @@ -1,19 +1,14 @@ MODULE=mousepad - VERSION="svn-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/apps/$MODULE + VERSION=0.2.16 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.1/src + SOURCE_VFY=sha1:4e63033e0a71578f3ec9a0d2e6a505efd0424ef9 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org + WEB_SITE=http://erikharrison.net ENTERED=20050218 - UPDATED=20071207 + UPDATED=20090227 SHORT="Lighweight xfce text editor" cat << EOF Mousepad is an Xfce port of leafpad, the minimal gtk+-2 text editor. - -the svn branch is the one from Nick Schermer, slightly more advanced -than the trunk branch -If you want the trunk version, uncomment the other sourceurl, comment -the nick sourceurl and delete /var/spool/lunar/mousepad-svn*.tar.bz2 EOF diff --git a/xfce4/apps/ristretto/BUILD b/xfce4/apps/ristretto/BUILD index a086dca..c5d54db 100644 --- a/xfce4/apps/ristretto/BUILD +++ b/xfce4/apps/ristretto/BUILD @@ -4,6 +4,9 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_cvs_build +# ./autogen.sh --prefix=/usr && +default_cvs_build + +# default_build ) > $C_FIFO 2>&1 diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS index 6fbfeba..bc2b630 100644 --- a/xfce4/apps/ristretto/DETAILS +++ b/xfce4/apps/ristretto/DETAILS @@ -1,13 +1,12 @@ MODULE=ristretto - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git://git.xfce.org/apps/$MODULE:$MODULE + VERSION=0.0.22 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://goodies.xfce.org/releases/$MODULE + SOURCE_VFY=sha1:bddbc8618ba67699ccf5ee4ea0b538b1be7fdb0a MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto ENTERED=20070826 - UPDATED=20090428 - PSAFE=no + UPDATED=20090519 SHORT="fast and lightweight picture-viewer" cat << EOF diff --git a/xfce4/apps/terminal/BUILD b/xfce4/apps/terminal/BUILD deleted file mode 100644 index c59a75a..0000000 --- a/xfce4/apps/terminal/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/xfce4/apps/terminal/DEPENDS b/xfce4/apps/terminal/DEPENDS deleted file mode 100644 index 72b544e..0000000 --- a/xfce4/apps/terminal/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends XML-Parser -depends exo -depends vte - -optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "For DBUS support" diff --git a/xfce4/apps/terminal/DETAILS b/xfce4/apps/terminal/DETAILS deleted file mode 100644 index 70228be..0000000 --- a/xfce4/apps/terminal/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=terminal - VERSION=git-`date +%Y%U` - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/apps/$MODULE - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.os-cillation.com - ENTERED=20090908 - UPDATED=20090908 - SHORT="vte based/gtk+-2 lightweight X-terminal" - -cat << EOF -Terminal is a modern terminal emulator for the Unix/Linux desktop - -primarily for the Xfce desktop environment. We developed it because -we saw the need for a lightweight and easy-to-use terminal emulator -in the Xfce desktop environment, that doesn't require the user to -install the GNOME platform, but still provides a worthy alternative -to the GNOME terminal emulator. -EOF diff --git a/xfce4/apps/tumbler/BUILD b/xfce4/apps/tumbler/BUILD deleted file mode 100644 index a086dca..0000000 --- a/xfce4/apps/tumbler/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/xfce4/apps/tumbler/DETAILS b/xfce4/apps/tumbler/DETAILS deleted file mode 100644 index aeb0c40..0000000 --- a/xfce4/apps/tumbler/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=tumbler - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git://git.xfce.org/apps/$MODULE - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090607 - UPDATED=20090607 - PSAFE=no - SHORT="thumbnailing service" - -cat << EOF -A D-Bus thumbnailing service based on the thumbnail management D-Bus -specification -EOF diff --git a/xfce4/apps/xarchiver/DETAILS b/xfce4/apps/xarchiver/DETAILS index fc7a258..762ad91 100644 --- a/xfce4/apps/xarchiver/DETAILS +++ b/xfce4/apps/xarchiver/DETAILS @@ -1,12 +1,12 @@ MODULE=xarchiver - VERSION="svn-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE + VERSION=0.5.2 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:8c8f0ee82c93abcdcf9974fa30611aa05fa51bd0 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://xarchiver.xfce.org ENTERED=20060407 - UPDATED=20071207 + UPDATED=20090420 SHORT="A simple archive manager" cat << EOF diff --git a/xfce4/apps/xfburn/BUILD b/xfce4/apps/xfburn/BUILD deleted file mode 100644 index c59a75a..0000000 --- a/xfce4/apps/xfburn/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/xfce4/apps/xfburn/DETAILS b/xfce4/apps/xfburn/DETAILS index 0a1097a..cac2953 100644 --- a/xfce4/apps/xfburn/DETAILS +++ b/xfce4/apps/xfburn/DETAILS @@ -1,12 +1,13 @@ MODULE=xfburn - VERSION=git-`date +%Y%U` - SOURCE=$MODULE.tar.bz2 - SOURCE_URL=git+http://git.xfce.org/apps/$MODULE -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + VERSION=0.4.2 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=http://goodies.xfce.org/releases/$MODULE + SOURCE_URL[1]=http://mocha.xfce.org/archive/src/apps/xfburn/0.4 + SOURCE_VFY=sha1:dbc1731b8c690b0b29d3567b8e1cd93646b0c7e7 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://goodies.xfce.org/projects/applications/xfburn - ENTERED=20090908 - UPDATED=20090908 + ENTERED=20090227 + UPDATED=20091011 SHORT="Cd burning application for Xfce" cat << EOF diff --git a/xfce4/apps/xfce4-power-manager/DETAILS b/xfce4/apps/xfce4-power-manager/DETAILS index fd53080..624b639 100644 --- a/xfce4/apps/xfce4-power-manager/DETAILS +++ b/xfce4/apps/xfce4-power-manager/DETAILS @@ -1,6 +1,5 @@ MODULE=xfce4-power-manager VERSION=0.8.4 - VERSION=0.8.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://goodies.xfce.org/releases/$MODULE SOURCE_URL[1]=http://mocha.xfce.org/archive/src/apps/$MODULE/0.8/ diff --git a/xfce4/apps/xfce4-taskmanager/BUILD b/xfce4/apps/xfce4-taskmanager/BUILD index 0e0cc75..0a2dd59 100644 --- a/xfce4/apps/xfce4-taskmanager/BUILD +++ b/xfce4/apps/xfce4-taskmanager/BUILD @@ -4,9 +4,9 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && default_make diff --git a/xfce4/apps/xfce4-taskmanager/DETAILS b/xfce4/apps/xfce4-taskmanager/DETAILS index ebe5f99..20d84f1 100644 --- a/xfce4/apps/xfce4-taskmanager/DETAILS +++ b/xfce4/apps/xfce4-taskmanager/DETAILS @@ -1,13 +1,13 @@ MODULE=xfce4-taskmanager - VERSION="svn-`date +%Y%U`" + VERSION=0.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE + SOURCE_URL=http://goodies.xfce.org/releases/$MODULE + SOURCE_VFY=sha1:e93824f9e9a369f6353f4b22251ff7f18468dbd4 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20071207 - SHORT="taskmanager for the Xfce Desktop Environment" + UPDATED=20090420 + SHORT="A task manager for the XFCE" cat << EOF Xfce4-taskmanager is a simple taskmanager for the Xfce Desktop diff --git a/xfce4/core/Thunar/BUILD b/xfce4/core/Thunar/BUILD index 0e0cc75..0a2dd59 100644 --- a/xfce4/core/Thunar/BUILD +++ b/xfce4/core/Thunar/BUILD @@ -4,9 +4,9 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && default_make diff --git a/xfce4/core/Thunar/DETAILS b/xfce4/core/Thunar/DETAILS index a906c6c..d20d663 100644 --- a/xfce4/core/Thunar/DETAILS +++ b/xfce4/core/Thunar/DETAILS @@ -1,13 +1,12 @@ MODULE=Thunar - MOD=thunar - VERSION="git-`date +%Y%U`" - SOURCE=$MOD.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD - SOURCE_URL=git+http://git.xfce.org/xfce/$MOD:$MOD + VERSION=1.0.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-4.6.1/src + SOURCE_VFY=sha1:2fcd3a7b0e27b01f059dffc8ffdac94e2b2aa064 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://thunar.xfce.org ENTERED=20060407 - UPDATED=20071207 + UPDATED=20090424 SHORT="File manager for xfce" cat << EOF diff --git a/xfce4/core/exo/BUILD b/xfce4/core/exo/BUILD index ab1b04b..f06db4c 100644 --- a/xfce4/core/exo/BUILD +++ b/xfce4/core/exo/BUILD @@ -1,10 +1,7 @@ ( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - OPTS+=" --disable-static" && - default_cvs_build + + default_build ) > $C_FIFO 2>&1 diff --git a/xfce4/core/exo/DETAILS b/xfce4/core/exo/DETAILS index 30c66a7..0831a2f 100644 --- a/xfce4/core/exo/DETAILS +++ b/xfce4/core/exo/DETAILS @@ -1,12 +1,13 @@ MODULE=exo - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE + VERSION=0.3.104 + MAJOR=$(echo $VERSION | cut -d. -f1,2) + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://archive.xfce.org/src/xfce/exo/$MAJOR/ + SOURCE_VFY=sha1:ddd49dc4efd32697c195f2790c8459b5f2b7e624 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.os-cillation.de/en/open-source-projekte/libexo/ ENTERED=20040930 - UPDATED=20071207 + UPDATED=20091008 SHORT="the Xfce extension library" cat << EOF diff --git a/xfce4/core/libxfce4menu/BUILD b/xfce4/core/libxfce4menu/BUILD deleted file mode 100644 index c59a75a..0000000 --- a/xfce4/core/libxfce4menu/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4menu/DETAILS b/xfce4/core/libxfce4menu/DETAILS index add5438..cd3c84b 100644 --- a/xfce4/core/libxfce4menu/DETAILS +++ b/xfce4/core/libxfce4menu/DETAILS @@ -1,13 +1,13 @@ - MODULE=libxfce4menu - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org/ - ENTERED=20030715 - UPDATED=20071207 - SHORT="the menu library for Xfce4" + MODULE=libxfce4menu + VERSION=4.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:17348f661c04e8d8d633b8831638d38987269e9a + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20090227 + UPDATED=20090424 + SHORT="A menu library for Xfce" cat << EOF A menu library for Xfce. diff --git a/xfce4/core/libxfce4ui/BUILD b/xfce4/core/libxfce4ui/BUILD deleted file mode 100644 index 5ca1695..0000000 --- a/xfce4/core/libxfce4ui/BUILD +++ /dev/null @@ -1,14 +0,0 @@ -( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - --enable-xinerama \ - $OPTS && - - default_make - -) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4ui/DEPENDS b/xfce4/core/libxfce4ui/DEPENDS deleted file mode 100644 index 8d7aad5..0000000 --- a/xfce4/core/libxfce4ui/DEPENDS +++ /dev/null @@ -1,7 +0,0 @@ -depends gtk+-2 -depends libxml2 -depends libxfce4util - -# not real depends, but we really want them -depends gtk-xfce-engine -depends xfce4-icon-theme diff --git a/xfce4/core/libxfce4ui/DETAILS b/xfce4/core/libxfce4ui/DETAILS deleted file mode 100644 index bb1093c..0000000 --- a/xfce4/core/libxfce4ui/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=libxfce4ui - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20090908 - UPDATED=20090908 - SHORT="Widget library for Xfce4" - -cat << EOF -libxfcegui4 -- Library that provides extra widgets and graphical user -interface functions to the Xfce4 desktop environment. -EOF diff --git a/xfce4/core/libxfce4util/BUILD b/xfce4/core/libxfce4util/BUILD index c59a75a..dedae22 100644 --- a/xfce4/core/libxfce4util/BUILD +++ b/xfce4/core/libxfce4util/BUILD @@ -1,9 +1,10 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && - default_cvs_build + default_make ) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfce4util/DETAILS b/xfce4/core/libxfce4util/DETAILS index f687ce8..751ad6b 100644 --- a/xfce4/core/libxfce4util/DETAILS +++ b/xfce4/core/libxfce4util/DETAILS @@ -1,8 +1,8 @@ MODULE=libxfce4util - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE + VERSION=4.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:6d14099aa095b2f5d9b6a4348968b741b9ad661d MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 diff --git a/xfce4/core/libxfce4util/POST_INSTALL b/xfce4/core/libxfce4util/POST_INSTALL new file mode 100644 index 0000000..7c16f06 --- /dev/null +++ b/xfce4/core/libxfce4util/POST_INSTALL @@ -0,0 +1,10 @@ +if [ -n "$XFCE4_PREFIX" ]; then + sedit "s?/usr?$XFCE4_PREFIX?" /etc/profile.d/xfce4.rc +fi + +XFCE4LIBDIR=${XFCE4_PREFIX:-/usr}/lib +if ! grep -q "$XFCE4LIBDIR" /etc/ld.so.conf ; then + echo "$XFCE4LIBDIR" >> /etc/ld.so.conf + ldconfig +fi + diff --git a/xfce4/core/libxfce4util/profile.d/xfce4.rc b/xfce4/core/libxfce4util/profile.d/xfce4.rc new file mode 100755 index 0000000..031e535 --- /dev/null +++ b/xfce4/core/libxfce4util/profile.d/xfce4.rc @@ -0,0 +1,4 @@ +PATH=$PATH:/usr/bin +PKG_CONFIG_PATH=/usr/lib/pkgconfig:$PKG_CONFIG_PATH + +export PATH PKG_CONFIG_PATH diff --git a/xfce4/core/libxfcegui4/BUILD b/xfce4/core/libxfcegui4/BUILD index 68281e0..7018248 100644 --- a/xfce4/core/libxfcegui4/BUILD +++ b/xfce4/core/libxfcegui4/BUILD @@ -4,6 +4,11 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_cvs_build + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + --enable-xinerama \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/xfce4/core/libxfcegui4/DEPENDS b/xfce4/core/libxfcegui4/DEPENDS new file mode 100644 index 0000000..2a855c9 --- /dev/null +++ b/xfce4/core/libxfcegui4/DEPENDS @@ -0,0 +1,9 @@ +depends gtk+-2 +depends libxml2 +depends libxfce4util +depends xfconf +depends libglade + +# not real depends, but we really want them +depends gtk-xfce-engine +depends xfce4-icon-theme diff --git a/xfce4/core/libxfcegui4/DETAILS b/xfce4/core/libxfcegui4/DETAILS index aac4eb3..4c20ea4 100644 --- a/xfce4/core/libxfcegui4/DETAILS +++ b/xfce4/core/libxfcegui4/DETAILS @@ -1,12 +1,12 @@ MODULE=libxfcegui4 - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE + VERSION=4.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:82bcfe74dd3b9188b9f41d8fa7dc4a8481461696 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20071207 + UPDATED=20090424 SHORT="Widget library for Xfce4" cat << EOF diff --git a/xfce4/core/thunar-vfs/BUILD b/xfce4/core/thunar-vfs/BUILD deleted file mode 100644 index 0e0cc75..0000000 --- a/xfce4/core/thunar-vfs/BUILD +++ /dev/null @@ -1,13 +0,0 @@ -( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - $OPTS && - - default_make - -) > $C_FIFO 2>&1 diff --git a/xfce4/core/thunar-vfs/DEPENDS b/xfce4/core/thunar-vfs/DEPENDS deleted file mode 100644 index 62ad17c..0000000 --- a/xfce4/core/thunar-vfs/DEPENDS +++ /dev/null @@ -1,6 +0,0 @@ -depends exo -depends eject -depends shared-mime-info -depends desktop-file-utils - -optional_depends gamin "" "" "For filesystem change updates" diff --git a/xfce4/core/thunar-vfs/DETAILS b/xfce4/core/thunar-vfs/DETAILS deleted file mode 100644 index 1b37c3f..0000000 --- a/xfce4/core/thunar-vfs/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=thunar-vfs - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://thunar.xfce.org - ENTERED=20060407 - UPDATED=20071207 - SHORT="File manager for xfce" - -cat << EOF -Thunar is the default file manager for Xfce. -EOF diff --git a/xfce4/core/xfce-utils/BUILD b/xfce4/core/xfce-utils/BUILD index c59a75a..0a2dd59 100644 --- a/xfce4/core/xfce-utils/BUILD +++ b/xfce4/core/xfce-utils/BUILD @@ -4,6 +4,10 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_cvs_build + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce-utils/DEPENDS b/xfce4/core/xfce-utils/DEPENDS index f17975c..c5f480e 100644 --- a/xfce4/core/xfce-utils/DEPENDS +++ b/xfce4/core/xfce-utils/DEPENDS @@ -1,4 +1,3 @@ -depends xfconf -depends libxfcegui4 depends xfce4-dev-tools depends libxfce4util +depends libxfcegui4 diff --git a/xfce4/core/xfce-utils/DETAILS b/xfce4/core/xfce-utils/DETAILS index bd7f30d..9964e47 100644 --- a/xfce4/core/xfce-utils/DETAILS +++ b/xfce4/core/xfce-utils/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce-utils - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE + VERSION=4.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:0bdb5b6e494f15372d8c0826ac93baca476c9f16 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20071207 + UPDATED=20090424 SHORT="Essential utilities for Xfce4" cat << EOF diff --git a/xfce4/core/xfce4-dev-tools/BUILD b/xfce4/core/xfce4-dev-tools/BUILD index c6983ea..dedae22 100644 --- a/xfce4/core/xfce4-dev-tools/BUILD +++ b/xfce4/core/xfce4-dev-tools/BUILD @@ -1,6 +1,10 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - default_cvs_build + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce4-dev-tools/DETAILS b/xfce4/core/xfce4-dev-tools/DETAILS index 2b872a1..bfdf924 100644 --- a/xfce4/core/xfce4-dev-tools/DETAILS +++ b/xfce4/core/xfce4-dev-tools/DETAILS @@ -1,13 +1,13 @@ MODULE=xfce4-dev-tools - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE + VERSION=4.6.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:a5a5cbc9e5f84f4939e53e3327c51f4b749c38a2 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20071207 - SHORT="a utility library for Xfce4" + UPDATED=20090227 + SHORT="Developer tools for Xfce4" cat << EOF The Xfce development tools are a collection of tools and macros for diff --git a/xfce4/core/xfce4-panel/BUILD b/xfce4/core/xfce4-panel/BUILD index c59a75a..0a2dd59 100644 --- a/xfce4/core/xfce4-panel/BUILD +++ b/xfce4/core/xfce4-panel/BUILD @@ -4,6 +4,10 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_cvs_build + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS index de98c38..8bc671f 100644 --- a/xfce4/core/xfce4-panel/DETAILS +++ b/xfce4/core/xfce4-panel/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-panel - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE + VERSION=4.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:613c66f6402feba7983a7effb008f091182350d2 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20071207 + UPDATED=20091012 SHORT="Xfce4 panel" cat << EOF diff --git a/xfce4/core/xfce4-session/BUILD b/xfce4/core/xfce4-session/BUILD index 87730cd..762557c 100644 --- a/xfce4/core/xfce4-session/BUILD +++ b/xfce4/core/xfce4-session/BUILD @@ -1,8 +1,15 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc + # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - default_cvs_build + PATH="$PATH:/usr/X11/bin" + + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfce4-session/DEPENDS b/xfce4/core/xfce4-session/DEPENDS index c9cfb80..1bda173 100644 --- a/xfce4/core/xfce4-session/DEPENDS +++ b/xfce4/core/xfce4-session/DEPENDS @@ -1,7 +1,5 @@ - depends xfconf depends libxfce4util depends libxfcegui4 optional_depends fortune "" "" "so xfce4-tips can give you the fortune of the day" - diff --git a/xfce4/core/xfce4-session/DETAILS b/xfce4/core/xfce4-session/DETAILS index 9b1ff97..73d3637 100644 --- a/xfce4/core/xfce4-session/DETAILS +++ b/xfce4/core/xfce4-session/DETAILS @@ -1,12 +1,13 @@ MODULE=xfce4-session - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE + VERSION=4.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:760e05bf73783521b3ce34e91aa187c74018ab8c MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20090227 + UPDATED=20090424 + PSAFE=no SHORT="Session manager for Xfce4" cat << EOF diff --git a/xfce4/core/xfce4-settings/BUILD b/xfce4/core/xfce4-settings/BUILD index 5ca1695..df25364 100644 --- a/xfce4/core/xfce4-settings/BUILD +++ b/xfce4/core/xfce4-settings/BUILD @@ -1,13 +1,13 @@ ( [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - ./autogen.sh --build=$BUILD \ - --prefix=${MODULE_PREFIX} \ - --enable-xinerama \ - $OPTS && + # tchan added this patch to fix the incorrect pkg-config check for libXi. + # This should be removed when the xfce4 devs get around to fixing this correctly + patch_it $SOURCE_CACHE/$SOURCE2 1 && + autoconf && + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && default_make diff --git a/xfce4/core/xfce4-settings/DEPENDS b/xfce4/core/xfce4-settings/DEPENDS index 035519c..c69cde0 100644 --- a/xfce4/core/xfce4-settings/DEPENDS +++ b/xfce4/core/xfce4-settings/DEPENDS @@ -1,4 +1,3 @@ -depends libxfcegui4 depends exo depends gnome-icon-theme diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS index 6d04f00..3a54c09 100644 --- a/xfce4/core/xfce4-settings/DETAILS +++ b/xfce4/core/xfce4-settings/DETAILS @@ -1,14 +1,19 @@ MODULE=xfce4-settings - VERSION=git-`date +%Y%U` - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE + MAJOR=4.6 + VERSION=4.6.3 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-4.6.1-libxi-patch.diff + SOURCE_URL=http://www.xfce.org/archive/src/xfce/$MODULE/$MAJOR + SOURCE2_URL=$PATCH_URL + SOURCE_VFY=sha1:8a7f114ae5cab071668937351a0b3b4be1b9b51c + SOURCE2_VFY=sha1:78672e11b205e388127f977f8b8e43991829abe3 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org - ENTERED=20080705 - UPDATED=20080705 - SHORT="Something that does something" + ENTERED=20090227 + UPDATED=20090929 + SHORT="Xfce settings manager" cat << EOF -Something that does that other thing +Xfce settings manager. EOF + diff --git a/xfce4/core/xfconf/BUILD b/xfce4/core/xfconf/BUILD deleted file mode 100644 index 68281e0..0000000 --- a/xfce4/core/xfconf/BUILD +++ /dev/null @@ -1,9 +0,0 @@ -( - [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc - - # make sure proper PKG_CONFIG_PATH is set - export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfconf/DETAILS b/xfce4/core/xfconf/DETAILS index f128154..5a6b988 100644 --- a/xfce4/core/xfconf/DETAILS +++ b/xfce4/core/xfconf/DETAILS @@ -1,14 +1,15 @@ - MODULE=xfconf - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE - MODULE_PREFIX=${XFCE4_PREFIX:-/usr} - WEB_SITE=http://www.xfce.org - ENTERED=20080626 - UPDATED=20080626 - SHORT="Something that does something" + MODULE=xfconf + VERSION=4.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:6df092942c5c5af5d65a58589fb85e29755a37ee + MODULE_PREFIX=${XFCE4_PREFIX:-/usr} + WEB_SITE=http://www.xfce.org + ENTERED=20090227 + UPDATED=20090424 + SHORT="Configuration system for Xfce" cat << EOF Configuration storage system for Xfce EOF + diff --git a/xfce4/core/xfdesktop/BUILD b/xfce4/core/xfdesktop/BUILD index 808c271..0a2dd59 100644 --- a/xfce4/core/xfdesktop/BUILD +++ b/xfce4/core/xfdesktop/BUILD @@ -3,8 +3,11 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - OPTS+=" --enable-debug" - default_cvs_build + ./configure --build=$BUILD \ + --prefix=${MODULE_PREFIX} \ + $OPTS && + + default_make ) > $C_FIFO 2>&1 diff --git a/xfce4/core/xfdesktop/DEPENDS b/xfce4/core/xfdesktop/DEPENDS index ec6d557..dc5b4fe 100644 --- a/xfce4/core/xfdesktop/DEPENDS +++ b/xfce4/core/xfdesktop/DEPENDS @@ -1,5 +1,5 @@ depends xfce4-panel -depends libxfce4menu depends libxml2 -depends xfconf +depends libxfce4menu + optional_depends Thunar "" "" "for desktop file icon support" diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS index 7a08458..6a28c4f 100644 --- a/xfce4/core/xfdesktop/DETAILS +++ b/xfce4/core/xfdesktop/DETAILS @@ -1,12 +1,12 @@ MODULE=xfdesktop - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE + VERSION=4.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:c2c1b54acaae924077caa3cdffe449e3bb34b2bd MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20071207 + UPDATED=20090424 SHORT="Desktop manager for Xfce4" cat << EOF diff --git a/xfce4/core/xfwm4/BUILD b/xfce4/core/xfwm4/BUILD index e1765b1..bb4d418 100644 --- a/xfce4/core/xfwm4/BUILD +++ b/xfce4/core/xfwm4/BUILD @@ -5,7 +5,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ + ./configure --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/core/xfwm4/DEPENDS b/xfce4/core/xfwm4/DEPENDS index 2c346ab..9973ceb 100644 --- a/xfce4/core/xfwm4/DEPENDS +++ b/xfce4/core/xfwm4/DEPENDS @@ -1,6 +1,5 @@ -depends xfconf depends libwnck -depends exo depends libxfce4util depends libxfcegui4 +depends xfconf depends startup-notification diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS index f00c2fe..6b438bf 100644 --- a/xfce4/core/xfwm4/DETAILS +++ b/xfce4/core/xfwm4/DETAILS @@ -1,12 +1,12 @@ MODULE=xfwm4 - VERSION="git-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=git+http://git.xfce.org/xfce/$MODULE:$MODULE + VERSION=4.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src + SOURCE_VFY=sha1:236622ffddd4618b94eaba8f402c0c48bdcef929 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20030715 - UPDATED=20071207 + UPDATED=20090424 SHORT="Window manager for Xfce4" cat << EOF diff --git a/xfce4/goodies/xfce4-xkb-plugin/BUILD b/xfce4/goodies/xfce4-xkb-plugin/BUILD index 15f96e8..12e8e69 100644 --- a/xfce4/goodies/xfce4-xkb-plugin/BUILD +++ b/xfce4/goodies/xfce4-xkb-plugin/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - ./autogen.sh --build=$BUILD \ + ./configure --build=$BUILD \ --prefix=${MODULE_PREFIX} \ $OPTS && diff --git a/xfce4/goodies/xfce4-xkb-plugin/DETAILS b/xfce4/goodies/xfce4-xkb-plugin/DETAILS index 313889a..be7e6f4 100644 --- a/xfce4/goodies/xfce4-xkb-plugin/DETAILS +++ b/xfce4/goodies/xfce4-xkb-plugin/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4-xkb-plugin - VERSION="svn-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.xfce.org/svn/goodies/$MODULE/trunk:$MODULE + VERSION=0.5.3.3 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://goodies.xfce.org/releases/$MODULE/ + SOURCE_VFY=sha1:5e83d55cd6f14a62a87ccadd0f11eee070a6f4a7 MODULE_PREFIX=${XFCE4_PREFIX:-/usr} WEB_SITE=http://www.xfce.org ENTERED=20061124 - UPDATED=20081015 + UPDATED=20090618 SHORT="keyboard layout switcher" cat << EOF diff --git a/xfce4/xfce4/DEPENDS b/xfce4/xfce4/DEPENDS index 7ca6ca9..3ab1156 100644 --- a/xfce4/xfce4/DEPENDS +++ b/xfce4/xfce4/DEPENDS @@ -7,5 +7,5 @@ depends xfdesktop depends xfce4-session depends xfce4-icon-theme -optional_depends Thunar "" "" "For the new xfce4 filemanager" +optional_depends Thunar "" "" "For the new xfce4 filemanager" optional_depends Terminal "" "" "For the new xfce4 xterm" diff --git a/xfce4/xfce4/DETAILS b/xfce4/xfce4/DETAILS index 96342d4..e55ff59 100644 --- a/xfce4/xfce4/DETAILS +++ b/xfce4/xfce4/DETAILS @@ -1,12 +1,12 @@ MODULE=xfce4 - VERSION="git-`date +%Y%U`" + VERSION=4.6.1 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${MODULE} WEB_SITE=http://www.xfce.org MAINTAINER=jasper at lunar-linux.org MODULE_PREFIX=${XFCE4_PREFIX:-/usr} ENTERED=20030715 - UPDATED=20071207 - SHORT="lightweight desktop environment based on GTK2" + UPDATED=20090424 + SHORT="A lightweight desktop environment based on GTK2" PROFILE=yes cat << EOF diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD index 10e7d44..177172a 100644 --- a/xorg7/xorg-server/BUILD +++ b/xorg7/xorg-server/BUILD @@ -8,9 +8,9 @@ rm -f /usr/share/X11/xkb/compiled fi && - if [[ "$USE_NVIDIA" = "y" ]]; then - OPTS="$OPTS --disable-glx --disable-glx-tlx" - fi && +# if [[ "$USE_NVIDIA" = "y" ]]; then +# OPTS="$OPTS --disable-glx --disable-glx-tlx" +# fi && OPTS+=" --enable-composite --enable-aiglx \ --enable-install-libxf86config \ diff --git a/xorg7/xorg-server/PRE_BUILD b/xorg7/xorg-server/PRE_BUILD new file mode 100644 index 0000000..3185795 --- /dev/null +++ b/xorg7/xorg-server/PRE_BUILD @@ -0,0 +1,3 @@ +default_pre_build && +cd $SOURCE_DIRECTORY +#unpack $SOURCE2 diff --git a/zbeta/airconfig-svn/BUILD b/zbeta/airconfig-svn/BUILD index e62f919..e96291e 100644 --- a/zbeta/airconfig-svn/BUILD +++ b/zbeta/airconfig-svn/BUILD @@ -4,7 +4,7 @@ # make sure proper PKG_CONFIG_PATH is set export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" && - OPTS="$OPTS --disable-gtk-doc --prefix=/usr --enable-debug=yes" + OPTS="$OPTS --disable-gtk-doc" touch INSTALL && diff --git a/zbeta/e17/e_modules-svn/DEPENDS b/zbeta/e17/e_modules-svn/DEPENDS index 73a2efb..a5c2609 100644 --- a/zbeta/e17/e_modules-svn/DEPENDS +++ b/zbeta/e17/e_modules-svn/DEPENDS @@ -2,7 +2,6 @@ depends e17-svn depends emprint-svn depends esmart-svn depends ethumb-svn -depends eweather-svn depends exalt-svn depends exml-svn depends libmpd diff --git a/zbeta/e17/emphasis-svn/BUILD b/zbeta/e17/emphasis-svn/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/e17/emphasis-svn/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/e17/emphasis-svn/DEPENDS b/zbeta/e17/emphasis-svn/DEPENDS new file mode 100644 index 0000000..5448d7e --- /dev/null +++ b/zbeta/e17/emphasis-svn/DEPENDS @@ -0,0 +1,5 @@ +depends ecore-svn +depends etk-svn +depends enhance-svn +depends libmpd +depends libxml diff --git a/zbeta/e17/emphasis-svn/DETAILS b/zbeta/e17/emphasis-svn/DETAILS new file mode 100644 index 0000000..cfc9ed9 --- /dev/null +++ b/zbeta/e17/emphasis-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=emphasis-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/OLD/emphasis +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + WEB_SITE="http://emphasis.tuxfamily.org" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="e mpd client" + +cat < $C_FIFO 2>&1 diff --git a/zbeta/e17/enhance-svn/DEPENDS b/zbeta/e17/enhance-svn/DEPENDS new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/zbeta/e17/enhance-svn/DEPENDS @@ -0,0 +1 @@ + diff --git a/zbeta/e17/enhance-svn/DETAILS b/zbeta/e17/enhance-svn/DETAILS new file mode 100644 index 0000000..1e14a56 --- /dev/null +++ b/zbeta/e17/enhance-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=enhance-svn + VERSION=beta + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/OLD/enhance +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + WEB_SITE="http://enlightenment.org" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="glade stuff" + +cat < $C_FIFO 2>&1 diff --git a/zbeta/enna-hg/DEPENDS b/zbeta/enna-hg/DEPENDS deleted file mode 100644 index cb61427..0000000 --- a/zbeta/enna-hg/DEPENDS +++ /dev/null @@ -1,38 +0,0 @@ -depends e_dbus-svn -depends elementary-svn -depends libvalhalla-hg - -optional_depends "curl" \ - "--enable-libcurl" \ - "--disable-libcurl" \ - "for curl support" - -optional_depends "efreet-svn" \ - "--enable-efreet" \ - "--disable-efreet" \ - "for freedesktop.org standards support" - -optional_depends "libcddb" \ - "--enable-libcddb" \ - "--disable-libcddb" \ - "for CDDB support" - -optional_depends "libexif" \ - "--enable-libexif" \ - "--disable-libexif" \ - "for EXIF file support" - -optional_depends "libplayer-hg" \ - "--enable-libplayer-backend" \ - "--disable-libplayer-backend" \ - "for various A/V output support" - -optional_depends "libxml2" \ - "--enable-libxml2" \ - "--disable-libxml2" \ - "for libxml2 support" - -optional_depends "lirc" \ - "" \ - "" \ - "for LIRC support" diff --git a/zbeta/enna-hg/DETAILS b/zbeta/enna-hg/DETAILS deleted file mode 100644 index 4dff3cb..0000000 --- a/zbeta/enna-hg/DETAILS +++ /dev/null @@ -1,15 +0,0 @@ - MODULE=enna-hg - VERSION=beta - SOURCE=$MODULE.tar.bz2 - SOURCE_URL=hg+http://hg.geexbox.org/enna -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - WEB_SITE=http://enna.geexbox.org - ENTERED=20091003 - UPDATED=`date --date="last monday" +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="multimedia-center-thingy for E" -cat < $C_FIFO 2>&1 diff --git a/zbeta/enna-svn/DEPENDS b/zbeta/enna-svn/DEPENDS new file mode 100644 index 0000000..c5a718f --- /dev/null +++ b/zbeta/enna-svn/DEPENDS @@ -0,0 +1,28 @@ +optional_depends "curl" \ + "--enable-libcurl" \ + "--disable-libcurl" \ + "for curl support" + +optional_depends "libxml2" \ + "--enable-libxml2" \ + "--disable-libxml2" \ + "for libxml2 support" + +optional_depends "emotion-svn" \ + "--enable-emotion-backend" \ + "--disable-emotion-backend" \ + "for optional playback with Emotion" + +optional_depends "libplayer-hg" \ + "--enable-libplayer-backend" \ + "--disable-libplayer-backend" \ + "for the libplayer A/V backend" + +optional_depends "lirc" \ + "" \ + "" \ + "for LIRC support" + + +# Just a reminder for Light Media Scanner to be eventually included one day :-) +# optional_depends "liblms" diff --git a/zbeta/enna-svn/DETAILS b/zbeta/enna-svn/DETAILS new file mode 100644 index 0000000..8b9f07a --- /dev/null +++ b/zbeta/enna-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=enna-svn + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/MISC/enna +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE="http://exchange.enlightenment.org/application/show/164" + ENTERED=20081103 + UPDATED=`date -u +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="multimedia-center-thingy for E" +cat < $C_FIFO 2>&1 diff --git a/zbeta/eweather-svn/DEPENDS b/zbeta/eweather-svn/DEPENDS deleted file mode 100644 index 7275226..0000000 --- a/zbeta/eweather-svn/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends edje-svn - diff --git a/zbeta/eweather-svn/DETAILS b/zbeta/eweather-svn/DETAILS deleted file mode 100644 index a1d878b..0000000 --- a/zbeta/eweather-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=eweather-svn - VERSION=svn - SOURCE=$MODULE.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/PROTO/eweather - WEB_SITE=http://enlightenment.org/pages/enlightenment.html - ENTERED=20091203 - UPDATED=`date --date="last monday" +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="a weather frontend for E" - -cat << EOF -A weather frontend gadget as a supplement for the E desktop shell. -EOF diff --git a/zbeta/ffmpeg-svn/DETAILS b/zbeta/ffmpeg-svn/DETAILS index 6f29b4b..bc842f3 100644 --- a/zbeta/ffmpeg-svn/DETAILS +++ b/zbeta/ffmpeg-svn/DETAILS @@ -1,6 +1,6 @@ MODULE=ffmpeg-svn MOD=ffmpeg - VERSION=svn-"`date +%Y%U`" + VERSION=beta SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=svn://svn.mplayerhq.hu/$MOD/trunk:$MOD diff --git a/zbeta/gdm-old/BUILD b/zbeta/gdm-old/BUILD deleted file mode 100644 index 98cdea6..0000000 --- a/zbeta/gdm-old/BUILD +++ /dev/null @@ -1,45 +0,0 @@ -( - - sedit 's:GDM_KEY_HALT "daemon/DefaultPath:GDM_KEY_HALT "daemon/HaltCommand:' daemon/gdm.h - - add_priv_user gdm:gdm - - if module_installed Linux-PAM; then SCHEME="pam" - elif module_installed shadow; then SCHEME="shadow" - else SCHEME="auto" - fi - - OPTS="$OPTS --enable-authentication-scheme=$SCHEME" - - LDFLAGS="$LDFLAGS -L/usr/X11R6/lib" - - ./configure --build=$BUILD \ - --prefix=${GNOME210_PREFIX:-/usr} \ - --with-xinerama=yes \ - --sysconfdir=/etc/X11 \ - --localstatedir=/var \ - --infodir=${GNOME210_PREFIX:-/usr}/share/info \ - --mandir=${GNOME210_PREFIX:-/usr}/share/man \ - $OPTS && - - sedit 's#$(LINK)#$(LINK) $(LIBS)#' daemon/Makefile && - make && - prepare_install && - make install && - - mkdir -p /var/gdm && - chown -R gdm:gdm /var/gdm && - chmod 750 /var/gdm && - - # This has to be a DIRECTORY, not a FILE - if [ -e "/etc/X11/gdm/Sessions" ]; then - rm -fr /etc/X11/gdm/Sessions || true - fi - - mkdir -p /etc/X11/gdm/Sessions/ && - install --mode=644 $SCRIPT_DIRECTORY/gnomerc /etc/X11/gdm/gnomerc && - install --mode=755 $SCRIPT_DIRECTORY/Sessions/gnome.desktop /etc/X11/dm/Sessions && - install --mode=755 $SCRIPT_DIRECTORY/Default /etc/X11/gdm/PreSession/ && - install --mode=755 $SCRIPT_DIRECTORY/Default /etc/X11/gdm/Sessions/ - -) > $C_FIFO 2>&1 diff --git a/zbeta/gdm-old/DEPENDS b/zbeta/gdm-old/DEPENDS deleted file mode 100644 index 7a8a2dd..0000000 --- a/zbeta/gdm-old/DEPENDS +++ /dev/null @@ -1,2 +0,0 @@ -depends librsvg -depends gnome-doc-utils diff --git a/zbeta/gdm-old/DETAILS b/zbeta/gdm-old/DETAILS deleted file mode 100644 index 0f61f85..0000000 --- a/zbeta/gdm-old/DETAILS +++ /dev/null @@ -1,50 +0,0 @@ - MODULE=gdm-old - MOD=gdm - VERSION=2.20.10 - MAJOR=2.20 - SOURCE=$MOD-$VERSION.tar.bz2 -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION - SOURCE_URL=$GNOME_URL/sources/$MOD/$MAJOR/ - SOURCE_VFY=sha1:42e9e52184393352f005f1735843a30f764aef18 - WEB_SITE=http://www.gnome.org/projects/gdm/ - ENTERED=20020716 - UPDATED=20080710 - SHORT="the Gnome Display Manager" - -cat << EOF -The Gnome Display Manager is a re-implementation of the well known xdm -program. gdm 2.5 implements all significant features required for -managing local and remote displays. - -gdm daemon: - o X Authentication - o Default and per-display initialization scripts - o Pre and post session scripts - o Pluggable Authentication Modules - o XDMCP - o TCP Wrappers for access control - o Autologin for single user workstations - o Timed login for kiosks and public terminals - -gdmlogin: - o Logo image - o Background image/color - o Halt and reboot - o Iconified login window - o Session selection support - o Language selection support - o GNOME session selection support - o Face browser - o Background program support - o Xinerama support - -gdmchooser: - o Visual host browser - o Customizable icons - -gdmconfig: - o GUI way to configure everything about GDM - -Most features can be turned on and off in the configuration file by -the sysadmin. -EOF diff --git a/zbeta/gdm-old/Default b/zbeta/gdm-old/Default deleted file mode 100644 index f91d3ab..0000000 --- a/zbeta/gdm-old/Default +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# Note that any setup should come before the sessreg command as -# that must be 'exec'ed for the pid to be correct (sessreg uses the parent -# pid) -# -# Note that output goes into the .xsession-errors file for easy debugging -# -XSETROOT=`which xsetroot 2>/dev/null` -if [ x$XSETROOT != x ] ; then - $XSETROOT -cursor_name left_ptr -solid "#363047" -fi - - -SESSREG=`which sessreg 2>/dev/null` -if [ x$SESSREG != x ] ; then - # some output for easy debugging - echo "$0: Registering your session with wtmp and utmp" - echo "$0: running: $SESSREG -a -w /var/log/wtmp -u /var/run/utmp -x \"$X_SERVERS\" -h \"$REMOTE_HOST\" -l $DISPLAY $USER" - - exec $SESSREG -a -w /var/log/wtmp -u /var/run/utmp -x "$X_SERVERS" -h "$REMOTE_HOST" -l $DISPLAY $USER - # this is not reached -fi - -# some output for easy debugging -echo "$0: could not find the sessreg utility, cannot update wtmp and utmp" -exit 0 diff --git a/zbeta/gdm-old/POST_INSTALL b/zbeta/gdm-old/POST_INSTALL deleted file mode 100644 index f393d4a..0000000 --- a/zbeta/gdm-old/POST_INSTALL +++ /dev/null @@ -1,5 +0,0 @@ - -if module_installed gnome-session; then lin -c gnome-session; fi -if module_installed gnome-desktop; then lin -c gnome-desktop; fi - - diff --git a/zbeta/gdm-old/Sessions/gnome.desktop b/zbeta/gdm-old/Sessions/gnome.desktop deleted file mode 100644 index 6777c17..0000000 --- a/zbeta/gdm-old/Sessions/gnome.desktop +++ /dev/null @@ -1,68 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=GNOME -Name[az]=GNOME -Name[be]=GNOME -Name[ca]=GNOME -Name[cs]=GNOME -Name[cy]=GNOME -Name[da]=Gnome -Name[de]=GNOME -Name[el]=GNOME -Name[es]=GNOME -Name[et]=GNOME -Name[fi]=Gnome -Name[fr]=GNOME -Name[he]=GNOME -Name[hu]=GNOME -Name[it]=GNOME -Name[ko]=?????? -Name[ms]=GNOME -Name[nl]=GNOME -Name[no]=GNOME -Name[pl]=GNOME -Name[pt]=GNOME -Name[pt_BR]=GNOME -Name[ru]=GNOME -Name[sk]=GNOME -Name[sl]=GNOME -Name[sq]=GNOME -Name[sr]=???????? -Name[sr at Latn]=Gnom -Name[sv]=GNOME -Name[uk]=GNOME -Name[zh_CN]=GNOME -Name[zh_TW]=GNOME -Comment=This session logs you into GNOME -Comment[az]=Bu iclas sizi GNOME'a daxil ed??c??k -Comment[be]=?????????? ?????????? ?????????????? ?????? ?? GNOME -Comment[ca]=Aquesta sessi?? entra en GNOME -Comment[cs]=Toto sezen?? v??s p??ihl??s?? do GNOME -Comment[cy]=Mae'r sesiwn hwn yn eich mewngofnodi i GNOME -Comment[da]=Denne session logger dig p?? Gnome -Comment[de]=Diese Sitzung meldet Sie an GNOME an -Comment[el]=???????? ?? ???????????????? ?????? ?????????????? ?????? GNOME -Comment[es]=Con esta sesi??n accede a GNOME -Comment[fi]=T??m?? istunto kirjaa sis????n Gnomeen -Comment[fr]=Cette session vous connectera dans GNOME -Comment[he]=?????????? ?????????? ???? ?????????? ???????? ?? GNOME -Comment[ko]=GNOME???????????? ?????????????????? -Comment[ms]=Sesi ini akan log anda ke GNOME -Comment[nl]=Deze sessie meldt u aan bij GNOME -Comment[no]=Denne sesjonen logger deg inn til GNOME -Comment[pl]=Sesja logowania do GNOME -Comment[pt]=Esta sess??o inicia-o no GNOME -Comment[pt_BR]=Logar no ambiente GNOME -Comment[sk]=Toto sedenie v??s prihl??si do prostredia GNOME -Comment[sl]=Ta seja vas prijavi v GNOMe -Comment[sq]=Kjo seanc?? do t'ju fus?? n?? GNOME -Comment[sr]=?????? ???????????? ?????? ???????????????????? ???? ?????????? -Comment[sr at Latn]=Ova sesija vas prijavljuje na Gnoma -Comment[sv]=Denna session loggar in dig i GNOME -Comment[uk]=?????????? ???????????? ?? ???????????????????? GNOME -Comment[zh_CN]=???????????????????????? GNOME -Comment[zh_TW]=???????????????????????????????????? GNOME ?????? -Exec=/usr/bin/gnome-session -# no icon yet, only the top three are currently used -Icon= -Type=Application diff --git a/zbeta/gdm-old/gnomerc b/zbeta/gdm-old/gnomerc deleted file mode 100644 index 1fd5585..0000000 --- a/zbeta/gdm-old/gnomerc +++ /dev/null @@ -1,13 +0,0 @@ -startssh= -sshagent=/usr/bin/ssh-agent -gnomesession=/usr/bin/gnome-session - -if [ -x $sshagent -a -z "$SSH_AUTH_SOCK" ]; then - startssh=yes -fi - -if [ -n "$startssh" ]; then - exec $sshagent -- $gnomesession -else - exec $gnomesession -fi diff --git a/zbeta/gdm-old/init.d/gdm b/zbeta/gdm-old/init.d/gdm deleted file mode 100644 index 32922f5..0000000 --- a/zbeta/gdm-old/init.d/gdm +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -# chkconfig: 5 95 05 -# description: gdm is gnome's version of the xdm graphical login manager -# processname: /usr/sbin/gdm -# sigreload: HUP - -. /lib/lsb/init-functions $1 - -stop() { - kill `cat /var/run/gdm.pid` - evaluate_retval -} - -status() { - if [ -f /var/run/gdm.pid ]; then - if ps -p `cat /var/run/gdm.pid` > /dev/null; then - echo "gdm is running with Process ID $(cat /var/run/gdm.pid)" - else - echo "gdm is not running but /var/run/gdm.pid exists" - return 1 - fi - else - echo "gdm is not running" - fi -} - diff --git a/zbeta/gdm-old/pam.d/gdm b/zbeta/gdm-old/pam.d/gdm deleted file mode 100644 index 47f0938..0000000 --- a/zbeta/gdm-old/pam.d/gdm +++ /dev/null @@ -1,14 +0,0 @@ -#%PAM-1.0 -# -# The PAM configuration file for the `gdm' service -# -auth required pam_env.so -auth include system-auth -account required pam_nologin.so -account include system-auth -password include system-auth -session include system-auth -session required pam_loginuid.so -session optional pam_console.so - - diff --git a/zbeta/gdm-old/pam.d/gdm-autologin b/zbeta/gdm-old/pam.d/gdm-autologin deleted file mode 100644 index a4b0dab..0000000 --- a/zbeta/gdm-old/pam.d/gdm-autologin +++ /dev/null @@ -1,13 +0,0 @@ -#%PAM-1.0 -# -# The PAM configuration file for the `gdm-autologin' service -# -auth required pam_env.so -auth required pam_permit.so -account required pam_nologin.so -account include system-auth -password include system-auth -session include system-auth -session required pam_loginuid.so -session optional pam_console.so - diff --git a/zbeta/libgdata/BUILD b/zbeta/libgdata/BUILD deleted file mode 100644 index 62fc456..0000000 --- a/zbeta/libgdata/BUILD +++ /dev/null @@ -1,12 +0,0 @@ -( - - ./configure --prefix=${GNOME210_PREFIX:-/usr} \ - --build=$BUILD \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --infodir=${GNOME210_PREFIX:-/usr}/share/info \ - --mandir=${GNOME210_PREFIX:-/usr}/share/man \ - $OPTS && - default_make - -) > $C_FIFO 2>&1 diff --git a/zbeta/libgdata/DEPENDS b/zbeta/libgdata/DEPENDS deleted file mode 100644 index 7c5f131..0000000 --- a/zbeta/libgdata/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends glib-2 diff --git a/zbeta/libgdata/DETAILS b/zbeta/libgdata/DETAILS deleted file mode 100644 index fd873fd..0000000 --- a/zbeta/libgdata/DETAILS +++ /dev/null @@ -1,16 +0,0 @@ - MODULE=libgdata - MAJOR=0.5 - VERSION=0.5.0 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:93acc6ca5145aba3049b9f9240d4503b3a85e101 - WEB_SITE=http://www.gnome.org - ENTERED=20091006 - UPDATED=20091006 - SHORT="Gnome's GData protocol library" -cat << EOF -Libgdata is a GLib-based library for accessing online service APIs using -the GData protocol -- most notably, Google's services. It provides APIs -to access the common Google services, and has full asynchronous support. -EOF - diff --git a/zbeta/libvalhalla-hg/BUILD b/zbeta/libvalhalla-hg/BUILD deleted file mode 100644 index aa1d4bb..0000000 --- a/zbeta/libvalhalla-hg/BUILD +++ /dev/null @@ -1,6 +0,0 @@ -( - # configure does not like --build. - ./configure --prefix=/usr $OPTS && - default_make - -) > $C_FIFO 2>&1 diff --git a/zbeta/libvalhalla-hg/DEPENDS b/zbeta/libvalhalla-hg/DEPENDS deleted file mode 100644 index 741db2f..0000000 --- a/zbeta/libvalhalla-hg/DEPENDS +++ /dev/null @@ -1,9 +0,0 @@ -depends curl -depends libxml2 -depends sqlite - -optional_depends "libexif" "--enable-grabber-exif" "" "for the EXIF grabber" -# Disabled for now. Claims that it cannot find libavcodec due to a undefined -# reference during the ./configure test although it is installed on my box. -#optional_depends "ffmpeg" "--enable-grabber-ffmpeg" "" "for the FFmpeg grabber" - diff --git a/zbeta/libvalhalla-hg/DETAILS b/zbeta/libvalhalla-hg/DETAILS deleted file mode 100644 index 18dc7cc..0000000 --- a/zbeta/libvalhalla-hg/DETAILS +++ /dev/null @@ -1,13 +0,0 @@ - MODULE=libvalhalla-hg - VERSION=beta - SOURCE=$MODULE.tar.bz2 - SOURCE_URL=hg+http://hg.geexbox.org/libvalhalla -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - WEB_SITE=http://geexbox.org/en/index.html - ENTERED=20091203 - UPDATED=`date --date="last monday" +%Y%m%d` - SHORT="a media scanner library" -cat < $C_FIFO 2>&1 - diff --git a/zbeta/mplayer/CONFIGURE b/zbeta/mplayer/CONFIGURE deleted file mode 100644 index af43a19..0000000 --- a/zbeta/mplayer/CONFIGURE +++ /dev/null @@ -1,3 +0,0 @@ -mquery MENCODER "Enable building of MEncoder ?" y -mquery OSD "Enable OSD support? " y - diff --git a/zbeta/mplayer/DEPENDS b/zbeta/mplayer/DEPENDS deleted file mode 100644 index 20260da..0000000 --- a/zbeta/mplayer/DEPENDS +++ /dev/null @@ -1,16 +0,0 @@ -depends freetype2 -depends unzip -depends MPlayer-essentials -optional_depends libdvdread "" "" "To read DVDs" -optional_depends SDL "--enable-sdl" "" "to use SDL to output video signal" -optional_depends alsa-utils "" "" "for ALSA sound support" -optional_depends libvorbis "" "" "to use ogg audio format" -optional_depends libmatroska "" "" "for matroska audio/video container format support" -optional_depends faad "" "" "for external FAAD2 (MPA/AAC) support" -optional_depends libtheora "--enable-theora" "--disable-theora" "for OGG/Theora Video Playback" -optional_depends libXvMC "--enable-xvmc --with-xvmclib=XvMCW" "" "for hardware XvMC acceleration" -optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui support" -optional_depends MPlayer-all "" "" "to install more foreign codecs" -optional_depends libggi "--enable-ggi" "--disable-ggi" "General Graphics Interface support" -optional_depends libggiwmh "--enable-ggiwmh" "--disable-ggiwmh" "GGI extension support" - diff --git a/zbeta/mplayer/DETAILS b/zbeta/mplayer/DETAILS deleted file mode 100644 index 399d76a..0000000 --- a/zbeta/mplayer/DETAILS +++ /dev/null @@ -1,51 +0,0 @@ - MODULE=mplayer - VERSION="svn-`date +%Y%U`" - SOURCE=$MODULE.tar.bz2 - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE2=font-arial-iso-8859-1.tar.bz2 - SOURCE3=font-arial-iso-8859-2.tar.bz2 - SOURCE4=font-arial-cp1250.tar.bz2 - SOURCE5=font-arial-iso-8859-7.tar.bz2 - SOURCE6=Blue-1.7.tar.bz2 - #SOURCE7=stream_cddb_fix_20080120.diff - ##SOURCE8=url_fix_20080120.diff - #SOURCE9=demux_mov_fix_20080129.diff - #SOURCE10=demux_audio_fix_20080129.diff - SOURCE_URL[0]=svn://svn.mplayerhq.hu/$MODULE/trunk:$MODULE - SOURCE2_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE2_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE3_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE3_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE4_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE4_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE5_URL[0]=ftp://ftp1.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE5_URL[1]=ftp://ftp2.mplayerhq.hu/$MODULE/releases/fonts/ - SOURCE6_URL[0]=ftp://ftp1.mplayerhq.hu/MPlayer/skins/ - #SOURCE7_URL=http://www.mplayerhq.hu/MPlayer/patches/ - #SOURCE8_URL=http://www.mplayerhq.hu/MPlayer/patches/ - # SOURCE9_URL=http://www.mplayerhq.hu/MPlayer/patches/ - # SOURCE10_URL=http://www.mplayerhq.hu/MPlayer/patches/ - SOURCE2_VFY=sha1:152c40bf20de34aa8802d7f80d34d673b0b67212 - SOURCE3_VFY=sha1:7b99bbe0e9ba89a57eccbea8f93c453c4f268181 - SOURCE4_VFY=sha1:ccf11dce5d0fb72fd3af97f788b7471cd0cd0b68 - SOURCE5_VFY=sha1:2a3fa8cf54ec3ed4dfa1a0e72f2d207c13507b9d - SOURCE6_VFY=sha1:45e5ee7a5541a5f1cfd2678a6c9b5911ca473cb9 - # SOURCE7_VFY=sha1:8d901c7a88fa120ed26492e741e1ae0fbe57e12d - # SOURCE8_VFY=sha1:1e92ded6f27bf07601fa318e24ec468fe225ffe5 - # SOURCE9_VFY=sha1:a17d82baff58e8cc569365341503273956fd26c8 - # SOURCE10_VFY=sha1:e25ba7d8d696d9c6365f105134ba723404adb4e1 - WEB_SITE=http://www.mplayerhq.hu - ENTERED=20010922 - UPDATED=20080409 - PSAFE=no - SHORT="A movie and animation player" - -cat << EOF -MPlayer is a movie and animation player based on the 0.90pre5 version of -MPEGplayer and the Avifile library. It uses mpeg2dec/libmpeg2 for MPEG -decoding. The supported file formats are: MPEG 1/2 (MPG, DAT, BIN, VOB) -and AVI (Mpeg/PCM/AC3/DivX/MS-ADPCM/aLaw audio and MPEG4/DivX/Indeo/CVID -video codecs). It supports hardware YUV colorspace conversion and -scaling via mga_vid/syncfb devices or the X11 Xv extension. -EOF - diff --git a/zbeta/mplayer/POST_INSTALL b/zbeta/mplayer/POST_INSTALL deleted file mode 100644 index 410fa55..0000000 --- a/zbeta/mplayer/POST_INSTALL +++ /dev/null @@ -1 +0,0 @@ -if module_installed mplayerplug-in; then lin -c mplayerplug-in; fi diff --git a/zbeta/mplayer/PRE_BUILD b/zbeta/mplayer/PRE_BUILD deleted file mode 100644 index fdb9a44..0000000 --- a/zbeta/mplayer/PRE_BUILD +++ /dev/null @@ -1,13 +0,0 @@ -default_pre_build && - -mkdir $SOURCE_DIRECTORY/Skin && -cd $SOURCE_DIRECTORY/Skin && -unpack $SOURCE6 && - -mkdir $SOURCE_DIRECTORY/fonts && -cd $SOURCE_DIRECTORY/fonts && -unpack $SOURCE2 && -unpack $SOURCE3 && -unpack $SOURCE4 && -unpack $SOURCE5 - diff --git a/zlocal/README b/zlocal/README index e69de29..f040170 100644 --- a/zlocal/README +++ b/zlocal/README @@ -0,0 +1,9 @@ + +moonbase/zlocal: + +This directory is a placeholder for new and custom modules. Put +modules you are testing, designing or something else in this +directory to keep them apart from the automatically updated +modules in moonbase. No module will ever be automatically inserted +into this directory or removed. + From florin at lunar-linux.org Wed Dec 9 11:51:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Dec 2009 12:51:48 +0200 Subject: [Lunar-commits] automake: version bumped to 1.11.1. Message-ID: <20091209105235.5E8469B20C@doppio.foo-projects.org> commit 73fb389a4cda796ab0d5cc07c6d6f33e963ec78e Author: Florin Braescu Date: Wed Dec 9 12:51:48 2009 +0200 automake: version bumped to 1.11.1. Bugfixes release. --- devel/automake/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/automake/DETAILS b/devel/automake/DETAILS index ebdf8b9..cfd3410 100644 --- a/devel/automake/DETAILS +++ b/devel/automake/DETAILS @@ -1,13 +1,13 @@ MODULE=automake - VERSION=1.11 + VERSION=1.11.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE SOURCE_URL[2]=ftp://sources.redhat.com/pub/$MODULE - SOURCE_VFY=sha1:1ae8c15d91b8eb8728c35cf0901a02782830e9de + SOURCE_VFY=sha1:44ab0007d8edbe82338e29bdda2f461f43a98818 WEB_SITE=http://www.gnu.org/software/automake ENTERED=20010922 - UPDATED=20090705 + UPDATED=20091209 SHORT="Generate GNU coding standards compliant Makefiles" cat << EOF From florin at lunar-linux.org Wed Dec 9 11:56:34 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 9 Dec 2009 12:56:34 +0200 Subject: [Lunar-commits] openbox: version bumped to 3.4.8. Message-ID: <20091209105724.33BEA9B205@doppio.foo-projects.org> commit 7816bbac7c2cb38580f904678b890bbf73c70a4e Author: Florin Braescu Date: Wed Dec 9 12:56:34 2009 +0200 openbox: version bumped to 3.4.8. Changes: * Updated translations: Slovak. * Allow windows to change their decorations at any time (Fix for Google Chrome). * Make openbox-session to respect the $XDG_CONFIG_HOME environment variable. * Merge the SessionLogout and Exit actions. They now test if connected to a session manager and ask it to exit if so, or simply kill Openbox if not. * Further tweaks to the _NET_ACTIVE_WINDOW message handling. Use the same logic for focus-stealing as is used when mapping a new window. * Don't go out of our way any more to prevent focus from moving while the keyboard is grabbed. * Fix openbox-gnome-session when using gnome-session > 2.22. --- lxde/openbox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lxde/openbox/DETAILS b/lxde/openbox/DETAILS index 83b7457..08f5824 100644 --- a/lxde/openbox/DETAILS +++ b/lxde/openbox/DETAILS @@ -1,11 +1,11 @@ MODULE=openbox - VERSION=3.4.7.2 + VERSION=3.4.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://icculus.org/$MODULE/releases - SOURCE_VFY=sha1:f34c3ec43b7e39bf57d64dbef97c35b68fea5254 + SOURCE_VFY=sha1:dae3c3d84ce896e93a52bca0d098fe37c4df4424 WEB_SITE=http://icculus.org/openbox/index.php/Main_Page ENTERED=20040814 - UPDATED=20081118 + UPDATED=20091209 SHORT="A standards compliant, fast, light-weight, extensible window manager" cat << EOF From elangelo at lunar-linux.org Wed Dec 9 13:37:09 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:37:09 +0100 Subject: [Lunar-commits] par2cmdline: manually reverting the mess Message-ID: <20091209123752.C991A9B205@doppio.foo-projects.org> commit 007b9733b242ac5f6935c77bdb2fe80cf43b4d37 Author: Samuel Verstraete Date: Wed Dec 9 13:37:09 2009 +0100 par2cmdline: manually reverting the mess --- archive/par2cmdline/BUILD | 5 +++++ archive/par2cmdline/DETAILS | 5 ++++- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/archive/par2cmdline/BUILD b/archive/par2cmdline/BUILD new file mode 100644 index 0000000..6eb95a9 --- /dev/null +++ b/archive/par2cmdline/BUILD @@ -0,0 +1,5 @@ +( + patch_it $SOURCE2 1 && + default_build +) > $C_FIFO 2>&1 + diff --git a/archive/par2cmdline/DETAILS b/archive/par2cmdline/DETAILS index dc12251..9631d0c 100644 --- a/archive/par2cmdline/DETAILS +++ b/archive/par2cmdline/DETAILS @@ -1,11 +1,14 @@ MODULE=par2cmdline VERSION=0.4 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=$MODULE-$VERSION-gcc4.patch SOURCE_URL=$SFORGE_URL/parchive/ SOURCE_VFY=sha1:2fcdc932b5d7b4b1c68c4a4ca855ca913d464d2f + SOURCE2_URL=http://sage.math.washington.edu/home/binegar/src/ + SOURCE2_VFY=sha1:e91540f729115c5ddc210c93bdda34090e2a2cf1 WEB_SITE=http://parchive.sourceforge.net ENTERED=20040228 - UPDATED=20050313 + UPDATED=20091205 MAINTAINER=tchan at lunar-linux.org SHORT="A command line implementation of the PAR v2.0 specification" From elangelo at lunar-linux.org Wed Dec 9 13:41:46 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:41:46 +0100 Subject: [Lunar-commits] download-git.plugin: revert the mess Message-ID: <20091209124220.39E319B205@doppio.foo-projects.org> commit ac9163fead0cea2c59e60115c8ed4d3a4cb35699 Author: Samuel Verstraete Date: Wed Dec 9 13:41:46 2009 +0100 download-git.plugin: revert the mess --- devel/git/plugin.d/download-git.plugin | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/devel/git/plugin.d/download-git.plugin b/devel/git/plugin.d/download-git.plugin index 1b28551..f933501 100644 --- a/devel/git/plugin.d/download-git.plugin +++ b/devel/git/plugin.d/download-git.plugin @@ -30,6 +30,8 @@ plugin_source_download_git() { fi GIT_URL=$(echo $1 | cut -d: -f1-2) + GIT_BRANCH=$(echo $1 | cut -s -d: -f3) + # translate git+http(s) urls: if [ "${GIT_URL:0:8}" == "git+http" ]; then GIT_URL="${GIT_URL:4}" @@ -64,10 +66,26 @@ plugin_source_download_git() { cd $SBASE verbose_msg "[${TRY}] git pull" git pull && git gc && GOT_GIT="yes" + message "${MESSAGE_COLOR}Init and update the submodules${DEFAULT_COLOR}" + git submodule init + git submodule update + if [ -n "$GIT_BRANCH" ] ; then + message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" + git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" + fi cd ${CD} else verbose_msg "[${TRY}] git clone $GIT_URL" git clone $GIT_URL $SBASE && GOT_GIT="yes" + cd $SBASE + message "${MESSAGE_COLOR}Init and update the submodules${DEFAULT_COLOR}" + git submodule init + git submodule update + if [ -n "$GIT_BRANCH" ] ; then + message "${MESSAGE_COLOR}Checking out branch ${FILE_COLOR}$GIT_BRANCH${DEFAULT_COLOR}" + git checkout $GIT_BRANCH || activity_log "lget" "$MODULE" "$VERSION" "failed" "Could not checkout branch $GIT_BRANCH of \"$1\"" + fi + cd $TMPDIR/$MODULE-$VERSION fi if [ "$?" == "0" ] ; then From elangelo at lunar-linux.org Wed Dec 9 13:44:30 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:44:30 +0100 Subject: [Lunar-commits] synaptics: Obsolete, use xf86-input-synaptics Message-ID: <20091209124515.B79B09B206@doppio.foo-projects.org> commit 0ece2f2ee3fd7f9411b5ba5c3893857125cd4b7f Author: Samuel Verstraete Date: Wed Dec 9 13:44:30 2009 +0100 synaptics: Obsolete, use xf86-input-synaptics --- x11/synaptics/BUILD | 8 -------- x11/synaptics/DETAILS | 19 ------------------- 2 files changed, 0 insertions(+), 27 deletions(-) diff --git a/x11/synaptics/BUILD b/x11/synaptics/BUILD deleted file mode 100644 index 06b642f..0000000 --- a/x11/synaptics/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - patch_it $SOURCE2 1 - - sedit 's/\/usr\/local/\/usr/' Makefile && - - default_make - -) > $C_FIFO 2>&1 diff --git a/x11/synaptics/DETAILS b/x11/synaptics/DETAILS deleted file mode 100644 index a6752bd..0000000 --- a/x11/synaptics/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=synaptics - VERSION=0.14.6 - SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-$VERSION-xorg-server-1.4-1.patch.bz2 - SOURCE_URL=http://web.telia.com/~u89404340/touchpad/files/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:41443e253e73546657b40435c8c9bfa0a91662bc - SOURCE2_VFY=sha1:8bd30d2fbc46013be436a5f50b628709ef21cd2e - WEB_SITE=http://web.telia.com/~u89404340/touchpad/ - ENTERED=20050307 - UPDATED=20070911 - SHORT="Synaptics TouchPad driver for XOrg/XFree86" - -cat << EOF -This is a driver for the Synaptics TouchPad for XOrg/XFree86 -4.x. A Synaptics touchpad by default operates in compatibility -mode by emulating a standard mouse. However, by using a dedicated -driver, more advanced features of the touchpad becomes available. -EOF From elangelo at lunar-linux.org Wed Dec 9 13:42:54 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:42:54 +0100 Subject: [Lunar-commits] fontforge: undo!!! Message-ID: <20091209124515.AA2409B205@doppio.foo-projects.org> commit eec24924428fc474bb88fad792d5d2b0a43833fc Author: Samuel Verstraete Date: Wed Dec 9 13:42:54 2009 +0100 fontforge: undo!!! --- graphics/fontforge/BUILD | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/graphics/fontforge/BUILD b/graphics/fontforge/BUILD index c4811fd..61153f2 100644 --- a/graphics/fontforge/BUILD +++ b/graphics/fontforge/BUILD @@ -1,7 +1,4 @@ ( - unset CFLAGS && - - unset CFLAGS && # Options from: # http://repos.archlinux.org/viewvc.cgi/fontforge/repos/extra-i686/PKGBUILD?view=log From elangelo at lunar-linux.org Wed Dec 9 13:47:18 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:47:18 +0100 Subject: [Lunar-commits] epsilon-svn: just updating the source_url Message-ID: <20091209124936.F12259B205@doppio.foo-projects.org> commit 2b2eb35202a38f2747961a4c4c0f41036a461710 Author: Samuel Verstraete Date: Wed Dec 9 13:47:18 2009 +0100 epsilon-svn: just updating the source_url --- zbeta/e17/epsilon-svn/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/e17/epsilon-svn/DETAILS b/zbeta/e17/epsilon-svn/DETAILS index 0e40698..041dcf7 100644 --- a/zbeta/e17/epsilon-svn/DETAILS +++ b/zbeta/e17/epsilon-svn/DETAILS @@ -2,7 +2,7 @@ VERSION=svn SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/epsilon + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/OLD/epsilon WEB_SITE=http://www.enlightenment.org/pages/epsilon.html ENTERED=20041002 UPDATED=`date --date="last monday" +%Y%m%d` From elangelo at lunar-linux.org Wed Dec 9 13:47:36 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:47:36 +0100 Subject: [Lunar-commits] e_modules_svn: add eweather Message-ID: <20091209124937.09D219B206@doppio.foo-projects.org> commit ce53687917049ee507dccb4689459952c185c662 Author: Samuel Verstraete Date: Wed Dec 9 13:47:36 2009 +0100 e_modules_svn: add eweather --- zbeta/e17/e_modules-svn/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zbeta/e17/e_modules-svn/DEPENDS b/zbeta/e17/e_modules-svn/DEPENDS index a5c2609..73a2efb 100644 --- a/zbeta/e17/e_modules-svn/DEPENDS +++ b/zbeta/e17/e_modules-svn/DEPENDS @@ -2,6 +2,7 @@ depends e17-svn depends emprint-svn depends esmart-svn depends ethumb-svn +depends eweather-svn depends exalt-svn depends exml-svn depends libmpd From elangelo at lunar-linux.org Wed Dec 9 13:49:01 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:49:01 +0100 Subject: [Lunar-commits] ethumb-svn: Update SOURCE_URL Message-ID: <20091209124937.1A4059B207@doppio.foo-projects.org> commit ff44a36acf3d90dead397bcf1952a710afa79fd2 Author: Samuel Verstraete Date: Wed Dec 9 13:49:01 2009 +0100 ethumb-svn: Update SOURCE_URL --- zbeta/e17/ethumb-svn/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zbeta/e17/ethumb-svn/DETAILS b/zbeta/e17/ethumb-svn/DETAILS index 33027f1..3a13f75 100644 --- a/zbeta/e17/ethumb-svn/DETAILS +++ b/zbeta/e17/ethumb-svn/DETAILS @@ -2,7 +2,7 @@ VERSION=svn SOURCE=$MODULE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/PROTO/ethumb + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/ethumb WEB_SITE=http://www.enlightenment.org ENTERED=20090907 UPDATED=`date --date="last monday" +%Y%m%d` From elangelo at lunar-linux.org Wed Dec 9 13:49:59 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:49:59 +0100 Subject: [Lunar-commits] Subject: enna-hg: Enna has switched to a different repository. So here it is now. Message-ID: <20091209125305.4D3289B205@doppio.foo-projects.org> commit 6af41bd7c9ba3adfa28b06ec8cdaaf137d594365 Author: Oliver Dietsch Date: Thu Dec 3 22:30:29 2009 +0100 Subject: enna-hg: Enna has switched to a different repository. So here it is now. The old version (enna-svn) can be removed, as its repository only contains a README telling you to use the newer hg-repository. I haven't tried all possible configurations regarding the optional_depends yet, but it should work OK. --- zbeta/enna-hg/BUILD | 11 +++++++++++ zbeta/enna-hg/DEPENDS | 38 ++++++++++++++++++++++++++++++++++++++ zbeta/enna-hg/DETAILS | 15 +++++++++++++++ 3 files changed, 64 insertions(+), 0 deletions(-) diff --git a/zbeta/enna-hg/BUILD b/zbeta/enna-hg/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/enna-hg/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/enna-hg/DEPENDS b/zbeta/enna-hg/DEPENDS new file mode 100644 index 0000000..cb61427 --- /dev/null +++ b/zbeta/enna-hg/DEPENDS @@ -0,0 +1,38 @@ +depends e_dbus-svn +depends elementary-svn +depends libvalhalla-hg + +optional_depends "curl" \ + "--enable-libcurl" \ + "--disable-libcurl" \ + "for curl support" + +optional_depends "efreet-svn" \ + "--enable-efreet" \ + "--disable-efreet" \ + "for freedesktop.org standards support" + +optional_depends "libcddb" \ + "--enable-libcddb" \ + "--disable-libcddb" \ + "for CDDB support" + +optional_depends "libexif" \ + "--enable-libexif" \ + "--disable-libexif" \ + "for EXIF file support" + +optional_depends "libplayer-hg" \ + "--enable-libplayer-backend" \ + "--disable-libplayer-backend" \ + "for various A/V output support" + +optional_depends "libxml2" \ + "--enable-libxml2" \ + "--disable-libxml2" \ + "for libxml2 support" + +optional_depends "lirc" \ + "" \ + "" \ + "for LIRC support" diff --git a/zbeta/enna-hg/DETAILS b/zbeta/enna-hg/DETAILS new file mode 100644 index 0000000..4dff3cb --- /dev/null +++ b/zbeta/enna-hg/DETAILS @@ -0,0 +1,15 @@ + MODULE=enna-hg + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=hg+http://hg.geexbox.org/enna +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE=http://enna.geexbox.org + ENTERED=20091003 + UPDATED=`date --date="last monday" +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="multimedia-center-thingy for E" +cat < enna-svn: replaced by enna-hg Message-ID: <20091209125305.5691C9B206@doppio.foo-projects.org> commit dbe5fa007aa2058b2f442a58a4d86c2f2a3e500e Author: Samuel Verstraete Date: Wed Dec 9 13:50:53 2009 +0100 enna-svn: replaced by enna-hg --- zbeta/enna-svn/BUILD | 11 ----------- zbeta/enna-svn/DEPENDS | 28 ---------------------------- zbeta/enna-svn/DETAILS | 14 -------------- 3 files changed, 0 insertions(+), 53 deletions(-) diff --git a/zbeta/enna-svn/BUILD b/zbeta/enna-svn/BUILD deleted file mode 100644 index 46c8c34..0000000 --- a/zbeta/enna-svn/BUILD +++ /dev/null @@ -1,11 +0,0 @@ -( - export PATH=$MODULE_PREFIX/bin:$PATH - export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" - export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" - export USER=nobody - - OPTS="$OPTS --with-profile=FAST_PC" - - default_cvs_build - -) > $C_FIFO 2>&1 diff --git a/zbeta/enna-svn/DEPENDS b/zbeta/enna-svn/DEPENDS deleted file mode 100644 index c5a718f..0000000 --- a/zbeta/enna-svn/DEPENDS +++ /dev/null @@ -1,28 +0,0 @@ -optional_depends "curl" \ - "--enable-libcurl" \ - "--disable-libcurl" \ - "for curl support" - -optional_depends "libxml2" \ - "--enable-libxml2" \ - "--disable-libxml2" \ - "for libxml2 support" - -optional_depends "emotion-svn" \ - "--enable-emotion-backend" \ - "--disable-emotion-backend" \ - "for optional playback with Emotion" - -optional_depends "libplayer-hg" \ - "--enable-libplayer-backend" \ - "--disable-libplayer-backend" \ - "for the libplayer A/V backend" - -optional_depends "lirc" \ - "" \ - "" \ - "for LIRC support" - - -# Just a reminder for Light Media Scanner to be eventually included one day :-) -# optional_depends "liblms" diff --git a/zbeta/enna-svn/DETAILS b/zbeta/enna-svn/DETAILS deleted file mode 100644 index 8b9f07a..0000000 --- a/zbeta/enna-svn/DETAILS +++ /dev/null @@ -1,14 +0,0 @@ - MODULE=enna-svn - VERSION=beta - SOURCE=$MODULE.tar.bz2 - SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/MISC/enna -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - WEB_SITE="http://exchange.enlightenment.org/application/show/164" - ENTERED=20081103 - UPDATED=`date -u +%Y%m%d` - MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} - SHORT="multimedia-center-thingy for E" -cat < Subject: libgdata: initial import. Gnome library for accessing services using the GData protocol Message-ID: <20091209125305.7C3599B208@doppio.foo-projects.org> commit 088c30a4304be1633ae1dbb57053a97a860473fa Author: giorgos chatzipavlis Date: Thu Dec 3 22:31:07 2009 +0100 Subject: libgdata: initial import. Gnome library for accessing services using the GData protocol --- zbeta/libgdata/BUILD | 12 ++++++++++++ zbeta/libgdata/DEPENDS | 1 + zbeta/libgdata/DETAILS | 16 ++++++++++++++++ 3 files changed, 29 insertions(+), 0 deletions(-) diff --git a/zbeta/libgdata/BUILD b/zbeta/libgdata/BUILD new file mode 100644 index 0000000..62fc456 --- /dev/null +++ b/zbeta/libgdata/BUILD @@ -0,0 +1,12 @@ +( + + ./configure --prefix=${GNOME210_PREFIX:-/usr} \ + --build=$BUILD \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=${GNOME210_PREFIX:-/usr}/share/info \ + --mandir=${GNOME210_PREFIX:-/usr}/share/man \ + $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/libgdata/DEPENDS b/zbeta/libgdata/DEPENDS new file mode 100644 index 0000000..7c5f131 --- /dev/null +++ b/zbeta/libgdata/DEPENDS @@ -0,0 +1 @@ +depends glib-2 diff --git a/zbeta/libgdata/DETAILS b/zbeta/libgdata/DETAILS new file mode 100644 index 0000000..fd873fd --- /dev/null +++ b/zbeta/libgdata/DETAILS @@ -0,0 +1,16 @@ + MODULE=libgdata + MAJOR=0.5 + VERSION=0.5.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ + SOURCE_VFY=sha1:93acc6ca5145aba3049b9f9240d4503b3a85e101 + WEB_SITE=http://www.gnome.org + ENTERED=20091006 + UPDATED=20091006 + SHORT="Gnome's GData protocol library" +cat << EOF +Libgdata is a GLib-based library for accessing online service APIs using +the GData protocol -- most notably, Google's services. It provides APIs +to access the common Google services, and has full asynchronous support. +EOF + From elangelo at lunar-linux.org Wed Dec 9 13:51:08 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:51:08 +0100 Subject: [Lunar-commits] Subject: eweather-svn: A new weather module for E. Message-ID: <20091209125305.69F2F9B207@doppio.foo-projects.org> commit 7338d67bd90ff092017df78393a31399d453576a Author: Oliver Dietsch Date: Thu Dec 3 22:33:34 2009 +0100 Subject: eweather-svn: A new weather module for E. Builds and installs without problems, but haven't figured out how to use it yet :( I'm only submitting this in the first place because it is required for e_modules-svn to build. --- zbeta/eweather-svn/BUILD | 11 +++++++++++ zbeta/eweather-svn/DEPENDS | 2 ++ zbeta/eweather-svn/DETAILS | 14 ++++++++++++++ 3 files changed, 27 insertions(+), 0 deletions(-) diff --git a/zbeta/eweather-svn/BUILD b/zbeta/eweather-svn/BUILD new file mode 100644 index 0000000..46c8c34 --- /dev/null +++ b/zbeta/eweather-svn/BUILD @@ -0,0 +1,11 @@ +( + export PATH=$MODULE_PREFIX/bin:$PATH + export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include" + export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib" + export USER=nobody + + OPTS="$OPTS --with-profile=FAST_PC" + + default_cvs_build + +) > $C_FIFO 2>&1 diff --git a/zbeta/eweather-svn/DEPENDS b/zbeta/eweather-svn/DEPENDS new file mode 100644 index 0000000..7275226 --- /dev/null +++ b/zbeta/eweather-svn/DEPENDS @@ -0,0 +1,2 @@ +depends edje-svn + diff --git a/zbeta/eweather-svn/DETAILS b/zbeta/eweather-svn/DETAILS new file mode 100644 index 0000000..a1d878b --- /dev/null +++ b/zbeta/eweather-svn/DETAILS @@ -0,0 +1,14 @@ + MODULE=eweather-svn + VERSION=svn + SOURCE=$MODULE.tar.bz2 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/PROTO/eweather + WEB_SITE=http://enlightenment.org/pages/enlightenment.html + ENTERED=20091203 + UPDATED=`date --date="last monday" +%Y%m%d` + MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment} + SHORT="a weather frontend for E" + +cat << EOF +A weather frontend gadget as a supplement for the E desktop shell. +EOF From elangelo at lunar-linux.org Wed Dec 9 13:51:56 2009 From: elangelo at lunar-linux.org (Samuel Verstraete) Date: Wed, 9 Dec 2009 13:51:56 +0100 Subject: [Lunar-commits] Subject: libvalhalla-hg: Fixing DEPENDS. Message-ID: <20091209125305.91E969B209@doppio.foo-projects.org> commit 2c20b21a3544a923156b1afeeb2457a0b1324d8f Author: Oliver Dietsch Date: Thu Dec 3 22:42:03 2009 +0100 Subject: libvalhalla-hg: Fixing DEPENDS. I think all the dependencies should be covered correctly. libnfo does not seem to be required (optional as of this day). Enna runs on my box, though I'm a bit confused by the yet again new interface. --- zbeta/libvalhalla-hg/BUILD | 6 ++++++ zbeta/libvalhalla-hg/DEPENDS | 9 +++++++++ zbeta/libvalhalla-hg/DETAILS | 13 +++++++++++++ 3 files changed, 28 insertions(+), 0 deletions(-) diff --git a/zbeta/libvalhalla-hg/BUILD b/zbeta/libvalhalla-hg/BUILD new file mode 100644 index 0000000..aa1d4bb --- /dev/null +++ b/zbeta/libvalhalla-hg/BUILD @@ -0,0 +1,6 @@ +( + # configure does not like --build. + ./configure --prefix=/usr $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/zbeta/libvalhalla-hg/DEPENDS b/zbeta/libvalhalla-hg/DEPENDS new file mode 100644 index 0000000..741db2f --- /dev/null +++ b/zbeta/libvalhalla-hg/DEPENDS @@ -0,0 +1,9 @@ +depends curl +depends libxml2 +depends sqlite + +optional_depends "libexif" "--enable-grabber-exif" "" "for the EXIF grabber" +# Disabled for now. Claims that it cannot find libavcodec due to a undefined +# reference during the ./configure test although it is installed on my box. +#optional_depends "ffmpeg" "--enable-grabber-ffmpeg" "" "for the FFmpeg grabber" + diff --git a/zbeta/libvalhalla-hg/DETAILS b/zbeta/libvalhalla-hg/DETAILS new file mode 100644 index 0000000..18dc7cc --- /dev/null +++ b/zbeta/libvalhalla-hg/DETAILS @@ -0,0 +1,13 @@ + MODULE=libvalhalla-hg + VERSION=beta + SOURCE=$MODULE.tar.bz2 + SOURCE_URL=hg+http://hg.geexbox.org/libvalhalla +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + WEB_SITE=http://geexbox.org/en/index.html + ENTERED=20091203 + UPDATED=`date --date="last monday" +%Y%m%d` + SHORT="a media scanner library" +cat < Subject: midori: version bump Message-ID: <20091209125305.A161F9B205@doppio.foo-projects.org> commit e81e262ddb2e2e7538a61c0c2eca134ee3f08c09 Author: giorgos chatzipavlis Date: Thu Dec 3 22:33:26 2009 +0100 Subject: midori: version bump add midori to supported list of known browsers in xdg-open script --- zbeta/midori/DETAILS | 8 ++++---- zbeta/midori/POST_INSTALL | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/zbeta/midori/DETAILS b/zbeta/midori/DETAILS index 8df94fc..50c3e9c 100644 --- a/zbeta/midori/DETAILS +++ b/zbeta/midori/DETAILS @@ -1,12 +1,12 @@ MODULE=midori - VERSION=0.1.10 - MAJOR=0.1 + VERSION=0.2.1 + MAJOR=0.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://archive.xfce.org/src/apps/midori/$MAJOR/ - SOURCE_VFY=sha1:9598de84d9c3283f236c3a075eb707b9423967e3 + SOURCE_VFY=sha1:5e6e9b055cf130f30a287886d908f8a672e66e0a WEB_SITE=http://www.twotoasts.de/index.php?/pages/midori_summary.html ENTERED=20070921 - UPDATED=20090912 + UPDATED=20091126 SHORT="lightweight WebKit/Gtk+-2 based browser" cat << EOF diff --git a/zbeta/midori/POST_INSTALL b/zbeta/midori/POST_INSTALL new file mode 100644 index 0000000..cfaa684 --- /dev/null +++ b/zbeta/midori/POST_INSTALL @@ -0,0 +1 @@ +if module_installed xdg-utils; then XDG_OPEN=`lvu from xdg-open|grep bin|cut -d: -f2`;sedit "s/firefox:/midori:firefox:/" $XDG_OPEN;fi From zbiggy at lunar-linux.org Wed Dec 9 21:35:11 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 9 Dec 2009 21:35:11 +0100 Subject: [Lunar-commits] flash-plugin-10: security release 10.0.42.34 Message-ID: <20091209203535.CF00E9B205@doppio.foo-projects.org> commit 9e256540855cbda7b34c25a9ec9ef43604906f02 Author: Zbigniew Luszpinski Date: Wed Dec 9 21:35:11 2009 +0100 flash-plugin-10: security release 10.0.42.34 --- web/flash-plugin-10/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/flash-plugin-10/DETAILS b/web/flash-plugin-10/DETAILS index d421208..c9f9cf3 100644 --- a/web/flash-plugin-10/DETAILS +++ b/web/flash-plugin-10/DETAILS @@ -1,12 +1,12 @@ MODULE=flash-plugin-10 - VERSION=10.0.32.18 + VERSION=10.0.42.34 SOURCE=install_flash_player_10_linux.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/install_flash_player_10_linux SOURCE_URL=http://fpdownload.macromedia.com/get/flashplayer/current/ - SOURCE_VFY=sha1:39b76f15753b2924ca3b5a342d4a7317517109fc + SOURCE_VFY=sha1:099f486bbc3e8e16afd09e2fbf963b6e531a6846 WEB_SITE=http://www.macromedia.com ENTERED=20080515 - UPDATED=20090801 + UPDATED=20091209 SHORT="Version 10 of the Macromedia Flash plugin for web browsers" cat << EOF From stumbles at lunar-linux.org Wed Dec 9 22:32:38 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 9 Dec 2009 16:32:38 -0500 Subject: [Lunar-commits] huludesktop: Version bump. Message-ID: <20091209213325.082ABF3AE4@doppio.foo-projects.org> commit f53b83a77fa6ae2b1ae42e88b4909cae419a8fa1 Author: Dennis `stumbles` Veatch Date: Wed Dec 9 16:32:38 2009 -0500 huludesktop: Version bump. --- video/huludesktop/DETAILS | 4 ++-- video/huludesktop/DETAILS.x86_64 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/video/huludesktop/DETAILS b/video/huludesktop/DETAILS index bc0a196..b35b079 100644 --- a/video/huludesktop/DETAILS +++ b/video/huludesktop/DETAILS @@ -1,12 +1,12 @@ MODULE=huludesktop - VERSION=0.9.6 + VERSION=0.9.7 SOURCE=$MODULE-i386.rpm SOURCE_URL=http://download.hulu.com/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE SOURCE_VFY=sha1:075f86027241f8598cf87705b669e318c6590229 WEB_SITE=http://www.hulu.com/labs/hulu-desktop-linux ENTERED=20091122 - UPDATED=20091126 + UPDATED=20091208 LICENSE="proprietary" SHORT="flash based TV program viewer" diff --git a/video/huludesktop/DETAILS.x86_64 b/video/huludesktop/DETAILS.x86_64 index e9bbc73..66948cb 100644 --- a/video/huludesktop/DETAILS.x86_64 +++ b/video/huludesktop/DETAILS.x86_64 @@ -1,12 +1,12 @@ MODULE=huludesktop - VERSION=0.9.6 + VERSION=0.9.7 SOURCE=$MODULE-x86_64.rpm SOURCE_URL=http://download.hulu.com/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:12e99b796b8435219a61ea4c75af1b402f74ef3c + SOURCE_VFY=sha1:5e451610378b2b26fb54c500c84d745b5bcbed5e WEB_SITE=http://www.hulu.com/labs/hulu-desktop-linux ENTERED=20091122 - UPDATED=20091126 + UPDATED=20091208 LICENSE="proprietary" SHORT="flash based TV program viewer" From stumbles at lunar-linux.org Wed Dec 9 22:32:56 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 9 Dec 2009 16:32:56 -0500 Subject: [Lunar-commits] flash-plugin-10: Bumping x86_64 Message-ID: <20091209213325.11BEE9B205@doppio.foo-projects.org> commit 71c8a16e119ce13eb7479d0ef4b0e8210e36f04a Author: Dennis `stumbles` Veatch Date: Wed Dec 9 16:32:56 2009 -0500 flash-plugin-10: Bumping x86_64 --- web/flash-plugin-10/DETAILS.x86_64 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/flash-plugin-10/DETAILS.x86_64 b/web/flash-plugin-10/DETAILS.x86_64 index 5152335..94227ab 100644 --- a/web/flash-plugin-10/DETAILS.x86_64 +++ b/web/flash-plugin-10/DETAILS.x86_64 @@ -1,11 +1,11 @@ MODULE=flash-plugin-10 - VERSION=10.0.32.18 + VERSION=10.0.42.34 SOURCE=libflashplayer-${VERSION}.linux-x86_64.so.tar.gz SOURCE_URL=http://download.macromedia.com/pub/labs/flashplayer10/ - SOURCE_VFY=sha1:222d35952ed7ecbbe37f8ad4c01d4c8046c4607e + SOURCE_VFY=sha1:4a4f2e4dcf9857b83b7e0bac3e7476e2868cc027 WEB_SITE=http://labs.adobe.com ENTERED=20080515 - UPDATED=20090801 + UPDATED=20091209 SHORT="Version 10 of the Macromedia Flash plugin for web browsers" cat << EOF From stumbles at lunar-linux.org Wed Dec 9 22:38:28 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 9 Dec 2009 16:38:28 -0500 Subject: [Lunar-commits] mediastreamer: Adding to moonbase. It will be an optional_depends for Message-ID: <20091209213952.73FFAF3BAE@doppio.foo-projects.org> commit f1bb8e0bb114a62c2433a84d721266f2446aed92 Author: Dennis `stumbles` Veatch Date: Wed Dec 9 16:38:28 2009 -0500 mediastreamer: Adding to moonbase. It will be an optional_depends for kdenetwork-4.4.x. --- audio/mediastreamer/DEPENDS | 8 ++++++++ audio/mediastreamer/DETAILS | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/audio/mediastreamer/DEPENDS b/audio/mediastreamer/DEPENDS new file mode 100644 index 0000000..9fb1aa8 --- /dev/null +++ b/audio/mediastreamer/DEPENDS @@ -0,0 +1,8 @@ +optional_depends alsa-lib "--enable-alsa" "--disable-alsa" "for alsa audio support" +optional_depends portaudio "--enable-portaudio" "--disable-portaudio" "for portaudio support" +optional_depends jack "--enable-jack" "--disable-jack" "for jack audio support" +optional_depends speex "--enable-speex" "--disable-speex" "for speech support" +optional_depends SDL "--enable-sdl" "--disable-sdl" "for SDL sound support" +optional_depends libtheora "--enable-theora" "--disable-theora" "for theora sound support" + +optional_depends ortp "--enable-external-ortp" "--disable-external-ortp" "Use internal or external ortp" diff --git a/audio/mediastreamer/DETAILS b/audio/mediastreamer/DETAILS new file mode 100644 index 0000000..0db44ef --- /dev/null +++ b/audio/mediastreamer/DETAILS @@ -0,0 +1,16 @@ + MODULE=mediastreamer + VERSION=2.3.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.savannah.gnu.org/releases-noredirect/linphone/mediastreamer/ + SOURCE_VFY=sha1:eae7032fbbf5d31b3c47a54566d34a8b97e38405 + WEB_SITE=http://www.linphone.org/index.php/eng/code_review/mediastreamer2 + ENTERED=20091209 + UPDATED=20091209 + SHORT="multimedia streaming engine" + +cat << EOF +Mediastreamer2 is a powerful and lightweighted streaming engine specialized for +voice/video telephony applications. It is the library that is responsible for +all the receiving and sending of multimedia streams in linphone, including +voice/video capture, encoding and decoding, and rendering. +EOF From tchan at lunar-linux.org Thu Dec 10 00:05:59 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Wed, 9 Dec 2009 17:05:59 -0600 Subject: [Lunar-commits] star: Version bump to 1.5.1 Message-ID: <20091209230651.5BDAB9B205@doppio.foo-projects.org> commit 4d0e835296e924c81c9b1465c4270968094fa82c Author: Terry Chan Date: Wed Dec 9 17:05:59 2009 -0600 star: Version bump to 1.5.1 --- archive/star/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/star/DETAILS b/archive/star/DETAILS index 43d1a20..5f9406b 100644 --- a/archive/star/DETAILS +++ b/archive/star/DETAILS @@ -1,12 +1,12 @@ MODULE=star - VERSION=1.5 + VERSION=1.5.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.berlios.de/pub/star/ - SOURCE_VFY=sha1:83f00d740b3feeafc741dfde5287cc319cfd6b9a + SOURCE_VFY=sha1:62ba0e0a995fc5deb492b025ecffe58735574b8a MAINTAINER=tchan at lunar-linux.org WEB_SITE=http://cdrecord.berlios.de/old/private/star.html ENTERED=20020424 - UPDATED=20090418 + UPDATED=20091209 SHORT="very fast, POSIX-compliant tar archiver. " cat << EOF From stumbles at lunar-linux.org Thu Dec 10 02:58:31 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 9 Dec 2009 20:58:31 -0500 Subject: [Lunar-commits] obexd: Version bump. Message-ID: <20091210015902.14B099B205@doppio.foo-projects.org> commit 62a7172f18cf235385bb08fdc511cb984052470e Author: Dennis `stumbles` Veatch Date: Wed Dec 9 20:58:31 2009 -0500 obexd: Version bump. --- net/obexd/DEPENDS | 2 -- net/obexd/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/net/obexd/DEPENDS b/net/obexd/DEPENDS index 012c4a0..911b25e 100644 --- a/net/obexd/DEPENDS +++ b/net/obexd/DEPENDS @@ -1,5 +1,3 @@ depends dbus depends bluez depends openobex - -optional_depends evolution-data-server "--enable-ebook" "--disable-ebook" "for ebook support" diff --git a/net/obexd/DETAILS b/net/obexd/DETAILS index 889d12c..5f75674 100644 --- a/net/obexd/DETAILS +++ b/net/obexd/DETAILS @@ -1,11 +1,11 @@ MODULE=obexd - VERSION=0.19 + VERSION=0.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:16e95cc3bf630c1d4127e807b47b082f3d7c093b + SOURCE_VFY=sha1:cbcedd12816b1cae0e174ce0194cafb53a3fa929 WEB_SITE=http://www.bluez.org/ ENTERED=20090402 - UPDATED=20091125 + UPDATED=20091209 SHORT="OBEX Server and Client" cat << EOF OBEX Server and Client with support for Phonebook Access and From stumbles at lunar-linux.org Thu Dec 10 21:39:56 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 10 Dec 2009 15:39:56 -0500 Subject: [Lunar-commits] ortp: gah! I borked that. Message-ID: <20091210204043.B09EF9B1F3@doppio.foo-projects.org> commit 4106944b2e43f8f174ef532aa1134594428e27e0 Author: Dennis `stumbles` Veatch Date: Thu Dec 10 15:39:56 2009 -0500 ortp: gah! I borked that. --- libs/ortp/BUILD | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libs/ortp/BUILD b/libs/ortp/BUILD index aa3e59b..4a0cc34 100644 --- a/libs/ortp/BUILD +++ b/libs/ortp/BUILD @@ -1,7 +1,11 @@ ( - default_build && + default_config && - sedit "s:-Lyes:-L:" /usr/lib/pkgconfig/ortp.pc + sedit "s:yes/:/:g" Makefile src/Makefile src/tests/Makefile && + + default_make && + + sedit "s:yes::" /usr/lib/pkgconfig/ortp.pc ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Thu Dec 10 21:45:17 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 10 Dec 2009 15:45:17 -0500 Subject: [Lunar-commits] huludesktop: Don't need that. Message-ID: <20091210204533.272A19B1F3@doppio.foo-projects.org> commit c427b2842abed481bdc1012978afe60a5fc87455 Author: Dennis `stumbles` Veatch Date: Thu Dec 10 15:45:17 2009 -0500 huludesktop: Don't need that. --- video/huludesktop/BUILD | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/video/huludesktop/BUILD b/video/huludesktop/BUILD index 1f94568..3f5df94 100644 --- a/video/huludesktop/BUILD +++ b/video/huludesktop/BUILD @@ -1,7 +1,5 @@ ( -( - rpm2cpio $SOURCE > $MODULE.cpio && cpio -id < $SOURCE_DIRECTORY/$MODULE.cpio && prepare_install && From florin at lunar-linux.org Fri Dec 11 04:23:02 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Dec 2009 05:23:02 +0200 Subject: [Lunar-commits] vlc: version bumped to 1.0.4. Message-ID: <20091211032412.957479B1F3@doppio.foo-projects.org> commit d073dbc86653632cb45e6643287d71ed60c7cb75 Author: Florin Braescu Date: Fri Dec 11 05:23:02 2009 +0200 vlc: version bumped to 1.0.4. Changes: Audio outputs: * Fix deadlocks in the audio output core * Make PulseAudio the default output if available Video outputs: * Fix fullscreen mode with KDE 4.3.3 and other window managers * Fix incompatibility with cairo-dock and compositing Input: * Fix DVB scanning regression from VLC 1.0.3 * Support for XZ-compressed byte stream (LZMA algorithm) Playlist: * Support for .m3u8 playlist files (UTF-8 M3U) Unix: * Support for xcb-keysyms version 0.3.4 or higher * Fix globalhotkeys on FreeBSD Qt4 interface: * Fix opening V4L version 1 devices * Fix default destination ports in the streaming wizard Translations: * New Walloon translation * Swedish, Ukrainian an French translation update --- video/vlc/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/video/vlc/DETAILS b/video/vlc/DETAILS index 363b726..e2911e2 100644 --- a/video/vlc/DETAILS +++ b/video/vlc/DETAILS @@ -1,12 +1,12 @@ MODULE=vlc - VERSION=1.0.3 + VERSION=1.0.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION - SOURCE_VFY=sha1:f16324aa9df159251c1cc29e886d96b6d33154bf + SOURCE_VFY=sha1:59d99dd005f70b3442c1c44472640e10fdc15aa5 WEB_SITE=http://www.videolan.org ENTERED=20011113 - UPDATED=20091031 - SHORT="Videolan client multimedia player" + UPDATED=20091211 + SHORT="Videolan client multimedia player" cat << EOF The VideoLAN Client (VLC) is an MPEG, MPEG2, VCD and DVD player for From florin at lunar-linux.org Fri Dec 11 04:26:20 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Dec 2009 05:26:20 +0200 Subject: [Lunar-commits] smartmontools: version bumped to 5.39. Message-ID: <20091211032734.B1F5C9B1F3@doppio.foo-projects.org> commit 81050cbaca4a4585a8a4ccd31f549c73fdfc632b Author: Florin Braescu Date: Fri Dec 11 05:26:20 2009 +0200 smartmontools: version bumped to 5.39. Many bugfixes, feature enhancements, and other changes. --- utils/smartmontools/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/utils/smartmontools/DETAILS b/utils/smartmontools/DETAILS index 6df1ca0..4950763 100644 --- a/utils/smartmontools/DETAILS +++ b/utils/smartmontools/DETAILS @@ -1,12 +1,13 @@ MODULE=smartmontools - VERSION=5.38 + VERSION=5.39 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:90e36f46af7a35336c63868176aa71deef4c9e66 - WEB_SITE=http://smartmontools.sourceforge.net/ + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:d295e7a4e87de6d12629d5b5ae2578b4541db648 + WEB_SITE=http://smartmontools.sourceforge.net ENTERED=20040330 - UPDATED=20081025 + UPDATED=20091211 SHORT="For monitoring S.M.A.R.T. disks and devices." + cat << EOF The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis From florin at lunar-linux.org Fri Dec 11 07:14:21 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Dec 2009 08:14:21 +0200 Subject: [Lunar-commits] gimp: version bumped to 2.6.8. Message-ID: <20091211061533.F049C9B1F3@doppio.foo-projects.org> commit 9f3b83d279938f0614f856a6519cb50e55849d8c Author: Florin Braescu Date: Fri Dec 11 08:14:21 2009 +0200 gimp: version bumped to 2.6.8. Bugfixes and translations updates. --- graphics/gimp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS index 666e700..67df3c3 100644 --- a/graphics/gimp/DETAILS +++ b/graphics/gimp/DETAILS @@ -1,13 +1,13 @@ MODULE=gimp MAJOR=2.6 - VERSION=2.6.7 + VERSION=2.6.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v$MAJOR SOURCE_URL[1]=ftp://ftp.cs.umn.edu/pub/gimp/v$MAJOR - SOURCE_VFY=sha1:0661d162fecfd907e183ce42853dd5b9d3cb4c51 + SOURCE_VFY=sha1:a550943f086abc9bf6b96d576741337b7186a4f4 WEB_SITE=http://www.gimp.org ENTERED=20020218 - UPDATED=20090814 + UPDATED=20091211 SHORT="GNU Image Manipulation Program" cat << EOF From florin at lunar-linux.org Fri Dec 11 10:37:45 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Dec 2009 11:37:45 +0200 Subject: [Lunar-commits] lxsession: version bumped to 0.4.1. Message-ID: <20091211093856.EBE9D9B205@doppio.foo-projects.org> commit 86b80a8e095d90552ff6ab9f01e3bf6ff7bb49b5 Author: Florin Braescu Date: Fri Dec 11 11:37:45 2009 +0200 lxsession: version bumped to 0.4.1. Bugfixes and enhacements. --- lxde/lxsession/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lxde/lxsession/DETAILS b/lxde/lxsession/DETAILS index 99f5117..5caa5da 100644 --- a/lxde/lxsession/DETAILS +++ b/lxde/lxsession/DETAILS @@ -1,11 +1,11 @@ MODULE=lxsession - VERSION=0.3.8 + VERSION=0.4.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/lxde - SOURCE_VFY=sha1:6890b23acd50f66457d0531a5bfd19fbf1278a6a + SOURCE_VFY=sha1:7cee20cad8ca9241074891237c16af0a4b2010e4 WEB_SITE=http://lxde.org ENTERED=20090713 - UPDATED=20090713 + UPDATED=20091211 SHORT="A session manager for LXDE" MAINTAINER=florin at lunar-linux.org From florin at lunar-linux.org Fri Dec 11 14:13:50 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Dec 2009 15:13:50 +0200 Subject: [Lunar-commits] lxde-common: version bumped to 0.5.0. Message-ID: <20091211131501.2F5AC9B208@doppio.foo-projects.org> commit d01295c056df6160e5442364ad9dd478eb0f8fa5 Author: Florin Braescu Date: Fri Dec 11 15:13:50 2009 +0200 lxde-common: version bumped to 0.5.0. Bugfixes and enhacements. --- lxde/lxde-common/BUILD | 6 ------ lxde/lxde-common/DETAILS | 8 ++++---- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/lxde/lxde-common/BUILD b/lxde/lxde-common/BUILD deleted file mode 100644 index 6157835..0000000 --- a/lxde/lxde-common/BUILD +++ /dev/null @@ -1,6 +0,0 @@ -( - - sedit "s:@LN_S@:ln -sf:" icon-theme/Makefile.in && - default_build - -) > $C_FIFO 2>&1 diff --git a/lxde/lxde-common/DETAILS b/lxde/lxde-common/DETAILS index 0a294e4..dbf5861 100644 --- a/lxde/lxde-common/DETAILS +++ b/lxde/lxde-common/DETAILS @@ -1,11 +1,11 @@ MODULE=lxde-common - VERSION=0.4.2 - SOURCE=$MODULE-$VERSION.tar.bz2 + VERSION=0.5.0 + SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/lxde - SOURCE_VFY=sha1:401f9d4256c254fb258e860c1a316a06947deabe + SOURCE_VFY=sha1:01a95b9f125616a0f195de4bef7255452b86d1e9 WEB_SITE=http://lxde.org ENTERED=20090713 - UPDATED=20090713 + UPDATED=20091211 SHORT="A lightweight X11 Desktop Environment" MAINTAINER=florin at lunar-linux.org From florin at lunar-linux.org Fri Dec 11 16:28:46 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Dec 2009 17:28:46 +0200 Subject: [Lunar-commits] lxde-icon-theme: a LXDE icons set. Message-ID: <20091211153007.5D3ED9B208@doppio.foo-projects.org> commit 8915b78755a9bded12f6126bbc0f0687cbba1a0c Author: Florin Braescu Date: Fri Dec 11 17:28:46 2009 +0200 lxde-icon-theme: a LXDE icons set. --- lxde/lxde-icon-theme/DETAILS | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/lxde/lxde-icon-theme/DETAILS b/lxde/lxde-icon-theme/DETAILS new file mode 100644 index 0000000..a06d557 --- /dev/null +++ b/lxde/lxde-icon-theme/DETAILS @@ -0,0 +1,12 @@ + MODULE=lxde-icon-theme + VERSION=0.0.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/lxde + SOURCE_VFY=sha1:84e487c40ef3b2a1abdca1de53eba251222de122 + WEB_SITE=http://lxde.org + ENTERED=20091211 + UPDATED=20091211 + SHORT="" + +cat << EOF +EOF From florin at lunar-linux.org Fri Dec 11 16:31:42 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Dec 2009 17:31:42 +0200 Subject: [Lunar-commits] LXDE: add the optional lxde-icon-theme module to the profile. Message-ID: <20091211153257.05CDB9B208@doppio.foo-projects.org> commit d0f22502a7075eae70bc45c4b37205e81622c9cf Author: Florin Braescu Date: Fri Dec 11 17:31:42 2009 +0200 LXDE: add the optional lxde-icon-theme module to the profile. --- profiles/LXDE/DEPENDS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/profiles/LXDE/DEPENDS b/profiles/LXDE/DEPENDS index 0dc4314..cbf26d3 100644 --- a/profiles/LXDE/DEPENDS +++ b/profiles/LXDE/DEPENDS @@ -21,3 +21,8 @@ optional_depends "lxde-settings-daemon" \ "" \ "" \ "a XSettings daemon like for LXDE" + +optional_depends "lxde-icon-theme" \ + "" \ + "" \ + "a LXDE icons theme" From florin at lunar-linux.org Fri Dec 11 18:03:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 11 Dec 2009 19:03:29 +0200 Subject: [Lunar-commits] xf86-input-evdev: version bumped to 2.3.2. Message-ID: <20091211170452.348B69B208@doppio.foo-projects.org> commit 21ec3c3bbb69a174576b14663012dddcf4149451 Author: Florin Braescu Date: Fri Dec 11 19:03:29 2009 +0200 xf86-input-evdev: version bumped to 2.3.2. Two fixes for the calibration, the swap axis setting was applied too late and thus confused the calibration settings. And the intial calibration didn't get written into the property. BTN_TOUCH handling is improved now, so this version of evdev works better for tablets. --- xorg7/driver/xf86-input-evdev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS index b87c46e..e18e4ad 100644 --- a/xorg7/driver/xf86-input-evdev/DETAILS +++ b/xorg7/driver/xf86-input-evdev/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-evdev - VERSION=2.3.1 + VERSION=2.3.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:8d5129dd92ccd3a6d62df5fdcbaad2ce131e700f + SOURCE_VFY=sha1:b3512cd2747727ec06733997067c7ff15f602115 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20091126 + UPDATED=20091211 SHORT="An input driver" cat << EOF From florin at lunar-linux.org Sat Dec 12 17:35:10 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 12 Dec 2009 18:35:10 +0200 Subject: [Lunar-commits] proftpd: version bumped to 1.3.2c. Message-ID: <20091212163623.6C5E39B208@doppio.foo-projects.org> commit 0c634c0098b0ec87d37c8ca588dae3ca3354dc59 Author: Florin Braescu Date: Sat Dec 12 18:35:10 2009 +0200 proftpd: version bumped to 1.3.2c. Bugfixes. --- ftp/proftpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/proftpd/DETAILS b/ftp/proftpd/DETAILS index c4df75d..1641e99 100644 --- a/ftp/proftpd/DETAILS +++ b/ftp/proftpd/DETAILS @@ -1,11 +1,11 @@ MODULE=proftpd - VERSION=1.3.2b + VERSION=1.3.2c SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.proftpd.org/distrib/source - SOURCE_VFY=sha1:facd51ff9c35fa8bf2959d2829da1304a63c646a + SOURCE_VFY=sha1:d81c4b988fc70109a82804852378bfd6f28602a6 WEB_SITE=http://www.proftpd.org ENTERED=20011112 - UPDATED=20091021 + UPDATED=20091212 SHORT="A ftp server" cat << EOF From florin at lunar-linux.org Sat Dec 12 20:42:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 12 Dec 2009 21:42:58 +0200 Subject: [Lunar-commits] eric4: version bumped to 4.3.10. Message-ID: <20091212194412.287E99B208@doppio.foo-projects.org> commit 2124c233b777396f01bfcd99ce5fabdac810c9d4 Author: Florin Braescu Date: Sat Dec 12 21:42:58 2009 +0200 eric4: version bumped to 4.3.10. Bugfixes release. --- editors/eric4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/eric4/DETAILS b/editors/eric4/DETAILS index 643ec3c..bb214d6 100644 --- a/editors/eric4/DETAILS +++ b/editors/eric4/DETAILS @@ -1,11 +1,11 @@ MODULE=eric4 - VERSION=4.3.9 + VERSION=4.3.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/eric-ide - SOURCE_VFY=sha1:bdb54fcb50b3d6eac38bd4dc8bbd1c3e138819dd + SOURCE_VFY=sha1:afde40a05d51d41bd7e9aa5bbdcbf04cf99b6b3a WEB_SITE=http://www.die-offenbachs.de/detlev/eric ENTERED=20080914 - UPDATED=20091110 + UPDATED=20091212 SHORT="A full featured Python IDE" cat << EOF From zbiggy at lunar-linux.org Sat Dec 12 23:59:21 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 12 Dec 2009 23:59:21 +0100 Subject: [Lunar-commits] git: updated to 1.6.5.6 Message-ID: <20091212231930.17AA79B1FE@doppio.foo-projects.org> commit c052cceb45d9e302f82da2e1b87cf515e11a712a Author: Zbigniew Luszpinski Date: Sat Dec 12 23:59:21 2009 +0100 git: updated to 1.6.5.6 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index 0367684..e4d1b27 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.5.5 + VERSION=1.6.5.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:3480315deed7ab8b495032a7a06257491f520f53 - SOURCE2_VFY=sha1:f8b0cec115108714944da4c5e8005912b86f85b5 + SOURCE_VFY=sha1:1f09b5170fe906eafe0471dcb9ec9088bddd7653 + SOURCE2_VFY=sha1:b97e529538a2a28345e567d46d64538f99906b84 SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20091206 + UPDATED=20091212 SHORT="Fast version control system" PSAFE=no From tchan at lunar-linux.org Sun Dec 13 03:58:43 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Sat, 12 Dec 2009 20:58:43 -0600 Subject: [Lunar-commits] zile: Version bump to 2.3.14 Message-ID: <20091213025907.94E489B208@doppio.foo-projects.org> commit d1543114134972fe9421ca2eb6deff39d562477c Author: Terry Chan Date: Sat Dec 12 20:58:43 2009 -0600 zile: Version bump to 2.3.14 --- editors/zile/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/zile/DETAILS b/editors/zile/DETAILS index f4156f6..282bf50 100644 --- a/editors/zile/DETAILS +++ b/editors/zile/DETAILS @@ -1,11 +1,11 @@ MODULE=zile - VERSION=2.3.12 + VERSION=2.3.14 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/zile/ - SOURCE_VFY=sha1:4bfb8e3a28659d7368aba23ee3001f20ca047f63 + SOURCE_VFY=sha1:f97aad69b7f80b2603815b0f804e2d74d088db68 WEB_SITE=http://www.gnu.org/software/zile/ ENTERED=20010922 - UPDATED=20091027 + UPDATED=20091212 SHORT="zile is a small, fast and powerful emacs clone." cat << EOF Zile is a small, fast, and powerful Emacs clone. It is very useful for From stumbles at lunar-linux.org Sun Dec 13 10:43:55 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 13 Dec 2009 04:43:55 -0500 Subject: [Lunar-commits] polkit-qt: putting this in /opt is caused more hassle than its worth. Message-ID: <20091213094450.C541FF37B4@doppio.foo-projects.org> commit dde8d747c8fd2f02c9c8b12c93a12308ef90e9d0 Author: Dennis `stumbles` Veatch Date: Sun Dec 13 04:43:55 2009 -0500 polkit-qt: putting this in /opt is caused more hassle than its worth. --- qt4-apps/polkit-qt/BUILD | 15 +++++++-------- qt4-apps/polkit-qt/DETAILS | 1 - 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/qt4-apps/polkit-qt/BUILD b/qt4-apps/polkit-qt/BUILD index 169325d..85e2536 100644 --- a/qt4-apps/polkit-qt/BUILD +++ b/qt4-apps/polkit-qt/BUILD @@ -1,19 +1,18 @@ ( - KDE4_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - - sedit "s:lib64/automoc4:lib64/automoc4 $KDE4_PREFIX/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake - - BUILD_DIR="$SOURCE_DIRECTORY/build_dir" + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-buid" && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - mkdir $BUILD_DIR && - cd $BUILD_DIR && + sedit "s:lib64/automoc4:lib64/automoc4 $KDE4_INSTALL_DIR/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake && + + 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/qt4-apps/polkit-qt/DETAILS b/qt4-apps/polkit-qt/DETAILS index 3b21dde..38c161d 100644 --- a/qt4-apps/polkit-qt/DETAILS +++ b/qt4-apps/polkit-qt/DETAILS @@ -3,7 +3,6 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/apps/KDE4.x/admin SOURCE_VFY=sha1:7418067732302ebef22c60e8c2e053e56a07c533 - MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} WEB_SITE=http://www.kde.org ENTERED=20090628 UPDATED=20090805 From engelsman at lunar-linux.org Sun Dec 13 16:39:20 2009 From: engelsman at lunar-linux.org (Duncan Gibson) Date: Sun, 13 Dec 2009 16:39:20 +0100 Subject: [Lunar-commits] xfce4-mpc-plugin: corrected typo in DETAILS Message-ID: <20091213154025.B01E59B209@doppio.foo-projects.org> commit afce3aa3f6a6e1e9e0a24126d65d9032cee4ef92 Author: Duncan Gibson Date: Sun Dec 13 16:39:20 2009 +0100 xfce4-mpc-plugin: corrected typo in DETAILS --- xfce4/goodies/xfce4-mpc-plugin/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xfce4/goodies/xfce4-mpc-plugin/DETAILS b/xfce4/goodies/xfce4-mpc-plugin/DETAILS index 3798eab..37cb35e 100644 --- a/xfce4/goodies/xfce4-mpc-plugin/DETAILS +++ b/xfce4/goodies/xfce4-mpc-plugin/DETAILS @@ -1,5 +1,5 @@ MODULE=xfce4-mpc-plugin - MAJOR-0.3 + MAJOR=0.3 VERSION=0.3.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://mocha.xfce.org/archive/src/panel-plugins/$MODULE/$MAJOR From florin at lunar-linux.org Sun Dec 13 22:28:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Dec 2009 23:28:31 +0200 Subject: [Lunar-commits] libisoburn: version bumped to 0.4.6. Message-ID: <20091213212957.5170C9B209@doppio.foo-projects.org> commit bd81482d5b77cb5eb0a3280c65943224433f6366 Author: Florin Braescu Date: Sun Dec 13 23:28:31 2009 +0200 libisoburn: version bumped to 0.4.6. The xorriso program in this release of libisoburn allows performance tuning of output to DVD drives or disk files. --- cd/libisoburn/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/libisoburn/DETAILS b/cd/libisoburn/DETAILS index 32f1f1e..dab1ca5 100644 --- a/cd/libisoburn/DETAILS +++ b/cd/libisoburn/DETAILS @@ -1,11 +1,11 @@ MODULE=libisoburn - VERSION=0.4.4 + VERSION=0.4.6 SOURCE=$MODULE-$VERSION.pl00.tar.gz SOURCE_URL=http://files.libburnia-project.org/releases - SOURCE_VFY=sha1:0e60028e6d09f5a18862fb846245979b9b972408 + SOURCE_VFY=sha1:3952ebfcbf427241d5ae69d5f9a048fe6c4e0230 WEB_SITE=http://libburnia-project.org ENTERED=20080513 - UPDATED=20091101 + UPDATED=20091213 SHORT="A frontend for libraries libburn and libisofs" cat << EOF From florin at lunar-linux.org Sun Dec 13 22:29:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Dec 2009 23:29:58 +0200 Subject: [Lunar-commits] licq: version bumped to 1.3.8. Message-ID: <20091213213105.709DE9B209@doppio.foo-projects.org> commit a98d13236ffa28890287025fa4e9fc21259868b5 Author: Florin Braescu Date: Sun Dec 13 23:29:58 2009 +0200 licq: version bumped to 1.3.8. This is mostly a bugfix release, but it also contains several new features for the LicqWeb GUI, such as showing recent messages, setting offline status, and resizing windows. --- chat/licq/BUILD | 1 + chat/licq/DEPENDS | 12 ++++++------ chat/licq/DETAILS | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/chat/licq/BUILD b/chat/licq/BUILD index 9b188e0..c42d827 100644 --- a/chat/licq/BUILD +++ b/chat/licq/BUILD @@ -1,4 +1,5 @@ ( + CONSOLE_PLUGIN="no" QT_PLUGIN="no" QT4_PLUGIN="no" diff --git a/chat/licq/DEPENDS b/chat/licq/DEPENDS index 6a9ed7c..1497fd8 100644 --- a/chat/licq/DEPENDS +++ b/chat/licq/DEPENDS @@ -1,32 +1,32 @@ optional_depends "openssl" \ "" \ "" \ - "for secure communication and MSN support" && + "for secure communication and MSN support" optional_depends "kdelibs3" \ "--with-kde" \ "" \ - "for KDE integration" && + "for KDE integration" optional_depends "gpgme" \ "" \ "" \ - "for GnuPG encryption support" && + "for GnuPG encryption support" optional_depends "qt3" \ "" \ "" \ - "for Qt frontend" && + "for Qt frontend" optional_depends "qt4" \ "" \ "" \ - "for Qt4 frontend" && + "for Qt4 frontend" optional_depends "cdk" \ "" \ "" \ - "for cursed-based console frontend" && + "for cursed-based console frontend" optional_depends "xosd" \ "" \ diff --git a/chat/licq/DETAILS b/chat/licq/DETAILS index b73435c..a8ce04b 100644 --- a/chat/licq/DETAILS +++ b/chat/licq/DETAILS @@ -1,11 +1,11 @@ MODULE=licq - VERSION=1.3.6 + VERSION=1.3.8 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$SFORGE_URL/licq/ - SOURCE_VFY=sha1:1451da41c82b9a13424c96d8641e642895b723ac + SOURCE_URL=$SFORGE_URL/licq + SOURCE_VFY=sha1:3cd6ccf8b584dff7803a639da82c3bed7fafdbac WEB_SITE=http://www.licq.org ENTERED=20011031 - UPDATED=20081230 + UPDATED=20091213 SHORT="A multi-threaded ICQ clone" MAINTAINER=jannis at lunar-linux.org From florin at lunar-linux.org Sun Dec 13 22:30:48 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 13 Dec 2009 23:30:48 +0200 Subject: [Lunar-commits] nano: version bumped to 2.2.1. Message-ID: <20091213213151.26DD89B209@doppio.foo-projects.org> commit 6831e4c0bc03f0a8586bf9e3eec4cfeb78da7c8a Author: Florin Braescu Date: Sun Dec 13 23:30:48 2009 +0200 nano: version bumped to 2.2.1. Bugfixes. --- editors/nano/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/nano/DETAILS b/editors/nano/DETAILS index c89da3a..12bcf1d 100644 --- a/editors/nano/DETAILS +++ b/editors/nano/DETAILS @@ -1,15 +1,15 @@ MODULE=nano - VERSION=2.2.0 + VERSION=2.2.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.nano-editor.org/dist/v2.2 - SOURCE_VFY=sha1:3a845a4df83828921c1ca2d913fe45cc46c6308d + SOURCE_VFY=sha1:427f0fa9a45f6ce7a7ef88ce58213a04f6e2e9f8 SOURCE2=nanorc-20071127.bz2 SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:ce69f7e2cb6476139799a6da58ae1754df595049 WEB_SITE=http://www.nano-editor.org ENTERED=20010922 - UPDATED=20091201 - SHORT="Superior clone of the pico text editor" + UPDATED=20091213 + SHORT="Superior clone of the pico text editor" cat << EOF The nano project was started because of a few problems with the From florin at lunar-linux.org Mon Dec 14 06:43:03 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 14 Dec 2009 07:43:03 +0200 Subject: [Lunar-commits] mkvtoolnix: version bumped to 3.0.0. Message-ID: <20091214054418.29CBF9B204@doppio.foo-projects.org> commit 1f8c2b0ecc2dba06c39c1878b4186d1822a0ed9d Author: Florin Braescu Date: Mon Dec 14 07:43:03 2009 +0200 mkvtoolnix: version bumped to 3.0.0. Bugfixes and improvements. --- video/mkvtoolnix/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mkvtoolnix/DETAILS b/video/mkvtoolnix/DETAILS index f81bf10..9b541aa 100644 --- a/video/mkvtoolnix/DETAILS +++ b/video/mkvtoolnix/DETAILS @@ -1,11 +1,11 @@ MODULE=mkvtoolnix - VERSION=2.9.9 + VERSION=3.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.bunkus.org/videotools/$MODULE/sources - SOURCE_VFY=sha1:3e41855c95dd30a22f353cebb0d8ae1d9ee2c138 + SOURCE_VFY=sha1:69b4951640e2b0e5fcb27394444ffac24c001b54 WEB_SITE=http://www.bunkus.org/videotools/mkvtoolnix ENTERED=20031113 - UPDATED=20091202 + UPDATED=20091213 MAINTAINER=florin at lunar-linux.org SHORT="Tools for using Matroska audio/video container files" From florin at lunar-linux.org Mon Dec 14 06:51:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 14 Dec 2009 07:51:25 +0200 Subject: [Lunar-commits] postgresql: version bumped to 8.4.2. Message-ID: <20091214055244.0566E9B204@doppio.foo-projects.org> commit 4b3aa9851e05afa1546ca91ec70d7175b0bf2f56 Author: Florin Braescu Date: Mon Dec 14 07:51:25 2009 +0200 postgresql: version bumped to 8.4.2. Bugfixes and maintenance release. --- sql/postgresql/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/postgresql/DETAILS b/sql/postgresql/DETAILS index 3e62fc9..c5b2c04 100644 --- a/sql/postgresql/DETAILS +++ b/sql/postgresql/DETAILS @@ -1,13 +1,13 @@ MODULE=postgresql - VERSION=8.4.1 + VERSION=8.4.2 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v${VERSION} SOURCE_URL[1]=ftp://ftp.nl.postgresql.org/pub/mirrors/postgresql/source/v${VERSION} SOURCE_URL[2]=ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${VERSION} - SOURCE_VFY=sha1:e6903f0029402ef8fb12645a177204499ea5b2b7 + SOURCE_VFY=sha1:a617698ef3b41a74fe2c4af346172eb03e7f8a7f WEB_SITE=http://www.postgresql.org ENTERED=20011113 - UPDATED=20090908 + UPDATED=20091214 SHORT="A sophisticated Object-Relational DBMS" cat << EOF From stumbles at lunar-linux.org Mon Dec 14 11:21:43 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 14 Dec 2009 05:21:43 -0500 Subject: [Lunar-commits] gpsd: version bump. Need to disable tnt, they are aware it is broken atm but Message-ID: <20091214102252.DB3089B204@doppio.foo-projects.org> commit fc27327aec934befce2d120761524c0495e8757c Author: Dennis `stumbles` Veatch Date: Mon Dec 14 05:21:43 2009 -0500 gpsd: version bump. Need to disable tnt, they are aware it is broken atm but have no device to fully test on. --- science/gpsd/BUILD | 2 +- science/gpsd/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/gpsd/BUILD b/science/gpsd/BUILD index 1160d4e..8db02d4 100644 --- a/science/gpsd/BUILD +++ b/science/gpsd/BUILD @@ -1,6 +1,6 @@ ( - OPTS="$OPTS --enable-itrax --enable-tnt --enable-dbus" + OPTS="$OPTS --enable-itrax --disable-tnt --enable-dbus" default_build && diff --git a/science/gpsd/DETAILS b/science/gpsd/DETAILS index f8e3578..4804dff 100644 --- a/science/gpsd/DETAILS +++ b/science/gpsd/DETAILS @@ -1,12 +1,12 @@ MODULE=gpsd - VERSION=2.39 + VERSION=2.90 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.berlios.de/$MODULE/ SOURCE_URL[1]=http://download2.berlios.de/$MODULE/ - SOURCE_VFY=sha1:d3f33da9f8e789119366ec4781957eed118aa08f + SOURCE_VFY=sha1:e8831bd8013015633c49e6af37537ee6228e5372 WEB_SITE=http://gpsd.berlios.de/ ENTERED=20070609 - UPDATED=20090319 + UPDATED=20091214 SHORT="daemon that monitors one or more GPSes" cat << EOF From stumbles at lunar-linux.org Mon Dec 14 11:38:16 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 14 Dec 2009 05:38:16 -0500 Subject: [Lunar-commits] attica: Adding to moonbase. Will be an optional_depends for kde-4.4.x Message-ID: <20091214104204.58D999B204@doppio.foo-projects.org> commit e81ecb90653d03294ac5709f8ee468a5325c3498 Author: Dennis `stumbles` Veatch Date: Mon Dec 14 05:38:16 2009 -0500 attica: Adding to moonbase. Will be an optional_depends for kde-4.4.x --- libs/attica/BUILD | 13 +++++++++++++ libs/attica/DEPENDS | 2 ++ libs/attica/DETAILS | 19 +++++++++++++++++++ 3 files changed, 34 insertions(+), 0 deletions(-) diff --git a/libs/attica/BUILD b/libs/attica/BUILD new file mode 100644 index 0000000..4f975d5 --- /dev/null +++ b/libs/attica/BUILD @@ -0,0 +1,13 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/libs/attica/DEPENDS b/libs/attica/DEPENDS new file mode 100644 index 0000000..a67e7a8 --- /dev/null +++ b/libs/attica/DEPENDS @@ -0,0 +1,2 @@ +depends cmake +depends qt4 diff --git a/libs/attica/DETAILS b/libs/attica/DETAILS new file mode 100644 index 0000000..9ffe300 --- /dev/null +++ b/libs/attica/DETAILS @@ -0,0 +1,19 @@ + MODULE=attica + VERSION=0.1.0 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=ftp://ftp.kde.org/pub/kde/stable/attica/ + SOURCE_VFY=sha1:cc22b4f46f8033fe5ceedd85e6a2e8611a6c4065 + WEB_SITE=http://www.freedesktop.org/wiki/Specifications/open-collaboration-services + ENTERED=20091214 + UPDATED=20091214 + SHORT="implements the Open Collaboration Services" + +cat << EOF +Attica is a Qt library that implements the Open Collaboration Services API version 1.4. +The REST API is defined here: + http://www.freedesktop.org/wiki/Specifications/open-collaboration-services + +It grants easy access to the services such as querying information about persons and contents. +The library is used in KNewStuff3 as content provider. +In order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase. +EOF From stumbles at lunar-linux.org Mon Dec 14 12:03:10 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 14 Dec 2009 06:03:10 -0500 Subject: [Lunar-commits] libxslt: Version bump. Message-ID: <20091214110337.93EC39B204@doppio.foo-projects.org> commit 4d35bb9f46581d75ff53662ae9491eb022a8e0a2 Author: Dennis `stumbles` Veatch Date: Mon Dec 14 06:03:10 2009 -0500 libxslt: Version bump. --- gnome2/platform/libxslt/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gnome2/platform/libxslt/DETAILS b/gnome2/platform/libxslt/DETAILS index 8ddb48f..87905dd 100644 --- a/gnome2/platform/libxslt/DETAILS +++ b/gnome2/platform/libxslt/DETAILS @@ -1,12 +1,11 @@ MODULE=libxslt - VERSION=1.1.24 - MAJOR=1.1 + VERSION=1.1.26 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=ftp://xmlsoft.org/$MODULE/ - SOURCE_VFY=sha1:b5402e24abff5545ed76f6a55049cbebc664bd58 + SOURCE_VFY=sha1:69f74df8228b504a87e2b257c2d5238281c65154 WEB_SITE=http://www.gnome.org ENTERED=20011010 - UPDATED=20080710 + UPDATED=20091214 SHORT="XSLT processing library" cat << EOF From stumbles at lunar-linux.org Mon Dec 14 12:05:46 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 14 Dec 2009 06:05:46 -0500 Subject: [Lunar-commits] libssh: Version bump. Message-ID: <20091214110606.A27E59B204@doppio.foo-projects.org> commit 2e93531b0905e88d147afc88785beaefd388a810 Author: Dennis `stumbles` Veatch Date: Mon Dec 14 06:05:46 2009 -0500 libssh: Version bump. --- libs/libssh/BUILD | 6 +++--- libs/libssh/DETAILS | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/libssh/BUILD b/libs/libssh/BUILD index bab1db4..4f975d5 100644 --- a/libs/libssh/BUILD +++ b/libs/libssh/BUILD @@ -1,13 +1,13 @@ ( - OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && 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 ) > $C_FIFO 2>&1 diff --git a/libs/libssh/DETAILS b/libs/libssh/DETAILS index 1073de7..8f77e4b 100644 --- a/libs/libssh/DETAILS +++ b/libs/libssh/DETAILS @@ -1,11 +1,11 @@ MODULE=libssh - VERSION=0.3.4 + VERSION=0.3.92 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://www.libssh.org/files/ - SOURCE_VFY=sha1:abded99e80706ae8d50f5f25e1a3eed3c909513d + SOURCE_URL[0]=http://www.libssh.org/files/rc/ + SOURCE_VFY=sha1:3ff542a66f02582b3a318755cc610d30fd7371a1 WEB_SITE=http://www.libssh.org/ ENTERED=20091001 - UPDATED=20091001 + UPDATED=20091214 SHORT="library for accessing ssh client services through C libraries calls" cat << EOF From florin at lunar-linux.org Tue Dec 15 02:43:28 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 15 Dec 2009 03:43:28 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.32.1. Message-ID: <20091215014551.581CC9B209@doppio.foo-projects.org> commit 77732e70e3b49055fc389cd0fabe16b883ac7508 Author: Florin Braescu Date: Tue Dec 15 03:43:28 2009 +0200 linux-2.6: version bumped to 2.6.32.1. This first serie of patches for 2.6.32 fix some EXT4 related bugs among others. --- kernel/linux-2.6/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index 63a0f99..029f9a9 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.31.6 + VERSION=2.6.32.1 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -10,18 +10,18 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6 SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE3_URL[0]=$PATCH_URL - SOURCE_VFY=sha1:c6e0e6b473ba2b80d164e37cfabf294e783c03d9 - SOURCE2_VFY=sha1:ff0be7d382cd067b9f3ef49ec48728ef0f7c11a0 + SOURCE_VFY=sha1:410b4fc818023bfef60064e973ff0ab46d3bfb19 + SOURCE2_VFY=sha1:8d63d1ae4b69f44808045727550fa7dd98d7d754 SOURCE3_VFY=sha1:aace1a887fab63ea6530533a4e87c6bb1721dc24 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20091110 + UPDATED=20091215 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off cat << EOF -This is the stable version of the 2.6.x branch. +This is the latest version of the 2.6.x branch. Linux is a clone of the Unix kernel, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the From florin at lunar-linux.org Tue Dec 15 08:04:09 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 15 Dec 2009 09:04:09 +0200 Subject: [Lunar-commits] smake: version bumped to 1.2. Message-ID: <20091215070538.0DCC79B209@doppio.foo-projects.org> commit b8cd57d24f49557596cba0dcdb2b6a69f5e3c492 Author: Florin Braescu Date: Tue Dec 15 09:04:09 2009 +0200 smake: version bumped to 1.2. There are many new features. Smake is now usable as a general purpose make program and works on virtually any platform. --- devel/smake/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/smake/DETAILS b/devel/smake/DETAILS index 78a702d..a3ff3b9 100644 --- a/devel/smake/DETAILS +++ b/devel/smake/DETAILS @@ -1,11 +1,11 @@ MODULE=smake VERSION=1.2 - SOURCE=$MODULE-${VERSION}a49.tar.bz2 - SOURCE_URL=ftp://ftp.berlios.de/pub/smake/alpha - SOURCE_VFY=sha1:7b50e1f81758fd6a732ddc7a78838bd2c96d1090 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=ftp://ftp.berlios.de/pub/smake + SOURCE_VFY=sha1:1454be8a0b8889f48ad7fa36421420c21d4f9dea WEB_SITE=http://cdrecord.berlios.de/old/private/smake.html ENTERED=20020926 - UPDATED=20091207 + UPDATED=20091215 MAINTAINER=tchan at lunar-linux.org SHORT="Joerg Schilling's multi-platform make engine" From florin at lunar-linux.org Tue Dec 15 16:05:51 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 15 Dec 2009 17:05:51 +0200 Subject: [Lunar-commits] iptables: version bumped to 1.4.6. Message-ID: <20091215150804.746519B209@doppio.foo-projects.org> commit 352be58690480e813263a0752e4475d938427e56 Author: Florin Braescu Date: Tue Dec 15 17:05:51 2009 +0200 iptables: version bumped to 1.4.6. This release supports all new features of the 2.6.32 kernel. --- security/iptables/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/iptables/DETAILS b/security/iptables/DETAILS index 37d7a35..cba2f8e 100644 --- a/security/iptables/DETAILS +++ b/security/iptables/DETAILS @@ -1,11 +1,11 @@ MODULE=iptables - VERSION=1.4.5 + VERSION=1.4.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=ftp://ftp.netfilter.org/pub/$MODULE - SOURCE_VFY=sha1:d1354584a901ffc1bf6c3b3b55a1d0dcee778d21 + SOURCE_VFY=sha1:3372dca2ba3769e53ffbcae08ee418b53338327a WEB_SITE=http://www.netfilter.org ENTERED=20010922 - UPDATED=20091005 + UPDATED=20091215 SHORT="Tool to create netfilter rules" PSAFE=no From florin at lunar-linux.org Wed Dec 16 04:23:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 16 Dec 2009 05:23:43 +0200 Subject: [Lunar-commits] neon: version bumped to 0.29.1. Message-ID: <20091216032519.EE85C9B209@doppio.foo-projects.org> commit 98ecb0e9d915075b339933e43e75be1c6549844d Author: Florin Braescu Date: Wed Dec 16 05:23:43 2009 +0200 neon: version bumped to 0.29.1. This release contains a number of fixes for NTLM and SSPI authentication support, along with build fixes for Win32 and use of older versions of GnuTLS. --- libs/neon/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/neon/DETAILS b/libs/neon/DETAILS index 8242e9e..772a060 100644 --- a/libs/neon/DETAILS +++ b/libs/neon/DETAILS @@ -1,11 +1,11 @@ MODULE=neon - VERSION=0.29.0 + VERSION=0.29.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webdav.org/$MODULE - SOURCE_VFY=sha1:8d2e1609b2a3b13a6e68e58c26b1d708302e05ef + SOURCE_VFY=sha1:213b88c95d486de2742e979139dc169360d49ad2 WEB_SITE=http://www.webdav.org/$MODULE ENTERED=20020526 - UPDATED=20090914 + UPDATED=20091216 SHORT="WebDAV client library, with a C interface" cat << EOF From stumbles at lunar-linux.org Wed Dec 16 12:03:49 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 16 Dec 2009 06:03:49 -0500 Subject: [Lunar-commits] attica: Version bump. Message-ID: <20091216110437.DF23F9B1F3@doppio.foo-projects.org> commit a15b3da1df8ad33d81a8bd181bb1290c37585745 Author: Dennis `stumbles` Veatch Date: Wed Dec 16 06:03:49 2009 -0500 attica: Version bump. --- libs/attica/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/attica/DETAILS b/libs/attica/DETAILS index 9ffe300..faf012b 100644 --- a/libs/attica/DETAILS +++ b/libs/attica/DETAILS @@ -1,11 +1,11 @@ MODULE=attica - VERSION=0.1.0 + VERSION=0.1.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.kde.org/pub/kde/stable/attica/ - SOURCE_VFY=sha1:cc22b4f46f8033fe5ceedd85e6a2e8611a6c4065 + SOURCE_VFY=sha1:a2b240e39c22f63d1b1104cf366909960619dc4b WEB_SITE=http://www.freedesktop.org/wiki/Specifications/open-collaboration-services ENTERED=20091214 - UPDATED=20091214 + UPDATED=20091216 SHORT="implements the Open Collaboration Services" cat << EOF From stumbles at lunar-linux.org Wed Dec 16 13:21:55 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 16 Dec 2009 07:21:55 -0500 Subject: [Lunar-commits] kdevplatform: Version bump Message-ID: <20091216122317.4F8C79B1F3@doppio.foo-projects.org> commit 775bf15db3d72880515ae8bb4161e8f3e729453e Author: Dennis `stumbles` Veatch Date: Wed Dec 16 07:21:55 2009 -0500 kdevplatform: Version bump --- zbeta/kdevplatform/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zbeta/kdevplatform/DETAILS b/zbeta/kdevplatform/DETAILS index 1ceb3a3..e08f06c 100644 --- a/zbeta/kdevplatform/DETAILS +++ b/zbeta/kdevplatform/DETAILS @@ -1,14 +1,14 @@ MODULE=kdevplatform MAJOR=0.9 - VERSION=${MAJOR}.96 + VERSION=${MAJOR}.97 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$KDE_URL/unstable/kdevelop/3.9.96/src/ - SOURCE_VFY=sha1:9f453db5e7b376233ffd0415e3e9c295af11010a + SOURCE_URL=$KDE_URL/unstable/kdevelop/3.9.97/src/ + SOURCE_VFY=sha1:93819d3b0201e2648035b5e137aaaf40ef65b8fe MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20090824 - UPDATED=20091201 + UPDATED=20091216 SHORT="create KDE plugins" cat << EOF From stumbles at lunar-linux.org Wed Dec 16 13:22:14 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 16 Dec 2009 07:22:14 -0500 Subject: [Lunar-commits] kdevelop4: Version bump Message-ID: <20091216122317.5E66D9B205@doppio.foo-projects.org> commit f4d8f9d6fde0bdd7913bfe4448af4bd6196bf0ea Author: Dennis `stumbles` Veatch Date: Wed Dec 16 07:22:14 2009 -0500 kdevelop4: Version bump --- zbeta/kdevelop4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/kdevelop4/DETAILS b/zbeta/kdevelop4/DETAILS index 0b30a8f..1551b8d 100644 --- a/zbeta/kdevelop4/DETAILS +++ b/zbeta/kdevelop4/DETAILS @@ -1,14 +1,14 @@ MODULE=kdevelop4 MAJOR=3.9 - VERSION=${MAJOR}.96 + VERSION=${MAJOR}.97 SOURCE=kdevelop-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdevelop-$VERSION SOURCE_URL=$KDE_URL/unstable/kdevelop/$VERSION/src - SOURCE_VFY=sha1:ab0882fa204659154fd4825fe9e61680423cf954 + SOURCE_VFY=sha1:79141abbc2fd98e5bb23c5262cff16321ba72b3e MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/4} WEB_SITE=http://www.kde.org ENTERED=20090824 - UPDATED=20091201 + UPDATED=20091216 SHORT="A programming IDE for KDE" cat << EOF From stumbles at lunar-linux.org Wed Dec 16 14:51:36 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 16 Dec 2009 08:51:36 -0500 Subject: [Lunar-commits] telepathy-qt4: Version bump and renaming. Message-ID: <20091216135604.6E22C9B1F3@doppio.foo-projects.org> commit 222a07139faca22a4d4279da373b8c280a12925e Author: Dennis `stumbles` Veatch Date: Wed Dec 16 08:51:36 2009 -0500 telepathy-qt4: Version bump and renaming. --- qt4-apps/telepathy-qt4/BUILD | 7 +++++++ qt4-apps/telepathy-qt4/DEPENDS | 1 + qt4-apps/telepathy-qt4/DETAILS | 24 ++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 0 deletions(-) diff --git a/qt4-apps/telepathy-qt4/BUILD b/qt4-apps/telepathy-qt4/BUILD new file mode 100644 index 0000000..be87992 --- /dev/null +++ b/qt4-apps/telepathy-qt4/BUILD @@ -0,0 +1,7 @@ +( + + source /etc/profile.d/qt4.rc && + + default_build + +) > $C_FIFO 2>&1 diff --git a/qt4-apps/telepathy-qt4/DEPENDS b/qt4-apps/telepathy-qt4/DEPENDS new file mode 100644 index 0000000..428f269 --- /dev/null +++ b/qt4-apps/telepathy-qt4/DEPENDS @@ -0,0 +1 @@ +depends qt4 diff --git a/qt4-apps/telepathy-qt4/DETAILS b/qt4-apps/telepathy-qt4/DETAILS new file mode 100644 index 0000000..0cbc550 --- /dev/null +++ b/qt4-apps/telepathy-qt4/DETAILS @@ -0,0 +1,24 @@ + MODULE=telepathy-qt4 + VERSION=0.2.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://telepathy.freedesktop.org/releases/telepathy-qt4/ + SOURCE_VFY=sha1:48fc108278002c07fe95e4b32b6aaba90c90c740 + MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} + WEB_SITE=http://telepathy.freedesktop.org/wiki/ + ENTERED=20080112 + UPDATED=20091216 + SHORT="unified framework for all forms of real time conversations" + +cat << EOF +The Telepathy project aims to provide a unified framework for all forms of real +time conversations, including instant messaging, IRC, voice calls and video +calls. It uses the D-Bus messaging system to provide a simple interface for +client applications, allowing them to quickly benefit from Telepathy's +functionality. + +At the core of Telepathy is the DBus interface specification which describes how +Telepathy components communicate with each other. We are up to spec version 0.17 +(see DbusSpec for older versions). For a more approachable introduction to the +structure of the framework, try the System Overview document. The Ubuntu spec +for SIP/IM integration includes a good rationale for this distributed approach. +EOF From stumbles at lunar-linux.org Wed Dec 16 14:56:17 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 16 Dec 2009 08:56:17 -0500 Subject: [Lunar-commits] telepathy-qt: renamed to telepathy-qt4 Message-ID: <20091216135715.604E49B1F3@doppio.foo-projects.org> commit 82cfcdeeee6f3ea4b65939f34cfbf37c6ae7257c Author: Dennis `stumbles` Veatch Date: Wed Dec 16 08:56:17 2009 -0500 telepathy-qt: renamed to telepathy-qt4 --- qt4-apps/telepathy-qt/BUILD | 10 ---------- qt4-apps/telepathy-qt/DEPENDS | 1 - qt4-apps/telepathy-qt/DETAILS | 24 ------------------------ 3 files changed, 0 insertions(+), 35 deletions(-) diff --git a/qt4-apps/telepathy-qt/BUILD b/qt4-apps/telepathy-qt/BUILD deleted file mode 100644 index 96382ee..0000000 --- a/qt4-apps/telepathy-qt/BUILD +++ /dev/null @@ -1,10 +0,0 @@ -( - - source /etc/profile.d/qt4.rc && - - cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE && - - default_make - -) > $C_FIFO 2>&1 diff --git a/qt4-apps/telepathy-qt/DEPENDS b/qt4-apps/telepathy-qt/DEPENDS deleted file mode 100644 index 428f269..0000000 --- a/qt4-apps/telepathy-qt/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends qt4 diff --git a/qt4-apps/telepathy-qt/DETAILS b/qt4-apps/telepathy-qt/DETAILS deleted file mode 100644 index 77425cd..0000000 --- a/qt4-apps/telepathy-qt/DETAILS +++ /dev/null @@ -1,24 +0,0 @@ - MODULE=telepathy-qt - VERSION=0.14.1 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/tapioca-voip - SOURCE_VFY=sha1:607ac8fff0cb7fa19fa35665188b42345aececc3 - MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} - WEB_SITE=http://telepathy.freedesktop.org/wiki/ - ENTERED=20080112 - UPDATED=20080112 - SHORT="unified framework for all forms of real time conversations" - -cat << EOF -The Telepathy project aims to provide a unified framework for all forms of real -time conversations, including instant messaging, IRC, voice calls and video -calls. It uses the D-Bus messaging system to provide a simple interface for -client applications, allowing them to quickly benefit from Telepathy's -functionality. - -At the core of Telepathy is the DBus interface specification which describes how -Telepathy components communicate with each other. We are up to spec version 0.17 -(see DbusSpec for older versions). For a more approachable introduction to the -structure of the framework, try the System Overview document. The Ubuntu spec -for SIP/IM integration includes a good rationale for this distributed approach. -EOF From stumbles at lunar-linux.org Wed Dec 16 19:09:57 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 16 Dec 2009 13:09:57 -0500 Subject: [Lunar-commits] firefox: Version bump. Message-ID: <20091216181053.C7FB09B1F3@doppio.foo-projects.org> commit c838433fb4547eb2fea921513bbfd7249a44664d Author: Dennis `stumbles` Veatch Date: Wed Dec 16 13:09:57 2009 -0500 firefox: Version bump. --- web/firefox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/firefox/DETAILS b/web/firefox/DETAILS index 9723021..283ca69 100644 --- a/web/firefox/DETAILS +++ b/web/firefox/DETAILS @@ -1,13 +1,13 @@ MODULE=firefox - VERSION=3.5.5 + VERSION=3.5.6 SOURCE=${MODULE}-${VERSION}.source.tar.bz2 SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/firefox/releases/$VERSION/source/ SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/source SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/source - SOURCE_VFY=sha1:a2146fb6dc8e879a78fa13849f187c14d41442ca + SOURCE_VFY=sha1:fc1de4ddb9c20c7ba9e297737f926e9d8e32eed4 WEB_SITE=http://www.mozilla.org/projects/firefox ENTERED=20030810 - UPDATED=20091106 + UPDATED=20091216 MAINTAINER="tchan at lunar-linux.org" PSAFE=no SHORT="A speedy, full-featured web browser" From zbiggy at lunar-linux.org Wed Dec 16 23:17:45 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Wed, 16 Dec 2009 23:17:45 +0100 Subject: [Lunar-commits] seamonkey: updated to 2.0.1 Message-ID: <20091216221806.D55B99B1F3@doppio.foo-projects.org> commit b567eff998fd782c61629fc54d8e9869c75fc329 Author: Zbigniew Luszpinski Date: Wed Dec 16 23:17:45 2009 +0100 seamonkey: updated to 2.0.1 --- web/seamonkey/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/seamonkey/DETAILS b/web/seamonkey/DETAILS index a4b8e92..6c903ae 100644 --- a/web/seamonkey/DETAILS +++ b/web/seamonkey/DETAILS @@ -1,17 +1,17 @@ MODULE=seamonkey - VERSION=2.0 + VERSION=2.0.1 SOURCE=$MODULE-$VERSION.source.tar.bz2 SOURCE2=breakpad.patch SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source SOURCE_URL[1]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source SOURCE_URL[2]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:8b877adab13abdbe28d8e23a48c702893144b4a6 + SOURCE_VFY=sha1:4469d68d8a2b5db125d600818b504d5b6c133302 SOURCE2_VFY=sha1:92380304fcb778d21deb7f01f57da64229b8c351 WEB_SITE=http://www.seamonkey-project.org/ PSAFE=no ENTERED=20051208 - UPDATED=20091104 + UPDATED=20091216 MAINTAINER=zbiggy at o2.pl SHORT="Seamonkey is a next generation mozilla web browser." cat << EOF From zbiggy at lunar-linux.org Thu Dec 17 02:42:22 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Thu, 17 Dec 2009 02:42:22 +0100 Subject: [Lunar-commits] unrar: updated to 3.9.7 Message-ID: <20091217014243.DBA3A9B1F3@doppio.foo-projects.org> commit 49f57076bf12997aa7a0e5a6483583b986ba8555 Author: Zbigniew Luszpinski Date: Thu Dec 17 02:42:22 2009 +0100 unrar: updated to 3.9.7 --- archive/unrar/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/unrar/DETAILS b/archive/unrar/DETAILS index eb68234..ec1cfe1 100644 --- a/archive/unrar/DETAILS +++ b/archive/unrar/DETAILS @@ -1,12 +1,12 @@ MODULE=unrar MYMODULE=unrarsrc - VERSION=3.9.6 + VERSION=3.9.7 SOURCE=$MYMODULE-$VERSION.tar.gz SOURCE_URL=http://www.rarlab.com/rar/ - SOURCE_VFY=sha1:b2c0f08060b8ec92f4439d41ed4c613f4b801ed8 + SOURCE_VFY=sha1:b91dd64c82746bb9093f05751ec7f5d3a8812009 WEB_SITE=http://www.rarlab.com ENTERED=20011117 - UPDATED=20090821 + UPDATED=20091217 MAINTAINER=tchan at lunar-linux.org SHORT="utility to extract, view, and test the contents of an RAR archive." From florin at lunar-linux.org Thu Dec 17 19:03:38 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 20:03:38 +0200 Subject: [Lunar-commits] alsa-driver: version bumped to 1.0.22. Message-ID: <20091217181657.052A29B1F3@doppio.foo-projects.org> commit af9bf7d0d7b97c84554db05e82a3e9de013566cd Author: Florin Braescu Date: Thu Dec 17 20:03:38 2009 +0200 alsa-driver: version bumped to 1.0.22. Many new features, bugfixes and enhacements. --- audio/alsa-driver/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/alsa-driver/DETAILS b/audio/alsa-driver/DETAILS index 6a67230..1dbe561 100644 --- a/audio/alsa-driver/DETAILS +++ b/audio/alsa-driver/DETAILS @@ -1,13 +1,13 @@ MODULE=alsa-driver - VERSION=1.0.21 + VERSION=1.0.22 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/driver SOURCE_URL[1]=ftp://ftp.silug.org/pub/alsa/driver SOURCE_URL[2]=ftp://ftp.sunet.se/pub/Linux/alsa/driver - SOURCE_VFY=sha1:149d2253e3c9f5923314ba1528606e6563182ac0 + SOURCE_VFY=sha1:166c96766f219083d52752aa1e397b68e376b46e WEB_SITE=http://www.alsa-project.org ENTERED=20010922 - UPDATED=20090901 + UPDATED=20091217 PSAFE="no" SHORT="ALSA drivers are sound drivers from the Advanced Linux Sound Architecture project" From florin at lunar-linux.org Thu Dec 17 19:08:35 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 20:08:35 +0200 Subject: [Lunar-commits] alsa-lib: version bumped to 1.0.22. Message-ID: <20091217181657.11EB79B205@doppio.foo-projects.org> commit 60b088d79ae4c4853ddecdb8e3f7f1d64291b5d0 Author: Florin Braescu Date: Thu Dec 17 20:08:35 2009 +0200 alsa-lib: version bumped to 1.0.22. Some new features, bugfixes and improvements. --- audio/alsa-lib/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/alsa-lib/DETAILS b/audio/alsa-lib/DETAILS index abfd83f..f740358 100644 --- a/audio/alsa-lib/DETAILS +++ b/audio/alsa-lib/DETAILS @@ -1,14 +1,14 @@ MODULE=alsa-lib - VERSION=1.0.21a + VERSION=1.0.22 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib SOURCE_URL[1]=ftp://ftp.silug.org/pub/alsa/lib SOURCE_URL[2]=ftp://ftp.sunet.se/pub/Linux/alsa/lib - SOURCE_VFY=sha1:49032964d22404455f3173629f271324bd8af211 + SOURCE_VFY=sha1:d3b6c740c23b8d113a8d02da2a9fd61f5d1a8a44 WEB_SITE=http://www.alsa-project.org ENTERED=20010922 - UPDATED=20090909 - SHORT="ALSA library provides an API for using the Advanced Linux Sound Architecture" + UPDATED=20091217\ + SHORT="ALSA library provides an API for using the Advanced Linux Sound Architecture" cat << EOF From http://www.alsa-project.org/intro.php3 From florin at lunar-linux.org Thu Dec 17 19:14:43 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 20:14:43 +0200 Subject: [Lunar-commits] alsa-plugins: version bumped to 1.0.22. Message-ID: <20091217181657.3B8E59B20A@doppio.foo-projects.org> commit f8f12aed59397b49091ff88536aab1645add5864 Author: Florin Braescu Date: Thu Dec 17 20:14:43 2009 +0200 alsa-plugins: version bumped to 1.0.22. New features, bugfixes and improvements. --- audio/alsa-plugins/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/alsa-plugins/DETAILS b/audio/alsa-plugins/DETAILS index 4b71474..0281f78 100644 --- a/audio/alsa-plugins/DETAILS +++ b/audio/alsa-plugins/DETAILS @@ -1,13 +1,13 @@ MODULE=alsa-plugins - VERSION=1.0.21 + VERSION=1.0.22 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/plugins SOURCE_URL[1]=ftp://ftp.silug.org/pub/alsa/plugins SOURCE_URL[2]=ftp://ftp.sunet.se/pub/Linux/alsa/plugins - SOURCE_VFY=sha1:dae6f4dd4aa8638aded472cf503eb2c2e5f69730 + SOURCE_VFY=sha1:e9bc0cba71a4b66f39d7af5f3638a5667fc76ff2 WEB_SITE=http://www.alsa-project.org ENTERED=20071207 - UPDATED=20090901 + UPDATED=20091217 SHORT="Plugins for the Advanced Linux Sound Architecture" cat << EOF From florin at lunar-linux.org Thu Dec 17 19:11:50 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 20:11:50 +0200 Subject: [Lunar-commits] alsa-utils: version bumped to 1.0.22. Message-ID: <20091217181657.23D839B209@doppio.foo-projects.org> commit b0169bfd2f03b0cfef2ee0ad628f4e14fb15160e Author: Florin Braescu Date: Thu Dec 17 20:11:50 2009 +0200 alsa-utils: version bumped to 1.0.22. Bugfixes and enhacements. --- audio/alsa-utils/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/alsa-utils/DETAILS b/audio/alsa-utils/DETAILS index 6fa09d1..3e8d26a 100644 --- a/audio/alsa-utils/DETAILS +++ b/audio/alsa-utils/DETAILS @@ -1,13 +1,13 @@ MODULE=alsa-utils - VERSION=1.0.21 + VERSION=1.0.22 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/utils SOURCE_URL[1]=ftp://ftp.silug.org/pub/alsa/utils SOURCE_URL[2]=ftp://ftp.sunet.se/pub/Linux/alsa/utils - SOURCE_VFY=sha1:b0b6ece5198143647db90171ca573654f337f9ae + SOURCE_VFY=sha1:3587dc19d9a60ab9bb2bfe2d23491230eae99fe1 WEB_SITE=http://www.alsa-project.org ENTERED=20010922 - UPDATED=20090901 + UPDATED=20091217 SHORT="ALSA utilities provides some sound programs that use the Advanced Linux Sound Architecture" cat << EOF From florin at lunar-linux.org Thu Dec 17 19:23:21 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 20:23:21 +0200 Subject: [Lunar-commits] dovecot: version bumped to 1.2.9. Message-ID: <20091217182447.07F2A9B1F3@doppio.foo-projects.org> commit b5d22e51d4ad6272ae4d3d1ff0779ce82725df69 Author: Florin Braescu Date: Thu Dec 17 20:23:21 2009 +0200 dovecot: version bumped to 1.2.9. Bugfixes release. --- mail/dovecot/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS index 84f49e4..1e45214 100644 --- a/mail/dovecot/DETAILS +++ b/mail/dovecot/DETAILS @@ -1,11 +1,11 @@ MODULE=dovecot - VERSION=1.2.8 + VERSION=1.2.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.dovecot.org/releases/1.2 - SOURCE_VFY=sha1:ded015aa8094070a7315840a9a329e97de93a85d + SOURCE_VFY=sha1:7c1013a1bc856a4366f76ac1f40e856185695e20 WEB_SITE=http://www.dovecot.org ENTERED=20041204 - UPDATED=20091120 + UPDATED=20091217 SHORT="A small, fast and secure (SSL) Maildir capable imap daemon" cat << EOF From florin at lunar-linux.org Thu Dec 17 19:42:29 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 20:42:29 +0200 Subject: [Lunar-commits] libgcrypt: version bumped to 1.4.5. Message-ID: <20091217184354.DE9CD9B1F3@doppio.foo-projects.org> commit 843044e66f9455e1d05ba3791f0dcff8d457012e Author: Florin Braescu Date: Thu Dec 17 20:42:29 2009 +0200 libgcrypt: version bumped to 1.4.5. Bugfixes and enhacements. --- crypto/libgcrypt/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/libgcrypt/DETAILS b/crypto/libgcrypt/DETAILS index 69d5961..184c4e7 100644 --- a/crypto/libgcrypt/DETAILS +++ b/crypto/libgcrypt/DETAILS @@ -1,12 +1,12 @@ MODULE=libgcrypt - VERSION=1.4.4 + VERSION=1.4.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/libgcrypt SOURCE_URL[1]=http://mirrors.rootmode.com/ftp.gnupg.org/libgcrypt - SOURCE_VFY=sha1:3987f0efcbb7048c136d5c859e88eee1763a14f6 + SOURCE_VFY=sha1:ef7ecbd3a03a7978094366bcd1257b3654608d28 WEB_SITE=http://www.gnu.org/directory/security/libgcrypt.html ENTERED=20020212 - UPDATED=20090303 + UPDATED=20091217 SHORT="General purpose crypto library" cat << EOF From florin at lunar-linux.org Thu Dec 17 20:31:53 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 21:31:53 +0200 Subject: [Lunar-commits] NVIDIA: version bumped to 190.53. Message-ID: <20091217193347.02EDB9B1F3@doppio.foo-projects.org> commit b9c603e848526548527c6aaeb834cddcc11bc28c Author: Florin Braescu Date: Thu Dec 17 21:31:53 2009 +0200 NVIDIA: version bumped to 190.53. Bugfixes related to VDPAU libraries mostly. --- x11/NVIDIA/DETAILS | 6 +++--- x11/NVIDIA/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/NVIDIA/DETAILS b/x11/NVIDIA/DETAILS index e94060f..ce2036e 100644 --- a/x11/NVIDIA/DETAILS +++ b/x11/NVIDIA/DETAILS @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=190.42 + VERSION=190.53 SOURCE=NVIDIA-Linux-x86-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86/$VERSION - SOURCE_VFY=sha1:c2b20032160f4b5803a04a1bf7bb67a200516a51 + SOURCE_VFY=sha1:d8865bcaeb7f4c8c470828a3ed7dffb1bbc7a4eb WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20091118 + UPDATED=20091217 SHORT="X11 NVIDIA binary driver for Geforce6/7/8/9/GT2xx" cat << EOF diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64 index 9459fda..f73a958 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -1,5 +1,5 @@ MODULE=NVIDIA - VERSION=190.42 + VERSION=190.53 SOURCE=NVIDIA-Linux-x86_64-$VERSION-pkg0.run SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[0]=ftp://download.nvidia.com/XFree86/Linux-x86_64/$VERSION @@ -20,11 +20,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION - SOURCE_VFY=sha1:b48b8637585395b7a2427d8f971eb951155c2c77 + SOURCE_VFY=sha1:d8865bcaeb7f4c8c470828a3ed7dffb1bbc7a4eb WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 - UPDATED=20091118 + UPDATED=20091217 SHORT="X11 NVIDIA binary driver for Geforce 6/7/8/9/GT2xx" PSAFE=no From florin at lunar-linux.org Thu Dec 17 20:48:04 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 21:48:04 +0200 Subject: [Lunar-commits] drupal: version bumped to 6.15. Message-ID: <20091217194929.740C49B1F3@doppio.foo-projects.org> commit f1d91a386d6516bbb1bb3ca58e72f859c69808ea Author: Florin Braescu Date: Thu Dec 17 21:48:04 2009 +0200 drupal: version bumped to 6.15. Many bugfixes, including seurity related ones. --- web/drupal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/drupal/DETAILS b/web/drupal/DETAILS index 6ef38fd..a772062 100644 --- a/web/drupal/DETAILS +++ b/web/drupal/DETAILS @@ -1,11 +1,11 @@ MODULE=drupal - VERSION=6.12 + VERSION=6.15 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://ftp.osuosl.org/pub/drupal/files/projects - SOURCE_VFY=sha1:f012175e3a342c088059f4424db9f877b292fe89 + SOURCE_VFY=sha1:5be5ebf85c9ffa33e71c5a0f05d1308d3af19ab8 WEB_SITE=http://drupal.org ENTERED=20070605 - UPDATED=20090515 + UPDATED=20091217 SHORT="A content management platform" cat << EOF From florin at lunar-linux.org Thu Dec 17 21:41:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 22:41:23 +0200 Subject: [Lunar-commits] xf86-input-synaptics: version bumped to 1.2.1. Message-ID: <20091217204301.F2DE69B1F3@doppio.foo-projects.org> commit 29996b3532eb0910dca4dd8d792eae9b8ad3052b Author: Florin Braescu Date: Thu Dec 17 22:41:23 2009 +0200 xf86-input-synaptics: version bumped to 1.2.1. The main fix addresses a possible deadlock caused by allocations during signal handling along. The rest is just man page fixes and a simple change for consistency. --- xorg7/driver/xf86-input-synaptics/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-input-synaptics/DETAILS b/xorg7/driver/xf86-input-synaptics/DETAILS index 6ffbb06..2935a71 100644 --- a/xorg7/driver/xf86-input-synaptics/DETAILS +++ b/xorg7/driver/xf86-input-synaptics/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-input-synaptics - VERSION=1.2.0 + VERSION=1.2.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:bca5433285290f67cca42eb37abfd5292b83c991 + SOURCE_VFY=sha1:ffdad38384f3dcbf650d1db7e3d75ed46935a2c6 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20080821 - UPDATED=20091116 + UPDATED=20091217 SHORT="A Synaptics touchpad driver" cat << EOF From florin at lunar-linux.org Thu Dec 17 21:50:11 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 22:50:11 +0200 Subject: [Lunar-commits] pixman: version bumped to 0.16.4. Message-ID: <20091217205136.DA2019B1F3@doppio.foo-projects.org> commit f7b2ef51e0b1309f9d4adb354d805e31ac9595d7 Author: Florin Braescu Date: Thu Dec 17 22:50:11 2009 +0200 pixman: version bumped to 0.16.4. The only change since 0.16.2 is that asserts are now disabled by default, so that region bugs in the X server don't take down the entire desktop. --- xorg7/lib/pixman/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/pixman/DETAILS b/xorg7/lib/pixman/DETAILS index f3d72dd..65a0a6f 100644 --- a/xorg7/lib/pixman/DETAILS +++ b/xorg7/lib/pixman/DETAILS @@ -1,12 +1,12 @@ MODULE=pixman - VERSION=0.16.2 + VERSION=0.16.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:387ec30d236a52bc21a45f2d50adad7fca89b667 + SOURCE_VFY=sha1:08fecbd065fa3792823818fcf715b97bc66d94cd MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070809 - UPDATED=20091001 + UPDATED=20091217 SHORT="Low-level pixel manipulation routine library" cat << EOF From florin at lunar-linux.org Thu Dec 17 21:53:45 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 22:53:45 +0200 Subject: [Lunar-commits] xf86-video-nv: version bumped to 2.1.16. Message-ID: <20091217205527.B10719B1F3@doppio.foo-projects.org> commit bcf047d38d05610633f1dba356abf50ef8f326cc Author: Florin Braescu Date: Thu Dec 17 22:53:45 2009 +0200 xf86-video-nv: version bumped to 2.1.16. New products added: 0x05E6 - GeForce GTX 275 0x05EB - GeForce GTX 295 0x0607 - GeForce GTS 240 0x060A - GeForce GTX 280M 0x0618 - GeForce GTX 260M 0x061D - Quadro FX 2800M 0x061F - Quadro FX 3800M 0x0644 - GeForce 9500 GS 0x0652 - GeForce GT 130M 0x065A - Quadro FX 1700M 0x06EC - GeForce G 105M 0x06EF - GeForce G 103M 0x0A20 - GeForce GT 220 0x0A23 - GeForce 210 0x0A2A - GeForce GT 230M 0x0A34 - GeForce GT 240M 0x0A60 - GeForce G210 0x0A62 - GeForce 205 0x0A63 - GeForce 310 0x0A65 - GeForce 210 0x0A66 - GeForce 310 0x0A74 - GeForce G210M 0x0A78 - Quadro FX 380 LP 0x0CA3 - GeForce GT 240 0x0CA8 - GeForce GTS 260M 0x0CA9 - GeForce GTS 250M --- xorg7/driver/xf86-video-nv/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/driver/xf86-video-nv/DETAILS b/xorg7/driver/xf86-video-nv/DETAILS index e635be9..4b5f1c6 100644 --- a/xorg7/driver/xf86-video-nv/DETAILS +++ b/xorg7/driver/xf86-video-nv/DETAILS @@ -1,12 +1,12 @@ MODULE=xf86-video-nv - VERSION=2.1.15 + VERSION=2.1.16 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/driver - SOURCE_VFY=sha1:9fbf5298c7cbc49c76e4984aef2347a235b06133 + SOURCE_VFY=sha1:fce8c42268f1b60c8aece2adb35d780f02300fe8 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20060227 - UPDATED=20091116 + UPDATED=20091217 SHORT="The X.Org video driver for NVIDIA based cards" cat << EOF From florin at lunar-linux.org Thu Dec 17 21:58:50 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 22:58:50 +0200 Subject: [Lunar-commits] listres: version bumped to 1.0.2. Message-ID: <20091217210015.9B2CCF339F@doppio.foo-projects.org> commit cb1fdf2a2d85eef10de020ea3b161b39968192ad Author: Florin Braescu Date: Thu Dec 17 22:58:50 2009 +0200 listres: version bumped to 1.0.2. This minor maintenance release removes the remnants of libXaw8 support and performs other accumulated janitorial cleanup since the last release in 2005. --- xorg7/app/listres/CONFLICTS | 10 +++++----- xorg7/app/listres/DETAILS | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/xorg7/app/listres/CONFLICTS b/xorg7/app/listres/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/listres/CONFLICTS +++ b/xorg7/app/listres/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/listres/DETAILS b/xorg7/app/listres/DETAILS index 8492116..d181ac5 100644 --- a/xorg7/app/listres/DETAILS +++ b/xorg7/app/listres/DETAILS @@ -1,13 +1,13 @@ MODULE=listres - VERSION=1.0.1 + VERSION=1.0.2 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:389bd1dfa099746aeb7e31cb46dcfca18ad53c2e + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:4c1c9b16dbd9c442a76203b57a9fef33965415d9 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060303 - UPDATED=20060303 - SHORT="list resources in widgets " + UPDATED=20091217 + SHORT="list resources in widgets" cat << EOF The listres program generates a list of a widget's resource database. From florin at lunar-linux.org Thu Dec 17 22:02:11 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 23:02:11 +0200 Subject: [Lunar-commits] util-macros: version bumped to 1.4.1. Message-ID: <20091217210352.73AA3F339F@doppio.foo-projects.org> commit 9d5bb19d74ffd2c91eec5d2fc6a1ad745f80c543 Author: Florin Braescu Date: Thu Dec 17 23:02:11 2009 +0200 util-macros: version bumped to 1.4.1. Bugfixes and improvements. --- xorg7/util/util-macros/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/util/util-macros/DETAILS b/xorg7/util/util-macros/DETAILS index dcea3d9..2e5ca0e 100644 --- a/xorg7/util/util-macros/DETAILS +++ b/xorg7/util/util-macros/DETAILS @@ -1,12 +1,12 @@ MODULE=util-macros - VERSION=1.3.0 + VERSION=1.4.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/util - SOURCE_VFY=sha1:2c6396976af20bb0c7b3b27b229876fe67c6b9dc + SOURCE_VFY=sha1:d74f7bd4473c8f8f0a7fb739570935dc8982caa9 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070216 - UPDATED=20090910 + UPDATED=20091217 SHORT="Create dependencies in makefiles using 'gcc -M'" cat << EOF From florin at lunar-linux.org Thu Dec 17 22:03:33 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 23:03:33 +0200 Subject: [Lunar-commits] libpciaccess: version bumped to 0.11.0. Message-ID: <20091217210515.219CEF38A8@doppio.foo-projects.org> commit a26ce7e24954dda4af37ee82e5c85d33b9c222e4 Author: Florin Braescu Date: Thu Dec 17 23:03:33 2009 +0200 libpciaccess: version bumped to 0.11.0. Changes: Add pci_device_get_parent_bridge() I/O port access routines Fix pci_device_open_io() to actually return something useful Fix I/O handle array allocator to work for devices past the first. --- xorg7/lib/libpciaccess/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/lib/libpciaccess/DETAILS b/xorg7/lib/libpciaccess/DETAILS index dbaec9f..2b7b953 100644 --- a/xorg7/lib/libpciaccess/DETAILS +++ b/xorg7/lib/libpciaccess/DETAILS @@ -1,12 +1,12 @@ MODULE=libpciaccess - VERSION=0.10.9 + VERSION=0.11.0 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$XORG_URL/individual/lib - SOURCE_VFY=sha1:491e137f34a22f7208a6b0f68cbe51d929923591 + SOURCE_VFY=sha1:bcebba8b8441af151b59b63e8e91e66133b64158 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.x.org ENTERED=20070828 - UPDATED=20090925 + UPDATED=20091217 SHORT="Access the PCI bus and devices" cat << EOF From florin at lunar-linux.org Thu Dec 17 22:55:04 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 17 Dec 2009 23:55:04 +0200 Subject: [Lunar-commits] libdrm: version bumped to 2.4.16. Message-ID: <20091217215737.017E09B1F3@doppio.foo-projects.org> commit 161b63c7218d3028f8cb168b7cf211329074b7ac Author: Florin Braescu Date: Thu Dec 17 23:55:04 2009 +0200 libdrm: version bumped to 2.4.16. There are a lot of changes this time, in particular it dropped the orphaned driver code from Linux and BSD and this release is now really just libdrm. Going forward, the drm header files it ships in libdrm will be a straight copy from the linux kernel header files. --- xorg7/extra/libdrm/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xorg7/extra/libdrm/DETAILS b/xorg7/extra/libdrm/DETAILS index 3f7fd8b..634c76e 100644 --- a/xorg7/extra/libdrm/DETAILS +++ b/xorg7/extra/libdrm/DETAILS @@ -1,12 +1,12 @@ MODULE=libdrm - VERSION=2.4.14 + VERSION=2.4.16 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://dri.freedesktop.org/libdrm - SOURCE_VFY=sha1:a18cc2cdfd02b8ba1c91c3e9ac609521ad3e2fe9 + SOURCE_VFY=sha1:9f3580046429e88d4cd7f0e72e715f887fa42047 MODULE_PREFIX=${X11R7_PREFIX:-/usr} WEB_SITE=http://www.freedesktop.org ENTERED=20061017 - UPDATED=20090925 + UPDATED=20091217 SHORT="The userspace interface to kernel DRM services" cat << EOF From tchan at lunar-linux.org Thu Dec 17 23:22:54 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Thu, 17 Dec 2009 16:22:54 -0600 Subject: [Lunar-commits] uClibc: Added a fix for getline conflict in glibc Message-ID: <20091217230737.406059B1F3@doppio.foo-projects.org> commit fe447f4d93efde4f0c3b17fda41b3cc58a342ac7 Author: Terry Chan Date: Thu Dec 17 16:22:54 2009 -0600 uClibc: Added a fix for getline conflict in glibc --- libs/uClibc/BUILD | 1 + libs/uClibc/DETAILS | 5 ++++- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/libs/uClibc/BUILD b/libs/uClibc/BUILD index 6c22ec5..b593764 100644 --- a/libs/uClibc/BUILD +++ b/libs/uClibc/BUILD @@ -1,5 +1,6 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 1 && bad_flags ALL && make defconfig && default_make diff --git a/libs/uClibc/DETAILS b/libs/uClibc/DETAILS index 8ffb495..94861c3 100644 --- a/libs/uClibc/DETAILS +++ b/libs/uClibc/DETAILS @@ -1,11 +1,14 @@ MODULE=uClibc VERSION=0.9.30.1 SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE2=$MODULE-0.9.30.1-getline.patch SOURCE_URL=http://www.uclibc.org/downloads/ SOURCE_VFY=sha1:4b36fec9a0dacbd6fe0fd2cdb7836aaf8b7f4992 + SOURCE2_URL=$PATCH_URL + SOURCE2_VFY=sha1:3f28069690db86ada3fffccb58c0a38c355bad3b WEB_SITE=http://www.uclibc.org/ ENTERED=20020725 - UPDATED=20090303 + UPDATED=20091217 SHORT="C library for developing embedded Linux systems." PSAFE=no USE_WRAPPERS=n From tchan at lunar-linux.org Fri Dec 18 00:07:23 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Thu, 17 Dec 2009 17:07:23 -0600 Subject: [Lunar-commits] busybox, busybox_static: Commented out a fix for 2.4 kernels. 2.6 kernels need ionice defined Message-ID: <20091217230737.4FBC79B205@doppio.foo-projects.org> commit cfbd91af86fb57f4e0ea20e5b037c62c85700976 Author: Terry Chan Date: Thu Dec 17 17:07:23 2009 -0600 busybox, busybox_static: Commented out a fix for 2.4 kernels. 2.6 kernels need ionice defined --- shells/busybox/BUILD | 2 +- shells/busybox_static/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD index 393d3a6..6f04a20 100644 --- a/shells/busybox/BUILD +++ b/shells/busybox/BUILD @@ -3,7 +3,7 @@ make defconfig && # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it... - sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config && + # sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config && sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config && sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config && diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD index 766fe87..b7bf45c 100644 --- a/shells/busybox_static/BUILD +++ b/shells/busybox_static/BUILD @@ -6,7 +6,7 @@ sedit "s/-Wl,--gc-sections//" scripts/trylink && sedit "/^#error Aborting compilation./d" applets/applets.c && # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it... - sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config && + # sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config && sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config && sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config && From florin at lunar-linux.org Fri Dec 18 05:47:59 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Dec 2009 06:47:59 +0200 Subject: [Lunar-commits] wireshark: version bumped to 1.2.5. Message-ID: <20091218044933.349159B1F3@doppio.foo-projects.org> commit 6c8dbba9efd04a51a2bcb8ae71c3810bd86a4820 Author: Florin Braescu Date: Fri Dec 18 06:47:59 2009 +0200 wireshark: version bumped to 1.2.5. Bugfixes release. --- net/wireshark/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wireshark/DETAILS b/net/wireshark/DETAILS index 82dffeb..2fb85ff 100644 --- a/net/wireshark/DETAILS +++ b/net/wireshark/DETAILS @@ -1,11 +1,11 @@ MODULE=wireshark - VERSION=1.2.4 + VERSION=1.2.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.wireshark.org/download/src - SOURCE_VFY=sha1:a43f54db8a20dad38fce6e7d68817a3056496bbd + SOURCE_VFY=sha1:46b74b82ae6bfad5f5f68ef1b3b7d453ae9b1087 WEB_SITE=http://www.wireshark.org ENTERED=20061104 - UPDATED=20091117 + UPDATED=20091217 SHORT="A network protocol analyzer" cat << EOF From florin at lunar-linux.org Fri Dec 18 06:32:09 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Dec 2009 07:32:09 +0200 Subject: [Lunar-commits] virtualbox: version bumped to 3.1.2. Message-ID: <20091218053330.95A929B1F3@doppio.foo-projects.org> commit 7a84a6b158b2667ba7a6162b5d35d0023413f82f Author: Florin Braescu Date: Fri Dec 18 07:32:09 2009 +0200 virtualbox: version bumped to 3.1.2. Maintenence release. --- x11-utils/virtualbox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-utils/virtualbox/DETAILS b/x11-utils/virtualbox/DETAILS index 0a4283b..38ff35d 100644 --- a/x11-utils/virtualbox/DETAILS +++ b/x11-utils/virtualbox/DETAILS @@ -1,14 +1,14 @@ MODULE=virtualbox - BASE_VERSION=3.1.0 + BASE_VERSION=3.1.2 VERSION=$BASE_VERSION SOURCE=VirtualBox-${VERSION}-OSE.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-$BASE_VERSION\_OSE SOURCE_URL=http://download.virtualbox.org/$MODULE/$BASE_VERSION - SOURCE_VFY=sha1:fb7c97d692fc8e9973578ef44a848a5988694606 + SOURCE_VFY=sha1:ac85e5d098684080ce0571406d741f3db03064b8 MODULE_PREFIX=${VIRTUALBOX_PREFIX:-/usr/lib/virtualbox/} WEB_SITE=http://virtualbox.org ENTERED=20071004 - UPDATED=20091201 + UPDATED=20091218 SHORT="Full virtualizer for x86 hardware" cat << EOF From stumbles at lunar-linux.org Fri Dec 18 11:45:58 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 18 Dec 2009 05:45:58 -0500 Subject: [Lunar-commits] NVIDIA: Fixing sha1 for x86_64. Message-ID: <20091218104756.5E973F466F@doppio.foo-projects.org> commit 442d33bb8211c8641cf96e3aa827fd6247b424fd Author: Dennis `stumbles` Veatch Date: Fri Dec 18 05:45:58 2009 -0500 NVIDIA: Fixing sha1 for x86_64. --- x11/NVIDIA/DETAILS.x86_64 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/x11/NVIDIA/DETAILS.x86_64 b/x11/NVIDIA/DETAILS.x86_64 index f73a958..a72cfd8 100644 --- a/x11/NVIDIA/DETAILS.x86_64 +++ b/x11/NVIDIA/DETAILS.x86_64 @@ -20,7 +20,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/NVIDIA-Linux-x86_64-$VERSION-pkg0 SOURCE_URL[15]=http://it.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[16]=http://br.download.nvidia.com/XFree86/Linux-x86_64/$VERSION SOURCE_URL[17]=http://la.download.nvidia.com/XFree86/Linux-x86_64/$VERSION - SOURCE_VFY=sha1:d8865bcaeb7f4c8c470828a3ed7dffb1bbc7a4eb + SOURCE_VFY=sha1:5ce7273bdd91b918344e09b236292a18a7fdaa04 WEB_SITE=http://www.nvidia.com LICENSE="proprietary" ENTERED=20030804 From florin at lunar-linux.org Fri Dec 18 21:08:54 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Dec 2009 22:08:54 +0200 Subject: [Lunar-commits] rasqal: version bumped to 0.9.17. Message-ID: <20091218201024.4AE889B205@doppio.foo-projects.org> commit a07168fd0569a473b1b1b33e8e6c6e1180bc7fbd Author: Florin Braescu Date: Fri Dec 18 22:08:54 2009 +0200 rasqal: version bumped to 0.9.17. WARNING: ABI AND API CHANGED in this release. Rasqal 0.9.17 is binary incompatible with 0.9.16 or earlier. Changes: Added a new query engine that implements the SPARQL algebra better. All constructors now take a rasqal_world argument. Added LAQRS syntax support for SUM, AVG, MIN, MAX, COALESCE() experimental syntax. Added query result formatters for CSV, TSV and ASCII tables. Prefer pkg-config for configuring. Many resilience and resource failure fixes Many other bug fixes and improvements were made. --- libs/rasqal/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS index d597efe..bddbb0f 100644 --- a/libs/rasqal/DETAILS +++ b/libs/rasqal/DETAILS @@ -1,12 +1,12 @@ MODULE=rasqal - VERSION=0.9.16 + VERSION=0.9.17 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://download.librdf.org/source SOURCE_URL[1]=$SFORGE_URL/librdf - SOURCE_VFY=sha1:55e08ee78c15de417cbfccb9e748747095994886 + SOURCE_VFY=sha1:f832dd5433316054fb5ac847c504631ec6e20b78 WEB_SITE=http://librdf.org/$MODULE ENTERED=20090923 - UPDATED=20090923 + UPDATED=20091218 SHORT="A RDF Query Library" cat << EOF From florin at lunar-linux.org Fri Dec 18 21:12:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 18 Dec 2009 22:12:58 +0200 Subject: [Lunar-commits] redland: version bumped to 1.0.10. Message-ID: <20091218201427.332449B205@doppio.foo-projects.org> commit 9f065cf4f52e381000160d4bc75023fc05826e54 Author: Florin Braescu Date: Fri Dec 18 22:12:58 2009 +0200 redland: version bumped to 1.0.10. Changes: Added a Virtuoso storage. Support Rasqal 0.9.17 API. Fix compiling against sqlite 3.6.17 or newer. Fix modular storage dynamic loading linking problems. Several other bug fixes. --- libs/redland/DETAILS | 6 +++--- libs/redland/DETAILS.x86_64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS index 3dda66f..57c6a21 100644 --- a/libs/redland/DETAILS +++ b/libs/redland/DETAILS @@ -1,11 +1,11 @@ MODULE=redland - VERSION=1.0.9 + VERSION=1.0.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.librdf.org/source - SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b + SOURCE_VFY=sha1:e4ba2ef207f293a7740f45661ec90cf9698e217f WEB_SITE=http://librdf.org ENTERED=20070802 - UPDATED=20090923 + UPDATED=20091218 SHORT="libraries that provide support for the Resource Description Framework" cat << EOF diff --git a/libs/redland/DETAILS.x86_64 b/libs/redland/DETAILS.x86_64 index 5451be5..5f1dedf 100644 --- a/libs/redland/DETAILS.x86_64 +++ b/libs/redland/DETAILS.x86_64 @@ -1,11 +1,11 @@ MODULE=redland - VERSION=1.0.9 + VERSION=1.0.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.librdf.org/source - SOURCE_VFY=sha1:74c9ce4b496095d404593a18af1d15de4904ae9b + SOURCE_VFY=sha1:e4ba2ef207f293a7740f45661ec90cf9698e217f WEB_SITE=http://librdf.org ENTERED=20070802 - UPDATED=20090923 + UPDATED=20091218 SHORT="libraries that provide support for the Resource Description Framework" PSAFE=no From zbiggy at lunar-linux.org Fri Dec 18 23:13:08 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 18 Dec 2009 23:13:08 +0100 Subject: [Lunar-commits] git: updated to 1.6.5.7 Message-ID: <20091218221331.1B24F9B205@doppio.foo-projects.org> commit 2828b42bafbfed67a8407dfe04ddd24a2151071f Author: Zbigniew Luszpinski Date: Fri Dec 18 23:13:08 2009 +0100 git: updated to 1.6.5.7 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index e4d1b27..fa2aa92 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.5.6 + VERSION=1.6.5.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:1f09b5170fe906eafe0471dcb9ec9088bddd7653 - SOURCE2_VFY=sha1:b97e529538a2a28345e567d46d64538f99906b84 + SOURCE_VFY=sha1:05f2dd3004d4e881d2ccbf528497204726fc6e9f + SOURCE2_VFY=sha1:bb383dd768ece1cc602c2ba7dcf623fe8bba2a44 SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20091212 + UPDATED=20091218 SHORT="Fast version control system" PSAFE=no From zbiggy at lunar-linux.org Sat Dec 19 00:32:17 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Dec 2009 00:32:17 +0100 Subject: [Lunar-commits] lzma-sdk: updated to 909 Message-ID: <20091218233243.50B39F3342@doppio.foo-projects.org> commit 53920a6d5a9ca22b8c695cbdfa433b47ea037306 Author: Zbigniew Luszpinski Date: Sat Dec 19 00:32:17 2009 +0100 lzma-sdk: updated to 909 --- archive/lzma-sdk/BUILD | 9 +++++---- archive/lzma-sdk/DETAILS | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/archive/lzma-sdk/BUILD b/archive/lzma-sdk/BUILD index 8342cf9..4b5f0a3 100644 --- a/archive/lzma-sdk/BUILD +++ b/archive/lzma-sdk/BUILD @@ -7,12 +7,13 @@ cd $SOURCE_DIRECTORY/C/Util/7z && sedit "s:-O2:$CFLAGS:" makefile.gcc && make -f makefile.gcc clean all && -cd $SOURCE_DIRECTORY/CPP/7zip/Compress/LZMA_Alone && +cd $SOURCE_DIRECTORY/CPP/7zip/Bundles/LzmaCon && sedit "s:-O2:$CFLAGS:" makefile.gcc && -make -f makefile.gcc clean all && +#make -f makefile.gcc clean all && prepare_install && install $SOURCE_DIRECTORY/C/Util/Lzma/lzma /usr/bin/lzma-nongnuc && -install $SOURCE_DIRECTORY/C/Util/7z/7zDec /usr/bin && -install $SOURCE_DIRECTORY/CPP/7zip/Compress/LZMA_Alone/lzma /usr/bin/lzma-nongnu +install $SOURCE_DIRECTORY/C/Util/7z/7zDec /usr/bin +#install $SOURCE_DIRECTORY/CPP/7zip//Bundles/LzmaCon/lzma /usr/bin/lzma-nongnu ) > $C_FIFO 2>&1 + diff --git a/archive/lzma-sdk/DETAILS b/archive/lzma-sdk/DETAILS index 64e5b20..27d0b28 100644 --- a/archive/lzma-sdk/DETAILS +++ b/archive/lzma-sdk/DETAILS @@ -1,12 +1,12 @@ MODULE=lzma-sdk - VERSION=906 + VERSION=909 SOURCE=lzma$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/sevenzip/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION - SOURCE_VFY=sha1:2937a631d32ffbd7f3cd55be86db1a5450647f42 + SOURCE_VFY=sha1:17c8255e9786171b22c6c6d5c645494dc091b01c WEB_SITE=http://www.7-zip.org/ ENTERED=20080129 - UPDATED=20090821 + UPDATED=20091218 SHORT="LZMA archiver generated from genuine SDK" cat << EOF Genuine LZMA utils from SDK kit. These tools have different From zbiggy at lunar-linux.org Sat Dec 19 02:25:31 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Dec 2009 02:25:31 +0100 Subject: [Lunar-commits] gcc: improved gcc plugin for lunar see general mailing list for more info on changes I made. Message-ID: <20091219012700.C77F89B205@doppio.foo-projects.org> commit 88b82ed39562d303e3e4a98bf9a0a7bc1e1a3d6c Author: Zbigniew Luszpinski Date: Sat Dec 19 02:25:31 2009 +0100 gcc: improved gcc plugin for lunar see general mailing list for more info on changes I made. --- compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 49 ++++++++++++++++++++++- 1 files changed, 46 insertions(+), 3 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin index 2b47121..85866a2 100644 --- a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -86,15 +86,26 @@ plugin_compiler_gcc_4_4_optimize() SSE) c_cxx_flags_add "-msse" ;; SSE2) c_cxx_flags_add "-msse2" ;; SSE3) c_cxx_flags_add "-msse3" ;; + SSSE3) c_cxx_flags_add "-mssse3" ;; + SSE4) c_cxx_flags_add "-msse4" ;; + SSE4.1) c_cxx_flags_add "-msse4.1" ;; + SSE4.2) c_cxx_flags_add "-msse4.2" ;; + SSE4A) c_cxx_flags_add "-msse4a" ;; + SSE5) c_cxx_flags_add "-msse5" ;; dnow) c_cxx_flags_add "-m3dnow" ;; Altivec) c_cxx_flags_add "-maltivec" ;; + AVX) c_cxx_flags_add "-mavx" ;; + AES) c_cxx_flags_add "-maes" ;; + PCLMUL) c_cxx_flags_add "-mpclmul" ;; + POPCNT) c_cxx_flags_add "-mpopcnt" ;; + ABM) c_cxx_flags_add "-mabm" ;; esac done case $FPM in x387) c_cxx_flags_add "-mfpmath=387" ;; SSE) c_cxx_flags_add "-mfpmath=sse" ;; - Both) c_cxx_flags_add "-mfpmath=sse,387" ;; + Both) c_cxx_flags_add "-mfpmath=both" ;; esac for OPT in ${CC_OPTS[@]}; do @@ -272,6 +283,7 @@ EOF x86) OPTIONS=( "None" "" $( [ ! "$CPU" ] && echo "on" || echo "off" ) "All processor types" + "autodetect" "autodetect" $( [ "$CPU" == "native" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" "i386" "i386" $( [ "$CPU" == "i386" ] && echo "on" || echo "off" ) "i386 processors" "i486" "i486" $( [ "$CPU" == "i486" ] && echo "on" || echo "off" ) "i486 processors" "i586" "i586 (Pentium)" $( [ "$CPU" == "i586" ] && echo "on" || echo "off" ) "i586 processors, identical to 'pentium'" @@ -286,6 +298,7 @@ EOF "core2" "Core 2" $( [ "$CPU" == "core2" ] && echo "on" || echo "off" ) "Intel Core 2 processors" "prescott" "Xeon" $( [ "$CPU" == "prescott" ] && echo "on" || echo "off" ) "Newer Xeons with sse3" "nocona" "nocona" $( [ "$CPU" == "nocona" ] && echo "on" || echo "off" ) "Newer Xeons with sse3 and em64t" + "core2" "core2" $( [ "$CPU" == "core2" ] && echo "on" || echo "off" ) "Intel Core2 CPU with em64t SSE3 and SSSE3" "k6" "k6" $( [ "$CPU" == "k6" ] && echo "on" || echo "off" ) "AMD K6 processors" "k6-2" "k6-2" $( [ "$CPU" == "k6-2" ] && echo "on" || echo "off" ) "AMD K6-2 processors" "k6-3" "k6-3" $( [ "$CPU" == "k6-3" ] && echo "on" || echo "off" ) "AMD K6-3 processors" @@ -298,6 +311,11 @@ EOF "opteron" "opteron" $( [ "$CPU" == "opteron" ] && echo "on" || echo "off" ) "AMD opteron processors" "athlon64" "athlon64" $( [ "$CPU" == "athlon64" ] && echo "on" || echo "off" ) "AMD Athlon 64 processors" "athlon-fx" "athlon-fx" $( [ "$CPU" == "athlon-fx" ] && echo "on" || echo "off" ) "AMD Athlon fx processors" + "k8-sse3" "k8-sse3" $( [ "$CPU" == "k8-sse3" ] && echo "on" || echo "off" ) "AMD K8 processors with SSE3" + "opteron-sse3" "opteron-sse3" $( [ "$CPU" == "opteron-sse3" ] && echo "on" || echo "off" ) "AMD opteron processors with SSE3" + "athlon64-sse3" "athlon64-sse3" $( [ "$CPU" == "athlon64-sse3" ] && echo "on" || echo "off" ) "AMD Athlon 64 processors with SSE3" + "amdfam10" "amdfam10" $( [ "$CPU" == "amdfam10" ] && echo "on" || echo "off" ) "AMD K10 family: Phenom1,2 Athlon2 processors with SSE4A ABM" + "barcelona" "barcelona" $( [ "$CPU" == "barcelona" ] && echo "on" || echo "off" ) "AMD K10 family: barcelona core processors with SSE4A ABM" "geode" "geode" $( [ "$CPU" == "geode" ] && echo "on" || echo "off" ) "AMD Geode processors" "winchip-c6" "winchip-c6" $( [ "$CPU" == "winchip-c6" ] && echo "on" || echo "off" ) "IDT Winchip C6 CPU (a 486)" "winchip2" "winchip2" $( [ "$CPU" == "winchip2" ] && echo "on" || echo "off" ) "IDT Winchip2 CPU (a 486)" @@ -370,16 +388,23 @@ EOF x86_64) OPTIONS=( "None" "" $( [ ! "$CPU" ] && echo "on" || echo "off" ) "All processor types" + "autodetect" "autodetect" $( [ "$CPU" == "native" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" "x86-64" "x86-64" $( [ "$CPU" == "x86-64" ] && echo "on" || echo "off" ) "Both AMD64 and Intel EM64T machines" "nocona" "nocona" $( [ "$CPU" == "nocona" ] && echo "on" || echo "off" ) "Newer Xeons with sse3 and em64t" + "core2" "core2" $( [ "$CPU" == "core2" ] && echo "on" || echo "off" ) "Intel Core2 CPU with em64t SSE3 and SSSE3" "k8" "k8" $( [ "$CPU" == "k8" ] && echo "on" || echo "off" ) "AMD K8 processors" "opteron" "opteron" $( [ "$CPU" == "opteron" ] && echo "on" || echo "off" ) "AMD opteron processors" "athlon64" "athlon64" $( [ "$CPU" == "athlon64" ] && echo "on" || echo "off" ) "AMD Athlon 64 processors" "athlon-fx" "athlon-fx" $( [ "$CPU" == "athlon-fx" ] && echo "on" || echo "off" ) "AMD Athlon fx processors" + "k8-sse3" "k8-sse3" $( [ "$CPU" == "k8-sse3" ] && echo "on" || echo "off" ) "AMD K8 processors with SSE3" + "opteron-sse3" "opteron-sse3" $( [ "$CPU" == "opteron-sse3" ] && echo "on" || echo "off" ) "AMD opteron processors with SSE3" + "athlon64-sse3" "athlon64-sse3" $( [ "$CPU" == "athlon64-sse3" ] && echo "on" || echo "off" ) "AMD Athlon 64 processors with SSE3" + "amdfam10" "amdfam10" $( [ "$CPU" == "amdfam10" ] && echo "on" || echo "off" ) "AMD K10 family: Phenom1,2 Athlon2 processors with SSE4A ABM" + "barcelona" "barcelona" $( [ "$CPU" == "barcelona" ] && echo "on" || echo "off" ) "AMD K10 family: barcelona core processors with SSE4A ABM" ) ;; esac - menu radiolist "CPU, according to the kernel you have a$(cat /proc/cpuinfo | grep 'model name' | cut -d: -f2 | head -n 1). If you are unsure, use $(arch) - anything higher is not safe." && + menu radiolist "CPU, according to the kernel you have a$(cat /proc/cpuinfo | grep 'model name' | cut -d: -f2 | head -n 1). If you are unsure, use autodetect - anything other is not safe." && CPU=$RESULT ;; spd) @@ -483,6 +508,24 @@ EOF "dnow" "3dnow" $( echo ${XTRA[@]} | grep -q "dnow" && echo "on" || echo "off" ) "3dnow" ) fi + if grep -qw popcnt /proc/cpuinfo; then + OPTIONS=( + ${OPTIONS[@]} + "popcnt" "popcnt" $( echo ${XTRA[@]} | grep -q "popcnt" && echo "on" || echo "off" ) "population count mnemonic" + ) + fi + if grep -qw sse4a /proc/cpuinfo; then + OPTIONS=( + ${OPTIONS[@]} + "SSE4A" "SSE4A" $( echo ${XTRA[@]} | grep -q "SSE4A" && echo "on" || echo "off" ) "Streaming SIMD (Single Instruction, Multiple Data) AMD Extensions v4" + ) + fi + if grep -qw abm /proc/cpuinfo; then + OPTIONS=( + ${OPTIONS[@]} + "ABM" "ABM" $( echo ${XTRA[@]} | grep -q "ABM" && echo "on" || echo "off" ) "AMD Advanced Bit Manipulation" + ) + fi ;; PowerPC) if grep -qw altivec /proc/cpuinfo; then @@ -493,7 +536,7 @@ EOF ;; esac unset FLAGS - for EXT in mmx sse sse2 pni 3dnow altivec ; do + for EXT in mmx sse sse2 pni 3dnow altivec popcnt sse4a abm; do if grep -qw "$EXT" /proc/cpuinfo ; then echo $EXT FLAGS="$FLAGS $EXT" From florin at lunar-linux.org Sat Dec 19 07:59:42 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 19 Dec 2009 08:59:42 +0200 Subject: [Lunar-commits] ktorrent4: version bumped to 3.3.2. Message-ID: <20091219070101.EA0E79B205@doppio.foo-projects.org> commit ccfd57f639ec8dd68796938858ff3a42102f7693 Author: Florin Braescu Date: Sat Dec 19 08:59:42 2009 +0200 ktorrent4: version bumped to 3.3.2. Bugfixes. --- kde4/extragear/ktorrent4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/extragear/ktorrent4/DETAILS b/kde4/extragear/ktorrent4/DETAILS index cfb46ec..6fbf939 100644 --- a/kde4/extragear/ktorrent4/DETAILS +++ b/kde4/extragear/ktorrent4/DETAILS @@ -1,14 +1,14 @@ MODULE=ktorrent4 - MAJOR=3.3.1 + MAJOR=3.3.2 VERSION=${MAJOR} SOURCE=ktorrent-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/ktorrent-$VERSION SOURCE_URL=http://ktorrent.org/downloads/$VERSION - SOURCE_VFY=sha1:81036bdb21969a39791651949f5d8831bd5dc09d + SOURCE_VFY=sha1:e347e8e0923d8a05867c2668aa4d5ccb458a8d92 WEB_SITE=http://www.kde.org MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} ENTERED=20080111 - UPDATED=20091123 + UPDATED=20091219 SHORT="BitTorrent client for KDE" cat << EOF From florin at lunar-linux.org Sat Dec 19 08:07:12 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 19 Dec 2009 09:07:12 +0200 Subject: [Lunar-commits] openbox: version bumped to 3.4.9. Message-ID: <20091219070832.1D2799B205@doppio.foo-projects.org> commit 9bb3d8e3f05e49dab637042805cbe58b7a0e251c Author: Florin Braescu Date: Sat Dec 19 09:07:12 2009 +0200 openbox: version bumped to 3.4.9. Bugfixes and improvements. --- lxde/openbox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lxde/openbox/DETAILS b/lxde/openbox/DETAILS index 08f5824..be0106d 100644 --- a/lxde/openbox/DETAILS +++ b/lxde/openbox/DETAILS @@ -1,11 +1,11 @@ MODULE=openbox - VERSION=3.4.8 + VERSION=3.4.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://icculus.org/$MODULE/releases - SOURCE_VFY=sha1:dae3c3d84ce896e93a52bca0d098fe37c4df4424 + SOURCE_VFY=sha1:afb7efc8140c327ce8ddc355b39748683469b675 WEB_SITE=http://icculus.org/openbox/index.php/Main_Page ENTERED=20040814 - UPDATED=20091209 + UPDATED=20091219 SHORT="A standards compliant, fast, light-weight, extensible window manager" cat << EOF From florin at lunar-linux.org Sat Dec 19 08:22:59 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 19 Dec 2009 09:22:59 +0200 Subject: [Lunar-commits] linux-2.6: version bumped to 2.6.32.2. Message-ID: <20091219072447.E88B39B205@doppio.foo-projects.org> commit c0fc5a6fb0a47fba19bf6b972fd102acd6a62d28 Author: Florin Braescu Date: Sat Dec 19 09:22:59 2009 +0200 linux-2.6: version bumped to 2.6.32.2. The second pile of bugfixes for 2.6.32 serie. --- kernel/linux-2.6/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS index 029f9a9..8a5f2e3 100644 --- a/kernel/linux-2.6/DETAILS +++ b/kernel/linux-2.6/DETAILS @@ -1,5 +1,5 @@ MODULE=linux-2.6 - VERSION=2.6.32.1 + VERSION=2.6.32.2 BASE=$(echo $VERSION | cut -d. -f1,2,3) SOURCE=linux-${BASE}.tar.bz2 SOURCE2=patch-${VERSION}.bz2 @@ -11,11 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6 SOURCE3_URL[0]=$PATCH_URL SOURCE_VFY=sha1:410b4fc818023bfef60064e973ff0ab46d3bfb19 - SOURCE2_VFY=sha1:8d63d1ae4b69f44808045727550fa7dd98d7d754 + SOURCE2_VFY=sha1:9356a25374f7568dbbd65239bb291302520f10ef SOURCE3_VFY=sha1:aace1a887fab63ea6530533a4e87c6bb1721dc24 WEB_SITE=http://www.kernel.org ENTERED=20041019 - UPDATED=20091215 + UPDATED=20091219 SHORT="The core of a Linux GNU Operating System" KEEP_SOURCE=on TMPFS=off From florin at lunar-linux.org Sat Dec 19 08:36:42 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 19 Dec 2009 09:36:42 +0200 Subject: [Lunar-commits] php5-suhosin: version bumped to 5.2.11. Message-ID: <20091219073804.EFE789B205@doppio.foo-projects.org> commit 4c6c266460dc6f3c56d04bbf82041490e2561839 Author: Florin Braescu Date: Sat Dec 19 09:36:42 2009 +0200 php5-suhosin: version bumped to 5.2.11. --- compilers/php5-suhosin/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compilers/php5-suhosin/DETAILS b/compilers/php5-suhosin/DETAILS index 95ea3ef..000fdc1 100644 --- a/compilers/php5-suhosin/DETAILS +++ b/compilers/php5-suhosin/DETAILS @@ -1,5 +1,5 @@ MODULE=php5-suhosin - PHP_VERSION=5.2.10 + PHP_VERSION=5.2.11 SUHOSIN_VER=0.9.27 SUHOSIN_PVER=0.9.7 VERSION=$PHP_VERSION-$SUHOSIN_VER @@ -16,13 +16,13 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$PHP_VERSION SOURCE3=suhosin-patch-$PHP_VERSION-$SUHOSIN_PVER.patch.gz SOURCE2_URL=http://download.suhosin.org SOURCE3_URL=http://download.suhosin.org - SOURCE_VFY=sha1:9a287e2791d28928fb1ee1a1167290c5005feccd + SOURCE_VFY=sha1:819c853ce657ef260d4a73b5a21f961115b97eef SOURCE2_VFY=sha1:3033bd3840c75786179cf8240f63d97b5f6accbf - SOURCE3_VFY=sha1:3768bbded0bb2376414322b26308342452cb927a + SOURCE3_VFY=sha1:248419332131efc53f3306c2a57a4b1a9dc92cc1 WEB_SITE=http://www.hardened-php.net/suhosin/index.html MAINTAINER=striker at lunar-linux.org ENTERED=20061219 - UPDATED=20090624 + UPDATED=20091219 SHORT="Suhosin is an advanced protection system for PHP" cat << EOF From florin at lunar-linux.org Sat Dec 19 17:59:16 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 19 Dec 2009 18:59:16 +0200 Subject: [Lunar-commits] syslinux: version bumped to 3.84. Message-ID: <20091219170113.21C809B204@doppio.foo-projects.org> commit 3c6b73c03eeaa3f8e8c71e6721fc1221b432ddae Author: Florin Braescu Date: Sat Dec 19 18:59:16 2009 +0200 syslinux: version bumped to 3.84. This release adds support for emulating CD-ROM images from .ISO files using MEMDISK, support for arbitrary screen resolutions in the VESA menu, video mode setting for Multiboot, and future support for PM operating system drivers in MEMDISK. It also adds a number of bugfixes, including fixing the DOS installer for MS-DOS 7.x/8.x and fixing PC-DOS images in MEMDISK. --- utils/syslinux/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/syslinux/DETAILS b/utils/syslinux/DETAILS index c73ee82..0ae6811 100644 --- a/utils/syslinux/DETAILS +++ b/utils/syslinux/DETAILS @@ -1,12 +1,12 @@ MODULE=syslinux - VERSION=3.83 + VERSION=3.84 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/boot/$MODULE SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/boot/$MODULE - SOURCE_VFY=sha1:0dbbdd5a36362ce0e3284d9f4047a355d527d5d0 + SOURCE_VFY=sha1:496acd2af10af121ed919e9c6a8c368b0bb53619 WEB_SITE=http://syslinux.zytor.com ENTERED=20010922 - UPDATED=20091006 + UPDATED=20091219 MAINTAINER=tchan at lunar-linux.org PSAFE=no SHORT="bootloader for Linux that works on FAT and ISO9660 filesystems" From zbiggy at lunar-linux.org Sat Dec 19 19:28:08 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Dec 2009 19:28:08 +0100 Subject: [Lunar-commits] gcc plugin: fixed autodetect Message-ID: <20091219182832.F38659B204@doppio.foo-projects.org> commit 3c9e64e3049a115cdad0f7121ab20964c9eacae2 Author: Zbigniew Luszpinski Date: Sat Dec 19 19:28:08 2009 +0100 gcc plugin: fixed autodetect --- compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin index 85866a2..c54dbf8 100644 --- a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -283,7 +283,7 @@ EOF x86) OPTIONS=( "None" "" $( [ ! "$CPU" ] && echo "on" || echo "off" ) "All processor types" - "autodetect" "autodetect" $( [ "$CPU" == "native" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" + "native" "autodetect" $( [ "$CPU" == "autodetect" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" "i386" "i386" $( [ "$CPU" == "i386" ] && echo "on" || echo "off" ) "i386 processors" "i486" "i486" $( [ "$CPU" == "i486" ] && echo "on" || echo "off" ) "i486 processors" "i586" "i586 (Pentium)" $( [ "$CPU" == "i586" ] && echo "on" || echo "off" ) "i586 processors, identical to 'pentium'" @@ -388,7 +388,7 @@ EOF x86_64) OPTIONS=( "None" "" $( [ ! "$CPU" ] && echo "on" || echo "off" ) "All processor types" - "autodetect" "autodetect" $( [ "$CPU" == "native" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" + "native" "autodetect" $( [ "$CPU" == "autodetect" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" "x86-64" "x86-64" $( [ "$CPU" == "x86-64" ] && echo "on" || echo "off" ) "Both AMD64 and Intel EM64T machines" "nocona" "nocona" $( [ "$CPU" == "nocona" ] && echo "on" || echo "off" ) "Newer Xeons with sse3 and em64t" "core2" "core2" $( [ "$CPU" == "core2" ] && echo "on" || echo "off" ) "Intel Core2 CPU with em64t SSE3 and SSSE3" From zbiggy at lunar-linux.org Sat Dec 19 23:54:49 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 19 Dec 2009 23:54:49 +0100 Subject: [Lunar-commits] gcc: plugin: support for new Intels, small tweaks Message-ID: <20091219225509.8760FF3AB0@doppio.foo-projects.org> commit 42def9fe1c3acec8425f504a8f5260f40c9c6221 Author: Zbigniew Luszpinski Date: Sat Dec 19 23:54:49 2009 +0100 gcc: plugin: support for new Intels, small tweaks --- compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 50 +++++++++++++++++++---- 1 files changed, 41 insertions(+), 9 deletions(-) diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin index c54dbf8..59429bb 100644 --- a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin +++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin @@ -92,7 +92,7 @@ plugin_compiler_gcc_4_4_optimize() SSE4.2) c_cxx_flags_add "-msse4.2" ;; SSE4A) c_cxx_flags_add "-msse4a" ;; SSE5) c_cxx_flags_add "-msse5" ;; - dnow) c_cxx_flags_add "-m3dnow" ;; + 3dnow) c_cxx_flags_add "-m3dnow" ;; Altivec) c_cxx_flags_add "-maltivec" ;; AVX) c_cxx_flags_add "-mavx" ;; AES) c_cxx_flags_add "-maes" ;; @@ -126,6 +126,14 @@ plugin_compiler_gcc_4_4_optimize() CXX=g++ CPP=cpp + if [ -n "$MYCFLAGS" ]; then + CFLAGS=$MYCFLAGS + CXXFLAGS=$MYCFLAGS + fi + if [ -n "$MYCXXFLAGS" ]; then + CXXFLAGS=$MYCXXFLAGS + fi + export CFLAGS CXXFLAGS CPPFLAGS export CC CXX CPP @@ -283,7 +291,7 @@ EOF x86) OPTIONS=( "None" "" $( [ ! "$CPU" ] && echo "on" || echo "off" ) "All processor types" - "native" "autodetect" $( [ "$CPU" == "autodetect" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" + "native" "autodetect" $( [ "$CPU" == "native" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" "i386" "i386" $( [ "$CPU" == "i386" ] && echo "on" || echo "off" ) "i386 processors" "i486" "i486" $( [ "$CPU" == "i486" ] && echo "on" || echo "off" ) "i486 processors" "i586" "i586 (Pentium)" $( [ "$CPU" == "i586" ] && echo "on" || echo "off" ) "i586 processors, identical to 'pentium'" @@ -298,7 +306,6 @@ EOF "core2" "Core 2" $( [ "$CPU" == "core2" ] && echo "on" || echo "off" ) "Intel Core 2 processors" "prescott" "Xeon" $( [ "$CPU" == "prescott" ] && echo "on" || echo "off" ) "Newer Xeons with sse3" "nocona" "nocona" $( [ "$CPU" == "nocona" ] && echo "on" || echo "off" ) "Newer Xeons with sse3 and em64t" - "core2" "core2" $( [ "$CPU" == "core2" ] && echo "on" || echo "off" ) "Intel Core2 CPU with em64t SSE3 and SSSE3" "k6" "k6" $( [ "$CPU" == "k6" ] && echo "on" || echo "off" ) "AMD K6 processors" "k6-2" "k6-2" $( [ "$CPU" == "k6-2" ] && echo "on" || echo "off" ) "AMD K6-2 processors" "k6-3" "k6-3" $( [ "$CPU" == "k6-3" ] && echo "on" || echo "off" ) "AMD K6-3 processors" @@ -314,7 +321,7 @@ EOF "k8-sse3" "k8-sse3" $( [ "$CPU" == "k8-sse3" ] && echo "on" || echo "off" ) "AMD K8 processors with SSE3" "opteron-sse3" "opteron-sse3" $( [ "$CPU" == "opteron-sse3" ] && echo "on" || echo "off" ) "AMD opteron processors with SSE3" "athlon64-sse3" "athlon64-sse3" $( [ "$CPU" == "athlon64-sse3" ] && echo "on" || echo "off" ) "AMD Athlon 64 processors with SSE3" - "amdfam10" "amdfam10" $( [ "$CPU" == "amdfam10" ] && echo "on" || echo "off" ) "AMD K10 family: Phenom1,2 Athlon2 processors with SSE4A ABM" + "amdfam10" "AMD K10 Phenom/new K10 based Opteron family" $( [ "$CPU" == "amdfam10" ] && echo "on" || echo "off" ) "AMD K10 family: Phenom1,2 Athlon2, new Opteron K10 based processors with SSE4A ABM" "barcelona" "barcelona" $( [ "$CPU" == "barcelona" ] && echo "on" || echo "off" ) "AMD K10 family: barcelona core processors with SSE4A ABM" "geode" "geode" $( [ "$CPU" == "geode" ] && echo "on" || echo "off" ) "AMD Geode processors" "winchip-c6" "winchip-c6" $( [ "$CPU" == "winchip-c6" ] && echo "on" || echo "off" ) "IDT Winchip C6 CPU (a 486)" @@ -388,7 +395,7 @@ EOF x86_64) OPTIONS=( "None" "" $( [ ! "$CPU" ] && echo "on" || echo "off" ) "All processor types" - "native" "autodetect" $( [ "$CPU" == "autodetect" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" + "native" "autodetect" $( [ "$CPU" == "native" ] && echo "on" || echo "off" ) "autodetect CPU at compile time - recommended" "x86-64" "x86-64" $( [ "$CPU" == "x86-64" ] && echo "on" || echo "off" ) "Both AMD64 and Intel EM64T machines" "nocona" "nocona" $( [ "$CPU" == "nocona" ] && echo "on" || echo "off" ) "Newer Xeons with sse3 and em64t" "core2" "core2" $( [ "$CPU" == "core2" ] && echo "on" || echo "off" ) "Intel Core2 CPU with em64t SSE3 and SSSE3" @@ -399,7 +406,7 @@ EOF "k8-sse3" "k8-sse3" $( [ "$CPU" == "k8-sse3" ] && echo "on" || echo "off" ) "AMD K8 processors with SSE3" "opteron-sse3" "opteron-sse3" $( [ "$CPU" == "opteron-sse3" ] && echo "on" || echo "off" ) "AMD opteron processors with SSE3" "athlon64-sse3" "athlon64-sse3" $( [ "$CPU" == "athlon64-sse3" ] && echo "on" || echo "off" ) "AMD Athlon 64 processors with SSE3" - "amdfam10" "amdfam10" $( [ "$CPU" == "amdfam10" ] && echo "on" || echo "off" ) "AMD K10 family: Phenom1,2 Athlon2 processors with SSE4A ABM" + "amdfam10" "AMD K10 family Phenom/new K10 based Opteron" $( [ "$CPU" == "amdfam10" ] && echo "on" || echo "off" ) "AMD K10 family: Phenom1,2 Athlon2, new Opteron K10 family processors with SSE4A ABM" "barcelona" "barcelona" $( [ "$CPU" == "barcelona" ] && echo "on" || echo "off" ) "AMD K10 family: barcelona core processors with SSE4A ABM" ) ;; @@ -502,10 +509,34 @@ EOF "SSE3" "SSE3" $( echo ${XTRA[@]} | grep -q "SSE3" && echo "on" || echo "off" ) "Streaming SIMD (Single Instruction, Multiple Data) Extensions v3" ) fi + if grep -qw ssse3 /proc/cpuinfo; then + OPTIONS=( + ${OPTIONS[@]} + "SSSE3" "SSSE3" $( echo ${XTRA[@]} | grep -q "SSSE3" && echo "on" || echo "off" ) "Supplemental Streaming SIMD (Single Instruction, Multiple Data) Extensions v3" + ) + fi + if grep -qw sse4_1 /proc/cpuinfo; then + OPTIONS=( + ${OPTIONS[@]} + "SSE4.1" "SSE4.1" $( echo ${XTRA[@]} | grep -q "SSE4.1" && echo "on" || echo "off" ) "Streaming SIMD (Single Instruction, Multiple Data) Extensions v4 part 1" + ) + fi + if grep -qw sse4_2 /proc/cpuinfo; then + OPTIONS=( + ${OPTIONS[@]} + "SSE4.2" "SSE4.2" $( echo ${XTRA[@]} | grep -q "SSE4.2" && echo "on" || echo "off" ) "Streaming SIMD (Single Instruction, Multiple Data) Extensions v4 part 2" + ) + fi + if grep -qw sse4_1\ sse4_2 /proc/cpuinfo; then + OPTIONS=( + ${OPTIONS[@]} + "SSE4" "SSE4" $( echo ${XTRA[@]} | grep -q "SSE4" && echo "on" || echo "off" ) "Streaming SIMD (Single Instruction, Multiple Data) Extensions v4 full: part 1 + part 2" + ) + fi if grep -qw 3dnow /proc/cpuinfo; then OPTIONS=( ${OPTIONS[@]} - "dnow" "3dnow" $( echo ${XTRA[@]} | grep -q "dnow" && echo "on" || echo "off" ) "3dnow" + "3dnow" "3dnow" $( echo ${XTRA[@]} | grep -q "3dnow" && echo "on" || echo "off" ) "3dnow" ) fi if grep -qw popcnt /proc/cpuinfo; then @@ -517,7 +548,7 @@ EOF if grep -qw sse4a /proc/cpuinfo; then OPTIONS=( ${OPTIONS[@]} - "SSE4A" "SSE4A" $( echo ${XTRA[@]} | grep -q "SSE4A" && echo "on" || echo "off" ) "Streaming SIMD (Single Instruction, Multiple Data) AMD Extensions v4" + "SSE4A" "SSE4A" $( echo ${XTRA[@]} | grep -q "SSE4A" && echo "on" || echo "off" ) "AMD Streaming SIMD (Single Instruction, Multiple Data) Extensions v4" ) fi if grep -qw abm /proc/cpuinfo; then @@ -536,13 +567,14 @@ EOF ;; esac unset FLAGS - for EXT in mmx sse sse2 pni 3dnow altivec popcnt sse4a abm; do + for EXT in mmx sse sse2 pni 3dnow altivec popcnt sse4a abm ssse3 sse4_1 sse4_2 sse4_1\ sse4_2; do if grep -qw "$EXT" /proc/cpuinfo ; then echo $EXT FLAGS="$FLAGS $EXT" fi done FLAGS=${FLAGS/pni/sse3} + FLAGS=${FLAGS/sse4_1\ sse4_2/sse4} menu checklist "Select compiler use of extra instruction sets. The kernel reports that this system has: $FLAGS. None of these are safe." && XTRA=($RESULT) ;; From florin at lunar-linux.org Sun Dec 20 06:10:20 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Dec 2009 07:10:20 +0200 Subject: [Lunar-commits] vala: version bumped to 0.7.9. Message-ID: <20091220051149.435969B204@doppio.foo-projects.org> commit 0cdd9a1aca2a07477531031ec3d5f0150b2f5136 Author: Florin Braescu Date: Sun Dec 20 07:10:20 2009 +0200 vala: version bumped to 0.7.9. Changes: * Support array and string slicing. * Add --symbols commandline option. * Add avahi-gobject bindings. * Add ccss-1 bindings. * Add libarchive bindings. * Add libmagic bindings. * Add readline bindings. * Add twitter-glib-1.0 bindings. * Many bug fixes and binding updates. --- zbeta/vala/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/vala/DETAILS b/zbeta/vala/DETAILS index 1409968..bcd61fa 100644 --- a/zbeta/vala/DETAILS +++ b/zbeta/vala/DETAILS @@ -1,12 +1,12 @@ MODULE=vala - VERSION=0.7.8 + VERSION=0.7.9 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION SOURCE_URL=$GNOME_URL/sources/$MODULE/0.7 - SOURCE_VFY=sha1:7057e39a7f986317f56f8d5b29da1a465850c4f3 + SOURCE_VFY=sha1:630363b792fd2bd6ef7da66944895848d4fc0c17 WEB_SITE=http://www.vala-project.org ENTERED=20020714 - UPDATED=20091106 + UPDATED=20091220 SHORT="Vala - Compiler for the GObject type system" cat << EOF From florin at lunar-linux.org Sun Dec 20 06:21:32 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Dec 2009 07:21:32 +0200 Subject: [Lunar-commits] avidemux: version bumped to 2.5.2. Message-ID: <20091220052257.01D24F4145@doppio.foo-projects.org> commit ae52e7621c2a440099066729b464d2544fae07e0 Author: Florin Braescu Date: Sun Dec 20 07:21:32 2009 +0200 avidemux: version bumped to 2.5.2. Bugfixes and improvements. --- video/avidemux/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/avidemux/DETAILS b/video/avidemux/DETAILS index 1605e0a..6f2ad9d 100644 --- a/video/avidemux/DETAILS +++ b/video/avidemux/DETAILS @@ -1,12 +1,12 @@ MODULE=avidemux - VERSION=2.5.1 + VERSION=2.5.2 SOURCE=$MODULE\_$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_$VERSION - SOURCE_VFY=sha1:50fe78548e0ebf0611d23aa4755f332056520392 + SOURCE_VFY=sha1:7fbec6f832b31b45a979184b8d1cf32c61a71e5f WEB_SITE=http://fixounet.free.fr/avidemux ENTERED=20040922 - UPDATED=20090817 + UPDATED=20091220 SHORT="A graphical tool to edit video" cat << EOF From florin at lunar-linux.org Sun Dec 20 06:35:12 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Dec 2009 07:35:12 +0200 Subject: [Lunar-commits] scummvm: version bumped to 1.0.0. Message-ID: <20091220053816.57DEC9B204@doppio.foo-projects.org> commit 23e9e0e30452740132415d15eccc56ab4f5c89f9 Author: Florin Braescu Date: Sun Dec 20 07:35:12 2009 +0200 scummvm: version bumped to 1.0.0. Many bugfixes and enhacements. --- games/scummvm/BUILD | 2 -- games/scummvm/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/games/scummvm/BUILD b/games/scummvm/BUILD index 8164a55..baf8c8b 100644 --- a/games/scummvm/BUILD +++ b/games/scummvm/BUILD @@ -1,7 +1,5 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 1 && - ./configure $OPTS && make && prepare_install && diff --git a/games/scummvm/DETAILS b/games/scummvm/DETAILS index 16d3ea4..973d107 100644 --- a/games/scummvm/DETAILS +++ b/games/scummvm/DETAILS @@ -1,14 +1,11 @@ MODULE=scummvm - VERSION=0.13.1 + VERSION=1.0.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE2=$MODULE-$VERSION-gcc44.patch.bz2 SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:7cb5d8e34b33ddb990daa6c9cfd1cd88613c74d6 - SOURCE2_VFY=sha1:adeb0182f7c2934a3aa5b5598094bdc5c847e9ae + SOURCE_VFY=sha1:31e3f02d322cf9f51b89122dc56a0d947d92c25f WEB_SITE=http://www.scummvm.org ENTERED=20031219 - UPDATED=20090803 + UPDATED=20091220 SHORT="An emulator for SCUMM games engine" cat << EOF From florin at lunar-linux.org Sun Dec 20 11:06:15 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 20 Dec 2009 12:06:15 +0200 Subject: [Lunar-commits] wine: version bumped to 1.1.35. Message-ID: <20091220100915.757AD9B204@doppio.foo-projects.org> commit 8f308cdc5b714a24ebc84aeb4e0857d4138709cc Author: Florin Braescu Date: Sun Dec 20 12:06:15 2009 +0200 wine: version bumped to 1.1.35. Changes: Support for OLE transacted storage. Better certificate checking on secure connections. More progress on the 16-bit separation. Left 4 Dead 2 DRM really supported now. MSI performance improvements. 64-bit fixes in debugger support. Various bug fixes. --- utils/wine/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/wine/DETAILS b/utils/wine/DETAILS index c3af3e7..8099265 100644 --- a/utils/wine/DETAILS +++ b/utils/wine/DETAILS @@ -1,12 +1,12 @@ MODULE=wine - VERSION=1.1.34 + VERSION=1.1.35 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$SFORGE_URL/$MODULE SOURCE_URL[1]=http://ibiblio.org/pub/linux/system/emulators/$MODULE - SOURCE_VFY=sha1:8b27eff6fa4fa29357fbddbc2e284675f7def1a7 + SOURCE_VFY=sha1:9e5fefe469ea104a77b1aaaf56d99c89e905e4b4 WEB_SITE=http://www.winehq.com ENTERED=20010925 - UPDATED=20091206 + UPDATED=20091220 SHORT="Runs microsoft windows programs" cat << EOF From stumbles at lunar-linux.org Sun Dec 20 14:45:17 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 20 Dec 2009 08:45:17 -0500 Subject: [Lunar-commits] abs-guide: Version bump. Message-ID: <20091220134608.27D879B204@doppio.foo-projects.org> commit 75b12f0e41ba76e805bf65da721d6a6603f9c1e4 Author: Dennis `stumbles` Veatch Date: Sun Dec 20 08:45:17 2009 -0500 abs-guide: Version bump. --- docs/abs-guide/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/abs-guide/DETAILS b/docs/abs-guide/DETAILS index 9e74d46..0ed4c10 100644 --- a/docs/abs-guide/DETAILS +++ b/docs/abs-guide/DETAILS @@ -3,10 +3,10 @@ SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://bash.neuralshortcircuit.com SOURCE_URL[1]=http://thegrendel.150m.com - SOURCE_VFY=sha1:4bf2a6fe217f041388603c8b0831c02a190675a7 + SOURCE_VFY=sha1:6a9a795a9580d2c4fa8b1e0ddf75629176406a76 WEB_SITE=http://tldp.org/LDP/abs/html ENTERED=20020723 - UPDATED=20090803 + UPDATED=20091220 SHORT="An in-depth exploration of the gentle art of shell scripting" ARCHIVE=off From florin at lunar-linux.org Mon Dec 21 03:14:27 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Dec 2009 04:14:27 +0200 Subject: [Lunar-commits] parted: version bumped to 2.1. Message-ID: <20091221021734.B14059B205@doppio.foo-projects.org> commit c2db28530ae40ab0cc366435e954c9094621daff Author: Florin Braescu Date: Mon Dec 21 04:14:27 2009 +0200 parted: version bumped to 2.1. New features added, many bugfixes and improvements. --- utils/parted/BUILD | 1 + utils/parted/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/utils/parted/BUILD b/utils/parted/BUILD index b8760e9..b629e50 100644 --- a/utils/parted/BUILD +++ b/utils/parted/BUILD @@ -1,4 +1,5 @@ ( + # fix for inlines not supported by gcc-4.2.x export CFLAGS="$CFLAGS -fgnu89-inline" diff --git a/utils/parted/DETAILS b/utils/parted/DETAILS index 1762ac1..0756c01 100644 --- a/utils/parted/DETAILS +++ b/utils/parted/DETAILS @@ -1,12 +1,12 @@ MODULE=parted - VERSION=1.9.0 + VERSION=2.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE - SOURCE_VFY=sha1:9afc08fbcf0af8c5e15073a4478c2c20b75895eb + SOURCE_VFY=sha1:644ac494c4d10cea2494af4c6d8c3c3b769ff5c3 WEB_SITE=http://www.gnu.org/software/parted ENTERED=20010922 - UPDATED=20090725 + UPDATED=20091221 SHORT="Allows you to create, destroy, resize, and copy partitions" cat << EOF From stumbles at lunar-linux.org Mon Dec 21 11:52:30 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Dec 2009 05:52:30 -0500 Subject: [Lunar-commits] FreeImage: Version bump Message-ID: <20091221105320.6C9AE9B205@doppio.foo-projects.org> commit bb54a90da355b1306e93ef02dde40536d76b6732 Author: Dennis `stumbles` Veatch Date: Mon Dec 21 05:52:30 2009 -0500 FreeImage: Version bump --- graphics/FreeImage/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/FreeImage/DETAILS b/graphics/FreeImage/DETAILS index 8a113eb..5cdf4ef 100644 --- a/graphics/FreeImage/DETAILS +++ b/graphics/FreeImage/DETAILS @@ -1,13 +1,14 @@ MODULE=FreeImage - VERSION=3120 + VERSION=3130 SOURCE=$MODULE$VERSION.zip SOURCE_URL=$SFORGE_URL/freeimage/ - SOURCE_VFY=sha1:d9a5efc9590cb45e176c7e5552afef961594a1cb SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_VFY=sha1:89cb95f765f5620f99caf56020462f407056800b WEB_SITE=http://freeimage.sourceforge.net ENTERED=20070822 - UPDATED=20090825 + UPDATED=20091221 SHORT="library for easy using of image formats" + cat << EOF FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like From stumbles at lunar-linux.org Mon Dec 21 11:59:01 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Dec 2009 05:59:01 -0500 Subject: [Lunar-commits] lcms: Maintenance release. Message-ID: <20091221105950.339B49B205@doppio.foo-projects.org> commit c3e37f3902a177add4b80537b7d0e8f7d1e7fa09 Author: Dennis `stumbles` Veatch Date: Mon Dec 21 05:59:01 2009 -0500 lcms: Maintenance release. --- libs/lcms/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/lcms/DETAILS b/libs/lcms/DETAILS index d83ff96..4608074 100644 --- a/libs/lcms/DETAILS +++ b/libs/lcms/DETAILS @@ -1,12 +1,12 @@ MODULE=lcms - VERSION=1.18a + VERSION=1.19 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.littlecms.com -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-1.18 - SOURCE_VFY=sha1:657837dcc3992a0b0aa538c4b5a4ead82a7cbbb3 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION + SOURCE_VFY=sha1:d5b075ccffc0068015f74f78e4bc39138bcfe2d4 WEB_SITE=http://www.littlecms.com ENTERED=20020620 - UPDATED=20090602 + UPDATED=20091221 SHORT="A small, free color management system" cat << EOF From florin at lunar-linux.org Mon Dec 21 16:20:41 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Dec 2009 17:20:41 +0200 Subject: [Lunar-commits] fsarchiver: version bumped to 0.6.2. Message-ID: <20091221152253.EC7689B205@doppio.foo-projects.org> commit a112f4f803b9577b3006ed7729dbad5b0bb2e785 Author: Florin Braescu Date: Mon Dec 21 17:20:41 2009 +0200 fsarchiver: version bumped to 0.6.2. Management of symbolic links and problems related to memory allocation with the NTFS support were fixed. A crash when mount fails was fixed. The "-L" option was added to specify the label of the archive. Multiple minor improvements were made. --- archive/fsarchiver/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/fsarchiver/DETAILS b/archive/fsarchiver/DETAILS index c83eff3..1217193 100644 --- a/archive/fsarchiver/DETAILS +++ b/archive/fsarchiver/DETAILS @@ -1,11 +1,11 @@ MODULE=fsarchiver - VERSION=0.6.1 + VERSION=0.6.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:381cac2486827743587aca6ca42b94f37cae4bcc + SOURCE_VFY=sha1:41d6cff17e1ecb149a8e335ecc99e4f00917c4b7 WEB_SITE=http://www.fsarchiver.org ENTERED=20090925 - UPDATED=20091014 + UPDATED=20091221 SHORT="A file-system archive tool" cat << EOF From florin at lunar-linux.org Mon Dec 21 16:26:04 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Dec 2009 17:26:04 +0200 Subject: [Lunar-commits] emelfm2: version bumped to 0.7.1. Message-ID: <20091221152734.4DE2B9B205@doppio.foo-projects.org> commit b0b015ba99597dd37c79583d7da2bd741ab34c87 Author: Florin Braescu Date: Mon Dec 21 17:26:04 2009 +0200 emelfm2: version bumped to 0.7.1. Bugfixes and enhacements. --- filemanagers/emelfm2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filemanagers/emelfm2/DETAILS b/filemanagers/emelfm2/DETAILS index f45b7f0..9c8a2f2 100644 --- a/filemanagers/emelfm2/DETAILS +++ b/filemanagers/emelfm2/DETAILS @@ -1,11 +1,11 @@ MODULE=emelfm2 - VERSION=0.6.0 + VERSION=0.7.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://emelfm2.net/rel - SOURCE_VFY=sha1:e91f8460084dd170d26da0fdf41a3a08b9933e8f + SOURCE_VFY=sha1:b08c41801e24b57f0c25e55ebbb7cb9bf6cd66f3 WEB_SITE=http://emelfm2.net ENTERED=20050304 - UPDATED=20090508 + UPDATED=20091221 SHORT="A file manager implementing the popular two-pane design" cat << EOF From stumbles at lunar-linux.org Mon Dec 21 21:41:56 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Dec 2009 15:41:56 -0500 Subject: [Lunar-commits] digikam4: Version bump. Message-ID: <20091221204308.D9F149B208@doppio.foo-projects.org> commit 2cc80b3d3a7d141aeb6a18140d446f951b0dcb8e Author: Dennis `stumbles` Veatch Date: Mon Dec 21 15:41:56 2009 -0500 digikam4: Version bump. --- kde4/apps/digikam4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/digikam4/DETAILS b/kde4/apps/digikam4/DETAILS index bde7e09..31d0ad5 100644 --- a/kde4/apps/digikam4/DETAILS +++ b/kde4/apps/digikam4/DETAILS @@ -1,13 +1,13 @@ MODULE=digikam4 - VERSION=0.10.0 + VERSION=1.0.0 SOURCE=digikam-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/digikam-$VERSION SOURCE_URL=$SFORGE_URL/digikam/ - SOURCE_VFY=sha1:71449a6b1d4d7e889b45dc238957ff423c73b8fe + SOURCE_VFY=sha1:9eb2bbfdda8e8982d13f8b5c94a6d664a40dd407 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.digikam.org/ ENTERED=20090318 - UPDATED=20090318 + UPDATED=20091221 SHORT="kde4 version of digikam" cat << EOF From stumbles at lunar-linux.org Mon Dec 21 21:42:20 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 21 Dec 2009 15:42:20 -0500 Subject: [Lunar-commits] libsndfile: Version bump. Message-ID: <20091221204308.E74669B209@doppio.foo-projects.org> commit 446d7ca900e47201c218f70efa948e6b50f14186 Author: Dennis `stumbles` Veatch Date: Mon Dec 21 15:42:20 2009 -0500 libsndfile: Version bump. --- audio/libsndfile/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/libsndfile/DETAILS b/audio/libsndfile/DETAILS index a0bd8c1..fbda334 100644 --- a/audio/libsndfile/DETAILS +++ b/audio/libsndfile/DETAILS @@ -1,11 +1,11 @@ MODULE=libsndfile - VERSION=1.0.20 + VERSION=1.0.21 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.mega-nerd.com/$MODULE - SOURCE_VFY=sha1:d4f88b919c644f54dd4038c4cf4fb2e7b0d32f7b + SOURCE_URL=http://www.mega-nerd.com/libsndfile/files/ + SOURCE_VFY=sha1:136845a8bb5679e033f8f53fb98ddeb5ee8f1d97 WEB_SITE=http://www.mega-nerd.com/$MODULE ENTERED=20020408 - UPDATED=20090514 + UPDATED=20091221 SHORT="C library for reading and writing sound files" cat << EOF From florin at lunar-linux.org Mon Dec 21 22:29:57 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 21 Dec 2009 23:29:57 +0200 Subject: [Lunar-commits] x11vnc: version bumped to 0.9.9. Message-ID: <20091221213227.091C19B208@doppio.foo-projects.org> commit c225363a6b9fdd3cd8f668fa461873ec903a046d Author: Florin Braescu Date: Mon Dec 21 23:29:57 2009 +0200 x11vnc: version bumped to 0.9.9. A system greeter option enables jumping directly to the GDM/KDM login panel for one's initial unixpw login. x11vnc now avoids GDM's attempts to kill it just after the user logs in. A simple application sharing mode showing multiple windows is enabled via -appshare. XAUTHORITY filename guessing is enabled via -findauth and '-auth guess'. The -stunnel mode now supports most of the -ssl features. Workarounds are enabled for bugs in Xorg and GNOME that cause the Xorg server to crash. x11vnc keeps up with viewer update requests more aggressively. Fonts may be changed for the GUI. --- x11-utils/x11vnc/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-utils/x11vnc/DETAILS b/x11-utils/x11vnc/DETAILS index 5d57271..475c639 100644 --- a/x11-utils/x11vnc/DETAILS +++ b/x11-utils/x11vnc/DETAILS @@ -1,12 +1,12 @@ MODULE=x11vnc - VERSION=0.9.8 + VERSION=0.9.9 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$SFORGE_URL/$MODULE - SOURCE_URL[1]=http://www.sfr-fresh.com/unix/privat/ - SOURCE_VFY=sha1:0cdcd5ce05ea4c00bb7515a1949344c32a95dffc + SOURCE_URL[0]=$SFORGE_URL/libvncserver/files/$MODULE/$VERSION + SOURCE_URL[1]=http://www.sfr-fresh.com/unix/privat + SOURCE_VFY=sha1:deb0c71cc0f7d6b99fb4b1484232aa935fe62c90 WEB_SITE=http://www.karlrunge.com/x11vnc ENTERED=20060922 - UPDATED=20090709 + UPDATED=20091221 SHORT="Tool for remotely interacting with X displays" MAINTAINER=jannis at lunar-linux.org From zbiggy at lunar-linux.org Tue Dec 22 04:55:29 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Tue, 22 Dec 2009 04:55:29 +0100 Subject: [Lunar-commits] psi: updated to 0.14 Message-ID: <20091222035548.CE1EF9B208@doppio.foo-projects.org> commit 7db0b4ab85c2bae3a3ff6b7dbf04a508122e8df0 Author: Zbigniew Luszpinski Date: Tue Dec 22 04:55:29 2009 +0100 psi: updated to 0.14 --- chat/psi/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/psi/DETAILS b/chat/psi/DETAILS index 6b949b4..57e8613 100644 --- a/chat/psi/DETAILS +++ b/chat/psi/DETAILS @@ -1,12 +1,12 @@ MODULE=psi - VERSION=0.13 + VERSION=0.14 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:36d9d058531b29a47f94418b6e8a8b75e5446adf + SOURCE_VFY=sha1:f5f8e1a427339a4e9113b5fa513b01a42ae1be4b WEB_SITE=http://psi-im.org/ MAINTAINER="ratler at lunar-linux.org" ENTERED=20040212 - UPDATED=20091005 + UPDATED=20091220 SHORT="Psi - an awesome client for the Jabber network." cat << EOF Psi is the premiere Instant Messaging application designed for Microsoft From tchan at lunar-linux.org Tue Dec 22 06:43:07 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 21 Dec 2009 23:43:07 -0600 Subject: [Lunar-commits] thunderbird-bin: Version bump to stable 3.0 Message-ID: <20091222054314.2E98F9B208@doppio.foo-projects.org> commit b4d11b5aa63b3dbc7397f5bdce71a3b448c34d9d Author: Terry Chan Date: Mon Dec 21 23:43:07 2009 -0600 thunderbird-bin: Version bump to stable 3.0 --- mail/thunderbird-bin/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/thunderbird-bin/DETAILS b/mail/thunderbird-bin/DETAILS index d4bce36..77df6ef 100644 --- a/mail/thunderbird-bin/DETAILS +++ b/mail/thunderbird-bin/DETAILS @@ -1,18 +1,18 @@ MODULE=thunderbird-bin - VERSION=2.0.0.23 - SOURCE=thunderbird-$VERSION.tar.gz + VERSION=3.0 + SOURCE=thunderbird-$VERSION.tar.bz2 SOURCE2=thunderbird.desktop SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US SOURCE_URL[3]=http://archive.progeny.com/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US - SOURCE_VFY=sha1:1f7b64251a3f465467c62dfd03ad9fc4c5e14b66 + SOURCE_VFY=sha1:482ed4b127fcf000541314c606f06c95d5146a86 SOURCE2_URL=$PATCH_URL SOURCE2_VFY=sha1:88f83d8dda242f34d0f1bb58c4a0b98d353ef7e1 WEB_SITE=http://www.mozilla.org/projects/thunderbird ENTERED=20091207 - UPDATED=20091207 + UPDATED=20091221 ARCHIVE=off SHORT="A full-featured mail client" cat << EOF From tchan at lunar-linux.org Tue Dec 22 07:06:10 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 22 Dec 2009 00:06:10 -0600 Subject: [Lunar-commits] firefox-bin: Version bump to 3.5.6 Message-ID: <20091222060701.CB78F9B208@doppio.foo-projects.org> commit e06c3db50727ba06606040f4e6e8193a4beda3c4 Author: Terry Chan Date: Tue Dec 22 00:06:10 2009 -0600 firefox-bin: Version bump to 3.5.6 --- web/firefox-bin/BUILD | 2 +- web/firefox-bin/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/firefox-bin/BUILD b/web/firefox-bin/BUILD index 8747446..aa17353 100644 --- a/web/firefox-bin/BUILD +++ b/web/firefox-bin/BUILD @@ -35,4 +35,4 @@ # /usr/lib/firefox-$VERSION/chrome/icons/default/default$icon.png # done -) > $C_FIFO 2>& +) > $C_FIFO 2>&1 diff --git a/web/firefox-bin/DETAILS b/web/firefox-bin/DETAILS index a6a8e65..e5056c7 100644 --- a/web/firefox-bin/DETAILS +++ b/web/firefox-bin/DETAILS @@ -1,13 +1,13 @@ MODULE=firefox-bin - VERSION=3.5.5 + VERSION=3.5.6 SOURCE=firefox-${VERSION}.tar.bz2 SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/firefox/releases/$VERSION/linux-i686/en-US SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US - SOURCE_VFY=sha1:4a68916a7674d6f532acd11a355d7d2990781e66 + SOURCE_VFY=sha1:a03fb8632c87cb77d761452604b738b66769bf5a WEB_SITE=http://www.mozilla.org/projects/firefox ENTERED=20091207 - UPDATED=20091207 + UPDATED=20091222 ARCHIVE=off SHORT="A speedy, full-featured web browser" cat << EOF From florin at lunar-linux.org Tue Dec 22 08:56:28 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 22 Dec 2009 09:56:28 +0200 Subject: [Lunar-commits] lftp: version bumped to 4.0.5. Message-ID: <20091222075758.1DAC49B208@doppio.foo-projects.org> commit 2647f05e58adf1d829fc8a03dc8b3863c1fdf174 Author: Florin Braescu Date: Tue Dec 22 09:56:28 2009 +0200 lftp: version bumped to 4.0.5. Changes: * added support for lighttpd listings. * fixed sftp rename. * fixed a core dump on `kill all' with pget. * fixed interrupting of a torrent with unresponsive tracker. * Czech translation updated. --- ftp/lftp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/lftp/DETAILS b/ftp/lftp/DETAILS index 6b420ce..db38d5b 100644 --- a/ftp/lftp/DETAILS +++ b/ftp/lftp/DETAILS @@ -1,13 +1,13 @@ MODULE=lftp - VERSION=4.0.4 + VERSION=4.0.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.yars.free.net/pub/source/$MODULE SOURCE_URL[1]=ftp://ftp.cs.tu-berlin.de/pub/net/ftp/$MODULE SOURCE_URL[2]=ftp://ftp.130th.net/pub/mirror/$MODULE - SOURCE_VFY=sha1:b47b38e041d1f8171ef49463885bf429b8973c46 + SOURCE_VFY=sha1:02859b7729c6b1fe223a6f449f2b76ad555aef33 WEB_SITE=http://lftp.yar.ru ENTERED=20010922 - UPDATED=20091120 + UPDATED=20091222 SHORT="A sophisticated ftp/http client, file transfer program" cat << EOF From stumbles at lunar-linux.org Tue Dec 22 15:39:57 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Dec 2009 09:39:57 -0500 Subject: [Lunar-commits] geoclue: Adding a patch for the current gpsd due to some API changes. Taken and Message-ID: <20091222144140.D17609B208@doppio.foo-projects.org> commit dffac743aa07643d85bd28fc7e8ec9b7bf0a26d1 Author: Dennis `stumbles` Veatch Date: Tue Dec 22 09:39:57 2009 -0500 geoclue: Adding a patch for the current gpsd due to some API changes. Taken and adapted from here; http://bugs.freedesktop.org/show_bug.cgi?id=25565 --- science/geoclue/BUILD | 7 +++++++ science/geoclue/DETAILS | 5 ++++- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/science/geoclue/BUILD b/science/geoclue/BUILD new file mode 100644 index 0000000..18c7712 --- /dev/null +++ b/science/geoclue/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 0 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/science/geoclue/DETAILS b/science/geoclue/DETAILS index 1d902e8..9bc1319 100644 --- a/science/geoclue/DETAILS +++ b/science/geoclue/DETAILS @@ -1,11 +1,14 @@ MODULE=geoclue VERSION=0.11.1 SOURCE=$MODULE-$VERSION.tar.gz + SOURCE2=geoclue-gpsd-2.90.patch SOURCE_URL=http://folks.o-hand.com/jku/geoclue-releases/ + SOURCE2_URL=$PATCH_URL SOURCE_VFY=sha1:16a2084e2a47cbd4570b2cb31fc13c95c265cec1 + SOURCE2_VFY=sha1:e1615218842b39bbb94ac1c445d9909542055e66 WEB_SITE=http://www.freedesktop.org/wiki/Software/GeoClue ENTERED=20090307 - UPDATED=20090307 + UPDATED=20091222 SHORT="modular geoinformation service" cat << EOF From stumbles at lunar-linux.org Tue Dec 22 16:06:03 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Dec 2009 10:06:03 -0500 Subject: [Lunar-commits] kipi-plugins4: Version bump. Message-ID: <20091222150710.979E19B208@doppio.foo-projects.org> commit d78729eb70ada28218dc51b6a392483d9f1c8cec Author: Dennis `stumbles` Veatch Date: Tue Dec 22 10:06:03 2009 -0500 kipi-plugins4: Version bump. --- kde4/utils/kipi-plugins4/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde4/utils/kipi-plugins4/DETAILS b/kde4/utils/kipi-plugins4/DETAILS index 07959b4..6058df4 100644 --- a/kde4/utils/kipi-plugins4/DETAILS +++ b/kde4/utils/kipi-plugins4/DETAILS @@ -1,9 +1,9 @@ MODULE=kipi-plugins4 - VERSION=0.9.0 + VERSION=1.0.0 SOURCE=kipi-plugins-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/kipi/kipi-plugins/$VERSION SOURCE_DIRECTORY=$BUILD_DIRECTORY/kipi-plugins-$VERSION - SOURCE_VFY=sha1:cb36856998f9379465cc06bb38432d751d75d5b0 + SOURCE_VFY=sha1:557d76ada22ff4640653a293be63e0d4fdfdd8a0 MODULE_PREFIX=${KDE4_INSTALL_PATH:-/opt/lunar/kde/4} WEB_SITE=http://extragear.kde.org/apps/kipi/#releases ENTERED=20090318 From tchan at lunar-linux.org Tue Dec 22 16:36:59 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 22 Dec 2009 09:36:59 -0600 Subject: [Lunar-commits] busybox: Version bump to 1.15.3, also cleaned up BUILD Message-ID: <20091222154106.4EF169B208@doppio.foo-projects.org> commit ff4049f91cef47efefba7824f866611b24547672 Author: Terry Chan Date: Tue Dec 22 09:36:59 2009 -0600 busybox: Version bump to 1.15.3, also cleaned up BUILD --- shells/busybox/BUILD | 7 ------- shells/busybox/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD index 6f04a20..7bd1e76 100644 --- a/shells/busybox/BUILD +++ b/shells/busybox/BUILD @@ -1,14 +1,7 @@ ( make defconfig && - - # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it... - # sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config && - sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config && - sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config && - make && - make doc && prepare_install && cp busybox /bin && gather_docs TODO && diff --git a/shells/busybox/DETAILS b/shells/busybox/DETAILS index 59887ca..858df88 100644 --- a/shells/busybox/DETAILS +++ b/shells/busybox/DETAILS @@ -1,12 +1,12 @@ MODULE=busybox - VERSION=1.15.2 + VERSION=1.15.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.busybox.net/downloads - SOURCE_VFY=sha1:2f396a4cb35db438a9b4af43df6224f343b8a7ae + SOURCE_VFY=sha1:a05a692840ba1cd2bbe21af196f28809694c47e4 WEB_SITE=http://www.busybox.net MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 - UPDATED=20091009 + UPDATED=20091222 SHORT="The Swiss Army Knife of Embedded Linux" cat << EOF From tchan at lunar-linux.org Tue Dec 22 16:37:16 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Tue, 22 Dec 2009 09:37:16 -0600 Subject: [Lunar-commits] busybox_static: Version bump to 1.15.3, also cleaned up BUILD Message-ID: <20091222154106.6117F9B209@doppio.foo-projects.org> commit 38b2868477931285d36fede2a1040d166212ffac Author: Terry Chan Date: Tue Dec 22 09:37:16 2009 -0600 busybox_static: Version bump to 1.15.3, also cleaned up BUILD --- shells/busybox_static/BUILD | 4 ---- shells/busybox_static/DETAILS | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD index b7bf45c..c054c63 100644 --- a/shells/busybox_static/BUILD +++ b/shells/busybox_static/BUILD @@ -5,10 +5,6 @@ sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config && sedit "s/-Wl,--gc-sections//" scripts/trylink && sedit "/^#error Aborting compilation./d" applets/applets.c && - # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it... - # sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config && - sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config && - sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config && make && prepare_install && diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS index 6924e13..b8e0d52 100644 --- a/shells/busybox_static/DETAILS +++ b/shells/busybox_static/DETAILS @@ -1,14 +1,14 @@ MODULE=busybox_static - VERSION=1.15.2 + VERSION=1.15.3 SOURCE=busybox-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION SOURCE_URL=http://www.busybox.net/downloads - SOURCE_VFY=sha1:2f396a4cb35db438a9b4af43df6224f343b8a7ae + SOURCE_VFY=sha1:a05a692840ba1cd2bbe21af196f28809694c47e4 SHORT="time statically linked rescue shell" WEB_SITE=http://www.busybox.net MAINTAINER=tchan at lunar-linux.org ENTERED=20011020 - UPDATED=20091009 + UPDATED=20091222 cat << EOF BusyBox combines tiny versions of many common UNIX utilities into a From florin at lunar-linux.org Tue Dec 22 16:47:44 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 22 Dec 2009 17:47:44 +0200 Subject: [Lunar-commits] gkrellm2: version bumped to 2.3.3. Message-ID: <20091222155018.0B6299B208@doppio.foo-projects.org> commit 35e1fe86d28dacfe3751b6cd809b4261144f1c76 Author: Florin Braescu Date: Tue Dec 22 17:47:44 2009 +0200 gkrellm2: version bumped to 2.3.3. Bugfixes, translations updates and improvements. --- x11-utils/gkrellm2/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-utils/gkrellm2/DETAILS b/x11-utils/gkrellm2/DETAILS index 740b91f..289d61a 100644 --- a/x11-utils/gkrellm2/DETAILS +++ b/x11-utils/gkrellm2/DETAILS @@ -1,13 +1,13 @@ MODULE=gkrellm2 - VERSION=2.3.2 + VERSION=2.3.3 SOURCE=gkrellm-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/gkrellm-$VERSION - SOURCE_URL=http://members.dslextreme.com/users/billw/gkrellm/ - SOURCE_VFY=sha1:fe94996c4fe084c28bf7a7fbc3f8d4fd64724ac0 - WEB_SITE=http://www.gkrellm.net/ + SOURCE_URL=http://members.dslextreme.com/users/billw/gkrellm + SOURCE_VFY=sha1:90e466e124cfb44ec1d8d4ba9b0985e10ccec0c0 + WEB_SITE=http://www.gkrellm.net MAINTAINER=sofar at lunar-linux.org ENTERED=20020814 - UPDATED=20081230 + UPDATED=20091222 SHORT="GKrellM monitors EVERYTHING" cat << EOF From florin at lunar-linux.org Tue Dec 22 16:54:45 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 22 Dec 2009 17:54:45 +0200 Subject: [Lunar-commits] gnupg2: version bumped to 2.0.14. Message-ID: <20091222155617.179859B208@doppio.foo-projects.org> commit c99a140632565a0939a864972d2722e52c8d2cf0 Author: Florin Braescu Date: Tue Dec 22 17:54:45 2009 +0200 gnupg2: version bumped to 2.0.14. Changes: * The default for --include-cert is now to include all certificates in the chain except for the root certificate. * Numerical values may now be used as an alternative to the debug-level keywords. * The GPGSM --audit-log feature is now more complete. * GPG now supports DNS lookups for SRV, PKA and CERT on W32. * New GPGSM option --ignore-cert-extension. * New and changed passphrases are now created with an iteration count requiring about 100ms of CPU work. --- crypto/gnupg2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/gnupg2/DETAILS b/crypto/gnupg2/DETAILS index 2b3bf47..8265b5a 100644 --- a/crypto/gnupg2/DETAILS +++ b/crypto/gnupg2/DETAILS @@ -1,13 +1,13 @@ MODULE=gnupg2 - VERSION=2.0.13 + VERSION=2.0.14 SOURCE=gnupg-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/gnupg-$VERSION SOURCE_URL=ftp://ftp.gnupg.org/gcrypt/gnupg - SOURCE_VFY=sha1:2ff42aff14cdddafc291d44ac1968af5f09a9d4d + SOURCE_VFY=sha1:cc5e4637f37f5bc82b00c73fc094ddadb7401821 WEB_SITE=http://www.gnupg.org MAINTAINER=zbiggy at o2.pl ENTERED=20050516 - UPDATED=20090905 + UPDATED=20091222 SHORT="GnuPG 2.0 provides additional features not present in former gnupg" PSAFE=no From florin at lunar-linux.org Tue Dec 22 20:20:47 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 22 Dec 2009 21:20:47 +0200 Subject: [Lunar-commits] squid: version bumped to 3.0.STABLE21. Message-ID: <20091222192217.CBDF59B208@doppio.foo-projects.org> commit de4d182055c05d6ae3d3a318f0278ab47394bc85 Author: Florin Braescu Date: Tue Dec 22 21:20:47 2009 +0200 squid: version bumped to 3.0.STABLE21. Bugfixes release. --- web/squid/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/squid/DETAILS b/web/squid/DETAILS index afe5dbe..9d4afd4 100644 --- a/web/squid/DETAILS +++ b/web/squid/DETAILS @@ -1,12 +1,12 @@ MODULE=squid - VERSION=3.0.STABLE20 + VERSION=3.0.STABLE21 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=http://www.squid-cache.org/Versions/v3/3.0 SOURCE_URL[1]=http://www1.nl.squid-cache.org/Versions/v3/3.0 - SOURCE_VFY=sha1:6dc9e5b7766076f32c581b2246719f69809b9ed9 + SOURCE_VFY=sha1:f030f1f2a06b3d90997a21fd4d7acba80a025332 WEB_SITE=http://www.squid-cache.org ENTERED=20011214 - UPDATED=20091101 + UPDATED=20091222 SHORT="A full-featured Web proxy cache" cat << EOF From stumbles at lunar-linux.org Tue Dec 22 23:34:53 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Tue, 22 Dec 2009 17:34:53 -0500 Subject: [Lunar-commits] dnsmasq: Version bump. Message-ID: <20091222223550.044CFF4ADE@doppio.foo-projects.org> commit 58282cfeac85bae82c658c9783b8505090a7cae5 Author: Dennis `stumbles` Veatch Date: Tue Dec 22 17:34:53 2009 -0500 dnsmasq: Version bump. --- net/dnsmasq/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/dnsmasq/DETAILS b/net/dnsmasq/DETAILS index 6f691e4..bdbaa25 100644 --- a/net/dnsmasq/DETAILS +++ b/net/dnsmasq/DETAILS @@ -1,11 +1,11 @@ MODULE=dnsmasq - VERSION=2.48 + VERSION=2.51 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.thekelleys.org.uk/$MODULE - SOURCE_VFY=sha1:2d3e3bd46c328b39ff835c1041dbab23387a4978 + SOURCE_VFY=sha1:2f161b9bce87de6cfc18e2c84017753bdb0ef209 WEB_SITE=http://www.thekelleys.org.uk ENTERED=20070205 - UPDATED=20090605 + UPDATED=20091222 SHORT="Easy to configure DNS forwarder and DHCP server" cat << EOF From stumbles at lunar-linux.org Wed Dec 23 17:51:24 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 11:51:24 -0500 Subject: [Lunar-commits] mlt: Version bump. Message-ID: <20091223165215.7C67A9B208@doppio.foo-projects.org> commit 2bcd9a26b0dbfff8f6cee7f79814f1eb27e59af8 Author: Dennis `stumbles` Veatch Date: Wed Dec 23 11:51:24 2009 -0500 mlt: Version bump. --- video/mlt/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/mlt/DETAILS b/video/mlt/DETAILS index 33905d5..f8c4460 100644 --- a/video/mlt/DETAILS +++ b/video/mlt/DETAILS @@ -1,11 +1,11 @@ MODULE=mlt - VERSION=0.4.6 + VERSION=0.4.10 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:978da7b578bc919c4cecda708b563b02ab31aa9c + SOURCE_VFY=sha1:21fe7642f018f0de9392fcb58e11530208171d23 WEB_SITE=http://www.mltframework.org/twiki/bin/view/MLT ENTERED=20071106 - UPDATED=20091008 + UPDATED=20091223 SHORT="open source multimedia framework" cat << EOF From stumbles at lunar-linux.org Wed Dec 23 20:40:52 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 14:40:52 -0500 Subject: [Lunar-commits] automake: Fixing the BUILD. The symlink created is a dead one since automake installs to Message-ID: <20091223194244.00E8B9B208@doppio.foo-projects.org> commit 929b4f5209085041551399034c04c768571f5fd4 Author: Dennis `stumbles` Veatch Date: Wed Dec 23 14:40:52 2009 -0500 automake: Fixing the BUILD. The symlink created is a dead one since automake installs to automake-1.11 not automake-1.11.1. --- devel/automake/BUILD | 4 ++-- devel/automake/DETAILS | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/automake/BUILD b/devel/automake/BUILD index 1add4ab..b41aa42 100644 --- a/devel/automake/BUILD +++ b/devel/automake/BUILD @@ -3,7 +3,7 @@ default_build && #the line below is for the "automake" symlink, needed by some sources - rm -Rf /usr/share/automake - ln -sf /usr/share/automake-$VERSION /usr/share/automake + rm -Rf /usr/share/automake && + ln -sf /usr/share/automake-${MAJOR} /usr/share/automake ) > $C_FIFO 2>&1 diff --git a/devel/automake/DETAILS b/devel/automake/DETAILS index cfd3410..a35f559 100644 --- a/devel/automake/DETAILS +++ b/devel/automake/DETAILS @@ -1,5 +1,6 @@ MODULE=automake - VERSION=1.11.1 + MAJOR=1.11 + VERSION=${MAJOR}.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE @@ -7,7 +8,7 @@ SOURCE_VFY=sha1:44ab0007d8edbe82338e29bdda2f461f43a98818 WEB_SITE=http://www.gnu.org/software/automake ENTERED=20010922 - UPDATED=20091209 + UPDATED=20091223 SHORT="Generate GNU coding standards compliant Makefiles" cat << EOF From stumbles at lunar-linux.org Wed Dec 23 21:16:01 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 15:16:01 -0500 Subject: [Lunar-commits] libiodbc: Adding a BUILD so its headers will not conflict with those from unixODBC. Message-ID: <20091223201721.27B529B208@doppio.foo-projects.org> commit cb4fdfee6a38080fe35c2ef51b30c463e38f9487 Author: Dennis `stumbles` Veatch Date: Wed Dec 23 15:16:01 2009 -0500 libiodbc: Adding a BUILD so its headers will not conflict with those from unixODBC. --- libs/libiodbc/BUILD | 7 +++++++ libs/libiodbc/DETAILS | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/libs/libiodbc/BUILD b/libs/libiodbc/BUILD new file mode 100644 index 0000000..30a3c1d --- /dev/null +++ b/libs/libiodbc/BUILD @@ -0,0 +1,7 @@ +( + + OPTS+=" --includedir=/usr/include/$MODULE" && + + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/libiodbc/DETAILS b/libs/libiodbc/DETAILS index 6448a66..45d0e83 100644 --- a/libs/libiodbc/DETAILS +++ b/libs/libiodbc/DETAILS @@ -5,7 +5,7 @@ SOURCE_VFY=sha1:53988878b6897d5ce7b8f62138f1f7e0e40b7d4f WEB_SITE=http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/About ENTERED=20091208 - UPDATED=20091208 + UPDATED=20091223 SHORT="Independent Open DataBase Connectivity" PSAFE=no From stumbles at lunar-linux.org Wed Dec 23 21:36:58 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 15:36:58 -0500 Subject: [Lunar-commits] libiodbc: The same needs to be done for its libs and not conflict with those from unixODBC. Message-ID: <20091223203909.A61AE9B208@doppio.foo-projects.org> commit 8adf5de3a3f2419c6b49eeeec4fd3bb1c458bb81 Author: Dennis `stumbles` Veatch Date: Wed Dec 23 15:36:58 2009 -0500 libiodbc: The same needs to be done for its libs and not conflict with those from unixODBC. AFAIK the only module that has a DEPENDS or optional_depends on this is soprano and /usr/lib/libiodbc/pkgconfig/libiodbc.pc will handle pointing things to the right place. --- libs/libiodbc/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/libiodbc/BUILD b/libs/libiodbc/BUILD index 30a3c1d..ee724d9 100644 --- a/libs/libiodbc/BUILD +++ b/libs/libiodbc/BUILD @@ -1,6 +1,6 @@ ( - OPTS+=" --includedir=/usr/include/$MODULE" && + OPTS+=" --includedir=/usr/include/$MODULE --libdir=/usr/lib/$MODULE" && default_build From stumbles at lunar-linux.org Wed Dec 23 22:40:51 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 16:40:51 -0500 Subject: [Lunar-commits] fluidsynth: Version bump. Message-ID: <20091223214213.1822E9B208@doppio.foo-projects.org> commit 2a9aa023bc39a88fdc116152a08da4dbe3559137 Author: Dennis `stumbles` Veatch Date: Wed Dec 23 16:40:51 2009 -0500 fluidsynth: Version bump. --- audio/fluidsynth/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/audio/fluidsynth/DETAILS b/audio/fluidsynth/DETAILS index 3cb5aac..287ab22 100644 --- a/audio/fluidsynth/DETAILS +++ b/audio/fluidsynth/DETAILS @@ -1,12 +1,13 @@ MODULE=fluidsynth - VERSION=1.0.9 + VERSION=1.1.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.savannah.gnu.org/releases/fluid/ - SOURCE_VFY=sha1:fed8dcd8a816981e1e30ac8818a45949eb4f59c0 + SOURCE_VFY=sha1:9b38b9cbac0ee698c9b3604735505a27b11a63b4 WEB_SITE=http://www.fluidsynth.org/ ENTERED=20060317 - UPDATED=20090420 + UPDATED=20091223 SHORT="real-time software synthesizer" + cat << EOF FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. FluidSynth can read MIDI events from a MIDI input device and From stumbles at lunar-linux.org Wed Dec 23 22:47:59 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 16:47:59 -0500 Subject: [Lunar-commits] obexd: version bump. Message-ID: <20091223214848.EF150F31B1@doppio.foo-projects.org> commit 10ea1eb4a166a4f7c273811ed4e82c49af2f4d0c Author: Dennis `stumbles` Veatch Date: Wed Dec 23 16:47:59 2009 -0500 obexd: version bump. --- net/obexd/DETAILS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net/obexd/DETAILS b/net/obexd/DETAILS index 5f75674..0ad1384 100644 --- a/net/obexd/DETAILS +++ b/net/obexd/DETAILS @@ -1,12 +1,13 @@ MODULE=obexd - VERSION=0.20 + VERSION=0.21 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ - SOURCE_VFY=sha1:cbcedd12816b1cae0e174ce0194cafb53a3fa929 + SOURCE_VFY=sha1:3266ae601c9a4adc4ce581b4fbc60aa30f83aba3 WEB_SITE=http://www.bluez.org/ ENTERED=20090402 - UPDATED=20091209 + UPDATED=20091223 SHORT="OBEX Server and Client" + cat << EOF OBEX Server and Client with support for Phonebook Access and Synchronization support. From stumbles at lunar-linux.org Wed Dec 23 22:56:28 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 16:56:28 -0500 Subject: [Lunar-commits] lilypond: Version bump. Message-ID: <20091223215723.759819B208@doppio.foo-projects.org> commit 7212cc626216b7955fd9d88b9b2669a2e8543618 Author: Dennis `stumbles` Veatch Date: Wed Dec 23 16:56:28 2009 -0500 lilypond: Version bump. --- printer/lilypond/BUILD | 4 +--- printer/lilypond/DETAILS | 9 +++------ 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/printer/lilypond/BUILD b/printer/lilypond/BUILD index 6d2ab5e..9f74f96 100644 --- a/printer/lilypond/BUILD +++ b/printer/lilypond/BUILD @@ -1,8 +1,6 @@ ( - patch_it $SOURCE_CACHE/$SOURCE2 0 && - - OPTS="$OPTS --disable-documentation" + OPTS="$OPTS --disable-documentation" && default_build diff --git a/printer/lilypond/DETAILS b/printer/lilypond/DETAILS index cf71fca..31ee457 100644 --- a/printer/lilypond/DETAILS +++ b/printer/lilypond/DETAILS @@ -1,15 +1,12 @@ MODULE=lilypond - VERSION=2.12.2 + VERSION=2.12.3 MAJ_VER=v2.12 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=lilypond-relocate.cc.1.patch SOURCE_URL=http://download.linuxaudio.org/lilypond/sources/$MAJ_VER/ - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:92afe4ef926d966e7855f64ae93ee762f1fa5178 - SOURCE2_VFY=sha:90e536195ecc715edecb9731b37d637367147e41 + SOURCE_VFY=sha1:3ba2f8062f38441c99d53a71a8345afd0f2d0201 WEB_SITE=http://lilypond.org/web/ ENTERED=20070920 - UPDATED=20091013 + UPDATED=20091223 SHORT="music notation for everyone" cat << EOF From stumbles at lunar-linux.org Thu Dec 24 00:04:09 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 18:04:09 -0500 Subject: [Lunar-commits] polylib: Adding to moonbase. Message-ID: <20091223230616.DBCB19B208@doppio.foo-projects.org> commit 05bb0d9984ba15b8f38d5fe1639326c0c0ba9e8d Author: Dennis `stumbles` Veatch Date: Wed Dec 23 18:04:09 2009 -0500 polylib: Adding to moonbase. --- libs/polylib/BUILD | 7 +++++++ libs/polylib/DEPENDS | 1 + libs/polylib/DETAILS | 14 ++++++++++++++ 3 files changed, 22 insertions(+), 0 deletions(-) diff --git a/libs/polylib/BUILD b/libs/polylib/BUILD new file mode 100644 index 0000000..db86b7c --- /dev/null +++ b/libs/polylib/BUILD @@ -0,0 +1,7 @@ +( + + OPTS+=" --enable-longlongint-lib --enable-longint-lib --enable-int-lib" && + + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/polylib/DEPENDS b/libs/polylib/DEPENDS new file mode 100644 index 0000000..582792a --- /dev/null +++ b/libs/polylib/DEPENDS @@ -0,0 +1 @@ +optional_depends gmp "--with-libgmp" "--without-libgmp" "for GNU mathematics precision support" diff --git a/libs/polylib/DETAILS b/libs/polylib/DETAILS new file mode 100644 index 0000000..0f7b80e --- /dev/null +++ b/libs/polylib/DETAILS @@ -0,0 +1,14 @@ + MODULE=polylib + VERSION=5.22.4 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://icps.u-strasbg.fr/PolyLib/polylib_src/ + SOURCE_VFY=sha1:45a0786f4f6d11ac7349a946f652fcaeda27ef80 + WEB_SITE=http://icps.u-strasbg.fr/PolyLib/ + ENTERED=20091221 + UPDATED=20091221 + SHORT="Polyhedral Library" + +cat << EOF +The Polyhedral Library (PolyLib for short) operates on objects made up of unions +of polyhedra of any dimension. +EOF From stumbles at lunar-linux.org Thu Dec 24 00:05:02 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 18:05:02 -0500 Subject: [Lunar-commits] cloog-ppl: Version bump and it needs polylib. Message-ID: <20091223230616.EB4649B209@doppio.foo-projects.org> commit 48dcf963d0eb97b6939de016de9674f7199b8444 Author: Dennis `stumbles` Veatch Date: Wed Dec 23 18:05:02 2009 -0500 cloog-ppl: Version bump and it needs polylib. --- zbeta/cloog-ppl/BUILD | 9 ++++----- zbeta/cloog-ppl/DEPENDS | 3 ++- zbeta/cloog-ppl/DETAILS | 11 +++++------ 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/zbeta/cloog-ppl/BUILD b/zbeta/cloog-ppl/BUILD index dbe182b..948252f 100644 --- a/zbeta/cloog-ppl/BUILD +++ b/zbeta/cloog-ppl/BUILD @@ -1,10 +1,9 @@ ( + CFLAGS="$CFLAGS -I/usr/include/polylib" && + OPTS="--with-ppl" && - default_config && - make && - prepare_install && - make check && - make install + + default_build ) > $C_FIFO 2>&1 diff --git a/zbeta/cloog-ppl/DEPENDS b/zbeta/cloog-ppl/DEPENDS index a412d5a..827d994 100644 --- a/zbeta/cloog-ppl/DEPENDS +++ b/zbeta/cloog-ppl/DEPENDS @@ -1,2 +1,3 @@ depends gmp -depends ppl \ No newline at end of file +depends ppl +depends polylib diff --git a/zbeta/cloog-ppl/DETAILS b/zbeta/cloog-ppl/DETAILS index 5e115b4..ac18315 100644 --- a/zbeta/cloog-ppl/DETAILS +++ b/zbeta/cloog-ppl/DETAILS @@ -1,15 +1,14 @@ MODULE=cloog-ppl - VERSION=0.15.3 + VERSION=0.15.7 SOURCE=${MODULE}-${VERSION}.tar.gz SOURCE_URL[0]=http://www.bastoul.net/cloog/pages/download/ SOURCE_URL[1]=ftp://gcc.gnu.org/pub/gcc/infrastructure/ - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_VFY=sha1:e58c8b0bf3abab3e2e781075796e366ff0281c9a + SOURCE_VFY=sha1:dfcc68838d715af8a87f763d3a1cd30531f7dfdd WEB_SITE="http://www.cloog.org/" ENTERED=20090426 - UPDATED=20090605 - SHORT="CLooG is a free software and library to generate code for scanning Z-polyhedra." -cat < libpgf: Adding to moonbase. Message-ID: <20091223231955.249629B208@doppio.foo-projects.org> commit ebee92f8d7bcb75e65c4c6a6f88dd23df7f59d1f Author: Dennis `stumbles` Veatch Date: Wed Dec 23 18:19:03 2009 -0500 libpgf: Adding to moonbase. --- graphics/libpgf/BUILD | 7 +++++++ graphics/libpgf/DETAILS | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/graphics/libpgf/BUILD b/graphics/libpgf/BUILD new file mode 100644 index 0000000..2114f23 --- /dev/null +++ b/graphics/libpgf/BUILD @@ -0,0 +1,7 @@ +( + + sh autogen.sh && + + default_build + +) > $C_FIFO 2>&1 diff --git a/graphics/libpgf/DETAILS b/graphics/libpgf/DETAILS new file mode 100644 index 0000000..111e471 --- /dev/null +++ b/graphics/libpgf/DETAILS @@ -0,0 +1,22 @@ + MODULE=libpgf + VERSION=6.09.44 + MINOR=src + SOURCE=$MODULE-$VERSION-$MINOR.zip + SOURCE_URL=$SFORGE_URL/libpgf/libpgf/latest/ +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_VFY=sha1:093f2970573a50d5d8ed38ca42094540565d092a + WEB_SITE=http://www.libpgf.org/ + ENTERED=20091223 + UPDATED=20091223 + SHORT="Progressive Graphics File" + +cat << EOF + * A new image file format + * Based on discrete, fast wavelet transform with progressive coding + features + * Lossless and lossy compression + * Best for natural and aerial images + * For such images with a better compression efficiency than JPEG + * PGF is one of the best algorithms available these days for + compression of natural images +EOF From stumbles at lunar-linux.org Thu Dec 24 01:01:02 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 19:01:02 -0500 Subject: [Lunar-commits] liblqr: adding to moonbase. Message-ID: <20091224000246.B74B09B208@doppio.foo-projects.org> commit a3353365062361c04699e21bef89dc8777e93cb1 Author: Dennis `stumbles` Veatch Date: Wed Dec 23 19:01:02 2009 -0500 liblqr: adding to moonbase. --- libs/liblqr/DETAILS | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/libs/liblqr/DETAILS b/libs/liblqr/DETAILS new file mode 100644 index 0000000..7157e21 --- /dev/null +++ b/libs/liblqr/DETAILS @@ -0,0 +1,40 @@ + MODULE=liblqr + VERSION=1-0.4.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL="http://liblqr.wikidot.com/local--files/en:download-page/" + SOURCE_VFY=sha1:42b30b157b0c47690baa847847e24c7c94412b75 + WEB_SITE=http://liblqr.wikidot.com/en:start + ENTERED=20091223 + UPDATED=20091223 + SHORT="Liquid Rescale Library" + +cat << EOF +The library takes images in plain array format as input and converts them to a +multi-size representation. + +Following is a list of features: + + * Easy to use and fully documented API + * Supports color depths from 8 bits per channel to 64 bits per channel + * Support for different color models: grayscale, RGB, CMY and their variants + and even custom ones + * Areas in the image can be marked for preservation or discard, or for + additional seam rigidity + * Once the image has been fully processed, the scaling can be done in + real-time. In fact, the information can be saved and read out later + without any further processing + * The resizing is done with a single function which automatically performs + all the necessary operations; it can also work in successive steps + without wasting computational time + * Possibility to tune the carving operation by letting the seams be less + connected, or more rigid, or both (the rigidity can be modulated on a + local basis) + * Can export and import the visibility map (the seams) + * Other images can be attached and undergo the same carving process as the + parent image + * The automatic feature detection algorithm can be tuned by selecting among + different energy functions, and easily defining cusom ones + * Reports progress through a customizable interface + * A signalling system permits to handle errors cleanly + * Portable to all major OS's +EOF From stumbles at lunar-linux.org Thu Dec 24 01:01:40 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 19:01:40 -0500 Subject: [Lunar-commits] gimp-lqr-plugin: Adding to moonbase. Message-ID: <20091224000246.C03869B209@doppio.foo-projects.org> commit dc9eaa3ec23b1a813f4494146b30681794915a0e Author: Dennis `stumbles` Veatch Date: Wed Dec 23 19:01:40 2009 -0500 gimp-lqr-plugin: Adding to moonbase. --- graphics/gimp-lqr-plugin/DEPENDS | 2 ++ graphics/gimp-lqr-plugin/DETAILS | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/graphics/gimp-lqr-plugin/DEPENDS b/graphics/gimp-lqr-plugin/DEPENDS new file mode 100644 index 0000000..c6a1b48 --- /dev/null +++ b/graphics/gimp-lqr-plugin/DEPENDS @@ -0,0 +1,2 @@ +depends gimp +depends liblqr diff --git a/graphics/gimp-lqr-plugin/DETAILS b/graphics/gimp-lqr-plugin/DETAILS new file mode 100644 index 0000000..a77a25a --- /dev/null +++ b/graphics/gimp-lqr-plugin/DETAILS @@ -0,0 +1,20 @@ + MODULE=gimp-lqr-plugin + VERSION=0.6.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]="http://liquidrescale.wikidot.com/local--files/en:download-page/" + SOURCE_VFY=sha1:f202700ffe7981de14a4b69493903239dd963a54 + WEB_SITE=http://liquidrescale.wikidot.com/en:start + ENTERED=20091223 + UPDATED=20091223 + SHORT="Liquid Rescale GIMP plugin" + +cat << EOF +A frontend to the Liquid Rescale Library, which provides an implementation of +the Seam Carving algorithm as described in this paper by Shai Avidan and Ariel +Shamir. + +The Seam Carving procedure aims at resizing pictures non uniformly while +preserving their features, i.e. avoiding distortion of the important parts. +The plugin supports manual feature selection, and can also be used to remove +portions of the picture in a consistent way. +EOF From stumbles at lunar-linux.org Thu Dec 24 01:06:35 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 23 Dec 2009 19:06:35 -0500 Subject: [Lunar-commits] digikam4: Adding an optional_depends. Message-ID: <20091224000731.40A4C9B208@doppio.foo-projects.org> commit accb03f95c293aaad83d5e6738b776adfab33f15 Author: Dennis `stumbles` Veatch Date: Wed Dec 23 19:06:35 2009 -0500 digikam4: Adding an optional_depends. --- kde4/apps/digikam4/DEPENDS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kde4/apps/digikam4/DEPENDS b/kde4/apps/digikam4/DEPENDS index 06703b0..b5f6202 100644 --- a/kde4/apps/digikam4/DEPENDS +++ b/kde4/apps/digikam4/DEPENDS @@ -2,3 +2,4 @@ depends kdegraphics4 optional_depends lensfun "" "" "for camera lens correction support" optional_depends kipi-plugins4 "" "" "for addition image manipulation plugin support" +optional_depends liblqr "" "" "for LiquidRescale support" From florin at lunar-linux.org Thu Dec 24 05:55:12 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 24 Dec 2009 06:55:12 +0200 Subject: [Lunar-commits] gdb: version bumped to 7.0.1. Message-ID: <20091224045701.154699B208@doppio.foo-projects.org> commit 0533c9c22a346afc36c7fb52ddc3ed617ebbc0cc Author: Florin Braescu Date: Thu Dec 24 06:55:12 2009 +0200 gdb: version bumped to 7.0.1. GDB 7.0.1 is a minor corrective release. Bugfixes mostly. --- devel/gdb/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/gdb/DETAILS b/devel/gdb/DETAILS index b556f52..27daa0c 100644 --- a/devel/gdb/DETAILS +++ b/devel/gdb/DETAILS @@ -1,14 +1,14 @@ MODULE=gdb - VERSION=7.0 + VERSION=7.0.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=$GNU_URL/$MODULE SOURCE_URL[1]=http://planetmirror.com/pub/sourceware/$MODULE/releases SOURCE_URL[2]=ftp://ftp.gnu.org/gnu/$MODULE SOURCE_URL[3]=http://www.gnu.org/software/$MODULE - SOURCE_VFY=sha1:8aed621b7ddb8c82b6ff213b56c028787db90582 + SOURCE_VFY=sha1:a6b9693b5767dd3b1a3fa925563252afd20eea64 WEB_SITE=http://www.gnu.org/software/gdb ENTERED=20011023 - UPDATED=20091008 + UPDATED=20091224 PSAFE=no SHORT="GNU Debugger used for debugging" From florin at lunar-linux.org Thu Dec 24 05:58:57 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 24 Dec 2009 06:58:57 +0200 Subject: [Lunar-commits] openldap: version bumped to 2.4.21. Message-ID: <20091224050047.5FC579B208@doppio.foo-projects.org> commit 6f2567efbbef7599c6df1244dda9b697deb9b4c4 Author: Florin Braescu Date: Thu Dec 24 06:58:57 2009 +0200 openldap: version bumped to 2.4.21. This release fixes a TLS regression in slapd in 2.4.20. It also fixes some minor configuration issues in syncrepl and other minor bugs. --- utils/openldap/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/openldap/DETAILS b/utils/openldap/DETAILS index 707d7c9..7c3942f 100644 --- a/utils/openldap/DETAILS +++ b/utils/openldap/DETAILS @@ -1,11 +1,11 @@ MODULE=openldap - VERSION=2.4.20 + VERSION=2.4.21 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release - SOURCE_VFY=sha1:29fbfce66e4ea8af0c26827915343ca2fc972da1 + SOURCE_VFY=sha1:cfcfff3df7804bab8eb0d9464d3712a3e32d677b WEB_SITE=http://www.openldap.org ENTERED=20010922 - UPDATED=20091129 + UPDATED=20091224 SHORT="Fully featured open source LDAP software suite" PSAFE=no From florin at lunar-linux.org Thu Dec 24 08:08:23 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 24 Dec 2009 09:08:23 +0200 Subject: [Lunar-commits] xcalc: version bumped to 1.0.3. Message-ID: <20091224071431.B03819B208@doppio.foo-projects.org> commit 8b7cdcb7d2d9139e143619c69dc4149e109df70a Author: Florin Braescu Date: Thu Dec 24 09:08:23 2009 +0200 xcalc: version bumped to 1.0.3. This minor maintenance release removes the remnants of libXaw8 support and delivers other accumulated janitorial cleanup and build fixes since the last release in 2007. --- xorg7/app/xcalc/CONFLICTS | 10 +++++----- xorg7/app/xcalc/DETAILS | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xorg7/app/xcalc/CONFLICTS b/xorg7/app/xcalc/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xcalc/CONFLICTS +++ b/xorg7/app/xcalc/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xcalc/DETAILS b/xorg7/app/xcalc/DETAILS index 7366349..f01cef7 100644 --- a/xorg7/app/xcalc/DETAILS +++ b/xorg7/app/xcalc/DETAILS @@ -1,12 +1,12 @@ MODULE=xcalc - VERSION=1.0.2 + VERSION=1.0.3 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:0bb9691201e403d294779e401a70f32d6d99cdd9 + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:0871efa12f0b28228457b898c3487bc8723d1ea8 MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20070822 + UPDATED=20091224 SHORT="the X.Org calculator application" cat << EOF From florin at lunar-linux.org Thu Dec 24 08:11:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 24 Dec 2009 09:11:31 +0200 Subject: [Lunar-commits] xeyes: version bumped to 1.1.0. Message-ID: <20091224071431.BB05F9B209@doppio.foo-projects.org> commit b522de4827d1155ebfb23472d4592fdb089737de Author: Florin Braescu Date: Thu Dec 24 09:11:31 2009 +0200 xeyes: version bumped to 1.1.0. This release adds support for using Xrender to display the sclera and pupils of the eyes. This enables anti-aliased rendering. Additionally, several janitorial cleanups and build fixes have accumulated since the 1.0.1 release in 2005. --- xorg7/app/xeyes/CONFLICTS | 10 +++++----- xorg7/app/xeyes/DETAILS | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xorg7/app/xeyes/CONFLICTS b/xorg7/app/xeyes/CONFLICTS index 5013182..fa885b1 100644 --- a/xorg7/app/xeyes/CONFLICTS +++ b/xorg7/app/xeyes/CONFLICTS @@ -1,6 +1,6 @@ -conflicts XOrg6 && -conflicts XOrg-test && -conflicts XOrg-fonts-base && -conflicts XOrg-fonts-extra && -conflicts XOrg-drm && +conflicts XOrg6 +conflicts XOrg-test +conflicts XOrg-fonts-base +conflicts XOrg-fonts-extra +conflicts XOrg-drm conflicts XOrg-drm-cvs diff --git a/xorg7/app/xeyes/DETAILS b/xorg7/app/xeyes/DETAILS index fc83920..4368de8 100644 --- a/xorg7/app/xeyes/DETAILS +++ b/xorg7/app/xeyes/DETAILS @@ -1,12 +1,12 @@ MODULE=xeyes - VERSION=1.0.1 + VERSION=1.1.0 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=$XORG_URL/individual/app/ - SOURCE_VFY=sha1:49dea108cb2a825e5dfd517d34dd2a4d1608ccbc + SOURCE_URL=$XORG_URL/individual/app + SOURCE_VFY=sha1:3422f65b6c5b9480cf74f48df115a6c837b84dae MODULE_PREFIX=${X11R7_PREFIX:-/usr} - WEB_SITE=http://www.x.org/ + WEB_SITE=http://www.x.org ENTERED=20060120 - UPDATED=20060120 + UPDATED=20091224 SHORT="the X.Org xeyes application" cat << EOF From stumbles at lunar-linux.org Thu Dec 24 13:16:38 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Dec 2009 07:16:38 -0500 Subject: [Lunar-commits] enscript: Version bump. Message-ID: <20091224121736.0541A9B208@doppio.foo-projects.org> commit 3571a0fdd571e2dd21a578ec58525c7265c98a4b Author: Dennis `stumbles` Veatch Date: Thu Dec 24 07:16:38 2009 -0500 enscript: Version bump. --- printer/enscript/BUILD | 4 +++- printer/enscript/DEPENDS | 4 ++-- printer/enscript/DETAILS | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/printer/enscript/BUILD b/printer/enscript/BUILD index 815d23e..25d1ccd 100644 --- a/printer/enscript/BUILD +++ b/printer/enscript/BUILD @@ -1,6 +1,8 @@ ( - OPTS="$OPTS --with-media" + unset CC && + + OPTS="$OPTS --with-media" && default_build diff --git a/printer/enscript/DEPENDS b/printer/enscript/DEPENDS index 8b59767..571b98f 100644 --- a/printer/enscript/DEPENDS +++ b/printer/enscript/DEPENDS @@ -1,3 +1,3 @@ -depends flex && +depends flex -optional_depends "gettext" "" "--disable-nls" "for NLS Support" +optional_depends "gettext" "--without-included-gettext" "--with-included-gettext" "for NLS Support" diff --git a/printer/enscript/DETAILS b/printer/enscript/DETAILS index bfa2fc5..977214c 100644 --- a/printer/enscript/DETAILS +++ b/printer/enscript/DETAILS @@ -1,11 +1,11 @@ MODULE=enscript - VERSION=1.6.3 + VERSION=1.6.4 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://www.iki.fi/mtr/genscript/ - SOURCE_VFY=sha1:2189c1f9b80160d4b2acac0f60cc7c7ff05f10aa + SOURCE_URL=$GNU_URL/$MODULE + SOURCE_VFY=sha1:9dd7128a508d4c9671659b9520028d12add50cfa WEB_SITE=http://www.gnu.org/directory/enscript.html ENTERED=20030226 - UPDATED=20041118 + UPDATED=20091224 SHORT="A replacement for Adobe's enscript (text-to-postscript) program" cat << EOF From stumbles at lunar-linux.org Thu Dec 24 13:55:01 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Dec 2009 07:55:01 -0500 Subject: [Lunar-commits] hplip: Version bump. Message-ID: <20091224125557.941599B208@doppio.foo-projects.org> commit c1a4ebeb80e1699087f951e0a74737aacea778d2 Author: Dennis `stumbles` Veatch Date: Thu Dec 24 07:55:01 2009 -0500 hplip: Version bump. --- printer/hplip/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/printer/hplip/DETAILS b/printer/hplip/DETAILS index 58fcfde..dee05a9 100644 --- a/printer/hplip/DETAILS +++ b/printer/hplip/DETAILS @@ -1,11 +1,11 @@ MODULE=hplip - VERSION=3.9.10 + VERSION=3.9.12 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/hplip - SOURCE_VFY=sha1:9c9a8b0bd990b7d6e29a9024ec80f3edceab269b + SOURCE_VFY=sha1:d4d659ae52f01055bfc7060e0d4e3c7354c1dee3 WEB_SITE=http://hplip.sourceforge.net ENTERED=20061216 - UPDATED=20091112 + UPDATED=20091224 SHORT="Hewlett Packard's drivers for HP printers" cat << EOF From stumbles at lunar-linux.org Thu Dec 24 14:02:46 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Dec 2009 08:02:46 -0500 Subject: [Lunar-commits] pnm2ppa: Version bump. The BUILD is no longer required. Message-ID: <20091224130400.98B759B208@doppio.foo-projects.org> commit 0b1bcfdf14119e31c4c4d949dac60de66237f017 Author: Dennis `stumbles` Veatch Date: Thu Dec 24 08:02:46 2009 -0500 pnm2ppa: Version bump. The BUILD is no longer required. --- printer/pnm2ppa/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/printer/pnm2ppa/DETAILS b/printer/pnm2ppa/DETAILS index 3863b9a..f713859 100644 --- a/printer/pnm2ppa/DETAILS +++ b/printer/pnm2ppa/DETAILS @@ -1,16 +1,16 @@ MODULE=pnm2ppa - VERSION=1.12 + VERSION=1.13 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=pnm2ppa-1.12-localtion.patch SOURCE_URL[0]=$SFORGE_URL/$MODULE/ - SOURCE2_URL[0]=$PATCH_URL + SOURCE_VFY=sha1:3de33786e9d3f35a73d7e4acb5281f30654cef7c WEB_SITE=http://pnm2ppa.sourceforge.net/ ENTERED=20030217 - UPDATED=20040704 + UPDATED=20091224 MAINTAINER=dem at lunar-linux.org - PSAFE=no SHORT="Driver for HP's software ppa printers" cat << EOF -pnm2ppa is a Ghostscript print filter which allows owners of HP DeskJet 710C, 712C, 720C, 722C, 820Cse, 820Cxi, 1000Cse, or 1000Cxi printers to print PostScript Level 2. +pnm2ppa is a Ghostscript print filter which allows owners of HP DeskJet 710C, +712C, 720C, 722C, 820Cse, 820Cxi, 1000Cse, or 1000Cxi printers to print +PostScript Level 2. EOF From stumbles at lunar-linux.org Thu Dec 24 15:22:47 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Dec 2009 09:22:47 -0500 Subject: [Lunar-commits] gf2x: Version bump. Message-ID: <20091224142341.CB64A9B208@doppio.foo-projects.org> commit c146b4e46228c5c518e108155b63b1d2f72eb804 Author: Dennis `stumbles` Veatch Date: Thu Dec 24 09:22:47 2009 -0500 gf2x: Version bump. --- libs/gf2x/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/gf2x/DETAILS b/libs/gf2x/DETAILS index aa08632..20c5ed8 100644 --- a/libs/gf2x/DETAILS +++ b/libs/gf2x/DETAILS @@ -1,11 +1,11 @@ MODULE=gf2x - VERSION=0.9.5 + VERSION=0.9.6 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=http://gforge.inria.fr/frs/download.php/22129/ - SOURCE_VFY=sha1:13e8fc2f9b4310cbbcba09c3264201b368f7672a + SOURCE_URL=http://gforge.inria.fr/frs/download.php/24875/ + SOURCE_VFY=sha1:51fd9ccb6274f9e73e44d9b0bd96763025f81f5d WEB_SITE=http://gf2x.gforge.inria.fr/ ENTERED=20090829 - UPDATED=20090829 + UPDATED=20091224 SHORT="routines for fast arithmetic" cat << EOF From stumbles at lunar-linux.org Thu Dec 24 15:29:25 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Dec 2009 09:29:25 -0500 Subject: [Lunar-commits] glpk: Version bump. Message-ID: <20091224143016.48BD89B208@doppio.foo-projects.org> commit 4a7f7b3537bd87411d147aee119e1bba00579513 Author: Dennis `stumbles` Veatch Date: Thu Dec 24 09:29:25 2009 -0500 glpk: Version bump. --- science/glpk/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/science/glpk/DETAILS b/science/glpk/DETAILS index 7b75542..b286b7b 100644 --- a/science/glpk/DETAILS +++ b/science/glpk/DETAILS @@ -1,11 +1,11 @@ MODULE=glpk - VERSION=4.40 + VERSION=4.41 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$GNU_URL/$MODULE - SOURCE_VFY=sha1:d89e9ebaef776a5a704fc584572223ed51c029d9 + SOURCE_VFY=sha1:2699e10b79b2c72c9eb4d373e3b3060dcf80f468 WEB_SITE=http://www.gnu.org/software/glpk/ ENTERED=20071030 - UPDATED=20091121 + UPDATED=20091224 SHORT="GNU Linear Programming Kit" cat << EOF From stumbles at lunar-linux.org Thu Dec 24 18:05:56 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Dec 2009 12:05:56 -0500 Subject: [Lunar-commits] rkward4: Version bump. Message-ID: <20091224170650.13B619B209@doppio.foo-projects.org> commit d6b78905b0d2f56a7aa5070f70392b76f9e90cb1 Author: Dennis `stumbles` Veatch Date: Thu Dec 24 12:05:56 2009 -0500 rkward4: Version bump. --- kde4/apps/rkward4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/rkward4/DETAILS b/kde4/apps/rkward4/DETAILS index 3cd2dc1..c139a61 100644 --- a/kde4/apps/rkward4/DETAILS +++ b/kde4/apps/rkward4/DETAILS @@ -1,13 +1,13 @@ MODULE=rkward4 - VERSION=0.5.1 + VERSION=0.5.2 SOURCE=rkward-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/rkward-$VERSION SOURCE_URL[0]=$SFORGE_URL/rkward MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - SOURCE_VFY=sha1:2a348363d3b5fbe0ea3a49fe052469f59d39f07d + SOURCE_VFY=sha1:c3880661429131ea86a04e85b13200bb4bf59ce0 WEB_SITE=http://rkward.sourceforge.net/ ENTERED=20060708 - UPDATED=20090807 + UPDATED=20091224 SHORT="KDE4 transparent frontend to the R-language" cat << EOF From stumbles at lunar-linux.org Thu Dec 24 18:04:26 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Dec 2009 12:04:26 -0500 Subject: [Lunar-commits] R: Version bump, now PSAFE and do not remove the sedits in the BUILD else you will get this when you run rkward4; Message-ID: <20091224170650.0860D9B208@doppio.foo-projects.org> commit 02a6916f8e914c4bf8fe94233b75064fac21bd1e Author: Dennis `stumbles` Veatch Date: Thu Dec 24 12:04:26 2009 -0500 R: Version bump, now PSAFE and do not remove the sedits in the BUILD else you will get this when you run rkward4; *** caught segfault *** address (nil), cause 'unknown' Warning: stack imbalance in '[[', 187 then 186 Warning: stack imbalance in '$', 182 then 181 Warning: stack imbalance in 'list', 180 then 179 Warning: stack imbalance in 'paste', 178 then 177 Warning: stack imbalance in '.Internal', 177 then 176 Warning: stack imbalance in '<-', 171 then 172 Warning: stack imbalance in 'unregisterNamespace', 174 then 177 Warning: stack imbalance in '.Internal', 173 then 180 Warning: stack imbalance in 'assign', 181 then 84 Warning: stack imbalance in '.Internal', 180 then 78 Warning: stack imbalance in '<-', 80 then 79 Warning: stack imbalance in 'if', 175 then 73 Warning: stack imbalance in '{', 169 then 76 Warning: stack imbalance in 'lapply', 157 then 62 Warning: stack imbalance in '.Internal', 156 then 61 Warning: stack imbalance in '[[', 76 then 74 Warning: stack imbalance in 'is.null', 74 then 58 *** caught segfault *** address 0xae7f417a8, cause 'memory not mapped' Segmentation fault --- science/R/BUILD | 11 +++++------ science/R/DETAILS | 7 +++---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/science/R/BUILD b/science/R/BUILD index 4062833..d9fa5ef 100644 --- a/science/R/BUILD +++ b/science/R/BUILD @@ -1,17 +1,16 @@ ( - if [ -e /usr/lib64/R/doc ] ; then - rm -rf /usr/lib64/R/doc - fi && - CFLAGS=`echo $CFLAGS | sed s/-ffast-math//` && CXXFLAGS=`echo $CXXFLAGS | sed s/-ffast-math//` && - OPTS="--enable-R-shlib" + OPTS+=" --enable-R-shlib" && + + if [ -e /usr/lib64/R/doc ] ; then + rm -rf /usr/lib64/R/doc + fi && default_config && make && - make check && if [[ "$DVI_DOCS" == "y" ]] ; then make dvi diff --git a/science/R/DETAILS b/science/R/DETAILS index 03e66be..57bbf57 100644 --- a/science/R/DETAILS +++ b/science/R/DETAILS @@ -1,14 +1,13 @@ MODULE=R - VERSION=2.9.2 + VERSION=2.10.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cran.r-project.org/src/base/R-2 - SOURCE_VFY=sha1:3934743b67a57691db724606c575e38a35ecb590 + SOURCE_VFY=sha1:f5b1969fde3642c233f5198e44a7bf17a7b85ab6 WEB_SITE=http://www.r-project.org ENTERED=20021010 - UPDATED=20091021 + UPDATED=20091224 MAINTAINER=stumbles at lunar-linux.org SHORT="Language and environment for statistical computing and graphics" - PSAFE=no cat << EOF R is a GNU project which is similar to the S language and environment which From stumbles at lunar-linux.org Thu Dec 24 21:44:23 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Dec 2009 15:44:23 -0500 Subject: [Lunar-commits] pnm2ppa: Don't need this. Message-ID: <20091224204543.2A1B49B208@doppio.foo-projects.org> commit 5a1366c6194120f241fc6ce8b27c317db9db1410 Author: Dennis `stumbles` Veatch Date: Thu Dec 24 15:44:23 2009 -0500 pnm2ppa: Don't need this. --- printer/pnm2ppa/BUILD | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/printer/pnm2ppa/BUILD b/printer/pnm2ppa/BUILD deleted file mode 100644 index 79b8ad9..0000000 --- a/printer/pnm2ppa/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - # Patch stuff - patch_it $SOURCE_CACHE/$SOURCE2 0 # Crappy Makefile - - default_make - -) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Thu Dec 24 22:29:49 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 24 Dec 2009 16:29:49 -0500 Subject: [Lunar-commits] kwave4: Version bump. Message-ID: <20091224213043.A6FF39B208@doppio.foo-projects.org> commit c1249a414ed853c617a005479a3bbee08b0c957f Author: Dennis `stumbles` Veatch Date: Thu Dec 24 16:29:49 2009 -0500 kwave4: Version bump. --- kde4/apps/kwave4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/kwave4/DETAILS b/kde4/apps/kwave4/DETAILS index 5f421c5..8179b95 100644 --- a/kde4/apps/kwave4/DETAILS +++ b/kde4/apps/kwave4/DETAILS @@ -1,13 +1,13 @@ MODULE=kwave4 - VERSION=0.8.4 + VERSION=0.8.5 SOURCE=kwave-$VERSION-1.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kwave-$VERSION SOURCE_URL=$SFORGE_URL/kwave - SOURCE_VFY=sha1:5ef1533402c0240ad1f07fe6af7b4a42ea532690 + SOURCE_VFY=sha1:4f70f343e9a6517022617b2ad300d4925c275bda MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://kwave.sourceforge.net/ ENTERED=20090426 - UPDATED=20090928 + UPDATED=20091224 MAINTAINER=florin at lunar-linux.org SHORT="Kwave is a sound editor designed for the KDE" From tchan at lunar-linux.org Fri Dec 25 08:31:10 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Fri, 25 Dec 2009 01:31:10 -0600 Subject: [Lunar-commits] git: Version bump to 1.6.6 Message-ID: <20091225073118.751229B208@doppio.foo-projects.org> commit 35ca1e18eaca76b3a7bc707bf61176d71a91f77f Author: Terry Chan Date: Fri Dec 25 01:31:10 2009 -0600 git: Version bump to 1.6.6 --- devel/git/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/git/DETAILS b/devel/git/DETAILS index fa2aa92..596beee 100644 --- a/devel/git/DETAILS +++ b/devel/git/DETAILS @@ -1,17 +1,17 @@ MODULE=git - VERSION=1.6.5.7 + VERSION=1.6.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE2=$MODULE-manpages-$VERSION.tar.bz2 SOURCE3=$MODULE-makefile-install-8.patch SOURCE_URL=$KERNEL_URL/pub/software/scm/git SOURCE2_URL=$KERNEL_URL/pub/software/scm/git SOURCE3_URL=$PATCH_URL - SOURCE_VFY=sha1:05f2dd3004d4e881d2ccbf528497204726fc6e9f - SOURCE2_VFY=sha1:bb383dd768ece1cc602c2ba7dcf623fe8bba2a44 + SOURCE_VFY=sha1:21d83108c618d0f90a166b7ce403c9d1166a0d95 + SOURCE2_VFY=sha1:1621c502908d6cbd640a81a7c96dc22a30a68a60 SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8 WEB_SITE=http://git-scm.com ENTERED=20050707 - UPDATED=20091218 + UPDATED=20091225 SHORT="Fast version control system" PSAFE=no From stumbles at lunar-linux.org Fri Dec 25 15:08:00 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 25 Dec 2009 09:08:00 -0500 Subject: [Lunar-commits] kwave4: A little fix up in the BUILD and DEPENDS. Message-ID: <20091225140824.50595F3621@doppio.foo-projects.org> commit ba89f8c21e38e96b9f8dbd79fd045c16fc77ceee Author: Dennis `stumbles` Veatch Date: Fri Dec 25 09:08:00 2009 -0500 kwave4: A little fix up in the BUILD and DEPENDS. --- kde4/apps/kwave4/BUILD | 14 +++++++++++--- kde4/apps/kwave4/DEPENDS | 7 ++++++- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/kde4/apps/kwave4/BUILD b/kde4/apps/kwave4/BUILD index c517517..ea17a97 100644 --- a/kde4/apps/kwave4/BUILD +++ b/kde4/apps/kwave4/BUILD @@ -1,9 +1,17 @@ ( - . /etc/profile.d/qt4.rc - . /etc/profile.d/kde4.rc + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + . /etc/profile.d/qt4.rc && + . /etc/profile.d/kde4.rc && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && - cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX ./ && default_make ) > $C_FIFO 2>&1 diff --git a/kde4/apps/kwave4/DEPENDS b/kde4/apps/kwave4/DEPENDS index a97b4e5..06219f7 100644 --- a/kde4/apps/kwave4/DEPENDS +++ b/kde4/apps/kwave4/DEPENDS @@ -2,4 +2,9 @@ depends kdelibs4 depends cmake depends fftw3 - +optional_depends phonon "-DWITH_PHONON=ON" "-DWITH_PHONON=OFF" "for the phonon API support" +optional_depends pulseaudio "-DWITH_PULSEAUDIO=ON" "-DWITH_PULSEAUDIO=OFF" "for pulseaudio support" +optional_depends flac "-DWITH_FLAC=ON" "-DWITH_FLAC=OFF" "for flac audio support" +optional_depends libsamplerate "-DWITH_SAMPLERATE=ON" "-DWITH_SAMPLERATE=OFF" "for libsamplerate support" +optional_depends libvorbis "-DWITH_OGG=ON" "-DWITH_OGG=OFF" "for vorbis audio support" +optional_depends lame "-DWITH_MP3=ON" "-DWITH_MP3=OFF" "for mp3 support" From stumbles at lunar-linux.org Fri Dec 25 15:09:34 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 25 Dec 2009 09:09:34 -0500 Subject: [Lunar-commits] live555: Version bump. Message-ID: <20091225141130.A0E06F3621@doppio.foo-projects.org> commit 92443d38d75addc902fbc26f18e341ec4d67ab97 Author: Dennis `stumbles` Veatch Date: Fri Dec 25 09:09:34 2009 -0500 live555: Version bump. --- net/live555/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/live555/DETAILS b/net/live555/DETAILS index 15662cc..dd7f898 100644 --- a/net/live555/DETAILS +++ b/net/live555/DETAILS @@ -1,12 +1,12 @@ MODULE=live555 - VERSION=2009.09.28 + VERSION=2009.11.27 SOURCE=live.$VERSION.tar.gz SOURCE_URL=http://www.live555.com/liveMedia/public/ SOURCE_DIRECTORY=$BUILD_DIRECTORY/live - SOURCE_VFY=sha1:e5657206976f592e3fd1fda9cfe77b5712498784 + SOURCE_VFY=sha1:98c67d3eb445531a7946e7628d77a910858bfa6d WEB_SITE=http://www.live555.com/liveMedia/#config-unix ENTERED=20090311 - UPDATED=20091023 + UPDATED=20091225 SHORT="libraries for multimedia streaming RTP/RTCP, RTSP, SIP" cat << EOF From stumbles at lunar-linux.org Fri Dec 25 15:10:15 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 25 Dec 2009 09:10:15 -0500 Subject: [Lunar-commits] opal: Version bump. Message-ID: <20091225141130.A9BA49B20C@doppio.foo-projects.org> commit 4e27679cfa1d2f32a9620e299faa2c2e158cd35c Author: Dennis `stumbles` Veatch Date: Fri Dec 25 09:10:15 2009 -0500 opal: Version bump. --- net/opal/BUILD | 5 +++-- net/opal/DETAILS | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/net/opal/BUILD b/net/opal/BUILD index 9570fba..b1966a5 100644 --- a/net/opal/BUILD +++ b/net/opal/BUILD @@ -1,6 +1,7 @@ ( - sedit 's:_context->rtp_mode://_context->rtp_mode:g' plugins/video/H.263-1998/h263-1998.cxx - sedit 's:_avcontext->rtp_mode://_avcontext->rtp_mode:g' plugins/video/MPEG4-ffmpeg/mpeg4.cxx + + sedit 's:_context->rtp_mode://_context->rtp_mode:g' plugins/video/H.263-1998/h263-1998.cxx && + sedit 's:_avcontext->rtp_mode://_avcontext->rtp_mode:g' plugins/video/MPEG4-ffmpeg/mpeg4.cxx && default_build diff --git a/net/opal/DETAILS b/net/opal/DETAILS index 62120b3..45761c0 100644 --- a/net/opal/DETAILS +++ b/net/opal/DETAILS @@ -1,13 +1,13 @@ MODULE=opal - VERSION=3.6.4 MAJOR=3.6 + VERSION=${MAJOR}.6 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/ - SOURCE_VFY=sha1:65c7462a0aa58720f1c0b6a2f3347527bd9aea8d + SOURCE_VFY=sha1:bd5e3907faf96db884a64dacdedb2259aca30cd3 WEB_SITE=http://www.ekiga.org/ ENTERED=20070316 - UPDATED=20090712 - SHORT="the Open Phone Abstraction Library" + UPDATED=20091225 + SHORT="Open Phone Abstraction Library" cat << EOF opal (Open Phone Abstraction Library) aims to create a full featured, From stumbles at lunar-linux.org Fri Dec 25 15:10:57 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 25 Dec 2009 09:10:57 -0500 Subject: [Lunar-commits] makebootfat: Fixing the iso sha1. Message-ID: <20091225141130.BECD5F356F@doppio.foo-projects.org> commit 0a8e91586181ac159eaa35364ab715fb1ddc207d Author: Dennis `stumbles` Veatch Date: Fri Dec 25 09:10:57 2009 -0500 makebootfat: Fixing the iso sha1. --- filesys/makebootfat/DETAILS | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/filesys/makebootfat/DETAILS b/filesys/makebootfat/DETAILS index 933eb70..71f33bf 100644 --- a/filesys/makebootfat/DETAILS +++ b/filesys/makebootfat/DETAILS @@ -7,10 +7,10 @@ SOURCE2_URL[1]=http://ftp.usf.edu/pub/freedos/files/distributions/1.0/ SOURCE2_URL[2]=http://freedos.bbnx.net/files/distributions/1.0/ SOURCE_VFY=sha1:a60173de1a223a75e6fa781eac126c3b431993e5 - SOURCE2_VFY=sha1:2b371a27941fa05f432dd964e0f6e81fd0308137 + SOURCE2_VFY=sha1:ce1f7bc6f0c29f47f74eb69a7b61483201e61774 WEB_SITE=http://advancemame.sourceforge.net/boot-readme.html ENTERED=20091004 - UPDATED=20091004 + UPDATED=20091225 SHORT="command-line utility to create bootable FAT filesystems" cat << EOF @@ -19,5 +19,8 @@ files and boot tools. Sample command: -makebootfat -o usb -v -E 255 -1 /usr/share/makebootfat/fat12.bin -2 /usr/share/makebootfat/fat16.bin -3 /usr/share/makebootfat/fat32lba.bin -m /usr/share/syslinux/mbr.bin -c /usr/share/makebootfat/kernel.sys -c /usr/share/makebootfat/command.com image +makebootfat -o usb -v -E 255 -1 /usr/share/makebootfat/fat12.bin -2 +/usr/share/makebootfat/fat16.bin -3 /usr/share/makebootfat/fat32lba.bin -m +/usr/share/syslinux/mbr.bin -c /usr/share/makebootfat/kernel.sys -c +/usr/share/makebootfat/command.com image EOF From florin at lunar-linux.org Fri Dec 25 17:53:37 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Fri, 25 Dec 2009 18:53:37 +0200 Subject: [Lunar-commits] kwave4: added libmad and audiofile depends. Message-ID: <20091225165609.56BB49B20C@doppio.foo-projects.org> commit 9f8d0e55f034957b059fc04cc24e8ae2e976839a Author: Florin Braescu Date: Fri Dec 25 18:53:37 2009 +0200 kwave4: added libmad and audiofile depends. --- kde4/apps/kwave4/DEPENDS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kde4/apps/kwave4/DEPENDS b/kde4/apps/kwave4/DEPENDS index 06219f7..edb065c 100644 --- a/kde4/apps/kwave4/DEPENDS +++ b/kde4/apps/kwave4/DEPENDS @@ -1,6 +1,8 @@ depends kdelibs4 depends cmake depends fftw3 +depends libmad +depends audiofile optional_depends phonon "-DWITH_PHONON=ON" "-DWITH_PHONON=OFF" "for the phonon API support" optional_depends pulseaudio "-DWITH_PULSEAUDIO=ON" "-DWITH_PULSEAUDIO=OFF" "for pulseaudio support" From stumbles at lunar-linux.org Fri Dec 25 18:37:28 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Fri, 25 Dec 2009 12:37:28 -0500 Subject: [Lunar-commits] kwave4: A little correction here. Should have been libmad, and audiofile is a hard depends. Message-ID: <20091225173807.2623A9B20C@doppio.foo-projects.org> commit 6a6f13766153e208c9cdee842c97ba0e5ee1eab4 Author: Dennis `stumbles` Veatch Date: Fri Dec 25 12:37:28 2009 -0500 kwave4: A little correction here. Should have been libmad, and audiofile is a hard depends. --- kde4/apps/kwave4/DEPENDS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kde4/apps/kwave4/DEPENDS b/kde4/apps/kwave4/DEPENDS index edb065c..d4926f4 100644 --- a/kde4/apps/kwave4/DEPENDS +++ b/kde4/apps/kwave4/DEPENDS @@ -1,7 +1,6 @@ depends kdelibs4 depends cmake depends fftw3 -depends libmad depends audiofile optional_depends phonon "-DWITH_PHONON=ON" "-DWITH_PHONON=OFF" "for the phonon API support" @@ -9,4 +8,4 @@ optional_depends pulseaudio "-DWITH_PULSEAUDIO=ON" "-DWITH_PULSEAUDIO=OFF" "f optional_depends flac "-DWITH_FLAC=ON" "-DWITH_FLAC=OFF" "for flac audio support" optional_depends libsamplerate "-DWITH_SAMPLERATE=ON" "-DWITH_SAMPLERATE=OFF" "for libsamplerate support" optional_depends libvorbis "-DWITH_OGG=ON" "-DWITH_OGG=OFF" "for vorbis audio support" -optional_depends lame "-DWITH_MP3=ON" "-DWITH_MP3=OFF" "for mp3 support" +optional_depends libmad "-DWITH_MP3=ON" "-DWITH_MP3=OFF" "for mp3 support" From zbiggy at lunar-linux.org Fri Dec 25 19:51:39 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 25 Dec 2009 19:51:39 +0100 Subject: [Lunar-commits] mysql: updated to 5.0.89 Message-ID: <20091225185201.8028B9B20C@doppio.foo-projects.org> commit bba27ad4b0cce511ac8b03ffc161e05cd03c5c32 Author: Zbigniew Luszpinski Date: Fri Dec 25 19:51:39 2009 +0100 mysql: updated to 5.0.89 --- sql/mysql/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/mysql/DETAILS b/sql/mysql/DETAILS index c397f67..36a25f0 100644 --- a/sql/mysql/DETAILS +++ b/sql/mysql/DETAILS @@ -1,14 +1,14 @@ MODULE=mysql - VERSION=5.0.88 + VERSION=5.0.89 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-5.0 SOURCE_URL[1]=ftp://ftp.heanet.ie/mirrors/www.mysql.com/Downloads/MySQL-5.0 SOURCE_URL[2]=http://mysql.mirrors.pair.com/Downloads/MySQL-5.0 SOURCE_URL[3]=http://mirrors.sunsite.dk/mysql/Downloads/MySQL-5.0 - SOURCE_VFY=sha1:2dc7a462eaca1452eefd334888a6c40022deb352 + SOURCE_VFY=sha1:d08f58acbcdced13f4d5d1f1f4a8bc458518feff WEB_SITE=http://www.mysql.com ENTERED=20011114 - UPDATED=20091123 + UPDATED=20091225 SHORT="A widely used and fast SQL database server" cat << EOF From zbiggy at lunar-linux.org Fri Dec 25 21:20:06 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 25 Dec 2009 21:20:06 +0100 Subject: [Lunar-commits] db: updated to 4.8.26 bugfixes release Message-ID: <20091225202028.7277E9B20C@doppio.foo-projects.org> commit 5a3cfff9ab26f3fa34a3c96458908be09e264f57 Author: Zbigniew Luszpinski Date: Fri Dec 25 21:20:06 2009 +0100 db: updated to 4.8.26 bugfixes release --- devel/db/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/db/DETAILS b/devel/db/DETAILS index efe3fc2..43dcb5d 100644 --- a/devel/db/DETAILS +++ b/devel/db/DETAILS @@ -1,11 +1,11 @@ MODULE=db - VERSION=4.8.24 + VERSION=4.8.26 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://download.oracle.com/berkeley-db - SOURCE_VFY=sha1:264b5067b5df6654d5fe1402f8c9c1aa677abf63 - WEB_SITE=http://www.sleepycat.com/products/bdb.html + SOURCE_VFY=sha1:f39aff01483aa8de2b1864242028f9a21c38c7cd + WEB_SITE=http://www.oracle.com/database/berkeley-db/index.html ENTERED=20020318 - UPDATED=20090923 + UPDATED=20091225 SHORT="A high-performace, embedded database library" cat << EOF From zbiggy at lunar-linux.org Fri Dec 25 23:02:06 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 25 Dec 2009 23:02:06 +0100 Subject: [Lunar-commits] ruby: updated to patchlevel p248 Message-ID: <20091225220232.D9C609B20C@doppio.foo-projects.org> commit 1fa0c924f0d02b8b0eebdaf760777bedc48cf550 Author: Zbigniew Luszpinski Date: Fri Dec 25 23:02:06 2009 +0100 ruby: updated to patchlevel p248 --- compilers/ruby/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compilers/ruby/DETAILS b/compilers/ruby/DETAILS index c7be0a4..6d0f456 100644 --- a/compilers/ruby/DETAILS +++ b/compilers/ruby/DETAILS @@ -1,12 +1,12 @@ MODULE=ruby - VERSION=1.8.7-p174 + VERSION=1.8.7-p248 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=http://ftp.ruby-lang.org/pub/$MODULE/1.8 SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE - SOURCE_VFY=sha1:f98f5e03121c9614defc6aa6da63ab265d5d6480 + SOURCE_VFY=sha1:7b1531d209d60fbc89caa317a46014e5e3fa3c35 WEB_SITE=http://www.ruby-lang.org/en ENTERED=20020106 - UPDATED=20091124 + UPDATED=20091225 SHORT="A scripting language" cat << EOF From zbiggy at lunar-linux.org Fri Dec 25 23:09:15 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 25 Dec 2009 23:09:15 +0100 Subject: [Lunar-commits] dpkg: updated to 1.15.5.5 Message-ID: <20091225220939.332419B20C@doppio.foo-projects.org> commit 2490d62275f0c30cfe4035c871b8f4024969071b Author: Zbigniew Luszpinski Date: Fri Dec 25 23:09:15 2009 +0100 dpkg: updated to 1.15.5.5 --- archive/dpkg/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archive/dpkg/DETAILS b/archive/dpkg/DETAILS index e183b78..37c339a 100644 --- a/archive/dpkg/DETAILS +++ b/archive/dpkg/DETAILS @@ -1,11 +1,11 @@ MODULE=dpkg - VERSION=1.15.3.1 - SOURCE=${MODULE}_${VERSION}.tar.gz + VERSION=1.15.5.5 + SOURCE=${MODULE}_${VERSION}.tar.bz2 SOURCE_URL=http://ftp.debian.org/debian/pool/main/d/dpkg/ - SOURCE_VFY=sha1:72d0ac7a8090ae6b089fb52ae1d143d549b51293 + SOURCE_VFY=sha1:ca6dcc374f62dc03fa795be4337d2c416016cfd8 WEB_SITE=http://packages.qa.debian.org/d/dpkg.html ENTERED=20060131 - UPDATED=20090905 + UPDATED=20091225 SHORT="Debian package manager" cat << EOF Installs, removes, and provides information about .deb packages From zbiggy at lunar-linux.org Fri Dec 25 23:30:40 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 25 Dec 2009 23:30:40 +0100 Subject: [Lunar-commits] gnutls: updated to 2.8.5 bugfix release Message-ID: <20091225223102.6BCC79B204@doppio.foo-projects.org> commit 4980994e8694971e169b85af63462cd1c76f6f5e Author: Zbigniew Luszpinski Date: Fri Dec 25 23:30:40 2009 +0100 gnutls: updated to 2.8.5 bugfix release --- crypto/gnutls/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS index 518b92a..d2323cf 100644 --- a/crypto/gnutls/DETAILS +++ b/crypto/gnutls/DETAILS @@ -1,12 +1,12 @@ MODULE=gnutls - VERSION=2.8.3 + VERSION=2.8.5 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.gnutls.org/pub/$MODULE/ SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE/ - SOURCE_VFY=sha1:c25fb354258777f9ee34b79b08eb87c024cada75 + SOURCE_VFY=sha1:5121c52efd4718ad3d8b641d28343b0c6abaa571 WEB_SITE=http://www.gnu.org/software/gnutls/ ENTERED=20020212 - UPDATED=20090901 + UPDATED=20091225 SHORT="A TLS library" cat << EOF From zbiggy at lunar-linux.org Fri Dec 25 23:43:25 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Fri, 25 Dec 2009 23:43:25 +0100 Subject: [Lunar-commits] glib-2: updated to 2.22.3 bugfix release Message-ID: <20091225224347.A34319B204@doppio.foo-projects.org> commit 99b9bce1dcf49e82206521757e2a6b8389c783bc Author: Zbigniew Luszpinski Date: Fri Dec 25 23:43:25 2009 +0100 glib-2: updated to 2.22.3 bugfix release --- libs/glib-2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/glib-2/DETAILS b/libs/glib-2/DETAILS index e832095..85d1d56 100644 --- a/libs/glib-2/DETAILS +++ b/libs/glib-2/DETAILS @@ -1,14 +1,14 @@ MODULE=glib-2 MAJOR=2.22 - VERSION=22.2 + VERSION=22.3 SOURCE=$MODULE.$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION SOURCE_URL[0]=$GNOME_URL/sources/glib/$MAJOR/ SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/$MAJOR/ - SOURCE_VFY=sha1:bdd9c4b930e81203ea69fe83876cb6c82bdc5a38 + SOURCE_VFY=sha1:185d5b80adef96019daf7402cc6762cc4d37470d WEB_SITE=http://www.gtk.org/ ENTERED=20020313 - UPDATED=20091009 + UPDATED=20091225 SHORT="A library of useful C routines for trees, hashes, and lists" cat << EOF From tchan at lunar-linux.org Sat Dec 26 00:08:04 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Fri, 25 Dec 2009 17:08:04 -0600 Subject: [Lunar-commits] fox: Version bump to stable 1.6.37 Message-ID: <20091225230815.6B5409B204@doppio.foo-projects.org> commit ed95cdae89a6e274691ebea2f30f1065abe000d7 Author: Terry Chan Date: Fri Dec 25 17:08:04 2009 -0600 fox: Version bump to stable 1.6.37 --- libs/fox/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/fox/DETAILS b/libs/fox/DETAILS index 70d09fe..1e85786 100644 --- a/libs/fox/DETAILS +++ b/libs/fox/DETAILS @@ -1,12 +1,12 @@ MODULE=fox - VERSION=1.6.36 + VERSION=1.6.37 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.fox-toolkit.org/ftp - SOURCE_VFY=sha1:28ad1823033027fb05887cb625301c2eae56c08e + SOURCE_VFY=sha1:971943803ea299fa17f75a6e3f19ed1b0e665f44 WEB_SITE=http://www.fox-toolkit.org MAINTAINER=ratler at lunar-linux.org ENTERED=20041015 - UPDATED=20090406 + UPDATED=20091225 SHORT="C++ class library for building Graphical User Interfaces" cat << EOF From florin at lunar-linux.org Sat Dec 26 07:26:46 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Dec 2009 08:26:46 +0200 Subject: [Lunar-commits] ltris: version bumped to 1.0.14. Message-ID: <20091226062831.3440FF4686@doppio.foo-projects.org> commit acdc5b19a7e773a1b7d193570dcc66cfad0610bd Author: Florin Braescu Date: Sat Dec 26 08:26:46 2009 +0200 ltris: version bumped to 1.0.14. Bugfixes and improvements. --- games/ltris/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/ltris/DETAILS b/games/ltris/DETAILS index dac7799..1dbfd0d 100644 --- a/games/ltris/DETAILS +++ b/games/ltris/DETAILS @@ -1,11 +1,11 @@ MODULE=ltris - VERSION=1.0.13 + VERSION=1.0.14 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/lgames - SOURCE_VFY=sha1:aeb49678c781abb4233e226d5a5b27b1e19d8da2 + SOURCE_VFY=sha1:031262093c99376c3c7349798f099c1e7ea0867f WEB_SITE=http://lgames.sourceforge.net/index.php?project=LTris ENTERED=20040712 - UPDATED=20091108 + UPDATED=20091226 SHORT="A tetris clone" cat << EOF From florin at lunar-linux.org Sat Dec 26 07:32:55 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Dec 2009 08:32:55 +0200 Subject: [Lunar-commits] mailman: version bumped to 2.1.13. Message-ID: <20091226063431.6C7F2F4693@doppio.foo-projects.org> commit a0d62cbb76bec4f6c56b6337e7e58a707ad75bde Author: Florin Braescu Date: Sat Dec 26 08:32:55 2009 +0200 mailman: version bumped to 2.1.13. Bugfixes and translations updates. --- mail/mailman/DETAILS | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/mail/mailman/DETAILS b/mail/mailman/DETAILS index f2059de..edc48af 100644 --- a/mail/mailman/DETAILS +++ b/mail/mailman/DETAILS @@ -1,12 +1,11 @@ MODULE=mailman - VERSION=2.1.12 + VERSION=2.1.13 SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:6d6281f7ce322e271f0259321f4d8931ff46e6ae + SOURCE_VFY=sha1:923dd78a17cbab576354b53a80443fe05f134398 WEB_SITE=http://mailman.sourceforge.net ENTERED=20020303 - UPDATED=20090226 - MAINTAINER=csm at moongroup.com + UPDATED=20091226 SHORT="Software to help manage electronic mail discussion lists" PSAFE=no From florin at lunar-linux.org Sat Dec 26 08:01:25 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Dec 2009 09:01:25 +0200 Subject: [Lunar-commits] gtoaster: small tweak. Message-ID: <20091226070255.65509F4708@doppio.foo-projects.org> commit 210d3eadbc41413fcbc6fe3ffd2a8a4391649c44 Author: Florin Braescu Date: Sat Dec 26 09:01:25 2009 +0200 gtoaster: small tweak. --- cd/gtoaster/DETAILS | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/cd/gtoaster/DETAILS b/cd/gtoaster/DETAILS index 82a71c3..581c01c 100644 --- a/cd/gtoaster/DETAILS +++ b/cd/gtoaster/DETAILS @@ -2,11 +2,18 @@ VERSION=1.0Beta6 SOURCE=$MODULE$VERSION.tgz SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL[0]=http://gnometoaster.rulez.org/archive/ - WEB_SITE=http://gnometoaster.rulez.org/ + SOURCE_URL[0]=http://gnometoaster.rulez.org/archive + WEB_SITE=http://gnometoaster.rulez.org ENTERED=20020917 UPDATED=20020917 - SHORT="Gnome Toaster." + SHORT="Gnome Toaster" + cat << EOF -Gnometoaster is a full CD creation suite for X11 and GNOME. It can be used to copy and create data, audio, and mixed mode CDs on the fly or with precaching in both TAO and DAO mode. Data tracks can easily be created with the built-in file manager. GNOME drag-and-drop is supported throughout the program. Gnometoaster can also write MP3 files on the fly, is fully multisession capable, and can be used to encode all sorts of filetypes directly from audio audio tracks on a CD. +Gnometoaster is a full CD creation suite for X11 and GNOME. It can be +used to copy and create data, audio, and mixed mode CDs on the fly or +with precaching in both TAO and DAO mode. Data tracks can easily be +created with the built-in file manager. GNOME drag-and-drop is +supported throughout the program. Gnometoaster can also write MP3 +files on the fly, is fully multisession capable, and can be used to +encode all sorts of filetypes directly from audio audio tracks on a CD. EOF From florin at lunar-linux.org Sat Dec 26 08:10:59 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Dec 2009 09:10:59 +0200 Subject: [Lunar-commits] gtoaster: remove it from the moonbase. it's too old and umaintained. Message-ID: <20091226071255.8EA1CF4710@doppio.foo-projects.org> commit 723fac228477f15ee2ef7a45fbdc36463519f21a Author: Florin Braescu Date: Sat Dec 26 09:10:59 2009 +0200 gtoaster: remove it from the moonbase. it's too old and umaintained. --- cd/gtoaster/DEPENDS | 5 ----- cd/gtoaster/DETAILS | 19 ------------------- 2 files changed, 0 insertions(+), 24 deletions(-) diff --git a/cd/gtoaster/DEPENDS b/cd/gtoaster/DEPENDS deleted file mode 100644 index 49f6b93..0000000 --- a/cd/gtoaster/DEPENDS +++ /dev/null @@ -1,5 +0,0 @@ -depends cdrtools -depends cdrdao - -optional_depends "libgnome" "" "--without-gnome" "for gnome support" -optional_depends "ORBit2" "" "--without-orbit" "for CORBA support" diff --git a/cd/gtoaster/DETAILS b/cd/gtoaster/DETAILS deleted file mode 100644 index 581c01c..0000000 --- a/cd/gtoaster/DETAILS +++ /dev/null @@ -1,19 +0,0 @@ - MODULE=gtoaster - VERSION=1.0Beta6 - SOURCE=$MODULE$VERSION.tgz - SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE - SOURCE_URL[0]=http://gnometoaster.rulez.org/archive - WEB_SITE=http://gnometoaster.rulez.org - ENTERED=20020917 - UPDATED=20020917 - SHORT="Gnome Toaster" - -cat << EOF -Gnometoaster is a full CD creation suite for X11 and GNOME. It can be -used to copy and create data, audio, and mixed mode CDs on the fly or -with precaching in both TAO and DAO mode. Data tracks can easily be -created with the built-in file manager. GNOME drag-and-drop is -supported throughout the program. Gnometoaster can also write MP3 -files on the fly, is fully multisession capable, and can be used to -encode all sorts of filetypes directly from audio audio tracks on a CD. -EOF From florin at lunar-linux.org Sat Dec 26 12:22:57 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Dec 2009 13:22:57 +0200 Subject: [Lunar-commits] poppler: version bumped to 0.12.3. Message-ID: <20091226112450.7F8289B204@doppio.foo-projects.org> commit 77b25fb3ebd4b93d73a48777c1d6861277451c86 Author: Florin Braescu Date: Sat Dec 26 13:22:57 2009 +0200 poppler: version bumped to 0.12.3. Handing of the "/Decode" key on images was relaxed for compatibility with some documents. The reconstruction of the XRef for broken files was fixed. PSOutputDev code was made a bit more resilient. Several crashes were fixed. Other minor bugs were fixed. --- libs/poppler/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/poppler/DETAILS b/libs/poppler/DETAILS index 0f3bbad..638de7e 100644 --- a/libs/poppler/DETAILS +++ b/libs/poppler/DETAILS @@ -1,11 +1,11 @@ MODULE=poppler - VERSION=0.12.2 + VERSION=0.12.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://poppler.freedesktop.org - SOURCE_VFY=sha1:3138c456f7e6a429100109ac6cd5a948437b9f04 + SOURCE_VFY=sha1:bce8b675fb7c22d507b1965efa7bd71d9ce09460 WEB_SITE=http://poppler.freedesktop.org ENTERED=20050918 - UPDATED=20091120 + UPDATED=20091226 SHORT="A PDF rendering library" cat << EOF From stumbles at lunar-linux.org Sat Dec 26 14:02:40 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 26 Dec 2009 08:02:40 -0500 Subject: [Lunar-commits] bluez: Version bump. Message-ID: <20091226130259.902E0F4786@doppio.foo-projects.org> commit d05941b42e27e47d46bc0441737173d09afa858e Author: Dennis `stumbles` Veatch Date: Sat Dec 26 08:02:40 2009 -0500 bluez: Version bump. --- bluetooth/bluez/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bluetooth/bluez/DETAILS b/bluetooth/bluez/DETAILS index d8c571f..0336a30 100644 --- a/bluetooth/bluez/DETAILS +++ b/bluetooth/bluez/DETAILS @@ -1,14 +1,14 @@ MODULE=bluez - VERSION=4.58 + VERSION=4.59 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=$MODULE-4.41.dbus.access.patch SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth/ SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:62fd6cb49552e2a2ae7bc7a67b2db8587e508f4a + SOURCE_VFY=sha1:14f34f72f630d4da5830c8185c64642a07de579f SOURCE2_VFY=sha1:1bea7d4cc74f55b8861544b42b07244b555c8550 WEB_SITE=http://www.bluez.org ENTERED=20090328 - UPDATED=20091115 + UPDATED=20091226 SHORT="support for core Bluetooth layers and protocols" cat << EOF From stumbles at lunar-linux.org Sat Dec 26 14:03:30 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 26 Dec 2009 08:03:30 -0500 Subject: [Lunar-commits] eggdbus: Adding to moonbase. This is but one of others I will add for some Message-ID: <20091226130716.8BCAEF4786@doppio.foo-projects.org> commit 9efffe8c403c31a312a20c23bb4edf7994917cca Author: Dennis `stumbles` Veatch Date: Sat Dec 26 08:03:30 2009 -0500 eggdbus: Adding to moonbase. This is but one of others I will add for some polkit relatedness with the up coming kde-4.4.x. --- devel/eggdbus/DEPENDS | 2 ++ devel/eggdbus/DETAILS | 13 +++++++++++++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/devel/eggdbus/DEPENDS b/devel/eggdbus/DEPENDS new file mode 100644 index 0000000..c875f74 --- /dev/null +++ b/devel/eggdbus/DEPENDS @@ -0,0 +1,2 @@ +depends dbus + diff --git a/devel/eggdbus/DETAILS b/devel/eggdbus/DETAILS new file mode 100644 index 0000000..bfddcb4 --- /dev/null +++ b/devel/eggdbus/DETAILS @@ -0,0 +1,13 @@ + MODULE=eggdbus + VERSION=0.6 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://hal.freedesktop.org/releases/ + SOURCE_VFY=sha1:d84b64773fef10516ea641f1e0913a2cf3991b05 + WEB_SITE=http://hal.freedesktop.org/releases/ + ENTERED=20091226 + UPDATED=20091226 + SHORT="eggdbus" + +cat << EOF +eggdbus. +EOF From stumbles at lunar-linux.org Sat Dec 26 14:04:49 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 26 Dec 2009 08:04:49 -0500 Subject: [Lunar-commits] polkit: Adding to moonbase. Message-ID: <20091226130716.98463F4785@doppio.foo-projects.org> commit 7d02f8ab9cb076aac31b6749f50f9e3e4cdc1827 Author: Dennis `stumbles` Veatch Date: Sat Dec 26 08:04:49 2009 -0500 polkit: Adding to moonbase. --- devel/polkit/DEPENDS | 3 +++ devel/polkit/DETAILS | 13 +++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/devel/polkit/DEPENDS b/devel/polkit/DEPENDS new file mode 100644 index 0000000..e2cb23e --- /dev/null +++ b/devel/polkit/DEPENDS @@ -0,0 +1,3 @@ +depends eggdbus + +optional_depends gobject-introspection "--enable-introspection" "--disable-introspection" "for API collection support" diff --git a/devel/polkit/DETAILS b/devel/polkit/DETAILS new file mode 100644 index 0000000..2845649 --- /dev/null +++ b/devel/polkit/DETAILS @@ -0,0 +1,13 @@ + MODULE=polkit + VERSION=0.95 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://hal.freedesktop.org/releases/ + SOURCE_VFY=sha1:f851df141d66de9d1cbf49511d345ab318bdc416 + WEB_SITE=http://hal.freedesktop.org/releases/ + ENTERED=20091226 + UPDATED=20091226 + SHORT="polkit" + +cat << EOF +polkit. +EOF From stumbles at lunar-linux.org Sat Dec 26 14:05:54 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 26 Dec 2009 08:05:54 -0500 Subject: [Lunar-commits] polkit-qt-q: adding to moonbase. Message-ID: <20091226130716.AB2E0F478C@doppio.foo-projects.org> commit dd84c26e02f0ac0566b7eb97ff32861a79adbdaa Author: Dennis `stumbles` Veatch Date: Sat Dec 26 08:05:54 2009 -0500 polkit-qt-q: adding to moonbase. --- qt4-apps/polkit-qt-1/BUILD | 16 ++++++++++++++++ qt4-apps/polkit-qt-1/DEPENDS | 3 +++ qt4-apps/polkit-qt-1/DETAILS | 13 +++++++++++++ 3 files changed, 32 insertions(+), 0 deletions(-) diff --git a/qt4-apps/polkit-qt-1/BUILD b/qt4-apps/polkit-qt-1/BUILD new file mode 100644 index 0000000..9c6d2f5 --- /dev/null +++ b/qt4-apps/polkit-qt-1/BUILD @@ -0,0 +1,16 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-buid" && + + source /etc/profile.d/qt4.rc && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/qt4-apps/polkit-qt-1/DEPENDS b/qt4-apps/polkit-qt-1/DEPENDS new file mode 100644 index 0000000..95c4a55 --- /dev/null +++ b/qt4-apps/polkit-qt-1/DEPENDS @@ -0,0 +1,3 @@ +depends dbus +depends qt4 +depends polkit diff --git a/qt4-apps/polkit-qt-1/DETAILS b/qt4-apps/polkit-qt-1/DETAILS new file mode 100644 index 0000000..d75f300 --- /dev/null +++ b/qt4-apps/polkit-qt-1/DETAILS @@ -0,0 +1,13 @@ + MODULE=polkit-qt-1 + VERSION=0.95.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$KDE_URL/stable/$MODULE/ + SOURCE_VFY=sha1:e0d2fd7fc5734d384ce8ca3fda813105cd33e183 + WEB_SITE=http://www.kde.org + ENTERED=20091226 + UPDATED=20091226 + SHORT="PolicyKit API for Qt" + +cat << EOF +PolicyKit API for Qt. +EOF From stumbles at lunar-linux.org Sat Dec 26 14:06:55 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 26 Dec 2009 08:06:55 -0500 Subject: [Lunar-commits] polkit-qt: Version bump. Message-ID: <20091226130716.BBED8F4798@doppio.foo-projects.org> commit 88dc79fc079f8002b35abb9f594caa6f40af8461 Author: Dennis `stumbles` Veatch Date: Sat Dec 26 08:06:55 2009 -0500 polkit-qt: Version bump. --- qt4-apps/polkit-qt/BUILD | 2 +- qt4-apps/polkit-qt/DETAILS | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qt4-apps/polkit-qt/BUILD b/qt4-apps/polkit-qt/BUILD index 85e2536..92d197e 100644 --- a/qt4-apps/polkit-qt/BUILD +++ b/qt4-apps/polkit-qt/BUILD @@ -5,7 +5,7 @@ source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - sedit "s:lib64/automoc4:lib64/automoc4 $KDE4_INSTALL_DIR/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake && +# sedit "s:lib64/automoc4:lib64/automoc4 $KDE4_INSTALL_DIR/lib/automoc4/:" cmake/modules/FindAutomoc4.cmake && mkdir $OOTB_DIR && cd $OOTB_DIR && diff --git a/qt4-apps/polkit-qt/DETAILS b/qt4-apps/polkit-qt/DETAILS index 38c161d..1be581c 100644 --- a/qt4-apps/polkit-qt/DETAILS +++ b/qt4-apps/polkit-qt/DETAILS @@ -1,11 +1,11 @@ MODULE=polkit-qt - VERSION=0.9.2 + VERSION=0.9.3 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$KDE_URL/stable/apps/KDE4.x/admin - SOURCE_VFY=sha1:7418067732302ebef22c60e8c2e053e56a07c533 + SOURCE_VFY=sha1:cb0542b78e7a36afb403fba94afe25bbed9dc894 WEB_SITE=http://www.kde.org ENTERED=20090628 - UPDATED=20090805 + UPDATED=20091226 SHORT="PolicyKit API with a nice Qt-styled API" cat << EOF From stumbles at lunar-linux.org Sat Dec 26 14:21:09 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 26 Dec 2009 08:21:09 -0500 Subject: [Lunar-commits] polkit-kde-1: Adding to moonbase. Message-ID: <20091226132135.1E817F4799@doppio.foo-projects.org> commit fa00aba7ab9a466d8e6c4267342714bbd6a13edc Author: Dennis `stumbles` Veatch Date: Sat Dec 26 08:21:09 2009 -0500 polkit-kde-1: Adding to moonbase. --- kde4/utils/polkit-kde-1/BUILD | 17 +++++++++++++++++ kde4/utils/polkit-kde-1/DEPENDS | 2 ++ kde4/utils/polkit-kde-1/DETAILS | 14 ++++++++++++++ 3 files changed, 33 insertions(+), 0 deletions(-) diff --git a/kde4/utils/polkit-kde-1/BUILD b/kde4/utils/polkit-kde-1/BUILD new file mode 100644 index 0000000..cfdf076 --- /dev/null +++ b/kde4/utils/polkit-kde-1/BUILD @@ -0,0 +1,17 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" + + source /etc/profile.d/qt4.rc && + source /etc/profile.d/kde4.rc && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/kde4/utils/polkit-kde-1/DEPENDS b/kde4/utils/polkit-kde-1/DEPENDS new file mode 100644 index 0000000..935bf32 --- /dev/null +++ b/kde4/utils/polkit-kde-1/DEPENDS @@ -0,0 +1,2 @@ +depends kdelibs4 +depends polkit-qt diff --git a/kde4/utils/polkit-kde-1/DETAILS b/kde4/utils/polkit-kde-1/DETAILS new file mode 100644 index 0000000..bc17232 --- /dev/null +++ b/kde4/utils/polkit-kde-1/DETAILS @@ -0,0 +1,14 @@ + MODULE=polkit-kde-1 + VERSION=0.95.1 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$KDE_URL/stable/apps/KDE4.x/admin/ + SOURCE_VFY=sha1:f6cca0173beeffa244e75c6e30ac83a2f67bf504 + MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} + WEB_SITE=http://www.kde.org + ENTERED=20091226 + UPDATED=20091226 + SHORT="kde wrapper for polkit" + +cat << EOF +kde wrapper for polkit. +EOF From stumbles at lunar-linux.org Sat Dec 26 14:42:14 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 26 Dec 2009 08:42:14 -0500 Subject: [Lunar-commits] tapioca-glib: Adding to moonbae. Message-ID: <20091226134234.F03449B204@doppio.foo-projects.org> commit 08b131a47f3540f2462a3dbca105e0c3cfab4578 Author: Dennis `stumbles` Veatch Date: Sat Dec 26 08:42:14 2009 -0500 tapioca-glib: Adding to moonbae. --- audio/tapioca-glib/DETAILS | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/audio/tapioca-glib/DETAILS b/audio/tapioca-glib/DETAILS new file mode 100644 index 0000000..4afa186 --- /dev/null +++ b/audio/tapioca-glib/DETAILS @@ -0,0 +1,23 @@ + MODULE=tapioca-glib + VERSION=0.14.0.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/tapioca-voip/$MODULE/$VERSION + SOURCE_VFY=sha1:4f6edab87f25da1d657398e4c1ea3794a4626eed + WEB_SITE=http://telepathy.freedesktop.org/wiki/ + ENTERED=20091226 + UPDATED=20091226 + SHORT="integrate VoIP and IM in your application," + +cat << EOF +The Telepathy project aims to provide a unified framework for all forms of real +time conversations, including instant messaging, IRC, voice calls and video +calls. It uses the D-Bus messaging system to provide a simple interface for +client applications, allowing them to quickly benefit from Telepathy's +functionality. + +At the core of Telepathy is the DBus interface specification which describes how +Telepathy components communicate with each other. We are up to spec version 0.17 +(see DbusSpec for older versions). For a more approachable introduction to the +structure of the framework, try the System Overview document. The Ubuntu spec +for SIP/IM integration includes a good rationale for this distributed approach. +EOF From stumbles at lunar-linux.org Sat Dec 26 15:58:58 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sat, 26 Dec 2009 09:58:58 -0500 Subject: [Lunar-commits] scim: Adding a BUILD to fix a make failure in the src/ltdl.cpp. Message-ID: <20091226150009.81AF59B204@doppio.foo-projects.org> commit a46e5fbbdd650e77c6ee30aa380f17cc298945b6 Author: Dennis `stumbles` Veatch Date: Sat Dec 26 09:58:58 2009 -0500 scim: Adding a BUILD to fix a make failure in the src/ltdl.cpp. --- libs/scim/BUILD | 7 +++++++ libs/scim/DETAILS | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/libs/scim/BUILD b/libs/scim/BUILD new file mode 100644 index 0000000..0d40884 --- /dev/null +++ b/libs/scim/BUILD @@ -0,0 +1,7 @@ +( + + sedit "s:ext = strrchr (filename, '.');:ext = strrchr( (char*) filename, '.');:g" src/ltdl.cpp && + + default_build + +) > $C_FIFO 2>&1 diff --git a/libs/scim/DETAILS b/libs/scim/DETAILS index 70b83e2..3f5c2e4 100644 --- a/libs/scim/DETAILS +++ b/libs/scim/DETAILS @@ -5,7 +5,7 @@ SOURCE_VFY=sha1:7717339575fdbf909309a78882e30c60cce9f8eb WEB_SITE=http://www.scim-im.org ENTERED=20060919 - UPDATED=20090419 + UPDATED=20091226 SHORT="Smart Common Input Method" cat << EOF From florin at lunar-linux.org Sat Dec 26 18:05:21 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sat, 26 Dec 2009 19:05:21 +0200 Subject: [Lunar-commits] k3b-4: rework a bit the DETAILS file. Message-ID: <20091226170715.4FAB49B204@doppio.foo-projects.org> commit e401b69a41044551966fcece4d1133889294e6ec Author: Florin Braescu Date: Sat Dec 26 19:05:21 2009 +0200 k3b-4: rework a bit the DETAILS file. --- zbeta/k3b-4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/k3b-4/DETAILS b/zbeta/k3b-4/DETAILS index 29df567..63c5653 100644 --- a/zbeta/k3b-4/DETAILS +++ b/zbeta/k3b-4/DETAILS @@ -1,11 +1,11 @@ MODULE=k3b-4 VERSION=1.69.0 - SOURCE=k3b-$VERSION.tar.bz2 + SOURCE=k3b-${VERSION}alpha4.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/k3b-$VERSION - SOURCE_URL=$SFORGE_URL/k3b/k3b/$VERSIONalpha4/ + SOURCE_URL=$SFORGE_URL/k3b/k3b/files SOURCE_VFY=sha1:f835f5fb3736ea3c7680ad4e6a07c76835a59c60 MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} - WEB_SITE=http://k3b.plainblack.com/ + WEB_SITE=http://k3b.plainblack.com ENTERED=20091127 UPDATED=20091127 SHORT="port of k3b to kde4" From zbiggy at lunar-linux.org Sat Dec 26 18:13:43 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Dec 2009 18:13:43 +0100 Subject: [Lunar-commits] DeviceKit-disks: updated to 009 Message-ID: <20091226171417.E278D9B204@doppio.foo-projects.org> commit 722c0b05de20b2981aadcaa8764e100a8a657a63 Author: Zbigniew Luszpinski Date: Sat Dec 26 18:13:43 2009 +0100 DeviceKit-disks: updated to 009 --- devel/DeviceKit-disks/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/DeviceKit-disks/DETAILS b/devel/DeviceKit-disks/DETAILS index c258550..f66e296 100644 --- a/devel/DeviceKit-disks/DETAILS +++ b/devel/DeviceKit-disks/DETAILS @@ -1,10 +1,10 @@ MODULE=DeviceKit-disks - VERSION=004 + VERSION=009 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://hal.freedesktop.org/releases/ - SOURCE_VFY=sha1:092ad5d64502def1204a6446513f4e142926b9db + SOURCE_VFY=sha1:c48e2f0763832996123b26adc0982353721dd7e5 ENTERED=20090327 - UPDATED=20090514 + UPDATED=20091226 SHORT="a daemon which provides access to disks" cat << EOF From zbiggy at lunar-linux.org Sat Dec 26 18:17:29 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Dec 2009 18:17:29 +0100 Subject: [Lunar-commits] DeviceKit-power: updated to 013 Message-ID: <20091226171738.C8FEE9B204@doppio.foo-projects.org> commit 3a1635581f9f8e73662f2e8e88f2e97a1b838aae Author: Zbigniew Luszpinski Date: Sat Dec 26 18:17:29 2009 +0100 DeviceKit-power: updated to 013 --- devel/DeviceKit-power/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/DeviceKit-power/DETAILS b/devel/DeviceKit-power/DETAILS index 694ab9d..ebfee26 100644 --- a/devel/DeviceKit-power/DETAILS +++ b/devel/DeviceKit-power/DETAILS @@ -1,10 +1,10 @@ MODULE=DeviceKit-power - VERSION=010 + VERSION=013 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://hal.freedesktop.org/releases/ - SOURCE_VFY=sha1:57066ab1917f48f9cf18e8edf9c81da459c53f14 + SOURCE_VFY=sha1:3b611477a3d1f92bd5666c8be7076f2d39e4a3fb ENTERED=20090327 - UPDATED=20090728 + UPDATED=20091226 SHORT="enumerates power devices and listens to device events" cat << EOF From zbiggy at lunar-linux.org Sat Dec 26 18:21:02 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Dec 2009 18:21:02 +0100 Subject: [Lunar-commits] hal-info: updated to 20091130 Message-ID: <20091226172108.71EF89B204@doppio.foo-projects.org> commit 4e22cd23f3c03d64dd328ff2846009ff9247b0ba Author: Zbigniew Luszpinski Date: Sat Dec 26 18:21:02 2009 +0100 hal-info: updated to 20091130 --- devel/hal-info/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/hal-info/DETAILS b/devel/hal-info/DETAILS index 6b56422..c8f98a8 100644 --- a/devel/hal-info/DETAILS +++ b/devel/hal-info/DETAILS @@ -1,11 +1,11 @@ MODULE=hal-info - VERSION=20090716 - SOURCE=$MODULE-$VERSION.tar.gz + VERSION=20091130 + SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://hal.freedesktop.org/releases - SOURCE_VFY=sha1:72ee53bc046f5bcc0f283ae24599b7a4f4eaeb5e + SOURCE_VFY=sha1:5d6a34020942a388277e4edf95c077656fecc854 WEB_SITE=http://www.freedesktop.org/wiki/Software/hal ENTERED=20071003 - UPDATED=20090725 + UPDATED=20091226 SHORT="Hardware data and quirks for HAL" cat << EOF From zbiggy at lunar-linux.org Sat Dec 26 18:26:03 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Dec 2009 18:26:03 +0100 Subject: [Lunar-commits] aria2: updated to 1.7.2 Message-ID: <20091226172616.03A1B9B204@doppio.foo-projects.org> commit bcc113829aada5093b70dbf49ce2412815ae98d8 Author: Zbigniew Luszpinski Date: Sat Dec 26 18:26:03 2009 +0100 aria2: updated to 1.7.2 --- zbeta/aria2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/aria2/DETAILS b/zbeta/aria2/DETAILS index d984766..10c0e61 100644 --- a/zbeta/aria2/DETAILS +++ b/zbeta/aria2/DETAILS @@ -1,11 +1,11 @@ MODULE=aria2 - VERSION=1.6.3 + VERSION=1.7.2 SOURCE=$MODULE-$VERSION.tar.xz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:38f299505f1663e34bfbb111a2966ae36dd9a983 + SOURCE_VFY=sha1:7717b1b5aadef6899704a1ed29939dafb8a23ef6 WEB_SITE=http://aria2.sourceforge.net ENTERED=20071024 - UPDATED=20091122 + UPDATED=20091215 SHORT="Commandline downloader" cat << EOF From zbiggy at lunar-linux.org Sat Dec 26 18:29:06 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Dec 2009 18:29:06 +0100 Subject: [Lunar-commits] xmp: updated to 3.0.1 Message-ID: <20091226172912.27EC99B204@doppio.foo-projects.org> commit edce605f357505fb75683b8cf89616c0af887a2d Author: Zbigniew Luszpinski Date: Sat Dec 26 18:29:06 2009 +0100 xmp: updated to 3.0.1 --- audio/xmp/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/xmp/DETAILS b/audio/xmp/DETAILS index 380d4d1..0dd5415 100644 --- a/audio/xmp/DETAILS +++ b/audio/xmp/DETAILS @@ -1,11 +1,11 @@ MODULE=xmp - VERSION=2.7.1 + VERSION=3.0.1 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:5dca4747a7008cc16f53910d5c2b10277a21dc84 + SOURCE_VFY=sha1:95c31d70328a890f83033b2afb2c0a4d0d727f1b WEB_SITE=http://xmp.sourceforge.net/ ENTERED=20040302 - UPDATED=20091003 + UPDATED=20091225 SHORT="Very powerful module player for over 80 mod formats" PSAFE=no From zbiggy at lunar-linux.org Sat Dec 26 18:32:56 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Dec 2009 18:32:56 +0100 Subject: [Lunar-commits] TimeDate: updated to 1.20 Message-ID: <20091226173301.911C79B204@doppio.foo-projects.org> commit 7551921d6b9e8c63b6df6e861760b1664e1946dc Author: Zbigniew Luszpinski Date: Sat Dec 26 18:32:56 2009 +0100 TimeDate: updated to 1.20 --- perl/TimeDate/DETAILS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/TimeDate/DETAILS b/perl/TimeDate/DETAILS index 2a823bd..2de9e43 100644 --- a/perl/TimeDate/DETAILS +++ b/perl/TimeDate/DETAILS @@ -1,10 +1,10 @@ MODULE=TimeDate - VERSION=1.16 + VERSION=1.20 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/ WEB_SITE=http://search.cpan.org/search?dist=Time-Date ENTERED=20021228 - UPDATED=20050507 + UPDATED=20091225 SHORT="Convert date strings into time format" cat << EOF This distribution replaces my earlier GetDate distribution, which was From zbiggy at lunar-linux.org Sat Dec 26 18:47:17 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Dec 2009 18:47:17 +0100 Subject: [Lunar-commits] uade: updated to 2.13 Message-ID: <20091226174727.8670D9B204@doppio.foo-projects.org> commit 198dc4490509db3c76683b9f44b5e5df95843996 Author: Zbigniew Luszpinski Date: Sat Dec 26 18:47:17 2009 +0100 uade: updated to 2.13 --- audio/uade/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/uade/DETAILS b/audio/uade/DETAILS index d6649ee..eab1515 100644 --- a/audio/uade/DETAILS +++ b/audio/uade/DETAILS @@ -1,11 +1,11 @@ MODULE=uade - VERSION=2.12 + VERSION=2.13 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://zakalwe.fi/uade/uade2/ - SOURCE_VFY=sha1:799eab82fa984c735bbed179c03190e5249a58ab + SOURCE_VFY=sha1:61c5ce9dfecc37addf233de06be196c9b15a91d8 WEB_SITE=http://zakalwe.fi/uade/ ENTERED=20070312 - UPDATED=20081107 + UPDATED=20091226 SHORT="library and plugin for playing Amiga modules" cat << EOF From zbiggy at lunar-linux.org Sat Dec 26 21:38:25 2009 From: zbiggy at lunar-linux.org (Zbigniew Luszpinski) Date: Sat, 26 Dec 2009 21:38:25 +0100 Subject: [Lunar-commits] thunderbird: updated to 3.0 Message-ID: <20091226203849.069AF9B204@doppio.foo-projects.org> commit 0103f3d29325d08df5858c5bb297141dd09718dc Author: Zbigniew Luszpinski Date: Sat Dec 26 21:38:25 2009 +0100 thunderbird: updated to 3.0 --- mail/thunderbird/BUILD | 141 +++++++++++++++++----------------- mail/thunderbird/CONFIGURE | 1 + mail/thunderbird/DEPENDS | 8 +- mail/thunderbird/DETAILS | 17 ++--- mail/thunderbird/POST_INSTALL | 7 +- mail/thunderbird/PRE_BUILD | 5 + mail/thunderbird/mozconfig | 42 ++++++++++ mail/thunderbird/thunderbird.desktop | 11 +++ 8 files changed, 141 insertions(+), 91 deletions(-) diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD index e643788..1b71510 100644 --- a/mail/thunderbird/BUILD +++ b/mail/thunderbird/BUILD @@ -1,94 +1,91 @@ ( + + #Really? You go and call fprintf and don't #include ? + #How exactly did you plan on doing that?!?! + sedit 's::\n#include :g' comm-1.9.1/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc + sedit 's::\n#include :g' comm-1.9.1/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc + sedit 's::\n#include :g' comm-1.9.1/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc + if module_is_expired $MODULE && [ "$VERSION" != "`installed_version $MODULE`" ]; then set_module_config OLD_VER "`installed_version $MODULE`" fi && - MOZILLA_HOME=/usr/lib/$MODULE-$VERSION - MOZ_EXTENSIONS="wallet,spellcheck,xmlextras,webservices" - NECKO_PROT="http,file,jar,viewsource,res,data" + export MOZILLA_HOME=/usr/lib/$MODULE-$VERSION + export MOZ_CO_PROJECT=mail + export MOZILLA_OFFICIAL=1 + export BUILD_OFFICIAL=1 + export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig + export MOZ_THUNDERBIRD=1 + + cp $SCRIPT_DIRECTORY/mozconfig comm-1.9.1/ && + + export MOZ_OBJDIR="${SOURCE_DIRECTORY}/build-mozilla" + mkdir -p ${MOZ_OBJDIR} && + + cd comm-1.9.1 && + + #Add DEPENDS options - if in_depends heimdal ; then - MOZ_EXTENSIONS="${MOZ_EXTENSIONS},negotiateauth" + if in_depends $MODULE dbus ; then + echo "ac_add_options --enable-dbus" >> mozconfig else - MOZ_EXTENSIONS="${MOZ_EXTENSIONS},-negotiateauth" - fi && + echo "ac_add_options --disable-dbus" >> mozconfig + fi && - # This hack added to fix a gtk+-2/pango/atk update that broke firefox. This should be removed in the future. - sedit "s/(MOZ_GTK2_LIBS)/(MOZ_GTK2_LIBS) -lX11 -lXrender/" layout/build/Makefile.in && + if in_depends $MODULE sqlite ; then + echo "ac_add_options --enable-system-sqlite" >> mozconfig + fi && - export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig - export MOZ_THUNDERBIRD=1 - export MOZILLA_OFFICIAL=1 - export BUILD_OFFICIAL=1 + if in_depends $MODULE "xulrunner" ; then + XUL=`module_version xulrunner` + echo "ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-$XUL" >> mozconfig + fi && - ./configure \ - --prefix=/usr \ - --with-x \ - --with-pthreads \ - --with-default-mozilla-five-home=$MOZILLA_HOME \ - --with-user-appdir=".thunderbird" \ - --with-system-zlib \ - --with-system-png \ - --with-system-jpeg \ - --enable-extensions=${MOZ_EXTENSIONS} \ - --enable-single-profile \ - --enable-application=mail \ - --enable-default-toolkit=gtk2 \ - --enable-optimize="$CFLAGS" \ - --enable-xft \ - --enable-reorder \ - --enable-cpp-rtti \ - --enable-cpp-exceptions \ - --enable-crypto \ - --enable-strip \ - --enable-strip-libs \ - --enable-xterm-updates \ - --enable-official-branding \ - --enable-image-decoders=default,-xbm \ - --enable-necko-protocols=${NECKO_PROT} \ - --disable-debug \ - --disable-tests \ - --disable-oji \ - --disable-svg \ - --disable-plugins \ - --disable-necko-disk-cache \ - --disable-installer \ - --disable-pedantic \ - --disable-logging \ - --disable-accessibility \ - --disable-freetype2 \ - --disable-profilesharing \ - --disable-mathml \ - $OPTS && + if in_depends $MODULE gnome-vfs ; then + echo "ac_add_options --enable-gnomevfs" >> mozconfig + else + echo "ac_add_options --disable-gnomevfs" >> mozconfig + fi && + + if in_depends $MODULE openldap ; then + echo "ac_add_options --enable-ldap" >> mozconfig + else + echo "ac_add_options --disable-ldap" >> mozconfig + fi && setterm -bfreq -blength && - default_make && + #Finally, the build! + if [ "$PGO" == "y" ] ; then + #CCache breaks the pgo build + export CCACHE_DISABLE=1 + echo "ac_add_options --enable-profile-guided-optimization" >> mozconfig && + echo "mk_add_options PROFILE_GEN_SCRIPT='python $MOZ_OBJDIR/_profile/pgo/profileserver.py'" >> mozconfig && + make -f client.mk profiledbuild + else + make -f client.mk build + fi && - # Enigmail support disabled since it doesn't work anylonger - # Blame the thunderbird developers - #if module_installed gnupg ; then - # build/autoconf/make-makefile extensions/ipc \ - # extensions/enigmail - # make -C extensions/ipc - # make -C extensions/enigmail - # make -C extensions/ipc install - # make -C extensions/enigmail install - #fi + cd ${MOZ_OBJDIR} && + prepare_install && + make install && - # Needed for rss support - install -d $MOZILLA_HOME/defaults/isp/US && - install -m644 $SOURCE_DIRECTORY/mail/extensions/newsblog/rss.rdf $MOZILLA_HOME/defaults/isp && - install -m644 $SOURCE_DIRECTORY/mail/extensions/newsblog/rss.rdf $MOZILLA_HOME/defaults/isp/US && + # Make thunderbird use its own icon + mkdir -p $MOZILLA_HOME/chrome/icons/default && - # Put some important headers in place - mkdir -p /usr/include/$MODULE-$VERSION/nss && - cp -Lf dist/private/nss/*.h dist/public/nss/*.h /usr/include/$MODULE-$VERSION/nss && + for icon in `ls $MOZILLA_HOME/icons`; do + `ln -sf $MOZILLA_HOME/icons/$icon \ + $MOZILLA_HOME/chrome/icons/default/$icon` + done # Now the .desktop file and the icon mkdir -p /usr/share/applications /usr/share/pixmaps && - install -m644 $SOURCE_CACHE/$SOURCE2 /usr/share/applications && + install -m644 $SCRIPT_DIRECTORY/thunderbird.desktop /usr/share/applications && + # please, dont just let the lin fail because /usr/share/pixmaps/thunderbird.xpm is an existing symlink... rm -f /usr/share/pixmaps/thunderbird.xpm && - install -m644 $MOZILLA_HOME/icons/mozicon50.xpm /usr/share/pixmaps + cp $SOURCE_DIRECTORY/comm-1.9.1/other-licenses/branding/thunderbird/content/icon64.png $SOURCE_DIRECTORY/comm-1.9.1/other-licenses/branding/thunderbird/mailicon64.png && + cp -f $SOURCE_DIRECTORY/comm-1.9.1/other-licenses/branding/thunderbird/content/icon48.png $SOURCE_DIRECTORY/comm-1.9.1/other-licenses/branding/thunderbird/mailicon48.png && + install -m644 $SOURCE_DIRECTORY/comm-1.9.1/other-licenses/branding/thunderbird/mailicon*.png /usr/share/pixmaps ) > $C_FIFO 2>&1 + diff --git a/mail/thunderbird/CONFIGURE b/mail/thunderbird/CONFIGURE new file mode 100644 index 0000000..bb3eff0 --- /dev/null +++ b/mail/thunderbird/CONFIGURE @@ -0,0 +1 @@ +mquery PGO "Build with Profile Guided Optimization?" y "--enable-profile-guided-optimization" "" diff --git a/mail/thunderbird/DEPENDS b/mail/thunderbird/DEPENDS index a1069f7..2bc94cc 100644 --- a/mail/thunderbird/DEPENDS +++ b/mail/thunderbird/DEPENDS @@ -3,7 +3,7 @@ depends zip depends unzip depends expat depends gtk+-2 -optional_depends "gnupg" "" "" "for encrypted email" -optional_depends "gnome-vfs" "" "--disable-gnome --disable-gnomevfs" "for Gnome VFS support" -optional_depends heimdal "--with-gssapi=/usr/include/heimdal" "" "Heimdal GSSAPI Support" -optional_depends openldap "--enable-ldap" "--disable-ldap" "for LDAP address book support" +optional_depends "gnome-vfs" "" "" "for Gnome VFS support" +optional_depends "openldap" "" "" "for LDAP address book support" +optional_depends "Python" "" "" "Needed to do a Profile Guided Optimization build" + diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS index 73a6341..c31aa1f 100644 --- a/mail/thunderbird/DETAILS +++ b/mail/thunderbird/DETAILS @@ -1,18 +1,15 @@ MODULE=thunderbird - VERSION=2.0.0.23 - SOURCE=thunderbird-$VERSION-source.tar.bz2 - SOURCE2=thunderbird.desktop + VERSION=3.0 + SOURCE=thunderbird-$VERSION.source.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source/ - SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source/ - SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source/ - SOURCE_URL[3]=http://archive.progeny.com/mozilla.org/$MODULE/releases/$VERSION/source/ - SOURCE_VFY=sha1:a237bfb92ec9c4b2bed7ea744e95d01ec43e07f1 - SOURCE2_URL=$PATCH_URL - SOURCE2_VFY=sha1:88f83d8dda242f34d0f1bb58c4a0b98d353ef7e1 + SOURCE_URL[1]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/$MODULE/releases/$VERSION/source/ + SOURCE_URL[2]=http://archive.progeny.com/mozilla.org/$MODULE/releases/$VERSION/source/ + SOURCE_URL[3]=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/releases/$VERSION/source/ + SOURCE_VFY=sha1:7a8a08f011901b4c0b737de2d7a226242935543d WEB_SITE=http://www.mozilla.org/projects/thunderbird ENTERED=20031021 - UPDATED=20090820 + UPDATED=20091225 SHORT="A full-featured mail client" PSAFE=no cat << EOF diff --git a/mail/thunderbird/POST_INSTALL b/mail/thunderbird/POST_INSTALL index 0b72f93..3fc416c 100644 --- a/mail/thunderbird/POST_INSTALL +++ b/mail/thunderbird/POST_INSTALL @@ -13,8 +13,5 @@ export LD_LIBRARY_PATH="$TBIRD_HOME/lib/$TBIRD_LIBDIR:$TBIRD_HOME/lib/$TBIRD_LIB export MOZILLA_FIVE_HOME="$TBIRD_HOME/lib/$TBIRD_LIBDIR" ldconfig -echo "skin,install,select,classic/1.0" >> $TBIRD_HOME/lib/$TBIRD_LIBDIR/chrome/installed-chrome.txt -echo "locale,install,select,en-US" >> $TBIRD_HOME/lib/$TBIRD_LIBDIR/chrome/installed-chrome.txt - -cd $TBIRD_HOME/lib/$TBIRD_LIBDIR -./regxpcom +#echo "skin,install,select,classic/1.0" >> $TBIRD_HOME/lib/$TBIRD_LIBDIR/chrome/installed-chrome.txt +#echo "locale,install,select,en-US" >> $TBIRD_HOME/lib/$TBIRD_LIBDIR/chrome/installed-chrome.txt diff --git a/mail/thunderbird/PRE_BUILD b/mail/thunderbird/PRE_BUILD new file mode 100644 index 0000000..cc901d0 --- /dev/null +++ b/mail/thunderbird/PRE_BUILD @@ -0,0 +1,5 @@ +validate_source_dir && +mk_source_dir && + +cd $SOURCE_DIRECTORY && +unpack $SOURCE diff --git a/mail/thunderbird/mozconfig b/mail/thunderbird/mozconfig new file mode 100644 index 0000000..dd5cbff --- /dev/null +++ b/mail/thunderbird/mozconfig @@ -0,0 +1,42 @@ +ac_add_options --prefix=/usr +ac_add_options --with-x +ac_add_options --with-pthreads +ac_add_options --with-default-mozilla-five-home=$MOZILLA_HOME +ac_add_options --with-user-appdir=".thunderbird" +ac_add_options --with-system-zlib +#ac_add_options --with-system-png +ac_add_options --with-system-jpeg +ac_add_options --with-system-bz2 +ac_add_options --enable-system-cairo +ac_add_options --enable-application=mail +ac_add_options --enable-default-toolkit=cairo-gtk2 #cairo-qt +ac_add_options --enable-optimize="$CFLAGS" +ac_add_options --enable-cpp-rtti +ac_add_options --enable-cpp-exceptions +ac_add_options --enable-crypto +ac_add_options --enable-strip +ac_add_options --enable-xterm-updates +ac_add_options --enable-official-branding +ac_add_options --enable-jemalloc +ac_add_options --enable-calendar +ac_add_options --enable-startup-notification +ac_add_options --disable-pedantic +ac_add_options --disable-debug +ac_add_options --disable-tests +ac_add_options --disable-logging +ac_add_options --disable-accessibility +ac_add_options --disable-installer +ac_add_options --disable-oji +ac_add_options --disable-plugins +# static build is required for mail +ac_add_options --enable-static +# wifi breaks build due to incompatibile header files +ac_add_options --disable-necko-wifi +#--with-system-nspr +#--with-system-nss +#--enable-system-hunspell +#--enable-ui-locale +#--enable-native-uconv +#--enable-tree-freetype +#--enable-xpcom-lea + diff --git a/mail/thunderbird/thunderbird.desktop b/mail/thunderbird/thunderbird.desktop new file mode 100644 index 0000000..ae94b6d --- /dev/null +++ b/mail/thunderbird/thunderbird.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Thunderbird Mail +Name[pl]=Poczta Thunderbird +Comment=Thunderbird Mail Client +Exec=thunderbird +Icon=mailicon48.png +Terminal=false +Type=Application +Categories=Application;Network; +Comment[pl]=Thunderbird - klient poczty From florin at lunar-linux.org Sun Dec 27 07:11:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 27 Dec 2009 08:11:07 +0200 Subject: [Lunar-commits] libburn: version bumped to 0.7.4.pl01. Message-ID: <20091227061258.56A899B204@doppio.foo-projects.org> commit 669f6492612da1c02ebb89a13d997330c0b08ece Author: Florin Braescu Date: Sun Dec 27 08:11:07 2009 +0200 libburn: version bumped to 0.7.4.pl01. The previous release tarballs of libburn lacked two files which allow compilation on X/Open systems other than Linux and FreeBSD. --- cd/libburn/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/libburn/DETAILS b/cd/libburn/DETAILS index af8b40b..2d1d510 100644 --- a/cd/libburn/DETAILS +++ b/cd/libburn/DETAILS @@ -1,11 +1,11 @@ MODULE=libburn VERSION=0.7.4 - SOURCE=$MODULE-$VERSION.pl00.tar.gz + SOURCE=$MODULE-$VERSION.pl01.tar.gz SOURCE_URL=http://files.libburnia-project.org/releases - SOURCE_VFY=sha1:7d7f4e3950898aa6ad5763dee0160d6c339c7ef6 + SOURCE_VFY=sha1:74431b0ded71bae506a0ca11da7fd9dba4ff5fbc WEB_SITE=http://libburnia-project.org ENTERED=20061203 - UPDATED=20091207 + UPDATED=20091227 SHORT="Library for writing optical media" cat << EOF From florin at lunar-linux.org Sun Dec 27 07:15:31 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Sun, 27 Dec 2009 08:15:31 +0200 Subject: [Lunar-commits] john: version bumped to 1.7.4. Message-ID: <20091227061747.AA1B79B204@doppio.foo-projects.org> commit e715bdc32fa82c4cd2a0683200125314ee7eed37 Author: Florin Braescu Date: Sun Dec 27 08:15:31 2009 +0200 john: version bumped to 1.7.4. The word mangling rules engine has been enhanced in many ways, including addition of support for back-references and "parallel" ranges to the preprocessor, the notion of numeric variables, more rule commands and reject flags, as well as performance improvements. The default rulesets have been revised to make use of the new features, for speed, to produce fewer duplicates, and to generate additional kinds of candidate passwords. The idle priority emulation code has been optimized for lower overhead, and the Idle setting has been enabled by default. --- crypto/john/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/john/DETAILS b/crypto/john/DETAILS index 2dc5f85..4b2c65c 100644 --- a/crypto/john/DETAILS +++ b/crypto/john/DETAILS @@ -1,11 +1,11 @@ MODULE=john - VERSION=1.7.3.4 + VERSION=1.7.4 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.openwall.com/john/g - SOURCE_VFY=sha1:3919cac037360512e6d72d04d72d492ee9673ded + SOURCE_VFY=sha1:a22bdfa2f7609076939e876cb38a3d2561db524e WEB_SITE=http://www.openwall.com/john ENTERED=20011216 - UPDATED=20090921 + UPDATED=20091227 SHORT="A fast password cracker" cat << EOF From stumbles at lunar-linux.org Sun Dec 27 12:30:45 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 27 Dec 2009 06:30:45 -0500 Subject: [Lunar-commits] frescobaldi: Version bump. Message-ID: <20091227113142.5561B9B205@doppio.foo-projects.org> commit bcfd4c9858b8d77c461e510687260b3c43810ba7 Author: Dennis `stumbles` Veatch Date: Sun Dec 27 06:30:45 2009 -0500 frescobaldi: Version bump. --- kde4/apps/frescobaldi/BUILD | 10 ++++++---- kde4/apps/frescobaldi/DETAILS | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/kde4/apps/frescobaldi/BUILD b/kde4/apps/frescobaldi/BUILD index fe4ae76..7da6879 100644 --- a/kde4/apps/frescobaldi/BUILD +++ b/kde4/apps/frescobaldi/BUILD @@ -1,15 +1,17 @@ ( - KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build" + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && source /etc/profile.d/qt4.rc && source /etc/profile.d/kde4.rc && - mkdir $KDE4_BUILD_DIR && - cd $KDE4_BUILD_DIR && cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ - -DCMAKE_BUILD_TYPE=RELEASE $OPTS && + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && default_make diff --git a/kde4/apps/frescobaldi/DETAILS b/kde4/apps/frescobaldi/DETAILS index 1c5a23f..f67b9a5 100644 --- a/kde4/apps/frescobaldi/DETAILS +++ b/kde4/apps/frescobaldi/DETAILS @@ -1,12 +1,12 @@ MODULE=frescobaldi - VERSION=0.7.17 + VERSION=1.0.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://lilykde.googlecode.com/files/ - SOURCE_VFY=sha1:e8462f4268103f36b00c8b6ec4586cdba05dd3da + SOURCE_VFY=sha1:78abda57a48ef5e2c233cebe775b7c1954f3be7b MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.frescobaldi.org/ ENTERED=20090307 - UPDATED=20091205 + UPDATED=20091227 SHORT="LilyPond sheet music editor" cat << EOF Frescobaldi is a LilyPond sheet music editor for KDE4. It aims to be powerful, From tchan at lunar-linux.org Sun Dec 27 19:42:59 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Sun, 27 Dec 2009 12:42:59 -0600 Subject: [Lunar-commits] timezone-data: Version bump to 2009t for data and code Message-ID: <20091227184305.8AD199B1C1@doppio.foo-projects.org> commit c702bc924dfb6018e27c802fa9458456e6a13b46 Author: Terry Chan Date: Sun Dec 27 12:42:59 2009 -0600 timezone-data: Version bump to 2009t for data and code --- utils/timezone-data/DETAILS | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/timezone-data/DETAILS b/utils/timezone-data/DETAILS index d0d154c..79d9c15 100644 --- a/utils/timezone-data/DETAILS +++ b/utils/timezone-data/DETAILS @@ -1,7 +1,7 @@ MODULE=timezone-data - VERSION=2009s + VERSION=2009t DATA_VERSION=$VERSION - CODE_VERSION=2009r + CODE_VERSION=2009t SOURCE=tzdata${DATA_VERSION}.tar.gz SOURCE2=tzcode${CODE_VERSION}.tar.gz SOURCE3=$MODULE-2007c-makefile.patch @@ -10,12 +10,12 @@ SOURCE2_URL[0]=$MIRROR_URL SOURCE2_URL[1]=ftp://elsie.nci.nih.gov/pub SOURCE3_URL[0]=$PATCH_URL - SOURCE_VFY=sha1:c870aab416411056a62a0ee69552010fc7fa499a - SOURCE2_VFY=sha1:02ad606c1236f6ffa836799b09b58dfcaa608982 + SOURCE_VFY=sha1:bc4cc3cab99ddf819dd06c6a982d8e7ae5c39b5d + SOURCE2_VFY=sha1:2bc3abe70dd8b83582c22edaa86bf066c5508a36 SOURCE3_VFY=sha1:9f3234708c0baa44d5aeb132871cb473d37f9dbe WEB_SITE=ftp://elsie.nci.nih.gov/pub ENTERED=20070203 - UPDATED=20091119 + UPDATED=20091227 SHORT="timezone data and utilities" cat << EOF From stumbles at lunar-linux.org Mon Dec 28 01:25:37 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Sun, 27 Dec 2009 19:25:37 -0500 Subject: [Lunar-commits] wavpack: Version bump, fixing, adding or improving... Message-ID: <20091228002934.6DE86F4623@doppio.foo-projects.org> commit af5438f0de4b645a3c042cfdb0db1141c5ae1df8 Author: Dennis `stumbles` Veatch Date: Sun Dec 27 19:25:37 2009 -0500 wavpack: Version bump, fixing, adding or improving... fixed: filename specs in tag extractions failed in batch operations fixed: prevent creation of APEv2 tags > 1 MB (which we can't read) fixed: crash when decoding old WavPack files (pre version 4.0) added: man pages to build system and updated with newer options added: versioning info to Windows DLL improved: build compatibility (eliminated uchar, ushort types) --- audio/wavpack/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/wavpack/DETAILS b/audio/wavpack/DETAILS index 1daaab3..59b7157 100644 --- a/audio/wavpack/DETAILS +++ b/audio/wavpack/DETAILS @@ -1,11 +1,11 @@ MODULE=wavpack - VERSION=4.60.0 + VERSION=4.60.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=http://www.wavpack.com/ - SOURCE_VFY=sha1:63b568146938ff53dbb76023abab314e4aab80da + SOURCE_VFY=sha1:003c65cb4e29c55011cf8e7b10d69120df5e7f30 WEB_SITE=http://www.wavpack.com/index.html ENTERED=20080118 - UPDATED=20090928 + UPDATED=20091227 SHORT="audio compression formats" cat << EOF WavPack is a completely open audio compression format providing lossless, From stumbles at lunar-linux.org Mon Dec 28 13:38:46 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Dec 2009 07:38:46 -0500 Subject: [Lunar-commits] dvd-slideshow: Version bump. Message-ID: <20091228123931.D86C79B1C1@doppio.foo-projects.org> commit 24cb173434988ecff1cbb066e1097fd703186801 Author: Dennis `stumbles` Veatch Date: Mon Dec 28 07:38:46 2009 -0500 dvd-slideshow: Version bump. --- qt-apps/dvd-slideshow/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt-apps/dvd-slideshow/DETAILS b/qt-apps/dvd-slideshow/DETAILS index 91366a6..3807647 100755 --- a/qt-apps/dvd-slideshow/DETAILS +++ b/qt-apps/dvd-slideshow/DETAILS @@ -1,11 +1,11 @@ MODULE=dvd-slideshow - VERSION=0.8.0-1 + VERSION=0.8.2-2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$SFORGE_URL/$MODULE/ - SOURCE_VFY=sha1:23ecaeca464cdb39f18b64883e8cc78eafb9aba4 + SOURCE_VFY=sha1:edc47a920a355f93d287ca183fa538bba832ed0e WEB_SITE=http://dvd-slideshow.sourceforge.net/ ENTERED=20050915 - UPDATED=20070509 + UPDATED=20091228 SHORT="slideshows with menus from a batch of pictures." cat << EOF From stumbles at lunar-linux.org Mon Dec 28 13:44:31 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Dec 2009 07:44:31 -0500 Subject: [Lunar-commits] setuptools: Version bump. Message-ID: <20091228124529.640A99B1C1@doppio.foo-projects.org> commit f493dae65c55cc2ba70387d32f906b47c91eb791 Author: Dennis `stumbles` Veatch Date: Mon Dec 28 07:44:31 2009 -0500 setuptools: Version bump. --- python/setuptools/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/setuptools/DETAILS b/python/setuptools/DETAILS index d0a99cc..db9ede5 100644 --- a/python/setuptools/DETAILS +++ b/python/setuptools/DETAILS @@ -1,11 +1,11 @@ MODULE=setuptools - VERSION=0.6c8 + VERSION=0.6c11 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://cheeseshop.python.org/packages/source/s/setuptools/ - SOURCE_VFY=sha1:dbc7a4955672964c1c656ae4ca736cf661409d06 + SOURCE_VFY=sha1:8d1ad6384d358c547c50c60f1bfdb3362c6c4a7d WEB_SITE=http://peak.telecommunity.com/DevCenter/setuptools ENTERED=20071008 - UPDATED=20080811 + UPDATED=20091228 SHORT="simplified packaging system for Python modules" cat << EOF From stumbles at lunar-linux.org Mon Dec 28 14:31:31 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Dec 2009 08:31:31 -0500 Subject: [Lunar-commits] Sigil: Version bump Message-ID: <20091228133202.483869B1C1@doppio.foo-projects.org> commit 012fba97ba55de747085ef8531223c5bf69dd666 Author: Dennis `stumbles` Veatch Date: Mon Dec 28 08:31:31 2009 -0500 Sigil: Version bump --- qt4-apps/Sigil/DETAILS | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/qt4-apps/Sigil/DETAILS b/qt4-apps/Sigil/DETAILS index 1cec022..a4421d4 100644 --- a/qt4-apps/Sigil/DETAILS +++ b/qt4-apps/Sigil/DETAILS @@ -1,13 +1,14 @@ MODULE=Sigil - VERSION=0.1.4 - SOURCE=$MODULE\_code\_$VERSION.zip + VERSION=0.1.6 + MINOR=Code + SOURCE=$MODULE-$VERSION-$MINOR.zip SOURCE_URL=http://sigil.googlecode.com/files/ -SOURCE_DIRECTORY=$BUILD_DIRECTORY/Sigil\_code_0.1.4 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$MINOR MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} - SOURCE_VFY=sha1:4832e80561a4d16a188a84cbac70f856298e0276 + SOURCE_VFY=sha1:b0df560dc8415a958d5276e2460f4c00abb2f781 WEB_SITE=http://code.google.com/p/sigil/ ENTERED=20091107 - UPDATED=20091107 + UPDATED=20091228 SHORT="qt4 WYSIWYG ebook editor" cat << EOF From stumbles at lunar-linux.org Mon Dec 28 15:36:08 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Dec 2009 09:36:08 -0500 Subject: [Lunar-commits] libxml: Slight adjustment in DETAILS. Message-ID: <20091228143820.1C61A9B1C1@doppio.foo-projects.org> commit 39332ddb419675572a4c6ddaf883ea639126af5e Author: Dennis `stumbles` Veatch Date: Mon Dec 28 09:36:08 2009 -0500 libxml: Slight adjustment in DETAILS. --- libs/libxml/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/libxml/DETAILS b/libs/libxml/DETAILS index 048c551..77f2e10 100644 --- a/libs/libxml/DETAILS +++ b/libs/libxml/DETAILS @@ -1,4 +1,4 @@ - MODULE=libxml + MODULE=libxml VERSION=1.8.17 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL[0]=$GNOME_URL/sources/libxml/1.8/ From stumbles at lunar-linux.org Mon Dec 28 15:37:23 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Dec 2009 09:37:23 -0500 Subject: [Lunar-commits] libxml2: Version bump, removing the need for patch and deleting the BUILD. Message-ID: <20091228143820.2A2E19B20C@doppio.foo-projects.org> commit da2f1b82ffa1fd93320a9cd1809cef6864d786d2 Author: Dennis `stumbles` Veatch Date: Mon Dec 28 09:37:23 2009 -0500 libxml2: Version bump, removing the need for patch and deleting the BUILD. --- libs/libxml2/BUILD | 8 -------- libs/libxml2/DETAILS | 9 +++------ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/libs/libxml2/BUILD b/libs/libxml2/BUILD deleted file mode 100644 index 5a17f47..0000000 --- a/libs/libxml2/BUILD +++ /dev/null @@ -1,8 +0,0 @@ -( - - # Fix DoS vulnerabilities - http://bugs.gentoo.org/show_bug.cgi?id=280617 - patch_it $SOURCE2 1 && - - default_build - -) > $C_FIFO 2>&1 diff --git a/libs/libxml2/DETAILS b/libs/libxml2/DETAILS index f7473fc..a2e39d3 100644 --- a/libs/libxml2/DETAILS +++ b/libs/libxml2/DETAILS @@ -1,14 +1,11 @@ MODULE=libxml2 - VERSION=2.7.3 + VERSION=2.7.6 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE2=libxml2-2.7.3-ficora-parse.patch.bz2 SOURCE_URL=ftp://xmlsoft.org/$MODULE - SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:fd4e427fb55c977876bc74c0e552ef7d3d794a07 - SOURCE2_VFY=sha1:c85143d7171c8ad13d21505cd8185e5de32d1b32 + SOURCE_VFY=sha1:b0f6bf8408e759ac4b8b9650005ee8adea911e1d WEB_SITE=http://xmlsoft.org ENTERED=20010922 - UPDATED=20090815 + UPDATED=20091228 SHORT="XML version 2 parser for Gnome" cat << EOF From stumbles at lunar-linux.org Mon Dec 28 15:38:42 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Dec 2009 09:38:42 -0500 Subject: [Lunar-commits] lxml: Fixing website url. Message-ID: <20091228143918.482989B1C1@doppio.foo-projects.org> commit 73c2dde970d3a602b9d0b74943f14ed40d8ebab8 Author: Dennis `stumbles` Veatch Date: Mon Dec 28 09:38:42 2009 -0500 lxml: Fixing website url. --- python/lxml/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/python/lxml/DETAILS b/python/lxml/DETAILS index eb2f01d..1c1bc4a 100644 --- a/python/lxml/DETAILS +++ b/python/lxml/DETAILS @@ -3,7 +3,7 @@ SOURCE=$MODULE-$VERSION.tgz SOURCE_URL=http://codespeak.net/lxml SOURCE_VFY=sha1:da97ed375268363ad40501bcfc6980a6c5100d5e - WEB_SITE=http://pybsddb.sourceforge.net + WEB_SITE=http://codespeak.net/lxml ENTERED=20021223 UPDATED=20091206 SHORT="Python wrappers for libxml2 and libxslt" From florin at lunar-linux.org Mon Dec 28 16:55:12 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 28 Dec 2009 17:55:12 +0200 Subject: [Lunar-commits] krename4: version bumped to 4.0.3. Message-ID: <20091228155723.356269B1C1@doppio.foo-projects.org> commit 44d932419784c11fd4660b76bd89aa5e2941ac77 Author: Florin Braescu Date: Mon Dec 28 17:55:12 2009 +0200 krename4: version bumped to 4.0.3. This release contains a few bugfixes concerning manual changes to filenames, and re-adds the subdirectory-sorting plugin from the KDE3 version. This plugin will put your files into numbered subdirectories (01, 02, etc.) while renaming and has a few options to control its behaviour. --- kde4/apps/krename4/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde4/apps/krename4/DETAILS b/kde4/apps/krename4/DETAILS index 072ff69..60e2bab 100644 --- a/kde4/apps/krename4/DETAILS +++ b/kde4/apps/krename4/DETAILS @@ -1,13 +1,13 @@ MODULE=krename4 - VERSION=4.0.2 + VERSION=4.0.3 SOURCE=krename-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/krename-$VERSION SOURCE_URL="$SFORGE_URL/krename/KDE4 krename-stable/$VERSION" - SOURCE_VFY=sha1:cc605e7e7c539fcb84f531260be7264cbcd1a687 + SOURCE_VFY=sha1:bd0d4317f5a01469c2fe7a111ece9191ee57fb0b MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4} WEB_SITE=http://www.krename.net ENTERED=20090923 - UPDATED=20091205 + UPDATED=20091228 MAINTAINER=florin at lunar-linux.org SHORT="A batch renamer for KDE" From stumbles at lunar-linux.org Mon Dec 28 18:26:48 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Dec 2009 12:26:48 -0500 Subject: [Lunar-commits] alienarena: Version bump with some new features; Message-ID: <20091228172808.A90469B1C1@doppio.foo-projects.org> commit 2d76921b4d5de667fb35a275ac167c914af26e02 Author: Dennis `stumbles` Veatch Date: Mon Dec 28 12:26:48 2009 -0500 alienarena: Version bump with some new features; In-game IRC client Player rankings in server browser Skill level matchmaker on server info Vastly improved anti-lag code Headshots Optimizations and bugfixes Various improved graphic effects New level, dm-deathray --- games/alienarena/DETAILS | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/games/alienarena/DETAILS b/games/alienarena/DETAILS index 8b7906c..35698ab 100644 --- a/games/alienarena/DETAILS +++ b/games/alienarena/DETAILS @@ -1,16 +1,16 @@ MODULE=alienarena - VERSION=20091016 - VER=7_32 + VERSION=20091227 + VER=7_33 OS=linux - SOURCE=$MODULE-$OS$VERSION.zip + SOURCE=$MODULE$VER-$OS$VERSION.zip SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}${VER} SOURCE_URL=http://icculus.org/alienarena/Files/ - SOURCE_VFY=sha1:9dcfaf4e9d8a6437adfd2091c9b60ac90d317135 + SOURCE_VFY=sha1:6e02ae715ee0203d9adbe7898dcafd48c8bd6936 WEB_SITE=http://red.planetarena.org/ ENTERED=20080606 - UPDATED=20091021 + UPDATED=20091228 SHORT="FPS freeware online deathmatch game" - +#http://icculus.org/alienarena/Files/alienarena7_33-linux20091227.zip cat << EOF With over 30 levels, seven modes of play, loads of mutators, built-in bots, 11 player characters, 9 weapons (with alt-fire modes), the game From stumbles at lunar-linux.org Mon Dec 28 18:30:13 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Dec 2009 12:30:13 -0500 Subject: [Lunar-commits] alienarena: Opps, don't need that. Message-ID: <20091228173045.C6E0D9B1C1@doppio.foo-projects.org> commit 3d72330b3ad6eb940d4b5fa713bf12b2f9297da9 Author: Dennis `stumbles` Veatch Date: Mon Dec 28 12:30:13 2009 -0500 alienarena: Opps, don't need that. --- games/alienarena/DETAILS | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/games/alienarena/DETAILS b/games/alienarena/DETAILS index 35698ab..2a3c14b 100644 --- a/games/alienarena/DETAILS +++ b/games/alienarena/DETAILS @@ -10,7 +10,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}${VER} ENTERED=20080606 UPDATED=20091228 SHORT="FPS freeware online deathmatch game" -#http://icculus.org/alienarena/Files/alienarena7_33-linux20091227.zip cat << EOF With over 30 levels, seven modes of play, loads of mutators, built-in bots, 11 player characters, 9 weapons (with alt-fire modes), the game From florin at lunar-linux.org Mon Dec 28 18:39:58 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Mon, 28 Dec 2009 19:39:58 +0200 Subject: [Lunar-commits] LiVES: version bumped to 1.1.7. Message-ID: <20091228174252.7946B9B1C1@doppio.foo-projects.org> commit 1b55904ccd27c2dac0f980c5780e5376cbc5c02e Author: Florin Braescu Date: Mon Dec 28 19:39:58 2009 +0200 LiVES: version bumped to 1.1.7. Changes: Encoder output format is now correct on first startup. PNG is now the default internal image format. Some audio conversion inaccuracies were fixed. All encoders have been updated to current versions of externals. Minor compilation updates were made for Mac OS X and others. Some very rare crash conditions were fixed. Initial translations to Arabic, Catalan, Estonian, Galician, and Uzbek are included. Other translations have been updated. --- video/LiVES/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/LiVES/DETAILS b/video/LiVES/DETAILS index f110420..99793ea 100644 --- a/video/LiVES/DETAILS +++ b/video/LiVES/DETAILS @@ -1,12 +1,12 @@ MODULE=LiVES - VERSION=1.1.6 + VERSION=1.1.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/lives-$VERSION SOURCE_URL=http://www.xs4all.nl/~salsaman/lives/current - SOURCE_VFY=sha1:91302b9dec5e156af691a594064bd875114aa40d + SOURCE_VFY=sha1:99c477054dd52b85b349542d217ea7b1cc23e612 WEB_SITE=http://lives.sourceforge.net ENTERED=20050106 - UPDATED=20091116 + UPDATED=20091228 SHORT="Video Editing System" cat << EOF From stumbles at lunar-linux.org Mon Dec 28 19:56:06 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Mon, 28 Dec 2009 13:56:06 -0500 Subject: [Lunar-commits] calibre: Version bump. There were some difficulties with this but none that are related to calibre, Message-ID: <20091228190113.2E41F9B1C1@doppio.foo-projects.org> commit 24d87d5782e9e307e4322327d62eef67e0a856c6 Author: Dennis `stumbles` Veatch Date: Mon Dec 28 13:56:06 2009 -0500 calibre: Version bump. There were some difficulties with this but none that are related to calibre, instead it was these python modules; lxml, mechanize, ClientForm and python-dateutil. The issue is this; those modules stomp on /usr/lib/python2.6/site-packages/easy-install.pth resulting in only that package being listed. It should look like this; import sys; sys.__plen = len(sys.path) ./ClientForm-0.2.10-py2.6.egg ./lxml-2.2.4-py2.6-linux-x86_64.egg ./mechanize-0.1.11-py2.6.egg ./python_dateutil-1.4.1-py2.6.egg import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new) but it does not. Instead it will look like this (using ClientForm as the example); import sys; sys.__plen = len(sys.path) ./ClientForm-0.2.10-py2.6.egg import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new) I do not know what to do about those four as yet. --- qt4-apps/calibre/BUILD | 7 +++++-- qt4-apps/calibre/DETAILS | 7 ++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/qt4-apps/calibre/BUILD b/qt4-apps/calibre/BUILD index 3b01b7b..d776030 100644 --- a/qt4-apps/calibre/BUILD +++ b/qt4-apps/calibre/BUILD @@ -1,8 +1,11 @@ ( . /etc/profile.d/qt4.rc && - python ./setup.py build && + + python setup.py build && + prepare_install && - python ./setup.py easy_install . + + python setup.py install . ) > $C_FIFO 2>&1 diff --git a/qt4-apps/calibre/DETAILS b/qt4-apps/calibre/DETAILS index a3ee91c..547507b 100644 --- a/qt4-apps/calibre/DETAILS +++ b/qt4-apps/calibre/DETAILS @@ -1,11 +1,12 @@ MODULE=calibre - VERSION=0.6.10 + VERSION=0.6.31 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://calibre.kovidgoyal.net/downloads - SOURCE_VFY=sha1:2ca0bfbec0c6af204b1771606a4ff2e8734d4e18 +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE + SOURCE_VFY=sha1:459a00797991638bac3b3e1fcc6c75623f4b8814 WEB_SITE=http://calibre.kovidgoyal.net ENTERED=20090108 - UPDATED=20090902 + UPDATED=20091228 SHORT="An eBook management application" cat << EOF From tchan at lunar-linux.org Mon Dec 28 20:40:22 2009 From: tchan at lunar-linux.org (Terry Chan) Date: Mon, 28 Dec 2009 13:40:22 -0600 Subject: [Lunar-commits] winzig: Version bump to 2.00 Message-ID: <20091228194040.ABAD69B1C1@doppio.foo-projects.org> commit 19c003a5d842dd3293ee0a822e046983106a9848 Author: Terry Chan Date: Mon Dec 28 13:40:22 2009 -0600 winzig: Version bump to 2.00 --- python/winzig/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/winzig/DETAILS b/python/winzig/DETAILS index 3a5ccf1..7bf625f 100644 --- a/python/winzig/DETAILS +++ b/python/winzig/DETAILS @@ -1,12 +1,12 @@ MODULE=winzig - VERSION=1.93 + VERSION=2.00 SOURCE=${MODULE}.${VERSION}.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/Winzig SOURCE_URL=http://www.muth.org/Robert/Winzig/ - SOURCE_VFY=sha1:42b5d66e2a929a4b56fc1037be3a827322bae08d + SOURCE_VFY=sha1:49b2a96ec3c803150f2e6ef52d7be1d1e1d23d38 WEB_SITE=http://www.muth.org/Robert/Winzig/ ENTERED=20060122 - UPDATED=20080318 + UPDATED=20091228 SHORT="PIM suite written in Python/GTK." cat << EOF From florin at lunar-linux.org Tue Dec 29 06:38:13 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Dec 2009 07:38:13 +0200 Subject: [Lunar-commits] LiVES: version bumped to 1.1.8. Message-ID: <20091229054006.A6EF99B1C1@doppio.foo-projects.org> commit 0d68a54a2cc22fa2ed90bf6839a066d605b7eeb3 Author: Florin Braescu Date: Tue Dec 29 07:38:13 2009 +0200 LiVES: version bumped to 1.1.8. This release fixes a bug in the previous version that broke encoding. It also fixes a very minor issue with the multi-track compositor. --- video/LiVES/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/video/LiVES/DETAILS b/video/LiVES/DETAILS index 99793ea..73ffbdf 100644 --- a/video/LiVES/DETAILS +++ b/video/LiVES/DETAILS @@ -1,12 +1,12 @@ MODULE=LiVES - VERSION=1.1.7 + VERSION=1.1.8 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_DIRECTORY=$BUILD_DIRECTORY/lives-$VERSION SOURCE_URL=http://www.xs4all.nl/~salsaman/lives/current - SOURCE_VFY=sha1:99c477054dd52b85b349542d217ea7b1cc23e612 + SOURCE_VFY=sha1:53290e7d70221a8024c2a5826e5fd8fa30cfd655 WEB_SITE=http://lives.sourceforge.net ENTERED=20050106 - UPDATED=20091228 + UPDATED=20091229 SHORT="Video Editing System" cat << EOF From florin at lunar-linux.org Tue Dec 29 06:43:09 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Dec 2009 07:43:09 +0200 Subject: [Lunar-commits] cdrtools: version bumped to 2.01.01a70. Message-ID: <20091229054518.AF0FF9B1C1@doppio.foo-projects.org> commit db144d2ee06b9da5dc4461c80227288acdfccf1a Author: Florin Braescu Date: Tue Dec 29 07:43:09 2009 +0200 cdrtools: version bumped to 2.01.01a70. All man pages have been reworked. This release adds $(LIB_ACL_TEST) to the libraries for libfind to allow shared libfind with ACL support on Linux. Cdrecord now defaults to -sao mode when operating in CUE sheet mode. --- cd/cdrtools/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cd/cdrtools/DETAILS b/cd/cdrtools/DETAILS index 4c6e95f..c3ffb00 100644 --- a/cd/cdrtools/DETAILS +++ b/cd/cdrtools/DETAILS @@ -1,14 +1,14 @@ MODULE=cdrtools VERSION=2.01.01 - SOURCE=$MODULE-${VERSION}a69.tar.bz2 + SOURCE=$MODULE-${VERSION}a70.tar.bz2 SOURCE2=$MODULE-$VERSION-open_rdwr-v2.patch.bz2 SOURCE_URL=ftp://ftp.berlios.de/pub/cdrecord/alpha SOURCE2_URL=$PATCH_URL - SOURCE_VFY=sha1:5da138f393b14b478e3df4f95324f3ea1b7a3cc2 + SOURCE_VFY=sha1:c7feb69eb528775dd7eabf4a4e29fc2fb2548c22 SOURCE2_VFY=sha1:a8794b14306b291f1451f53eda4c00d86b5a4408 WEB_SITE=http://cdrecord.berlios.de/old/private/cdrecord.html ENTERED=20010922 - UPDATED=20091201 + UPDATED=20091229 SHORT="Creates home-burned CDs with a CD-R/CD-RW recorder" cat << EOF From florin at lunar-linux.org Tue Dec 29 06:46:45 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Tue, 29 Dec 2009 07:46:45 +0200 Subject: [Lunar-commits] mpd: version bumped to 0.15.7. Message-ID: <20091229054833.BDA479B1C1@doppio.foo-projects.org> commit e430fff5c693fdccceb71850285c86e27f3b7e92 Author: Florin Braescu Date: Tue Dec 29 07:46:45 2009 +0200 mpd: version bumped to 0.15.7. This release fixes a few critical bugs and quite a few minor bugs across the board. --- audio/mpd/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mpd/DETAILS b/audio/mpd/DETAILS index 9ec804b..3ec16dc 100644 --- a/audio/mpd/DETAILS +++ b/audio/mpd/DETAILS @@ -1,11 +1,11 @@ MODULE=mpd - VERSION=0.15.6 + VERSION=0.15.7 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/musicpd - SOURCE_VFY=sha1:388d75165c8702f2905774067ee10b5db9e206e9 + SOURCE_VFY=sha1:89476e52a2644446bbf63f585f42fffbda05898d WEB_SITE=http://musicpd.org ENTERED=20060421 - UPDATED=20091119 + UPDATED=20091229 SHORT="Music player daemon" cat << EOF From florin at lunar-linux.org Wed Dec 30 08:53:12 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Dec 2009 09:53:12 +0200 Subject: [Lunar-commits] fsarchiver: version bumped to 0.6.3. Message-ID: <20091230075600.2A0B49B1C1@doppio.foo-projects.org> commit 7d645eba097052db1bdeeddb11f41fe1ee91dec5 Author: Florin Braescu Date: Wed Dec 30 09:53:12 2009 +0200 fsarchiver: version bumped to 0.6.3. Bugfixes and improvements. --- archive/fsarchiver/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/fsarchiver/DETAILS b/archive/fsarchiver/DETAILS index 1217193..161e8d3 100644 --- a/archive/fsarchiver/DETAILS +++ b/archive/fsarchiver/DETAILS @@ -1,11 +1,11 @@ MODULE=fsarchiver - VERSION=0.6.2 + VERSION=0.6.3 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=$SFORGE_URL/$MODULE - SOURCE_VFY=sha1:41d6cff17e1ecb149a8e335ecc99e4f00917c4b7 + SOURCE_VFY=sha1:80602a83ee344754c229eb6a718b92a6b81041d2 WEB_SITE=http://www.fsarchiver.org ENTERED=20090925 - UPDATED=20091221 + UPDATED=20091230 SHORT="A file-system archive tool" cat << EOF From florin at lunar-linux.org Wed Dec 30 08:58:07 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Dec 2009 09:58:07 +0200 Subject: [Lunar-commits] alsa-driver: version bumped to 1.0.22.1. Message-ID: <20091230075951.6E1929B1C1@doppio.foo-projects.org> commit 470362348ca6545c43c54ead603fb7f657cddd54 Author: Florin Braescu Date: Wed Dec 30 09:58:07 2009 +0200 alsa-driver: version bumped to 1.0.22.1. Many bugfixes and improvements. --- audio/alsa-driver/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/alsa-driver/DETAILS b/audio/alsa-driver/DETAILS index 1dbe561..63075e6 100644 --- a/audio/alsa-driver/DETAILS +++ b/audio/alsa-driver/DETAILS @@ -1,13 +1,13 @@ MODULE=alsa-driver - VERSION=1.0.22 + VERSION=1.0.22.1 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/driver SOURCE_URL[1]=ftp://ftp.silug.org/pub/alsa/driver SOURCE_URL[2]=ftp://ftp.sunet.se/pub/Linux/alsa/driver - SOURCE_VFY=sha1:166c96766f219083d52752aa1e397b68e376b46e + SOURCE_VFY=sha1:603f0caff5307c68be4d941c841d892e376e4ae9 WEB_SITE=http://www.alsa-project.org ENTERED=20010922 - UPDATED=20091217 + UPDATED=20091230 PSAFE="no" SHORT="ALSA drivers are sound drivers from the Advanced Linux Sound Architecture project" From florin at lunar-linux.org Wed Dec 30 14:00:16 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Dec 2009 15:00:16 +0200 Subject: [Lunar-commits] qt3: move it from kde3/base dir to qt-apps one. Message-ID: <20091230130208.E02309B20C@doppio.foo-projects.org> commit 5c368c3b76e89f07b7f4807ec07385da3874eaef Author: Florin Braescu Date: Wed Dec 30 15:00:16 2009 +0200 qt3: move it from kde3/base dir to qt-apps one. --- kde3/base/qt3/BUILD | 62 -------------------------------------------- kde3/base/qt3/CONFIGURE | 1 - kde3/base/qt3/DEPENDS | 20 -------------- kde3/base/qt3/DETAILS | 33 ----------------------- kde3/base/qt3/POST_INSTALL | 4 --- kde3/base/qt3/PRE_BUILD | 5 --- qt-apps/qt3/BUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++ qt-apps/qt3/CONFIGURE | 1 + qt-apps/qt3/DEPENDS | 20 ++++++++++++++ qt-apps/qt3/DETAILS | 33 +++++++++++++++++++++++ qt-apps/qt3/POST_INSTALL | 4 +++ qt-apps/qt3/PRE_BUILD | 5 +++ 12 files changed, 125 insertions(+), 125 deletions(-) diff --git a/kde3/base/qt3/BUILD b/kde3/base/qt3/BUILD deleted file mode 100644 index e4d9464..0000000 --- a/kde3/base/qt3/BUILD +++ /dev/null @@ -1,62 +0,0 @@ -( - export QTDIR=$SOURCE_DIRECTORY - export PATH=$QTDIR/bin:$PATH - export LD_LIBRARY_PATH=$QTDIR/lib - bad_flags "-z combreloc" - - # This fixes a bug with inputproto <= 1.4.3 - CXXFLAGS+=" -DQT_CLEAN_NAMESPACE" - - sedit "s/-O2/$CXXFLAGS/g" mkspecs/linux-g++/qmake.conf && - - echo "yes" | ./configure \ - -prefix ${MODULE_PREFIX} \ - -release \ - -fast \ - -shared \ - -thread \ - -qt-gif \ - -plugin-imgfmt-png \ - -plugin-imgfmt-jpeg \ - -plugin-imgfmt-mng \ - -system-libpng \ - -system-libjpeg \ - -system-libmng \ - -system-zlib \ - -no-exceptions \ - -dlopen-opengl \ - -xft \ - -xkb \ - -sm \ - -tablet \ - $OPTS && - - if [ "$SAMPIN" == "y" ] ; then - make - else - make sub-tools - fi && - - rm -f bin/qmake && - prepare_install && - - cp qmake/qmake bin/qmake && - make install && - - if [ "$SAMPIN" == "y" ] ; then - cp -a examples ${MODULE_PREFIX}/ - cp -a tutorial ${MODULE_PREFIX}/ - fi && - - if ! grep -q "${MODULE_PREFIX}/lib" /etc/ld.so.conf; then - echo "${MODULE_PREFIX}/lib" >> /etc/ld.so.conf - fi && - - echo "export QTDIR=\"${MODULE_PREFIX}\"" >> $SOURCE_DIRECTORY/qt3.rc && - echo export PATH=\"'${QTDIR}'/bin:'${PATH}'\" >> $SOURCE_DIRECTORY/qt3.rc && - echo export PKG_CONFIG_PATH=\"'${QTDIR}'/lib/pkgconfig:'${PKG_CONFIG_PATH}'\" \ - >> $SOURCE_DIRECTORY/qt3.rc && - - install -m644 $SOURCE_DIRECTORY/qt3.rc /etc/profile.d/ - -) > $C_FIFO 2>&1 diff --git a/kde3/base/qt3/CONFIGURE b/kde3/base/qt3/CONFIGURE deleted file mode 100644 index ebcac97..0000000 --- a/kde3/base/qt3/CONFIGURE +++ /dev/null @@ -1 +0,0 @@ -mquery SAMPIN "Install QT3 examples and tutorials?" n diff --git a/kde3/base/qt3/DEPENDS b/kde3/base/qt3/DEPENDS deleted file mode 100644 index c2b2a90..0000000 --- a/kde3/base/qt3/DEPENDS +++ /dev/null @@ -1,20 +0,0 @@ -depends libungif -depends libmng -depends libpng -depends %X - -optional_depends "mysql" \ - "-plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" \ - "-no-sql-mysql" \ - "for mysql database support" - -optional_depends "sqlite" \ - "-plugin-sql-sqlite -I/usr/include -L/usr/lib" \ - "-no-sql-sqlite" \ - "for sqlite database support" - -optional_depends "postgresql" \ - "-plugin-sql-psql -I/usr/include/postgresql/server \ - -L/usr/lib/postgresql" \ - "-no-sql-psql" \ - "for postgresql database support" diff --git a/kde3/base/qt3/DETAILS b/kde3/base/qt3/DETAILS deleted file mode 100644 index 3636b22..0000000 --- a/kde3/base/qt3/DETAILS +++ /dev/null @@ -1,33 +0,0 @@ - MODULE=qt3 - VERSION=3.3.8b - SOURCE=qt-x11-free-$VERSION.tar.gz -SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-free-$VERSION - SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source/ - SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source/ - SOURCE_VFY=sha1:745def6250dc7f337dbb265e20bf38dcb41fd854 - MODULE_PREFIX=${QT_PREFIX:-/opt/lunar/qt/3} - WEB_SITE=http://www.trolltech.com/qt - ENTERED=20020420 - UPDATED=20081003 - GARBAGE=off - FTP_PASSIVE=on - MAINTAINER=florin at lunar-linux.org - SHORT="C++ toolkit for application development." - -cat << EOF -Qt is a C++ toolkit for application development. It lets application -developers target all major operating systems with a single application -source code. - -Qt provides a platform-independent API to all central platform -functionality: GUI, database access, networking, file handling, etc. The -Qt library encapsulates the different APIs of different operating systems, -providing the application programmer with a single, common API for all -operating systems. The native C APIs are encapsulated in a set of -well-designed, fully object-oriented C++ classes. - -Certain environment variables must be defined before compiling and using -applications that depend on qt3. -QTDIR=/opt/lunar/qt/3 -PATH=/opt/lunar/qt/3/bin:$PATH -EOF diff --git a/kde3/base/qt3/POST_INSTALL b/kde3/base/qt3/POST_INSTALL deleted file mode 100644 index 9e34904..0000000 --- a/kde3/base/qt3/POST_INSTALL +++ /dev/null @@ -1,4 +0,0 @@ -if module_installed kdelibs3; then lin kdelibs3; fi -if module_installed kdeartwork3; then lin kdeartwork3; fi -if module_installed sip; then lin sip; fi -if module_installed PyQt; then lin PyQt; fi diff --git a/kde3/base/qt3/PRE_BUILD b/kde3/base/qt3/PRE_BUILD deleted file mode 100644 index 3e2ee09..0000000 --- a/kde3/base/qt3/PRE_BUILD +++ /dev/null @@ -1,5 +0,0 @@ -if module_installed qt3 ; then - lrm --upgrade qt3 -fi && - -default_pre_build diff --git a/qt-apps/qt3/BUILD b/qt-apps/qt3/BUILD new file mode 100644 index 0000000..e4d9464 --- /dev/null +++ b/qt-apps/qt3/BUILD @@ -0,0 +1,62 @@ +( + export QTDIR=$SOURCE_DIRECTORY + export PATH=$QTDIR/bin:$PATH + export LD_LIBRARY_PATH=$QTDIR/lib + bad_flags "-z combreloc" + + # This fixes a bug with inputproto <= 1.4.3 + CXXFLAGS+=" -DQT_CLEAN_NAMESPACE" + + sedit "s/-O2/$CXXFLAGS/g" mkspecs/linux-g++/qmake.conf && + + echo "yes" | ./configure \ + -prefix ${MODULE_PREFIX} \ + -release \ + -fast \ + -shared \ + -thread \ + -qt-gif \ + -plugin-imgfmt-png \ + -plugin-imgfmt-jpeg \ + -plugin-imgfmt-mng \ + -system-libpng \ + -system-libjpeg \ + -system-libmng \ + -system-zlib \ + -no-exceptions \ + -dlopen-opengl \ + -xft \ + -xkb \ + -sm \ + -tablet \ + $OPTS && + + if [ "$SAMPIN" == "y" ] ; then + make + else + make sub-tools + fi && + + rm -f bin/qmake && + prepare_install && + + cp qmake/qmake bin/qmake && + make install && + + if [ "$SAMPIN" == "y" ] ; then + cp -a examples ${MODULE_PREFIX}/ + cp -a tutorial ${MODULE_PREFIX}/ + fi && + + if ! grep -q "${MODULE_PREFIX}/lib" /etc/ld.so.conf; then + echo "${MODULE_PREFIX}/lib" >> /etc/ld.so.conf + fi && + + echo "export QTDIR=\"${MODULE_PREFIX}\"" >> $SOURCE_DIRECTORY/qt3.rc && + echo export PATH=\"'${QTDIR}'/bin:'${PATH}'\" >> $SOURCE_DIRECTORY/qt3.rc && + echo export PKG_CONFIG_PATH=\"'${QTDIR}'/lib/pkgconfig:'${PKG_CONFIG_PATH}'\" \ + >> $SOURCE_DIRECTORY/qt3.rc && + + install -m644 $SOURCE_DIRECTORY/qt3.rc /etc/profile.d/ + +) > $C_FIFO 2>&1 diff --git a/qt-apps/qt3/CONFIGURE b/qt-apps/qt3/CONFIGURE new file mode 100644 index 0000000..ebcac97 --- /dev/null +++ b/qt-apps/qt3/CONFIGURE @@ -0,0 +1 @@ +mquery SAMPIN "Install QT3 examples and tutorials?" n diff --git a/qt-apps/qt3/DEPENDS b/qt-apps/qt3/DEPENDS new file mode 100644 index 0000000..c2b2a90 --- /dev/null +++ b/qt-apps/qt3/DEPENDS @@ -0,0 +1,20 @@ +depends libungif +depends libmng +depends libpng +depends %X + +optional_depends "mysql" \ + "-plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" \ + "-no-sql-mysql" \ + "for mysql database support" + +optional_depends "sqlite" \ + "-plugin-sql-sqlite -I/usr/include -L/usr/lib" \ + "-no-sql-sqlite" \ + "for sqlite database support" + +optional_depends "postgresql" \ + "-plugin-sql-psql -I/usr/include/postgresql/server \ + -L/usr/lib/postgresql" \ + "-no-sql-psql" \ + "for postgresql database support" diff --git a/qt-apps/qt3/DETAILS b/qt-apps/qt3/DETAILS new file mode 100644 index 0000000..3636b22 --- /dev/null +++ b/qt-apps/qt3/DETAILS @@ -0,0 +1,33 @@ + MODULE=qt3 + VERSION=3.3.8b + SOURCE=qt-x11-free-$VERSION.tar.gz +SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-x11-free-$VERSION + SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source/ + SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source/ + SOURCE_VFY=sha1:745def6250dc7f337dbb265e20bf38dcb41fd854 + MODULE_PREFIX=${QT_PREFIX:-/opt/lunar/qt/3} + WEB_SITE=http://www.trolltech.com/qt + ENTERED=20020420 + UPDATED=20081003 + GARBAGE=off + FTP_PASSIVE=on + MAINTAINER=florin at lunar-linux.org + SHORT="C++ toolkit for application development." + +cat << EOF +Qt is a C++ toolkit for application development. It lets application +developers target all major operating systems with a single application +source code. + +Qt provides a platform-independent API to all central platform +functionality: GUI, database access, networking, file handling, etc. The +Qt library encapsulates the different APIs of different operating systems, +providing the application programmer with a single, common API for all +operating systems. The native C APIs are encapsulated in a set of +well-designed, fully object-oriented C++ classes. + +Certain environment variables must be defined before compiling and using +applications that depend on qt3. +QTDIR=/opt/lunar/qt/3 +PATH=/opt/lunar/qt/3/bin:$PATH +EOF diff --git a/qt-apps/qt3/POST_INSTALL b/qt-apps/qt3/POST_INSTALL new file mode 100644 index 0000000..9e34904 --- /dev/null +++ b/qt-apps/qt3/POST_INSTALL @@ -0,0 +1,4 @@ +if module_installed kdelibs3; then lin kdelibs3; fi +if module_installed kdeartwork3; then lin kdeartwork3; fi +if module_installed sip; then lin sip; fi +if module_installed PyQt; then lin PyQt; fi diff --git a/qt-apps/qt3/PRE_BUILD b/qt-apps/qt3/PRE_BUILD new file mode 100644 index 0000000..3e2ee09 --- /dev/null +++ b/qt-apps/qt3/PRE_BUILD @@ -0,0 +1,5 @@ +if module_installed qt3 ; then + lrm --upgrade qt3 +fi && + +default_pre_build From stumbles at lunar-linux.org Wed Dec 30 14:55:29 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 30 Dec 2009 08:55:29 -0500 Subject: [Lunar-commits] cutecom: Version bump, changing the DEPENDS from qt3 to qt4 and moving it to qt4-apps. Message-ID: <20091230135657.CA708F465D@doppio.foo-projects.org> commit 61b35e83d1af3e2561a17b685897450f20d2dca8 Author: Dennis `stumbles` Veatch Date: Wed Dec 30 08:55:29 2009 -0500 cutecom: Version bump, changing the DEPENDS from qt3 to qt4 and moving it to qt4-apps. --- qt-apps/cutecom/BUILD | 7 ------- qt-apps/cutecom/DEPENDS | 1 - qt-apps/cutecom/DETAILS | 25 ------------------------- qt4-apps/cutecom/BUILD | 16 ++++++++++++++++ qt4-apps/cutecom/DEPENDS | 2 ++ qt4-apps/cutecom/DETAILS | 26 ++++++++++++++++++++++++++ 6 files changed, 44 insertions(+), 33 deletions(-) diff --git a/qt-apps/cutecom/BUILD b/qt-apps/cutecom/BUILD deleted file mode 100644 index 859f50f..0000000 --- a/qt-apps/cutecom/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -( - -. /etc/profile.d/qt3.rc -[ -f /etc/profile.d/kde3.rc ] && . /etc/profile.d/kde3.rc -default_build - -) > $C_FIFO 2>&1 diff --git a/qt-apps/cutecom/DEPENDS b/qt-apps/cutecom/DEPENDS deleted file mode 100644 index 1bb30a0..0000000 --- a/qt-apps/cutecom/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -depends qt3 diff --git a/qt-apps/cutecom/DETAILS b/qt-apps/cutecom/DETAILS deleted file mode 100644 index 3fd746d..0000000 --- a/qt-apps/cutecom/DETAILS +++ /dev/null @@ -1,25 +0,0 @@ - MODULE=cutecom - VERSION=0.14.2 - SOURCE=$MODULE-$VERSION.tar.gz -SOURCE_URL=http://cutecom.sourceforge.net/ -SOURCE_VFY=sha1:52446f329d6b6efc0243449adec902d5457e566a - WEB_SITE=http://cutecom.sourceforge.net/ - ENTERED=20080419 - UPDATED=20080420 - SHORT="graphical serial terminal, like minicom" -cat << EOF -CuteCom is a graphical serial terminal, like minicom -* easy to use GUI -* no cryptic keyboard shortcuts -* lineoriented interface instead of character-oriented -* Ctrl+C, Ctrl+Q and Ctrl+S control sequences work -* input history -* a cute GUI ;-) -* xmodem, ymodem, zmodem support (requires the sz tools) -* easy to differentiate between typed text and echoed text -* select between read/write, read-only and write-only open mode -* open the device without changing its settings -* hexadecimal input and output -* configurable line end characters (LF, CR, LFCR) -* configurable delay between characters -EOF diff --git a/qt4-apps/cutecom/BUILD b/qt4-apps/cutecom/BUILD new file mode 100644 index 0000000..00dddf9 --- /dev/null +++ b/qt4-apps/cutecom/BUILD @@ -0,0 +1,16 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + source /etc/profile.d/qt4.rc && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + + default_make + +) > $C_FIFO 2>&1 diff --git a/qt4-apps/cutecom/DEPENDS b/qt4-apps/cutecom/DEPENDS new file mode 100644 index 0000000..a67e7a8 --- /dev/null +++ b/qt4-apps/cutecom/DEPENDS @@ -0,0 +1,2 @@ +depends cmake +depends qt4 diff --git a/qt4-apps/cutecom/DETAILS b/qt4-apps/cutecom/DETAILS new file mode 100644 index 0000000..ec44277 --- /dev/null +++ b/qt4-apps/cutecom/DETAILS @@ -0,0 +1,26 @@ + MODULE=cutecom + VERSION=0.22.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://cutecom.sourceforge.net/ + MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} + SOURCE_VFY=sha1:a23f9ddf3d1a4467568c872477fc8c6da07c1711 + WEB_SITE=http://cutecom.sourceforge.net/ + ENTERED=20080419 + UPDATED=20091230 + SHORT="graphical serial terminal, like minicom" +cat << EOF +CuteCom is a graphical serial terminal, like minicom +* easy to use GUI +* no cryptic keyboard shortcuts +* lineoriented interface instead of character-oriented +* Ctrl+C, Ctrl+Q and Ctrl+S control sequences work +* input history +* a cute GUI ;-) +* xmodem, ymodem, zmodem support (requires the sz tools) +* easy to differentiate between typed text and echoed text +* select between read/write, read-only and write-only open mode +* open the device without changing its settings +* hexadecimal input and output +* configurable line end characters (LF, CR, LFCR) +* configurable delay between characters +EOF From florin at lunar-linux.org Wed Dec 30 15:26:52 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Dec 2009 16:26:52 +0200 Subject: [Lunar-commits] fuseiso: a fuse based program to mount as a local filesystem various cd/dvd images file types. Message-ID: <20091230142952.074839B20C@doppio.foo-projects.org> commit a98c6045ea03d0babced929c2402cf4187f4805c Author: Florin Braescu Date: Wed Dec 30 16:26:52 2009 +0200 fuseiso: a fuse based program to mount as a local filesystem various cd/dvd images file types. --- filesys/fuseiso/DEPENDS | 1 + filesys/fuseiso/DETAILS | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/filesys/fuseiso/DEPENDS b/filesys/fuseiso/DEPENDS new file mode 100644 index 0000000..1483da0 --- /dev/null +++ b/filesys/fuseiso/DEPENDS @@ -0,0 +1 @@ +depends fuse diff --git a/filesys/fuseiso/DETAILS b/filesys/fuseiso/DETAILS new file mode 100644 index 0000000..27c65ba --- /dev/null +++ b/filesys/fuseiso/DETAILS @@ -0,0 +1,15 @@ + MODULE=fuseiso + VERSION=20070708 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:fe142556ad35dd7e5dc31a16183232a6e2da7692 + WEB_SITE=http://fuseiso.sourceforge.net + ENTERED=20091230 + UPDATED=20091230 + SHORT="mount iso images as local file systems" + +cat<< EOF +FuseISO is a FUSE module to mount ISO filesystem images (.iso, .nrg, +.bin, .mdf and .img files). It currently support plain ISO9660 Level +1 and 2, Rock Ridge, Joliet, and zisofs. +EOF From florin at lunar-linux.org Wed Dec 30 15:32:46 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Dec 2009 16:32:46 +0200 Subject: [Lunar-commits] curlftpfs: add sha1 sum. Message-ID: <20091230143425.510659B20C@doppio.foo-projects.org> commit 1cb15336a7b5a1271883c4c4eb039a9558c4b853 Author: Florin Braescu Date: Wed Dec 30 16:32:46 2009 +0200 curlftpfs: add sha1 sum. --- filesys/curlftpfs/DETAILS | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/filesys/curlftpfs/DETAILS b/filesys/curlftpfs/DETAILS index 0960203..52e465d 100644 --- a/filesys/curlftpfs/DETAILS +++ b/filesys/curlftpfs/DETAILS @@ -1,11 +1,12 @@ - MODULE=curlftpfs + MODULE=curlftpfs VERSION=0.9.1 - SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL=$SFORGE_URL/$MODULE - WEB_SITE=http://curlftpfs.sourceforge.net - ENTERED=20071008 - UPDATED=20071008 - SHORT="mount ftp directories as local file systems" + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:768385f68f7e128ec9e852bbf7860a632e8e3c46 + WEB_SITE=http://curlftpfs.sourceforge.net + ENTERED=20071008 + UPDATED=20071008 + SHORT="mount ftp directories as local file systems" cat<< EOF Fuse module to mount ftp directories From florin at lunar-linux.org Wed Dec 30 15:33:38 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Dec 2009 16:33:38 +0200 Subject: [Lunar-commits] fuseiso: small tweak. Message-ID: <20091230143516.1A4079B20C@doppio.foo-projects.org> commit 9d607251a317c52389d1e18ef218359c729f9778 Author: Florin Braescu Date: Wed Dec 30 16:33:38 2009 +0200 fuseiso: small tweak. --- filesys/fuseiso/DETAILS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/filesys/fuseiso/DETAILS b/filesys/fuseiso/DETAILS index 27c65ba..dbe3d0b 100644 --- a/filesys/fuseiso/DETAILS +++ b/filesys/fuseiso/DETAILS @@ -1,5 +1,5 @@ MODULE=fuseiso - VERSION=20070708 + VERSION=20070708 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL=$SFORGE_URL/$MODULE SOURCE_VFY=sha1:fe142556ad35dd7e5dc31a16183232a6e2da7692 From stumbles at lunar-linux.org Wed Dec 30 15:46:13 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 30 Dec 2009 09:46:13 -0500 Subject: [Lunar-commits] txt2tags: Fixing the BUILD. Message-ID: <20091230144646.45C079B20C@doppio.foo-projects.org> commit 2b469c1f8317e6f48ae8bdd64b73f63a7a93b16b Author: Dennis `stumbles` Veatch Date: Wed Dec 30 09:46:13 2009 -0500 txt2tags: Fixing the BUILD. --- doc-tools/txt2tags/BUILD | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/doc-tools/txt2tags/BUILD b/doc-tools/txt2tags/BUILD index 7ad6630..ece70a4 100644 --- a/doc-tools/txt2tags/BUILD +++ b/doc-tools/txt2tags/BUILD @@ -1,7 +1,8 @@ ( prepare_install && - python setup.py install + install txt2tags /usr/bin && + gather_docs ) > $C_FIFO 2>&1 From stumbles at lunar-linux.org Wed Dec 30 15:51:07 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 30 Dec 2009 09:51:07 -0500 Subject: [Lunar-commits] libindicate: Adding this and its qt equivalent. Will be an optional_depends Message-ID: <20091230145232.ADFDC9B20C@doppio.foo-projects.org> commit 0e24975a07262ca85ca72aa7f4ee6146b05351f9 Author: Dennis `stumbles` Veatch Date: Wed Dec 30 09:51:07 2009 -0500 libindicate: Adding this and its qt equivalent. Will be an optional_depends for kde-4.4.x --- libs/libindicate-qt/BUILD | 15 +++++++++++++++ libs/libindicate-qt/DEPENDS | 2 ++ libs/libindicate-qt/DETAILS | 14 ++++++++++++++ libs/libindicate/DETAILS | 4 ++-- 4 files changed, 33 insertions(+), 2 deletions(-) diff --git a/libs/libindicate-qt/BUILD b/libs/libindicate-qt/BUILD new file mode 100644 index 0000000..508f232 --- /dev/null +++ b/libs/libindicate-qt/BUILD @@ -0,0 +1,15 @@ +( + + OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && + + . /etc/profile.d/qt4/rc && + + mkdir $OOTB_DIR && + cd $OOTB_DIR && + + cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \ + -DCMAKE_BUILD_TYPE=RELEASE \ + $OPTS && + default_make + +) > $C_FIFO 2>&1 diff --git a/libs/libindicate-qt/DEPENDS b/libs/libindicate-qt/DEPENDS new file mode 100644 index 0000000..84222a8 --- /dev/null +++ b/libs/libindicate-qt/DEPENDS @@ -0,0 +1,2 @@ +depends qt4 +depends libindicate diff --git a/libs/libindicate-qt/DETAILS b/libs/libindicate-qt/DETAILS new file mode 100644 index 0000000..1b7d122 --- /dev/null +++ b/libs/libindicate-qt/DETAILS @@ -0,0 +1,14 @@ + MODULE=libindicate-qt + VERSION=0.2.2 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=http://launchpad.net/libindicate-qt/trunk/$VERSION/+download/ + MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4} + SOURCE_VFY=sha1:46e21b9b5c1d76689e29ab48ff8d66416b6907a0 + WEB_SITE=https://launchpad.net/libindicate-qt + ENTERED=20091230 + UPDATED=20091230 + SHORT="Qt bindings for libindicate" + +cat << EOF +Qt bindings for libindicate. +EOF diff --git a/libs/libindicate/DETAILS b/libs/libindicate/DETAILS index 9176526..f200c79 100644 --- a/libs/libindicate/DETAILS +++ b/libs/libindicate/DETAILS @@ -5,8 +5,8 @@ SOURCE_URL=http://launchpad.net/libindicate/$MAJOR/$VERSION/+download/ SOURCE_VFY=sha1:46ff8ff837bac175c72f3ee66761d1f549a71547 WEB_SITE=https://launchpad.net/libindicate - ENTERED=20091208 - UPDATED=20091208 + ENTERED=20091230 + UPDATED=20091230 SHORT="raise flags on DBus for other components" cat << EOF From stumbles at lunar-linux.org Wed Dec 30 18:34:09 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 30 Dec 2009 12:34:09 -0500 Subject: [Lunar-commits] libindicate-qt: erp. Message-ID: <20091230173440.B1DD39B20C@doppio.foo-projects.org> commit d80e06406016814f5e3e58767fa2a3835e13585e Author: Dennis `stumbles` Veatch Date: Wed Dec 30 12:34:09 2009 -0500 libindicate-qt: erp. --- libs/libindicate-qt/BUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/libindicate-qt/BUILD b/libs/libindicate-qt/BUILD index 508f232..9aba137 100644 --- a/libs/libindicate-qt/BUILD +++ b/libs/libindicate-qt/BUILD @@ -2,7 +2,7 @@ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" && - . /etc/profile.d/qt4/rc && + . /etc/profile.d/qt4.rc && mkdir $OOTB_DIR && cd $OOTB_DIR && From florin at lunar-linux.org Wed Dec 30 19:07:59 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Dec 2009 20:07:59 +0200 Subject: [Lunar-commits] pycrypto: version bumped to 2.1.0. Message-ID: <20091230180959.44FE49B20C@doppio.foo-projects.org> commit fbccf32adf6e3644f9bc4d09664a17065dee6779 Author: Florin Braescu Date: Wed Dec 30 20:07:59 2009 +0200 pycrypto: version bumped to 2.1.0. Many bugfixes and enhacements. --- crypto/pycrypto/DETAILS | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/crypto/pycrypto/DETAILS b/crypto/pycrypto/DETAILS index 0bf1946..de2c397 100644 --- a/crypto/pycrypto/DETAILS +++ b/crypto/pycrypto/DETAILS @@ -1,21 +1,22 @@ MODULE=pycrypto - VERSION=2.0.1 + VERSION=2.1.0 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=http://www.amk.ca/files/python/crypto - WEB_SITE=http://www.amk.ca/python/code/crypto.html + SOURCE_URL=http://ftp.dlitz.net/pub/dlitz/crypto/$MODULE + SOURCE_VFY=sha1:b4baa1b5f349a7e5c497f4c7b4070c3f630519f8 + WEB_SITE=http://www.dlitz.net/software/pycrypto ENTERED=20030210 - UPDATED=20050821 + UPDATED=20091230 SHORT="Crypto module for python" + cat << EOF -DESCRIPTION: The Toolkit is a collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package: - * Hash functions: MD2, MD4, RIPEMD. - * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5. + * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, + Triple-DES, IDEA, RC5. * Stream encryption algorithms: ARC4, simple XOR. * Public-key algorithms: RSA, DSA, ElGamal, qNEW. * Protocols: All-or-nothing transforms, chaffing/winnowing. - * Miscellaneous: RFC1751 module for converting 128-key keys into a set of English words, primality testing. - * Some demo programs (currently all quite old and outdated). + * Miscellaneous: RFC1751 module for converting 128-key keys into a + set of English words, primality testing. EOF From florin at lunar-linux.org Wed Dec 30 19:12:04 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Wed, 30 Dec 2009 20:12:04 +0200 Subject: [Lunar-commits] pil: small tweaks. Message-ID: <20091230181334.8C6AEF4692@doppio.foo-projects.org> commit b442ac4b357e194e9e04d133ac7a406eabc01db4 Author: Florin Braescu Date: Wed Dec 30 20:12:04 2009 +0200 pil: small tweaks. --- python/pil/BUILD | 14 +++++++------- python/pil/DEPENDS | 4 ++-- python/pil/DETAILS | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/python/pil/BUILD b/python/pil/BUILD index 941c9ee..6237782 100644 --- a/python/pil/BUILD +++ b/python/pil/BUILD @@ -1,13 +1,13 @@ ( - sedit "s:extra_compile_args=EXTRA_COMPILE_ARGS:extra_compile_args=None:" setup.py && - sedit "s:extra_link_args=EXTRA_LINK_ARGS:extra_link_args=None:" setup.py && - python setup.py build_ext -i && - prepare_install && - cd libImaging && + sedit "s:extra_compile_args=EXTRA_COMPILE_ARGS:extra_compile_args=None:" setup.py && + sedit "s:extra_link_args=EXTRA_LINK_ARGS:extra_link_args=None:" setup.py && + python setup.py build_ext -i && + prepare_install && + cd libImaging && cp ImPlatform.h Imaging.h /usr/include/python`installed_version Python | cut -d. -f1-2` && - cd .. && - python setup.py install && + cd .. && + python setup.py install && mkdir -p $DOCUMENT_DIRECTORY/pil && cp $SOURCE_CACHE/$SOURCE2 $DOCUMENT_DIRECTORY/pil diff --git a/python/pil/DEPENDS b/python/pil/DEPENDS index b0c8cd0..ea1140a 100644 --- a/python/pil/DEPENDS +++ b/python/pil/DEPENDS @@ -1,3 +1,3 @@ -depends Python && -depends jpeg && +depends Python +depends jpeg depends libpng diff --git a/python/pil/DETAILS b/python/pil/DETAILS index 2e33387..abddec3 100644 --- a/python/pil/DETAILS +++ b/python/pil/DETAILS @@ -3,18 +3,18 @@ SOURCE=Imaging-$VERSION.tar.gz SOURCE2=pil-handbook.pdf SOURCE_DIRECTORY=$BUILD_DIRECTORY/Imaging-$VERSION - SOURCE_URL=http://www.effbot.org/downloads/ + SOURCE_URL=http://www.effbot.org/downloads SOURCE_VFY=sha1:952d241e4af8ba09f74e6926108b7c0c748d0f89 - SOURCE2_URL=http://www.pythonware.com/media/data/ + SOURCE2_URL=http://www.pythonware.com/media/data SOURCE2_VFY=sha1:120fbd27a797a7bd7e566eddbcb5590f144682f2 WEB_SITE=http://www.pythonware.com/products/pil/index.htm ENTERED=20020420 UPDATED=20061220 - SHORT="image processing library." + SHORT="image processing library" cat << EOF The Python Imaging Library (PIL) adds image processing capabilities to -your Python environment. This library provides extensive file format +your Python environment. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. EOF From stumbles at lunar-linux.org Wed Dec 30 21:11:10 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 30 Dec 2009 15:11:10 -0500 Subject: [Lunar-commits] enca: Version bump and adding an optional_depends. Message-ID: <20091230201150.11240F350E@doppio.foo-projects.org> commit e9bdd6eb3488dd10b3804fc98cafd16f9d45fa07 Author: Dennis `stumbles` Veatch Date: Wed Dec 30 15:11:10 2009 -0500 enca: Version bump and adding an optional_depends. --- libs/enca/DEPENDS | 1 + libs/enca/DETAILS | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libs/enca/DEPENDS b/libs/enca/DEPENDS new file mode 100644 index 0000000..062c789 --- /dev/null +++ b/libs/enca/DEPENDS @@ -0,0 +1 @@ +optional_depends recode "--with-librecode" "--without-librecode" "for text format conversion support" diff --git a/libs/enca/DETAILS b/libs/enca/DETAILS index 6d27450..e9e77cc 100644 --- a/libs/enca/DETAILS +++ b/libs/enca/DETAILS @@ -1,11 +1,11 @@ MODULE=enca - VERSION=1.9 + VERSION=1.12 SOURCE=$MODULE-$VERSION.tar.bz2 - SOURCE_URL=http://trific.ath.cx/Ftp/enca/ - SOURCE_VFY=sha1:6cabd3d8eb475674274140f13e6ce0ad56fa06ce - WEB_SITE=http://trific.ath.cx/software/enca/ + SOURCE_URL=http://dl.cihar.com/enca/ + SOURCE_VFY=sha1:36e1e6ebac9dbf701008d80362f10ac50378b4dc + WEB_SITE=http://gitorious.org/enca ENTERED=20060124 - UPDATED=20060124 + UPDATED=20091230 SHORT="Extremely Naive Charset Analyser." cat << EOF From stumbles at lunar-linux.org Wed Dec 30 22:03:38 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 30 Dec 2009 16:03:38 -0500 Subject: [Lunar-commits] goocanvas: Adding to moonbase. Message-ID: <20091230210448.A6715F3F6C@doppio.foo-projects.org> commit 92e9b160bd25ef1636dd6b369a73e416d4eccbc8 Author: Dennis `stumbles` Veatch Date: Wed Dec 30 16:03:38 2009 -0500 goocanvas: Adding to moonbase. --- graphics/goocanvas/DEPENDS | 1 + graphics/goocanvas/DETAILS | 12 ++++++++++++ 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/graphics/goocanvas/DEPENDS b/graphics/goocanvas/DEPENDS new file mode 100644 index 0000000..2bd1d43 --- /dev/null +++ b/graphics/goocanvas/DEPENDS @@ -0,0 +1 @@ +depends cairo diff --git a/graphics/goocanvas/DETAILS b/graphics/goocanvas/DETAILS new file mode 100644 index 0000000..8bf30e5 --- /dev/null +++ b/graphics/goocanvas/DETAILS @@ -0,0 +1,12 @@ + MODULE=goocanvas + VERSION=0.15 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/$VERSION/ + SOURCE_VFY=sha1:1ddd882e225260c65dd1e6f429dc5a716d69bb68 + WEB_SITE=http://live.gnome.org/GooCanvas + ENTERED=20091230 + UPDATED=20091230 + SHORT="canvas widget for GTK+" +cat << EOF +GooCanvas is a canvas widget for GTK+ that uses the cairo 2D library for drawing. +EOF From stumbles at lunar-linux.org Wed Dec 30 22:03:57 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Wed, 30 Dec 2009 16:03:57 -0500 Subject: [Lunar-commits] gpredict: Version bump and adding a hard depends (goocanvas). Message-ID: <20091230210448.AE122F3F69@doppio.foo-projects.org> commit 4a264d3dbe1f2b1f759c6b28a1b60a0f19298e33 Author: Dennis `stumbles` Veatch Date: Wed Dec 30 16:03:57 2009 -0500 gpredict: Version bump and adding a hard depends (goocanvas). --- science/gpredict/DEPENDS | 7 ++++--- science/gpredict/DETAILS | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/science/gpredict/DEPENDS b/science/gpredict/DEPENDS index 7c8c264..b4b8a56 100644 --- a/science/gpredict/DEPENDS +++ b/science/gpredict/DEPENDS @@ -1,3 +1,4 @@ -depends curl && -depends gtk+-2 && -depends pango +depends curl +depends gtk+-2 +depends pango +depends goocanvas diff --git a/science/gpredict/DETAILS b/science/gpredict/DETAILS index e8a17a9..b650c62 100644 --- a/science/gpredict/DETAILS +++ b/science/gpredict/DETAILS @@ -1,11 +1,11 @@ MODULE=gpredict - VERSION=0.9.0 + VERSION=1.1 SOURCE=$MODULE-$VERSION.tar.gz - SOURCE_URL[0]=$SFORGE_URL/groundstation - SOURCE_VFY=sha1:3b0b7f45136da7a3f76ab4c0af16a4908edfd85c + SOURCE_URL[0]=$SFORGE_URL/gpredict/Gpredict/$VERSION/ + SOURCE_VFY=sha1:c1517cd439e09b28912664a968fe005b082b8789 WEB_SITE=http://groundstation.sourceforge.net/gpredict/ ENTERED=20070320 - UPDATED=20071005 + UPDATED=20091230 SHORT="real-time satellite tracking and orbit prediction" cat << EOF From florin at lunar-linux.org Thu Dec 31 08:30:52 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 31 Dec 2009 09:30:52 +0200 Subject: [Lunar-commits] ImageMagick: version bumped to 6.5.8-10. Message-ID: <20091231073242.C6D789B20C@doppio.foo-projects.org> commit 6a2ab310d48f6aee09991131b4e43128f2246dba Author: Florin Braescu Date: Thu Dec 31 09:30:52 2009 +0200 ImageMagick: version bumped to 6.5.8-10. Bugfixes and improvements. --- graphics/ImageMagick/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/ImageMagick/DETAILS b/graphics/ImageMagick/DETAILS index def9748..36e73b4 100644 --- a/graphics/ImageMagick/DETAILS +++ b/graphics/ImageMagick/DETAILS @@ -3,7 +3,7 @@ # should version bump to x.y.(z-1)-(highest). That version is always # kept on the ftp.imagemagick.org site and should be considered STABLE!!! MODULE=ImageMagick - VERSION=6.5.7-10 + VERSION=6.5.8-10 SOURCE=$MODULE-$VERSION.tar.bz2 SOURCE_URL[0]=ftp://ftp.imagemagick.org/pub/ImageMagick SOURCE_URL[1]=$SFORGE_URL/imagemagick @@ -20,10 +20,10 @@ SOURCE_URL[12]=http://hpux.connect.org.uk/hppd/hpux/X11/Viewers SOURCE_URL[13]=ftp://ftp.fifi.org/pub/ImageMagick SOURCE_URL[14]=ftp://ftp.rge.com/pub/multimedia/imagemagick - SOURCE_VFY=sha1:f3d802f2ba01f63c60847341149021a93967979c + SOURCE_VFY=sha1:62af0706be364768979b43b9a11c914089e965c1 WEB_SITE=http://www.imagemagick.org ENTERED=20010922 - UPDATED=20091122 + UPDATED=20091231 PSAFE=no SHORT="Automated and interactive manipulation of images" From florin at lunar-linux.org Thu Dec 31 08:35:02 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 31 Dec 2009 09:35:02 +0200 Subject: [Lunar-commits] neon: version bumped to 0.29.2. Message-ID: <20091231073654.5ECD39B20C@doppio.foo-projects.org> commit 3d9ea1544b9b6f7cab76c9a7255ce0d44f631bd5 Author: Florin Braescu Date: Thu Dec 31 09:35:02 2009 +0200 neon: version bumped to 0.29.2. This release adds a fix for certificate verification with some versions of OpenSSL, and a fix for SSPI authentication. --- libs/neon/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/neon/DETAILS b/libs/neon/DETAILS index 772a060..2e36273 100644 --- a/libs/neon/DETAILS +++ b/libs/neon/DETAILS @@ -1,11 +1,11 @@ MODULE=neon - VERSION=0.29.1 + VERSION=0.29.2 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.webdav.org/$MODULE - SOURCE_VFY=sha1:213b88c95d486de2742e979139dc169360d49ad2 + SOURCE_VFY=sha1:b78a9d1356d9816fafbb5ef6b24347baaf4c0677 WEB_SITE=http://www.webdav.org/$MODULE ENTERED=20020526 - UPDATED=20091216 + UPDATED=20091231 SHORT="WebDAV client library, with a C interface" cat << EOF From florin at lunar-linux.org Thu Dec 31 09:02:10 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 31 Dec 2009 10:02:10 +0200 Subject: [Lunar-commits] exiv2: version bumped to 0.19. Message-ID: <20091231080437.885A9F4671@doppio.foo-projects.org> commit 3589c9f568888f3bc79252b5c4e18f5e6b2977ca Author: Florin Braescu Date: Thu Dec 31 10:02:10 2009 +0200 exiv2: version bumped to 0.19. This release has a dramatically reduced memory footprint when writing to large TIFF and TIFF-based images, as the images are no longer completely loaded into memory. In addition, it improves the performance of read operations for such files by about a factor of six on Windows. It also provides extended Nikon makernote support. Exiv2 is now able to read and write many additional Nikon makernote tags, including encrypted tags. --- graphics/exiv2/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/exiv2/DETAILS b/graphics/exiv2/DETAILS index 25dc777..813ac2f 100644 --- a/graphics/exiv2/DETAILS +++ b/graphics/exiv2/DETAILS @@ -1,11 +1,11 @@ MODULE=exiv2 - VERSION=0.18.2 + VERSION=0.19 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://www.exiv2.org - SOURCE_VFY=sha1:452c824a780843a568eeef68f30785ee4141b0a8 + SOURCE_VFY=sha1:4ab8d830094f2842bc286d8e7fb03100ca7f07b1 WEB_SITE=http://www.exiv2.org ENTERED=20060726 - UPDATED=20090626 + UPDATED=20091231 SHORT="Access image metadata" cat << EOF From stumbles at lunar-linux.org Thu Dec 31 13:13:59 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 31 Dec 2009 07:13:59 -0500 Subject: [Lunar-commits] timezone-data: Version bump. Message-ID: <20091231121437.368DE9B20C@doppio.foo-projects.org> commit 3e465e7d4291c6c1ff68db0d0d775a5c2ca2ac45 Author: Dennis `stumbles` Veatch Date: Thu Dec 31 07:13:59 2009 -0500 timezone-data: Version bump. --- utils/timezone-data/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/timezone-data/DETAILS b/utils/timezone-data/DETAILS index 79d9c15..706a46b 100644 --- a/utils/timezone-data/DETAILS +++ b/utils/timezone-data/DETAILS @@ -1,5 +1,5 @@ MODULE=timezone-data - VERSION=2009t + VERSION=2009u DATA_VERSION=$VERSION CODE_VERSION=2009t SOURCE=tzdata${DATA_VERSION}.tar.gz @@ -10,12 +10,12 @@ SOURCE2_URL[0]=$MIRROR_URL SOURCE2_URL[1]=ftp://elsie.nci.nih.gov/pub SOURCE3_URL[0]=$PATCH_URL - SOURCE_VFY=sha1:bc4cc3cab99ddf819dd06c6a982d8e7ae5c39b5d + SOURCE_VFY=sha1:4c5e24805e1d8989cc54e256b076e9345669ab05 SOURCE2_VFY=sha1:2bc3abe70dd8b83582c22edaa86bf066c5508a36 SOURCE3_VFY=sha1:9f3234708c0baa44d5aeb132871cb473d37f9dbe WEB_SITE=ftp://elsie.nci.nih.gov/pub ENTERED=20070203 - UPDATED=20091227 + UPDATED=20091231 SHORT="timezone data and utilities" cat << EOF From florin at lunar-linux.org Thu Dec 31 16:14:26 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 31 Dec 2009 17:14:26 +0200 Subject: [Lunar-commits] doxygen: version bumped to 1.6.2. Message-ID: <20091231151708.681079B20C@doppio.foo-projects.org> commit b89779519cb5c390fc9ad6e7f9a4c394eb15cf37 Author: Florin Braescu Date: Thu Dec 31 17:14:26 2009 +0200 doxygen: version bumped to 1.6.2. Two new methods of searching through the HTML documentation were added: via a PHP based Web server and via an Eclipse help plugin. The \addindex command now also works for the HTML indices. Rendering of LaTeX formulas in the HTML output has been improved (especially for non-white backgrounds), along with a number of smaller improvements and a large number of bugfixes. --- doc-tools/doxygen/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-tools/doxygen/DETAILS b/doc-tools/doxygen/DETAILS index 7458a6c..37b440a 100644 --- a/doc-tools/doxygen/DETAILS +++ b/doc-tools/doxygen/DETAILS @@ -1,11 +1,11 @@ MODULE=doxygen - VERSION=1.6.1 + VERSION=1.6.2 SOURCE=$MODULE-$VERSION.src.tar.gz SOURCE_URL=ftp://ftp.stack.nl/pub/users/dimitri - SOURCE_VFY=sha1:31f861841eba1ebdded1b4bf70bdecb42441dafd + SOURCE_VFY=sha1:7e0281a78455c43ff6ed058191ba4a9aac361f4f WEB_SITE=http://www.stack.nl/~dimitri/$MODULE ENTERED=20020529 - UPDATED=20091128 + UPDATED=20091231 SHORT="Documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C" PSAFE=no From florin at lunar-linux.org Thu Dec 31 17:15:44 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 31 Dec 2009 18:15:44 +0200 Subject: [Lunar-commits] snort: version bumped to 2.8.5.2. Message-ID: <20091231161744.355619B20C@doppio.foo-projects.org> commit 3b3006b7c8ee970b3e87f953365e6f0bdbb7c36e Author: Florin Braescu Date: Thu Dec 31 18:15:44 2009 +0200 snort: version bumped to 2.8.5.2. Changes: Improvements to HTTP Inspect for handling of pipelined requests and chunked encodings. Updated the documentation for output plugins and log limits. Fixed reloading of auto-iface variables when privileges had been dropped. Fixed issues at startup and perfstats rotation with old versions of libc (2.2, 2.3) & linux threads. --- security/snort/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/snort/DETAILS b/security/snort/DETAILS index 2cdc4db..575bb4e 100644 --- a/security/snort/DETAILS +++ b/security/snort/DETAILS @@ -1,16 +1,16 @@ MODULE=snort - VERSION=2.8.5.1 + VERSION=2.8.5.2 MAJOR=2.8 SOURCE=$MODULE-$VERSION.tar.gz SOURCE2=snortrules-snapshot-$MAJOR.tar.gz SOURCE_URL=http://dl.snort.org/snort-current SOURCE2_URL[0]=$MIRROR_URL SOURCE2_URL[1]=http://dl.snort.org/reg-rules - SOURCE_VFY=sha1:b971052cdd4b3527a0603854953103fe9ad8a45b + SOURCE_VFY=sha1:1862ece7eac63b90d3e868ccfbd0e7989b5078a6 SOURCE2_VFY=sha1:e53fa49b59732d523394ecb7e291d90ac76d8b8a WEB_SITE=http://www.snort.org ENTERED=20011022 - UPDATED=20091023 + UPDATED=20091231 SHORT="Lightweight network intrustion detection program" cat << EOF From florin at lunar-linux.org Thu Dec 31 17:20:18 2009 From: florin at lunar-linux.org (Florin Braescu) Date: Thu, 31 Dec 2009 18:20:18 +0200 Subject: [Lunar-commits] libev: version bumped to 3.9. Message-ID: <20091231162235.1D16E9B20C@doppio.foo-projects.org> commit f5496a6704ce45bda6a01be282a750d4bccf9b8f Author: Florin Braescu Date: Thu Dec 31 18:20:18 2009 +0200 libev: version bumped to 3.9. This release fixes a larger number of minor portability issues and bugs. It also disables signalfd usage by default, as too much software is broken and gets confused by blocked signals (e.g. glib's threadpool). On the feature side, ev_stat watchers now guarantee a difference between previous and current stats, libev will take advantage of inotify_init1 if available, idle watchers can now be disabled when embedding, and the C++ API now has an ev::timer->remaining () method. --- zbeta/libev/DETAILS | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zbeta/libev/DETAILS b/zbeta/libev/DETAILS index 167774c..e738cd0 100644 --- a/zbeta/libev/DETAILS +++ b/zbeta/libev/DETAILS @@ -1,11 +1,11 @@ MODULE=libev - VERSION=3.8 + VERSION=3.9 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL=http://dist.schmorp.de/$MODULE/Attic - SOURCE_VFY=sha1:cc57a3e6e171738aaa9d6af35ea66624a0a62b51 + SOURCE_VFY=sha1:a006a91346efd070359f4ad5c5077a0bac6fcee5 WEB_SITE=http://software.schworp.de/pkg/libev.html ENTERED=20080229 - UPDATED=20090809 + UPDATED=20091231 SHORT="A library for event loops" cat << EOF From stumbles at lunar-linux.org Thu Dec 31 21:36:26 2009 From: stumbles at lunar-linux.org (Dennis `stumbles` Veatch) Date: Thu, 31 Dec 2009 15:36:26 -0500 Subject: [Lunar-commits] iasl: Version bump. Message-ID: <20091231203702.522E39B20C@doppio.foo-projects.org> commit 68001d56bc0a5305bd9e3fbbc152854c89cc7fa6 Author: Dennis `stumbles` Veatch Date: Thu Dec 31 15:36:26 2009 -0500 iasl: Version bump. --- utils/iasl/DETAILS | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/iasl/DETAILS b/utils/iasl/DETAILS index 8202f98..040c844 100644 --- a/utils/iasl/DETAILS +++ b/utils/iasl/DETAILS @@ -1,16 +1,16 @@ MODULE=iasl - VERSION=20090903 + VERSION=20091214 SOURCE=acpica-unix-$VERSION.tar.gz SOURCE_DIRECTORY=$BUILD_DIRECTORY/acpica-unix-$VERSION SOURCE_URL=http://www.acpica.org/download/ - SOURCE_VFY=sha1:4c11d015dd7f1b9c9805588739275869f9b27d64 + SOURCE_VFY=sha1:5b23a89d6bd101bd31dc39600f736a12caaf2291 WEB_SITE=http://www.acpica.org/ ENTERED=20071004 - UPDATED=20090926 + UPDATED=20091230 MODULE_LICENSE="other" SHORT="Intel ACPI build environment" - PSAFE=no +PSAFE=no cat << EOF Advanced Configuration & Power Interface Component Architecture (ACPI CA) provides a reference implementation of software components that