[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Sat Jul 14 11:51:39 CEST 2012
commit 5609c995003ace77242c64f799fb304c48df895e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 14 Jul 2012 02:51:39 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5609c995003ace77242c64f799fb304c48df895e
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
libs/libiec61883/DEPENDS +1/-0
libs/libiec61883/DETAILS +22/-0
web/xulrunner/BUILD +9/-0
3 files changed, 0 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/libs/libiec61883/DEPENDS
@@ -0,0 +1 @@
+depends libraw1394
--- /dev/null
+++ b/libs/libiec61883/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=libiec61883
+ VERSION=1.2.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.kernel.org/pub/linux/libs/ieee1394/
+ SOURCE_VFY=sha1:2ede483039df7595a00f173515737549c529cb72
+ WEB_SITE=http://www.linux1394.org/
+ ENTERED=20051006
+ UPDATED=20090923
+ SHORT="media reception and transmission for DV, MPEG2-TS, and AMDTP"
+
+cat << EOF
+After many months of hard work, the first release of libiec61883 is now
+available. This library provides third generation media reception and
+transmission for DV, MPEG2-TS, and AMDTP (audio and music) using only raw1394
+and not the complicated setup and maintenance of other kernel modules and their
+/dev nodes. This is not just an early development release. It is already quite
+capable and robust. Already, MythTV 0.17 supports MPEG2-TS, FreeBob is using
+AMDTP, and a soon-to-be-released dvgrab 2.0 is being used in a heavy, 24/7
+production environment. We encourage all developers and applications to migrate
+to this library as support for dv1394, amdtp, and cmp modules are being phased
+out as well as DV and MPEG2-TS applications of video1394.
+EOF
--- a/web/xulrunner/BUILD
+++ b/web/xulrunner/BUILD
@@ -1,5 +1,13 @@
(
+# Inserting a missing header
+ sed -i "4i #include <cstddef>" gfx/ots/src/os2.cc &&
+
+# See https://lkml.org/lkml/2011/6/14/293 and https://bugzilla.mozilla.org/show_bug.cgi?id=661609
+ if [ `uname -r | cut -c1-3` == "3.4" ] ; then
+ cp security/coreconf/Linux2.6.mk security/coreconf/Linux3.4.mk
+ fi &&
+
OPTS+=" --enable-application=xulrunner \
--prefix=/usr \
--libdir=/usr/lib \
@@ -42,6 +50,7 @@
export MOZ_CO_PROJECT=xulrunner &&
export MOZILLA_OFFICIAL=1 &&
export BUILD_OFFICIAL=1 &&
+ export FREEBL_NO_DEPEND=0 &&
default_build
More information about the Lunar-commits
mailing list