Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (fa7ec456e281abd963d23bfceffdf9155a2c533f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (fa7ec456e281abd963d23bfceffdf9155a2c533f)
  • Date: Thu, 1 Oct 2009 12:53:46 -0500

GIT changes to devel-xorg-modular grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

kde4/kdebase4-runtime/DEPENDS | 1 +
kde4/kdebase4-runtime/HISTORY | 3 +++
kde4/kdewebdev4/DEPENDS | 6 ++++--
kde4/kdewebdev4/HISTORY | 4 ++++
video/dvgrab/DETAILS | 4 ++--
video/dvgrab/HISTORY | 4 ++++
video/dvgrab/PRE_BUILD | 3 ---
video/dvgrab/gcc44.patch | 20 --------------------
xorg-lib/libxxf86dga/DETAILS | 4 ++--
xorg-lib/libxxf86dga/HISTORY | 3 +++
xorg-proto/dmxproto/DETAILS | 4 ++--
xorg-proto/dmxproto/HISTORY | 3 +++
xorg-proto/recordproto/DETAILS | 4 ++--
xorg-proto/recordproto/HISTORY | 3 +++
xorg-proto/xf86dgaproto/DETAILS | 4 ++--
xorg-proto/xf86dgaproto/HISTORY | 3 +++
xorg-proto/xf86vidmodeproto/DETAILS | 4 ++--
xorg-proto/xf86vidmodeproto/HISTORY | 3 +++
xorg-proto/xineramaproto/DETAILS | 4 ++--
xorg-proto/xineramaproto/HISTORY | 3 +++
20 files changed, 48 insertions(+), 39 deletions(-)

New commits:
commit 3d95ed44fa1b52f761a4f20257d1d361b78f16f9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxxf86dga: => 1.1

commit bf5f5d55fcaacb32c384570cca582122a5ccbfc7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xineramaproto: => 1.2

commit bce51a5eef17fbc0088f9d8924ee2803340fb786
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

recordproto: => 1.14

commit 2999a399e1da53ce099b87d23ab52e8de919d272
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xf86vidmodeproto: => 2.3

commit be5e4f024ed6263385ab0c9ba5ae13a72e24e397
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xf86dgaproto: => 2.1

commit ebeb575365a8828496a85845562c4cc609adb5d3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dmxproto: => 2.3

commit 71cbd8ba886a104fa30ce9b31d4cc54b81fdd4cb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kdebase4-runtime - add optional depends libssh

commit 578150e980a89ce4b807594475a0ac354796d9cb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kdebase4-runtime - add optional depends libssh

commit e8154a0dffd3edf84b0f05292f394fa0bfca6153
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kdewebdev4 - extra depends

commit d8fb31bc75c7e99e964a45fbeed6dcbaf2aae1e7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dvgrab: => 3.5

diff --git a/kde4/kdebase4-runtime/DEPENDS b/kde4/kdebase4-runtime/DEPENDS
index 5c23ce1..44b3ab5 100755
--- a/kde4/kdebase4-runtime/DEPENDS
+++ b/kde4/kdebase4-runtime/DEPENDS
@@ -17,6 +17,7 @@ depends xine-lib &&
if [[ "${KDE_VER}" == "stable" ]];then
depends kdelibs4-experimental
fi &&
+optional_depends libssh '' '' 'build kio_sftp slave' &&
optional_depends pulseaudio '' '' 'Pulseaudio server support' &&
optional_depends openexr '' '' 'EXR support for thumbnails' &&
optional_depends openslp '' '' 'Service Location Protocol' &&
diff --git a/kde4/kdebase4-runtime/HISTORY b/kde4/kdebase4-runtime/HISTORY
index dae0985..de835b9 100644
--- a/kde4/kdebase4-runtime/HISTORY
+++ b/kde4/kdebase4-runtime/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional libssh
+
2009-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.3.69svn1027298 (unstable)

diff --git a/kde4/kdewebdev4/DEPENDS b/kde4/kdewebdev4/DEPENDS
index dcf7620..67f5750 100755
--- a/kde4/kdewebdev4/DEPENDS
+++ b/kde4/kdewebdev4/DEPENDS
@@ -1,4 +1,6 @@
source $SECTION_DIRECTORY/KDE_DEPENDS &&
depends boost &&
-optional_depends kdesdk4 '' '' 'Cervisia (CVS) and Kompare (diff) support'
-
+depends kdepimlibs4 &&
+optional_depends kdevplatform4 '' '' 'build quanta' &&
+optional_depends ruby '' '' 'scripting support'
+#optional_depends libtidy '' '' 'ability to tidy HTML'
diff --git a/kde4/kdewebdev4/HISTORY b/kde4/kdewebdev4/HISTORY
index 0fd80e6..2b37f50 100644
--- a/kde4/kdewebdev4/HISTORY
+++ b/kde4/kdewebdev4/HISTORY
@@ -1,3 +1,7 @@
+2009-09-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add kdevplatform4, kdepimlibs4
+ remove kdesdk4
+
2009-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.3.69svn1027298 (unstable)

diff --git a/video/dvgrab/DETAILS b/video/dvgrab/DETAILS
index 676db79..76ef4bc 100755
--- a/video/dvgrab/DETAILS
+++ b/video/dvgrab/DETAILS
@@ -1,6 +1,6 @@
SPELL=dvgrab
- VERSION=3.4
-
SOURCE_HASH=sha512:7188ae771d3b0ea5059e76bbeaba19d7d293914ba3f387e5c4c15dea9e7772fab436fdc3be1fd92d0f01352d36befc7d725029d6f19a816fd91b710074a02294
+ VERSION=3.5
+
SOURCE_HASH=sha512:7d9cae1661d27dbef1d0dcdf18966a0ab386d936803ff7d071a18e0303fca45631c9b27187a413adfa4391c395e5909e3b8dc5c543d529e7805550f1a3ee6735
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/kino/$SOURCE
diff --git a/video/dvgrab/HISTORY b/video/dvgrab/HISTORY
index 637e660..2ef3bc9 100644
--- a/video/dvgrab/HISTORY
+++ b/video/dvgrab/HISTORY
@@ -1,3 +1,7 @@
+2009-09-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: VERSION 3.5
+ * PRE_BUILD, gcc44.patch: deleted
+
2009-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* TRIGGERS: added

diff --git a/video/dvgrab/PRE_BUILD b/video/dvgrab/PRE_BUILD
deleted file mode 100755
index 05e0b12..0000000
--- a/video/dvgrab/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SPELL_DIRECTORY/gcc44.patch
diff --git a/video/dvgrab/gcc44.patch b/video/dvgrab/gcc44.patch
deleted file mode 100644
index 0b52bb1..0000000
--- a/video/dvgrab/gcc44.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- error.cc 2007/07/06 19:08:17 1.7
-+++ error.cc 2009/04/11 04:11:24 1.8
-@@ -32,6 +32,7 @@
- #include <iostream>
- #include <sstream>
- #include <iomanip>
-+#include <cstdio>
-
- using std::ostringstream;
- using std::string;
---- smiltime.cc 2008/11/26 03:49:43 1.7
-+++ smiltime.cc 2009/04/11 04:11:24 1.8
-@@ -27,6 +27,7 @@
- #include <iostream>
- #include <iomanip>
- #include <sstream>
-+#include <cstdio>
-
- #include <stdlib.h>
- #include <math.h>
diff --git a/xorg-lib/libxxf86dga/DETAILS b/xorg-lib/libxxf86dga/DETAILS
index 83fa0c4..03e0fa5 100755
--- a/xorg-lib/libxxf86dga/DETAILS
+++ b/xorg-lib/libxxf86dga/DETAILS
@@ -1,7 +1,7 @@
SPELL=libxxf86dga
PKG=libXxf86dga
- VERSION=1.0.99.2
-
SOURCE_HASH=sha512:1640c396b8fe7c82ae72eae8270558034a1df31fb7cf1e0106934da39b40d9017e72d9e0aaff01f1e78d940e4642dcf8d6e03720e04ff0cfa1a5b4bea074c33b
+ VERSION=1.1
+
SOURCE_HASH=sha512:3c2df03832faeaef74de0f6a46c1258716af7dc803abd11d126f4e6044fe741d996ef16cb624a96c104cfc547d836afe372879a491c426647c52bf8763616758
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
diff --git a/xorg-lib/libxxf86dga/HISTORY b/xorg-lib/libxxf86dga/HISTORY
index 1282c7f..029b3f2 100644
--- a/xorg-lib/libxxf86dga/HISTORY
+++ b/xorg-lib/libxxf86dga/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1
+
2009-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.99.2

diff --git a/xorg-proto/dmxproto/DETAILS b/xorg-proto/dmxproto/DETAILS
index be40891..3ae0c39 100755
--- a/xorg-proto/dmxproto/DETAILS
+++ b/xorg-proto/dmxproto/DETAILS
@@ -1,6 +1,6 @@
SPELL=dmxproto
- VERSION=2.2.99.1
-
SOURCE_HASH=sha512:624bf88a9ff91e1ab8ad16f2629e529bee0fedf5767d57bd22e82da611e825f572ee8a3e7ae2ec6ff3838ebbb078b8aa0a901abb3b255552b46a2ae8a159d2bd
+ VERSION=2.3
+
SOURCE_HASH=sha512:976e1611c078b7f43f085785f7bb60da490c8a24d4431307bdb93b7544fbe95835e9846fd84c1aeabae6e50e4e97b2541765ebfb660a67495664a6ec2a6edd82
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
diff --git a/xorg-proto/dmxproto/HISTORY b/xorg-proto/dmxproto/HISTORY
index 1e693d4..c13edd1 100644
--- a/xorg-proto/dmxproto/HISTORY
+++ b/xorg-proto/dmxproto/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3
+
2009-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.99.1

diff --git a/xorg-proto/recordproto/DETAILS b/xorg-proto/recordproto/DETAILS
index 0ccaf85..af0ca62 100755
--- a/xorg-proto/recordproto/DETAILS
+++ b/xorg-proto/recordproto/DETAILS
@@ -1,6 +1,6 @@
SPELL=recordproto
- VERSION=1.13.99.1
-
SOURCE_HASH=sha512:f0ccab7c3f40c04954ba23fdf41c2eedc4232ef3c38b2676d6b4807cbc6221588244fc5ca9446c8b22539cc8ca9ca108c5d4d2a4435f63665cf4fdafcdee2ee7
+ VERSION=1.14
+
SOURCE_HASH=sha512:050bb8b5f07f2d3765c1b565ced271a37fa1f44e1071d1de0aa56bcdcae59580880cc967412edb37d9741cdfd458856df8a532a3b33ea09ddb3960d9b97569e9
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
diff --git a/xorg-proto/recordproto/HISTORY b/xorg-proto/recordproto/HISTORY
index b987f90..f0a0f31 100644
--- a/xorg-proto/recordproto/HISTORY
+++ b/xorg-proto/recordproto/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.14
+
2009-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.13.99.1

diff --git a/xorg-proto/xf86dgaproto/DETAILS b/xorg-proto/xf86dgaproto/DETAILS
index 2796cd0..888c74f 100755
--- a/xorg-proto/xf86dgaproto/DETAILS
+++ b/xorg-proto/xf86dgaproto/DETAILS
@@ -1,6 +1,6 @@
SPELL=xf86dgaproto
- VERSION=2.0.99.2
-
SOURCE_HASH=sha512:3666a6d80fb470d2b1ce1c555e448402fe23cc9f62a0635d85fe3e3d82eafd87b1373e558c0857590c022018155ded662ba3fa203f1badc32ac229e26d271cfc
+ VERSION=2.1
+
SOURCE_HASH=sha512:dab56f5e59d1099d0d462e2f056e073c0ebde46aae6b9cf1c12b1fda43b5f21fb438dc811305c3114e04eb2fd2b1d13ddbe0a1d9a5c8155525db82db00e1461c
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
diff --git a/xorg-proto/xf86dgaproto/HISTORY b/xorg-proto/xf86dgaproto/HISTORY
index 64e6998..fce6384 100644
--- a/xorg-proto/xf86dgaproto/HISTORY
+++ b/xorg-proto/xf86dgaproto/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1
+
2009-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.99.2

diff --git a/xorg-proto/xf86vidmodeproto/DETAILS
b/xorg-proto/xf86vidmodeproto/DETAILS
index d48bf84..0f3e36c 100755
--- a/xorg-proto/xf86vidmodeproto/DETAILS
+++ b/xorg-proto/xf86vidmodeproto/DETAILS
@@ -1,6 +1,6 @@
SPELL=xf86vidmodeproto
- VERSION=2.2.99.1
-
SOURCE_HASH=sha512:8b36b6b3db600733b80af0e948718dbc880208cbff5be2d766cffe1b21681fba063dda4b5436b6776498caf97a1ebdb0f11945e32ca8baa5edd16304946a6719
+ VERSION=2.3
+
SOURCE_HASH=sha512:444de3d6438a6c38abfd66e70bb7e85e76db257b0fe0338b714adcf5fcc40caede9ba54391efa319bd6aa6a7eeb9c5c46d80947838122e166f2cae207ad0cb26
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
diff --git a/xorg-proto/xf86vidmodeproto/HISTORY
b/xorg-proto/xf86vidmodeproto/HISTORY
index 1e693d4..c13edd1 100644
--- a/xorg-proto/xf86vidmodeproto/HISTORY
+++ b/xorg-proto/xf86vidmodeproto/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.3
+
2009-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.99.1

diff --git a/xorg-proto/xineramaproto/DETAILS
b/xorg-proto/xineramaproto/DETAILS
index 4348dee..3c38231 100755
--- a/xorg-proto/xineramaproto/DETAILS
+++ b/xorg-proto/xineramaproto/DETAILS
@@ -1,6 +1,6 @@
SPELL=xineramaproto
- VERSION=1.1.99.1
-
SOURCE_HASH=sha512:ad4392e45b3efea14ca78d35a1e6cb4356ad043cda5421efde026e9a4c7fd5dd0bba2dfcea6a6c9ed3e146ca0e701a776a7816e3696c4931be01949dcbbe06fc
+ VERSION=1.2
+
SOURCE_HASH=sha512:40c435d51fc28578e030560643184f142b9a83a23e89695aaf57e220fb90c641a4f7d53035bfd4179a8457bdae2976cae307fecad02186c57eecc4327ce32fba
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
diff --git a/xorg-proto/xineramaproto/HISTORY
b/xorg-proto/xineramaproto/HISTORY
index e6dd263..3fc1801 100644
--- a/xorg-proto/xineramaproto/HISTORY
+++ b/xorg-proto/xineramaproto/HISTORY
@@ -1,3 +1,6 @@
+2009-10-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * details: VERSION 1.2
+
2009-09-28 Treeve Jelbert <treeve AT sourcemage.org>
* details: VERSION 1.1.99.1




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (fa7ec456e281abd963d23bfceffdf9155a2c533f), Treeve Jelbert, 10/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page