Skip to Content.
Sympa Menu

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

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 (73811abc9dd7f3098de8880b89c13c25d91ba891)
  • Date: Sat, 12 Jul 2014 11:00:30 -0500

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

fonts-x11/unifont/DETAILS | 10 +++++-----
fonts-x11/unifont/HISTORY | 5 +++++
fonts-x11/unifont/PRE_BUILD | 3 +--
http/serf/DETAILS | 4 ++--
http/serf/HISTORY | 3 +++
libs/libvdpau/DETAILS | 6 +++---
libs/libvdpau/HISTORY | 3 +++
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
9 files changed, 26 insertions(+), 13 deletions(-)

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

wine: => 1.7.22

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

serf: => 1.3.6

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

libvdpau: => 0.8

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

unifont: => 7.0.03

diff --git a/fonts-x11/unifont/DETAILS b/fonts-x11/unifont/DETAILS
index 9ebe9c0..f6d551e 100755
--- a/fonts-x11/unifont/DETAILS
+++ b/fonts-x11/unifont/DETAILS
@@ -1,8 +1,8 @@
SPELL=unifont
- VERSION=6.3.20140214
-
SOURCE_HASH=sha512:b23a5b89905bc2b6c86ae4d5077301eaf0e1f0b3ae99d526705cc2e51163f5fcf382f83cf675c954e12f9b19824ec55e94d84eae1e0a722f101ea91f97dcc8df
- SOURCE="${SPELL}-${VERSION}.ttf.gz"
-
SOURCE_URL[0]=http://unifoundry.com/pub/${SPELL}-${VERSION}/font-builds/${SOURCE}
+ VERSION=7.0.03
+
SOURCE_HASH=sha512:d720f2a8004f7965f8a3dbce8151fe7543ae0d3bcb82311e9d82565db7e83006615261b6ebefe91512de8c959bdbe41cdfb27c911481a7f07a606885d2abddfb
+ SOURCE="${SPELL}-${VERSION}.ttf"
+ SOURCE_URL[0]=$GNU_URL/$SPELL/${SPELL}-${VERSION}/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://unifoundry.com/unifont.html";
LICENSE[0]=GPL/PD
@@ -10,7 +10,7 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
SHORT="GNU Unifont Glyphs"
cat << EOF
This spell contains the latest release of the GNU Unifont, with glyphs for
-every printable code point in the Unicode 5.1 Basic Multilingual Plane (BMP).
+every printable code point in the Unicode 7.0 Basic Multilingual Plane (BMP).
The BMP occupies the first 65,536 code points of the Unicode space, denoted
as U+0000..U+FFFF.
EOF
diff --git a/fonts-x11/unifont/HISTORY b/fonts-x11/unifont/HISTORY
index 3455ff4..a665d72 100644
--- a/fonts-x11/unifont/HISTORY
+++ b/fonts-x11/unifont/HISTORY
@@ -1,3 +1,8 @@
+2014-07-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS version 7.0.03
+ use GNU_URL
+ * PRE_BUILD: do not unzip
+
2014-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS version 6.3.20140214

diff --git a/fonts-x11/unifont/PRE_BUILD b/fonts-x11/unifont/PRE_BUILD
index 7068fee..9e12afa 100755
--- a/fonts-x11/unifont/PRE_BUILD
+++ b/fonts-x11/unifont/PRE_BUILD
@@ -1,5 +1,4 @@
mkdir "${SOURCE_DIRECTORY}" &&
cd "${SOURCE_DIRECTORY}" &&
verify_file &&
-cp "${SOURCE_CACHE}/${SOURCE}" ./ &&
-gunzip ${SOURCE}
+cp "${SOURCE_CACHE}/${SOURCE}" ./
diff --git a/http/serf/DETAILS b/http/serf/DETAILS
index 56a13d5..57c1933 100755
--- a/http/serf/DETAILS
+++ b/http/serf/DETAILS
@@ -1,6 +1,6 @@
SPELL=serf
- VERSION=1.3.4
-
SOURCE_HASH=sha512:1e88fff9ba7a43587abcb5a6ab47b0b016397726b873a4298cdb6e820736e95090ede2779b03ee9eb1feb775082d22cbb88ddb379acc05a4b34f4f2066aafc77
+ VERSION=1.3.6
+
SOURCE_HASH=sha512:e27751c385b447d66beebebd7113e336a7ef46de967063ca5267cd704609920ed0a7279f71f5cb7249d01755ef29da6d566e24fdbbea833873b156d4d30e0727
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://serf.googlecode.com/svn/src_releases/$SOURCE
diff --git a/http/serf/HISTORY b/http/serf/HISTORY
index 1b33675..1b5a94b 100644
--- a/http/serf/HISTORY
+++ b/http/serf/HISTORY
@@ -1,3 +1,6 @@
+2014-07-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.6
+
2014-04-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.4
* DEPENDS: add scons, remove old options
diff --git a/libs/libvdpau/DETAILS b/libs/libvdpau/DETAILS
index 8ea43cf..6a616e5 100755
--- a/libs/libvdpau/DETAILS
+++ b/libs/libvdpau/DETAILS
@@ -1,7 +1,7 @@
SPELL=libvdpau
- VERSION=0.7
-
SOURCE_HASH=sha512:c0ebb124956372a59eaa7e5c9330b6d4f32acd924aa620c4c037f3917623860887231b9b9f4c0a375a300c82a3e0b7284afbe9139d8562f6a74a85848d362286
- SOURCE="${SPELL}-${VERSION}.tar.gz"
+ VERSION=0.8
+
SOURCE_HASH=sha512:8e851e88225ada3d44dedf423ee8b1d89b59008f3ed4b52e6bf9f9f9e31b2f02e0a907b9b8d9d22e2ef84eddb5d2453e00465c9985bdd33654467dcc922d0d00
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://people.freedesktop.org/~aplattner/vdpau/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

WEB_SITE="http://http.download.nvidia.com/XFree86/vdpau/doxygen/html/";
diff --git a/libs/libvdpau/HISTORY b/libs/libvdpau/HISTORY
index 6b7e346..0e5d733 100644
--- a/libs/libvdpau/HISTORY
+++ b/libs/libvdpau/HISTORY
@@ -1,3 +1,6 @@
+2014-07-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8
+
2013-08-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.7

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 04b2611..813f558 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -9,7 +9,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
if [[ $WINE_BRANCH == devel ]]; then
- VERSION=1.7.21
+ VERSION=1.7.22
else
VERSION=1.6.1
fi
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 8140bbc..d1e0c8e 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2014-7-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.7.22 (devel)
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (73811abc9dd7f3098de8880b89c13c25d91ba891), Treeve Jelbert, 07/12/2014

Archive powered by MHonArc 2.6.24.

Top of Page