[Lunar-commits] r26520 - in moonbase/branches/crater/modules_fixed_for_glibc_2.7: . tvtime util-linux
Samuel Verstraete
elangelo at lunar-linux.org
Wed Oct 31 13:58:53 CET 2007
Author: elangelo
Date: 2007-10-31 13:58:53 +0100 (Wed, 31 Oct 2007)
New Revision: 26520
Added:
moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/
moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/BUILD
moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/DEPENDS
moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/DETAILS
Modified:
moonbase/branches/crater/modules_fixed_for_glibc_2.7/util-linux/DETAILS
Log:
fixed tvtime and util-linux
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/BUILD
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/BUILD (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/BUILD 2007-10-31 12:58:53 UTC (rev 26520)
@@ -0,0 +1,10 @@
+
+(
+
+patch_it $SOURCE2 1 &&
+patch_it $SOURCE3 1 &&
+patch_it $SOURCE4 1 &&
+patch_it $SOURCE5 1 &&
+default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/DEPENDS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/DEPENDS (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/DEPENDS 2007-10-31 12:58:53 UTC (rev 26520)
@@ -0,0 +1,4 @@
+depends libxml2 &&
+depends libpng &&
+depends freetype2 &&
+depends %X
Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/DETAILS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/DETAILS (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/tvtime/DETAILS 2007-10-31 12:58:53 UTC (rev 26520)
@@ -0,0 +1,27 @@
+ MODULE=tvtime
+ VERSION=1.0.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=$MODULE-$VERSION+linux-headers-2.6.18.patch
+ SOURCE3=$MODULE-$VERSION-xinerama.patch
+ SOURCE4=$MODULE-pic.patch
+ SOURCE5=$MODULE-$VERSION-gcc41.patch
+ SOURCE_UR6=$SFORGE_URL/$MODULE/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
+ SOURCE4_URL=$PATCH_URL
+ SOURCE5_URL=$PATCH_URL
+ SOURCE_VFY=sha1:ea609876084b2d627a84a1f77bf81cc2175ee58e
+ SOURCE2_VFY=sha1:ca287bed793e153027f071f9153cd9a06c9a7dc6
+ SOURCE3_VFY=sha1:39c51a9f264111b6ca400778113d008231613551
+ SOURCE4_VFY=sha1:3d90369da57861933b7cb99597d85de60416a358
+ SOURCE5_VFY=sha1:79d97ba94d2832584f55ccfc7b2e1edf609151eb
+ WEB_SITE=http://tvtime.sourceforge.net
+ ENTERED=20040414
+ UPDATED=20071031
+ SHORT="A high quality TV viewing app for X"
+
+cat << EOF
+tvtime is a high quality television application for use with video
+capture cards on Linux systems. tvtime processes the input from a
+capture card and displays it on a computer monitor or projector.
+EOF
Modified: moonbase/branches/crater/modules_fixed_for_glibc_2.7/util-linux/DETAILS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/util-linux/DETAILS 2007-10-31 11:38:23 UTC (rev 26519)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/util-linux/DETAILS 2007-10-31 12:58:53 UTC (rev 26520)
@@ -1,7 +1,7 @@
MODULE=util-linux
MOD=util-linux-ng
VERSION=2.13.0.1
- SOURCE=$MOD-$VERSION.tar.bz
+ SOURCE=$MOD-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
SOURCE_URL=$KERNEL_URL/pub/linux/utils/$MOD/v2.13
SOURCE_VFY=sha1:59e19626951955a1c4cab53f7fa4e818fd159887
More information about the Lunar-commits
mailing list