Skip to Content.
Sympa Menu

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

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 (b6eb9cb2bc233d2207840b34a6148785d996f3a6)
  • Date: Sun, 1 Dec 2013 05:32:44 -0600

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

libs/tbb/DETAILS | 4 ++--
libs/tbb/HISTORY | 4 ++++
libs/tbb/INSTALL | 8 ++------
video-libs/libvpx/BUILD | 4 +++-
video-libs/libvpx/DETAILS | 4 ++--
video-libs/libvpx/HISTORY | 4 ++++
6 files changed, 17 insertions(+), 11 deletions(-)

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

libvpx: => 1.2.0

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

tbb: => 42_20131003

diff --git a/libs/tbb/DETAILS b/libs/tbb/DETAILS
index 6e94a7c..be120b6 100755
--- a/libs/tbb/DETAILS
+++ b/libs/tbb/DETAILS
@@ -1,6 +1,6 @@
SPELL=tbb
- VERSION=42_20130725
-
SOURCE_HASH=sha512:fe645d37de00c2f3d6d9e43aa4147b39cedc9178a6f1756d8be37d625b353080ccae8e54bb8cf7a17ab1ea5861d374da188fa746eddc2f0203a8f02ce8d3a4cb
+ VERSION=42_20131003
+
SOURCE_HASH=sha512:0e7b8ae9bb3600e6f5eaf25997a07e106416afa336549b34a90e97534685127bee612f798511c6da7b08c0116056565fe7022c773ff8e3eb6d9c69ab4ceaeda5
SOURCE=tbb${VERSION}oss_src.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}${VERSION}oss
WEB_SITE=http://www.threadingbuildingblocks.org
diff --git a/libs/tbb/HISTORY b/libs/tbb/HISTORY
index 6d79a91..5f7f638 100644
--- a/libs/tbb/HISTORY
+++ b/libs/tbb/HISTORY
@@ -1,3 +1,7 @@
+2013-11-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 42_20131003
+ * INSTALL: fix
+
2013-10-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 42_20130725

diff --git a/libs/tbb/INSTALL b/libs/tbb/INSTALL
index 5966dcd..9f45e46 100755
--- a/libs/tbb/INSTALL
+++ b/libs/tbb/INSTALL
@@ -1,10 +1,6 @@
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 -sf ${INSTALL_ROOT}/usr/lib/$bar ${INSTALL_ROOT}/usr/lib/$(expr match
"${bar}" '\([a-z_]*\.so\)')
-done &&
+mkdir -p ${INSTALL_ROOT}/usr/lib &&
+cp -a build/linux*release/*.so{,.?} ${INSTALL_ROOT}/usr/lib

#install the include files
mkdir ${INSTALL_ROOT}/usr/include/tbb &&
diff --git a/video-libs/libvpx/BUILD b/video-libs/libvpx/BUILD
index 905ad47..d20c8d5 100755
--- a/video-libs/libvpx/BUILD
+++ b/video-libs/libvpx/BUILD
@@ -1,2 +1,4 @@
-./configure --prefix=/usr --enable-shared &&
+./configure --prefix=/usr --enable-shared \
+ --enable-vp8 --enable-runtime-cpu-detect \
+ --enable-postproc --enable-pic &&
make
diff --git a/video-libs/libvpx/DETAILS b/video-libs/libvpx/DETAILS
index ff96c3b..30aadea 100755
--- a/video-libs/libvpx/DETAILS
+++ b/video-libs/libvpx/DETAILS
@@ -1,6 +1,6 @@
SPELL=libvpx
- VERSION=1.1.0
-
SOURCE_HASH=sha512:5c165a1a171143f7c406ef899914a353d35f6dec0e3c49eec9a4f3311fd4072dea2e0da8ceb80651ad23e24cdbf2d6da328805bda8be042bbea2c65c9e53eaaa
+ VERSION=1.2.0
+
SOURCE_HASH=sha512:364c672f3a8059d3329c4dd674ff72c94bf257ee397015a8e6be9090ad19f76f9b965bb709663f17795098bd379ad60a0d71dd31cc55f0b1d3a1d99b839209b8
SOURCE=$SPELL-v$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-v$VERSION
SOURCE_URL[0]=http://webm.googlecode.com/files/$SOURCE
diff --git a/video-libs/libvpx/HISTORY b/video-libs/libvpx/HISTORY
index 11dec10..b81112c 100644
--- a/video-libs/libvpx/HISTORY
+++ b/video-libs/libvpx/HISTORY
@@ -1,3 +1,7 @@
+2013-12-01 Javier Vasquez <j.e.vasquez.v AT gmail.com>
+ * DETAILS: 1.2.0
+ * BUILD: more build options
+
2012-05-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.1.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b6eb9cb2bc233d2207840b34a6148785d996f3a6), Treeve Jelbert, 12/01/2013

Archive powered by MHonArc 2.6.24.

Top of Page