Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[Lunar-commits] r16734 - moonbase/trunk/video/xawtv: msg#00444
|
Subject: |
[Lunar-commits] r16734 - moonbase/trunk/video/xawtv |
Author: florin
Date: 2005-09-30 19:52:20 +0000 (Fri, 30 Sep 2005)
New Revision: 16734
Modified:
moonbase/trunk/video/xawtv/BUILD
moonbase/trunk/video/xawtv/DEPENDS
moonbase/trunk/video/xawtv/DETAILS
Log:
bump the version from 3.94 to 3.95. minor fixes.
Modified: moonbase/trunk/video/xawtv/BUILD
===================================================================
--- moonbase/trunk/video/xawtv/BUILD 2005-09-30 19:32:46 UTC (rev 16733)
+++ moonbase/trunk/video/xawtv/BUILD 2005-09-30 19:52:20 UTC (rev 16734)
@@ -1,6 +1,6 @@
(
+
unset CFLAGS
-
./configure --prefix=/usr &&
default_make &&
./MAKEDEV.v4l
Modified: moonbase/trunk/video/xawtv/DEPENDS
===================================================================
--- moonbase/trunk/video/xawtv/DEPENDS 2005-09-30 19:32:46 UTC (rev 16733)
+++ moonbase/trunk/video/xawtv/DEPENDS 2005-09-30 19:52:20 UTC (rev 16734)
@@ -1,4 +1,5 @@
-depends jpeg
&&
+depends jpeg &&
+
optional_depends "libpng" "" "" "capture screen images to png format"
&&
optional_depends "alsa-utils" "" "" "for ALSA audio support"
&&
optional_depends "xawtv-fonts" "" "" "for extra tv fonts"
&&
Modified: moonbase/trunk/video/xawtv/DETAILS
===================================================================
--- moonbase/trunk/video/xawtv/DETAILS 2005-09-30 19:32:46 UTC (rev 16733)
+++ moonbase/trunk/video/xawtv/DETAILS 2005-09-30 19:52:20 UTC (rev 16734)
@@ -1,12 +1,12 @@
MODULE=xawtv
- VERSION=3.94
+ VERSION=3.95
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-$VERSION
SOURCE_URL=http://dl.bytesex.org/releases/$MODULE/
- SOURCE_VFY=md5:df768711930605918106c1477327d348
+ SOURCE_VFY=sha1:0b0743fc06aae4f1a03c8572bcf2baa9b869ff52
WEB_SITE=http://bytesex.org/xawtv
ENTERED=20010922
- UPDATED=20040820
+ UPDATED=20040930
SHORT="xawtv is a tv program for use with bttv drivers or
video4linux."
cat << EOF
|
| |