[Lunar-commits] r15758 - moonbase/trunk/x11-utils/nvtv

Florin Braescu florin at lunar-linux.org
Fri Jul 15 06:25:44 UTC 2005


Author: florin
Date: 2005-07-15 06:25:44 +0000 (Fri, 15 Jul 2005)
New Revision: 15758

Modified:
   moonbase/trunk/x11-utils/nvtv/BUILD
   moonbase/trunk/x11-utils/nvtv/DEPENDS
   moonbase/trunk/x11-utils/nvtv/DETAILS
Log:
bump the version from 10.4.5 to 0.4.7. bugfixes release.

Modified: moonbase/trunk/x11-utils/nvtv/BUILD
===================================================================
--- moonbase/trunk/x11-utils/nvtv/BUILD	2005-07-15 06:15:52 UTC (rev 15757)
+++ moonbase/trunk/x11-utils/nvtv/BUILD	2005-07-15 06:25:44 UTC (rev 15758)
@@ -1,14 +1,12 @@
 (
-  ./configure  --build=$BUILD            \
-               --prefix=/usr             \
-               --sysconfdir=/etc         \
-               --localstatedir=/var      \
-               --infodir=/usr/share/info \
-               --mandir=/usr/share/man   \
+  ./configure  --build=$BUILD             \
+               --prefix=/usr              \
+               --sysconfdir=/etc          \
+               --localstatedir=/var       \
+               --infodir=/usr/share/info  \
+               --mandir=/usr/share/man    \
                $OPTS                     &&
 
-  make                                   &&
-  prepare_install                        &&
-  make install
+  default_make
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/x11-utils/nvtv/DEPENDS
===================================================================
--- moonbase/trunk/x11-utils/nvtv/DEPENDS	2005-07-15 06:15:52 UTC (rev 15757)
+++ moonbase/trunk/x11-utils/nvtv/DEPENDS	2005-07-15 06:25:44 UTC (rev 15758)
@@ -1,6 +1,6 @@
 depends NVIDIA &&
 
-optional_depends 	"gtk+-2"		\
-			"--with-gtk=gtk2"	\
-			"--disable-gtk"		\
-			"to enable the GTK2 frontend"
+optional_depends  "gtk+-2"	     \
+		  "--with-gtk=gtk2"  \
+		  "--disable-gtk"    \
+		  "to enable the GTK2 frontend"

Modified: moonbase/trunk/x11-utils/nvtv/DETAILS
===================================================================
--- moonbase/trunk/x11-utils/nvtv/DETAILS	2005-07-15 06:15:52 UTC (rev 15757)
+++ moonbase/trunk/x11-utils/nvtv/DETAILS	2005-07-15 06:25:44 UTC (rev 15758)
@@ -1,12 +1,16 @@
           MODULE=nvtv
-         VERSION=0.4.5
+         VERSION=0.4.7
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/nv-tv-out/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/nvtv-$VERSION
-        WEB_SITE=http://nv-tv-out.sourceforge.net
+     SOURCE_URL=$SFORGE_URL/nv-tv-out/
+     SOURCE_VFY=sha1:5ea23e4bfcdf91766ec4600a90866a3ccede252b
+       WEB_SITE=http://nv-tv-out.sourceforge.net
          ENTERED=20030717
-         UPDATED=20030717
+         UPDATED=20050715
            SHORT="Tweaker for the Nvidia TV-out interface"
+
 cat << EOF
-This is a tool to enable TV-Out on Linux for NVidia cards. It does not need the kernel, supports multiple TV encoder chips. You may use all the features of the chip, down to direct register access, and all resolutions and sizes the chip supports.
+This is a tool to enable TV-Out on Linux for NVidia cards. It does not 
+need the kernel, supports multiple TV encoder chips. You may use all 
+the features of the chip, down to direct register access, and all 
+resolutions and sizes the chip supports.
 EOF



More information about the Lunar-commits mailing list