Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (29097388c55cfdd22596e99c2d0e2ded4cd279b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (29097388c55cfdd22596e99c2d0e2ded4cd279b5)
  • Date: Fri, 25 Sep 2009 21:35:34 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 5 +++++
archive/par2cmdline-tbb/BUILD | 5 +++++
archive/par2cmdline-tbb/CONFLICTS | 1 +
archive/par2cmdline-tbb/DEPENDS | 3 +++
archive/par2cmdline-tbb/DETAILS | 17 +++++++++++++++++
archive/par2cmdline-tbb/HISTORY | 2 ++
archive/par2cmdline/CONFLICTS | 1 +
disk/lvm/DETAILS | 4 ++--
disk/lvm/HISTORY | 3 +++
doc/thinkcs-cpp/DEPENDS | 1 +
doc/thinkcs-cpp/HISTORY | 3 +++
gnome2-libs/devicekit-power/DEPENDS | 3 +++
gnome2-libs/devicekit-power/HISTORY | 3 +++
latex/psfig/FINAL | 1 +
latex/psfig/HISTORY | 6 ++++++
latex/psfig/INSTALL | 3 ++-
latex/psfig/POST_REMOVE | 1 +
latex/psfig/POST_RESURRECT | 1 +
libs/tbb/BUILD | 1 +
libs/tbb/DEPENDS | 1 +
libs/tbb/DETAILS | 20 ++++++++++++++++++++
libs/tbb/HISTORY | 4 ++++
libs/tbb/INSTALL | 12 ++++++++++++
video-libs/libtheora/DETAILS | 8 ++++----
video-libs/libtheora/HISTORY | 6 ++++++
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
27 files changed, 112 insertions(+), 8 deletions(-)

New commits:
commit c56fd83a285b1654c11c8f0ee4f7ddc7a847c65b
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

lvm 2.02.53

commit aab411b29004883528eba770bf13eb15e79c7207
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wine: => 1.1.30

commit 0804e4bd7b8900acf70f35dd9414592ef92452a7
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

devicekit-power: depends on udev with EXTRAS, policykit

fixes #15431

commit a3acc5a6774e8b8d64ba7bddf86f283139514c45
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

doc/thinkcs-cpp: depends on psfig

commit a708ee77cbacfb613a568aa08c610bfe46fe4d1c
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>

latex/psfig: fixed install path, call texhash

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

libtheora: => 1.1.0

commit 9f2b8e162090f61b2826969f6a02f527784c2195
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

par2cmdline: doh! forgot the right sha512

commit 3179fb6ce1dac6e1468bdd5665cb8f034775ca7e
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

Oops. forgot that the name is different

commit 7fb68261fcc8fb2c5b7aaec93dd4d7e684a8f348
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

par2cmdline-tbb: new spell, conflicts with par2cmdline, but has more
gooder stuff

commit 223f61f707e13847e483d6932ab338f53c563a9b
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

tbb: oops, need an older stable, and I symlinked the libraries wrong

commit 8c9e8a1809250f5fda0255bb9a2016fb146a284f
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT Kain.shlrm.org>

libs/tbb: Creating Intel Thread Building Blocks spell

commit 73bd8c350c6fad9028f21f89afd39e3deae12fe4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libtheora: => 1.1.0

diff --git a/ChangeLog b/ChangeLog
index 4657090..70e8ceb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-25 David Kowis <dkowis AT shlrm.org>
+ * libs/tbb: Intel thread building blocks!
+ * archive/par2cmdline-tbb: par2cmdline, but using intel's Thread
Building
+ Blocks for multi-core par2
+
2009-09-25 Bor Kraljič <pyrobor AT ver.si>
* gurus.gpg: added my signing key

diff --git a/archive/par2cmdline-tbb/BUILD b/archive/par2cmdline-tbb/BUILD
new file mode 100755
index 0000000..4983f00
--- /dev/null
+++ b/archive/par2cmdline-tbb/BUILD
@@ -0,0 +1,5 @@
+cd $SOURCE_DIRECTORY &&
+aclocal &&
+autoconf &&
+automake &&
+default_build
diff --git a/archive/par2cmdline-tbb/CONFLICTS
b/archive/par2cmdline-tbb/CONFLICTS
new file mode 100755
index 0000000..cf0408f
--- /dev/null
+++ b/archive/par2cmdline-tbb/CONFLICTS
@@ -0,0 +1 @@
+conflicts par2cmdline
diff --git a/archive/par2cmdline-tbb/DEPENDS b/archive/par2cmdline-tbb/DEPENDS
new file mode 100755
index 0000000..e6a7805
--- /dev/null
+++ b/archive/par2cmdline-tbb/DEPENDS
@@ -0,0 +1,3 @@
+depends autoconf &&
+depends automake &&
+depends tbb
diff --git a/archive/par2cmdline-tbb/DETAILS b/archive/par2cmdline-tbb/DETAILS
new file mode 100755
index 0000000..0b65c71
--- /dev/null
+++ b/archive/par2cmdline-tbb/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=par2cmdline-tbb
+ VERSION=0.4-tbb-20090203
+
SOURCE_HASH=sha512:0b6dbb64f9c0ef59ffd191ee538b60b68c20f43b3534a381bbd0b37e709cee00058709c95b88fc2e3e8f510fa66ac5525a8446897696f849d6f193f24e9264b0
+ SOURCE=par2cmdline-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/par2cmdline-${VERSION}
+ SOURCE_URL[0]=http://www.chuchusoft.com/par2_tbb/$SOURCE
+ WEB_SITE=http://www.chuchusoft.com/par2_tbb/index.html
+ ENTERED=20090925
+ LICENSE[0]=GPL
+ KEYWORDS="archive"
+ SHORT="multi-core par2 using intel TBB"
+cat << EOF
+This is a concurrent (multithreaded) version of par2cmdline 0.4, a utility to
+create and repair data files using Reed Solomon coding. par2 parity archives
are
+commonly used on Usenet postings to allow corrupted postings to be repaired
+instead of needing the original poster to repost the corrupted file(s).
+EOF
diff --git a/archive/par2cmdline-tbb/HISTORY b/archive/par2cmdline-tbb/HISTORY
new file mode 100644
index 0000000..d478a77
--- /dev/null
+++ b/archive/par2cmdline-tbb/HISTORY
@@ -0,0 +1,2 @@
+2009-09-25 David Kowis<dkowis AT shlrm.org>
+ * DETAILS, BUILD, DEPENDS: created multi-core par2cmdline spell
diff --git a/archive/par2cmdline/CONFLICTS b/archive/par2cmdline/CONFLICTS
new file mode 100755
index 0000000..0eff4fd
--- /dev/null
+++ b/archive/par2cmdline/CONFLICTS
@@ -0,0 +1 @@
+conflicts par2cmdline-tbb
diff --git a/disk/lvm/DETAILS b/disk/lvm/DETAILS
index 58b5066..21ca5e1 100755
--- a/disk/lvm/DETAILS
+++ b/disk/lvm/DETAILS
@@ -1,10 +1,10 @@
SPELL=lvm
- VERSION=2.02.52
+ VERSION=2.02.53
SOURCE=LVM2.$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/LVM2.$VERSION
SOURCE_URL[0]=ftp://sources.redhat.com/pub/lvm2/$SOURCE
SOURCE_URL[1]=ftp://sources.redhat.com/pub/lvm2/old/$SOURCE
-
SOURCE_HASH=sha512:29fb53d87bcef9b9b4439154c2feb85562d4af6de9379f03da71fc6912e8851d8f996be889877a475e58344830f532f03c29b86fa3bf97e253ca567b8ccbf544
+
SOURCE_HASH=sha512:2a9f734ad52d5603c714f8d9b4161946d723fefa55b685d0b69b2f8632b01e283f6485ae658aabcd0cf5b3a1bcaea2805a93b6e4ec3cd3bbcd0fe8712bd37268
WEB_SITE=http://sources.redhat.com/lvm2/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/disk/lvm/HISTORY b/disk/lvm/HISTORY
index 816db35..18818b2 100644
--- a/disk/lvm/HISTORY
+++ b/disk/lvm/HISTORY
@@ -1,3 +1,6 @@
+2009-09-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.02.53
+
2009-09-18 Ladislav Hagara <hgr AT vabo.cz>
* CONFIGURE, BUILD: added device-mapper event daemon support

diff --git a/doc/thinkcs-cpp/DEPENDS b/doc/thinkcs-cpp/DEPENDS
index 763bc07..d670877 100755
--- a/doc/thinkcs-cpp/DEPENDS
+++ b/doc/thinkcs-cpp/DEPENDS
@@ -1,2 +1,3 @@
+depends psfig &&
depends texlive &&
depends texlive-texmf
diff --git a/doc/thinkcs-cpp/HISTORY b/doc/thinkcs-cpp/HISTORY
index c4fd3da..1a31db7 100644
--- a/doc/thinkcs-cpp/HISTORY
+++ b/doc/thinkcs-cpp/HISTORY
@@ -1,3 +1,6 @@
+2009-09-25 Finn Haedicke <finn_haedicke AT gmx.net>
+ * DEPENDS: added psfig
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS: switch from tetex to texlive [auto]

diff --git a/gnome2-libs/devicekit-power/DEPENDS
b/gnome2-libs/devicekit-power/DEPENDS
index 947f255..ca8735f 100755
--- a/gnome2-libs/devicekit-power/DEPENDS
+++ b/gnome2-libs/devicekit-power/DEPENDS
@@ -1,5 +1,8 @@
depends devicekit &&
depends libusb &&
+depends policykit &&
+depends -sub EXTRAS udev &&
+
optional_depends gtk-doc \
"--enable-gtk-doc" \
"--disable-gtk-doc" \
diff --git a/gnome2-libs/devicekit-power/HISTORY
b/gnome2-libs/devicekit-power/HISTORY
index 76a08d2..6f82ec5 100644
--- a/gnome2-libs/devicekit-power/HISTORY
+++ b/gnome2-libs/devicekit-power/HISTORY
@@ -1,3 +1,6 @@
+2009-09-25 Finn Haedicke <finn_haedicke AT gmx.net>
+ * DEPENDS: added udev (with EXTRAS), policykit
+
2009-09-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 010

diff --git a/latex/psfig/FINAL b/latex/psfig/FINAL
new file mode 100755
index 0000000..a8dc6f0
--- /dev/null
+++ b/latex/psfig/FINAL
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_FINAL
diff --git a/latex/psfig/HISTORY b/latex/psfig/HISTORY
index 47daa31..273d639 100644
--- a/latex/psfig/HISTORY
+++ b/latex/psfig/HISTORY
@@ -1,3 +1,9 @@
+2009-09-25 Finn Haedicke <finn_haedicke AT gmx.net>
+ * INSTALL: install to /usr/share/texmf-dist
+ * FINAL: added, sources $SECION/TEX_FINAL
+ * POST_REMOVE: added, sources $SECION/TEX_POST_REMOVE
+ * POST_RESURRECT: added, sources $SECION/TEX_FINAL
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS: switch from tetex to texlive [auto]

diff --git a/latex/psfig/INSTALL b/latex/psfig/INSTALL
index 4b73bd1..87068ba 100755
--- a/latex/psfig/INSTALL
+++ b/latex/psfig/INSTALL
@@ -1,2 +1,3 @@
-cd ${INSTALL_ROOT}/usr/share/texmf/tex/latex/graphics &&
+mkdir -p ${INSTALL_ROOT}/usr/share/texmf-dist/tex/latex/graphics &&
+cd ${INSTALL_ROOT}/usr/share/texmf-dist/tex/latex/graphics &&
ln -s epsfig.sty psfig.sty
diff --git a/latex/psfig/POST_REMOVE b/latex/psfig/POST_REMOVE
new file mode 100755
index 0000000..c208f6a
--- /dev/null
+++ b/latex/psfig/POST_REMOVE
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_POST_REMOVE
diff --git a/latex/psfig/POST_RESURRECT b/latex/psfig/POST_RESURRECT
new file mode 100755
index 0000000..a8dc6f0
--- /dev/null
+++ b/latex/psfig/POST_RESURRECT
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/TEX_FINAL
diff --git a/libs/tbb/BUILD b/libs/tbb/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/tbb/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/tbb/DEPENDS b/libs/tbb/DEPENDS
new file mode 100755
index 0000000..f66defa
--- /dev/null
+++ b/libs/tbb/DEPENDS
@@ -0,0 +1 @@
+depends gcc
diff --git a/libs/tbb/DETAILS b/libs/tbb/DETAILS
new file mode 100755
index 0000000..dc9d3fd
--- /dev/null
+++ b/libs/tbb/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=tbb
+ VERSION=21_20080605
+
SOURCE_HASH=sha512:a05b123687a9ca53a9ca95f1bcf77e0c6377150a38378e8dc9447efb50d07db8c805e2db74a13521a251132ecbf4785f625c4e505d7a4d59b37c40303906b0d6
+ SOURCE=${SPELL}${VERSION}oss_src.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}${VERSION}oss
+
SOURCE_URL[0]=http://www.threadingbuildingblocks.org/uploads/77/111/2.1/$SOURCE
+ WEB_SITE=http://www.threadingbuildingblocks.org
+ ENTERED=20090925
+ LICENSE[0]=GPL
+ KEYWORDS="threading intel"
+ DOCS=doc examples
+ SHORT="Intels threading building blocks library"
+cat << EOF
+Intel� Threading Building Blocks (TBB) offers a rich and complete approach to
+expressing parallelism in a C++ program. It is a library that helps you take
+advantage of multi-core processor performance without having to be a
threading
+expert. Threading Building Blocks is not just a threads-replacement library.
It
+represents a higher-level, task-based parallelism that abstracts platform
+details and threading mechanisms for scalability and performance.
+EOF
diff --git a/libs/tbb/HISTORY b/libs/tbb/HISTORY
new file mode 100644
index 0000000..e1a0983
--- /dev/null
+++ b/libs/tbb/HISTORY
@@ -0,0 +1,4 @@
+2009-09-25 David Kowis<dkowis AT shlrm.org>
+ * DETAILS, BUILD, INSTALL: Created intel thread building blocks spell
+ * DETAILS: knocked back to previous stable, because that's what's
needed
+ * INSTALL: Fixed my library symlinking :(
diff --git a/libs/tbb/INSTALL b/libs/tbb/INSTALL
new file mode 100755
index 0000000..f4641fd
--- /dev/null
+++ b/libs/tbb/INSTALL
@@ -0,0 +1,12 @@
+cd $SOURCE_DIRECTORY &&
+# copy the libs and create symlinks
+for foo in $(find -executable -type f); do
+ bar=$(basename $foo)
+ cp $foo ${INSTALL_ROOT}/usr/lib/$bar &&
+ ln -s ${INSTALL_ROOT}/usr/lib/$bar ${INSTALL_ROOT}/usr/lib/$(expr match
"${bar}" '\([a-z_]*\.so\)')
+done &&
+
+#install the include files
+mkdir ${INSTALL_ROOT}/usr/include/tbb &&
+cp -a $SOURCE_DIRECTORY/include/tbb/* ${INSTALL_ROOT}/usr/include/tbb
+
diff --git a/video-libs/libtheora/DETAILS b/video-libs/libtheora/DETAILS
index 5a425b2..2976ac8 100755
--- a/video-libs/libtheora/DETAILS
+++ b/video-libs/libtheora/DETAILS
@@ -1,10 +1,10 @@
SPELL=libtheora
if [[ $THEORA_PRERELEASE == "n" ]]; then
- VERSION=1.0
-
SOURCE_HASH=sha512:07c838c58ab51e03a45ef8048da8101ecea2e06d1d11d8a6eec5761e9761522bd0ab5893a22fae3fb56a21f964405f718ed49e49a28e8092e247c9d800984419
+ VERSION=1.1.0
+
SOURCE_HASH=sha512:b8a34950d98a24bac5389e33b2037aed9408517aaadc36bc47291b3a1852ca56c957b7ec330aade5ff5fdbbc61ad2e10d675ac57b8027ec21adf0851d44dfa8f
else
- VERSION=1.1beta3
-
SOURCE_HASH=sha512:2dd31928e3d45e2e14334364ff4ecaa148ec10db81285954cfc9bc1de53a84dcff36ebfbd4915062ca05bb6a3f04b52c6407ac7fed8331c7b9c13e6d6100e7b5
+ VERSION=1.1.0
+
SOURCE_HASH=sha512:b8a34950d98a24bac5389e33b2037aed9408517aaadc36bc47291b3a1852ca56c957b7ec330aade5ff5fdbbc61ad2e10d675ac57b8027ec21adf0851d44dfa8f
fi
SOURCE=$SPELL-$VERSION.tar.bz2
# SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
diff --git a/video-libs/libtheora/HISTORY b/video-libs/libtheora/HISTORY
index 517dd79..5011de9 100644
--- a/video-libs/libtheora/HISTORY
+++ b/video-libs/libtheora/HISTORY
@@ -1,3 +1,9 @@
+2009-09-25 Treeve Jelbert <treeve AT souremage.org>
+ * DETAILS: version 1.1.0 (unstable)
+
+2009-09-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.0
+
2009-09-03 Treeve Jelbert <treeve AT souremage.org>
* DETAILS: version 1.1beta3 (unstable)

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 213a9d7..cab5f10 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_DEVEL == y ]]; then
- VERSION=1.1.29
+ VERSION=1.1.30
else
VERSION=1.0.1
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 90056bd..052464c 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2009-09-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.30
+
2009-09-02 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.1.29
* DEPENDS: Optionally depends on mpg123



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (29097388c55cfdd22596e99c2d0e2ded4cd279b5), Eric Sandall, 09/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page