[Lunar-commits] <moonbase> xxvidtune: version bumped to 1.0.2 and rename the module as xvidtune.

Florin Braescu florin at lunar-linux.org
Thu Feb 4 19:59:37 CET 2010


commit 2f2d24a533272b5b3c5be08a0a693122270401fd
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Feb 4 20:59:37 2010 +0200

    xxvidtune: version bumped to 1.0.2 and rename the module as xvidtune.
    
    This is a minor bugfix and janitorial release, fixing compatibility
    with the post-Xaw8 version of Xaw at autoconf time, but adding a
    requirement for xorg-macros 1.4 or later if you do reautoconf.
---
 xorg7/app/xvidtune/BUILD      |    6 ++++++
 xorg7/app/xvidtune/CONFLICTS  |    6 ++++++
 xorg7/app/xvidtune/DETAILS    |   24 ++++++++++++++++++++++++
 xorg7/app/xxvidtune/BUILD     |    6 ------
 xorg7/app/xxvidtune/CONFLICTS |    6 ------
 xorg7/app/xxvidtune/DETAILS   |   25 -------------------------
 6 files changed, 36 insertions(+), 37 deletions(-)

diff --git a/xorg7/app/xvidtune/BUILD b/xorg7/app/xvidtune/BUILD
new file mode 100644
index 0000000..cfe3408
--- /dev/null
+++ b/xorg7/app/xvidtune/BUILD
@@ -0,0 +1,6 @@
+(
+  . /etc/profile.d/x11r7.rc &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/xorg7/app/xvidtune/CONFLICTS b/xorg7/app/xvidtune/CONFLICTS
new file mode 100644
index 0000000..fa885b1
--- /dev/null
+++ b/xorg7/app/xvidtune/CONFLICTS
@@ -0,0 +1,6 @@
+conflicts XOrg6
+conflicts XOrg-test
+conflicts XOrg-fonts-base
+conflicts XOrg-fonts-extra
+conflicts XOrg-drm
+conflicts XOrg-drm-cvs
diff --git a/xorg7/app/xvidtune/DETAILS b/xorg7/app/xvidtune/DETAILS
new file mode 100644
index 0000000..6dfd016
--- /dev/null
+++ b/xorg7/app/xvidtune/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=xvidtune
+         VERSION=1.0.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$XORG_URL/individual/app
+      SOURCE_VFY=sha1:2f3f821943018c07efd4547afa4313ac92718b1e
+   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+        WEB_SITE=http://www.x.org
+         ENTERED=20060302
+         UPDATED=20100204
+           SHORT="video mode tuner for the X server"
+
+cat << EOF
+Xvidtune is a client interface to the X server video mode
+extension (XFree86-VidModeExtension).
+
+ When given one of the non-toolkit options, xvidtune provides a command line
+ interface to either switch the video mode.
+
+ Without any options (or with only toolkit options) it presents the user with
+ various buttons and sliders that can be used to interactively adjust existing
+ video modes. It will also print the settings in a format suitable for
+ inclusion in an __xconfigfile__ file.
+
+EOF
diff --git a/xorg7/app/xxvidtune/BUILD b/xorg7/app/xxvidtune/BUILD
deleted file mode 100644
index cfe3408..0000000
--- a/xorg7/app/xxvidtune/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-  . /etc/profile.d/x11r7.rc &&
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/xorg7/app/xxvidtune/CONFLICTS b/xorg7/app/xxvidtune/CONFLICTS
deleted file mode 100644
index 5013182..0000000
--- a/xorg7/app/xxvidtune/CONFLICTS
+++ /dev/null
@@ -1,6 +0,0 @@
-conflicts XOrg6  &&
-conflicts XOrg-test &&
-conflicts XOrg-fonts-base &&
-conflicts XOrg-fonts-extra &&
-conflicts XOrg-drm &&
-conflicts XOrg-drm-cvs
diff --git a/xorg7/app/xxvidtune/DETAILS b/xorg7/app/xxvidtune/DETAILS
deleted file mode 100644
index 093aa02..0000000
--- a/xorg7/app/xxvidtune/DETAILS
+++ /dev/null
@@ -1,25 +0,0 @@
-          MODULE=xxvidtune
-         VERSION=1.0.1
-          SOURCE=xvidtune-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/xvidtune-$VERSION
-      SOURCE_URL=$XORG_URL/individual/app/
-      SOURCE_VFY=sha1:63ec5ecff8bdef3988bf2612a3694ad7d87d3867
-   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
-        WEB_SITE=http://www.x.org/
-         ENTERED=20060302
-         UPDATED=20060302
-           SHORT="video mode tuner for the X server"
-
-cat << EOF
-Xvidtune is a client interface to the X server video mode
-extension (XFree86-VidModeExtension).
-
- When given one of the non-toolkit options, xvidtune provides a command line
- interface to either switch the video mode.
-
- Without any options (or with only toolkit options) it presents the user with
- various buttons and sliders that can be used to interactively adjust existing
- video modes. It will also print the settings in a format suitable for
- inclusion in an __xconfigfile__ file.
-
-EOF


More information about the Lunar-commits mailing list