Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dd38c93e23bc1ae775080dcb3bf7e16ec2dea485)

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 master grimoire by Treeve Jelbert (dd38c93e23bc1ae775080dcb3bf7e16ec2dea485)
  • Date: Fri, 30 Jan 2009 12:21:48 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

audio-libs/libsamplerate/DETAILS | 4 ++--
audio-libs/libsamplerate/HISTORY | 3 +++
graphics-libs/libraw/DETAILS | 4 ++--
graphics-libs/libraw/HISTORY | 3 +++
video-libs/unicap/DEPENDS | 2 +-
video-libs/unicap/HISTORY | 3 +++
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
8 files changed, 18 insertions(+), 6 deletions(-)

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

wine-1.1.14

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

libraw-0.6.11

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

unicap - change depends ffmpeg -> LIBAVCODEC

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

libsamplerate-0.1.6

diff --git a/audio-libs/libsamplerate/DETAILS
b/audio-libs/libsamplerate/DETAILS
index b8ef9f6..7051595 100755
--- a/audio-libs/libsamplerate/DETAILS
+++ b/audio-libs/libsamplerate/DETAILS
@@ -1,6 +1,6 @@
SPELL=libsamplerate
- VERSION=0.1.5
-
SOURCE_HASH=sha512:9a98efee28922ce6198da5406a8d001f6bcf501cf04de21f9934c243565cfc9aaa0385f78d2803d3e0d2816d93e0d69890f968fb605b3435563ff363abead3ca
+ VERSION=0.1.6
+
SOURCE_HASH=sha512:e2616c61e95818373eef3e9d995c37e4f5ab54401a46c57e76961efd0a669969ec83b87f593ab5a772479b5d6f287c782b486e692a22cfaf4e2d0f762ce0fc1d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.mega-nerd.com/SRC/$SOURCE
diff --git a/audio-libs/libsamplerate/HISTORY
b/audio-libs/libsamplerate/HISTORY
index c372d8e..d64bf95 100644
--- a/audio-libs/libsamplerate/HISTORY
+++ b/audio-libs/libsamplerate/HISTORY
@@ -1,3 +1,6 @@
+2009-01-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.1.6
+
2009-01-11 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.1.5; quoting paths

diff --git a/graphics-libs/libraw/DETAILS b/graphics-libs/libraw/DETAILS
index a58cd6a..725695b 100755
--- a/graphics-libs/libraw/DETAILS
+++ b/graphics-libs/libraw/DETAILS
@@ -1,7 +1,7 @@
SPELL=libraw
SPELLX=LibRaw
- VERSION=0.6.8
-
SOURCE_HASH=sha512:4cda45aae3d23c3a0e5703c63c7d7bf864d1cb76f9548fd9ce55e3e6f7a9a0dddc840a2bcb1dce11dab4f04da1a45a77f65b3ad01f267e280235f166f58af05d
+ VERSION=0.6.11
+
SOURCE_HASH=sha512:d7992246d3208439a76dee8ad78c053614f1bf85be6ac084ef274789296ae0d13e3e9f7d64becffd9f554d2e1c8dc6d61852b1a1615b238908d83e5d5a673a83
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=http://www.libraw.org/
diff --git a/graphics-libs/libraw/HISTORY b/graphics-libs/libraw/HISTORY
index f32c82f..d0b26ce 100644
--- a/graphics-libs/libraw/HISTORY
+++ b/graphics-libs/libraw/HISTORY
@@ -1,3 +1,6 @@
+2009-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.11
+
2009-01-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.8

diff --git a/video-libs/unicap/DEPENDS b/video-libs/unicap/DEPENDS
index 717bfc5..daac25d 100755
--- a/video-libs/unicap/DEPENDS
+++ b/video-libs/unicap/DEPENDS
@@ -20,7 +20,7 @@ optional_depends libtheora \
"--disable-ucil-theora" \
"for ogg/theora support" &&

-optional_depends ffmpeg \
+optional_depends LIBAVCODEC \
"--enable-ucil-avcodec" \
"--disable-ucil-avcodec" \
"for avcodec support" &&
diff --git a/video-libs/unicap/HISTORY b/video-libs/unicap/HISTORY
index 33fe392..f3d556f 100644
--- a/video-libs/unicap/HISTORY
+++ b/video-libs/unicap/HISTORY
@@ -1,3 +1,6 @@
+2009-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: ffmpeg -> LIBAVCODEC
+
2009-01-04 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_BUILD: added to support new ffmpeg header locations

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index d789ceb..8e9877c 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.13
+ VERSION=1.1.14
else
VERSION=1.0.1
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 8bee76e..9beaf6d 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2009-01-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.14
+
2009-01-26 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply freetype2-2.3.8-winebug-17024.patch
* freetype2-2.3.8-winebug-17024.patch: Fixes WINE Bug #17024, WINE
1.0.1



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (dd38c93e23bc1ae775080dcb3bf7e16ec2dea485), Treeve Jelbert, 01/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page