diff options
author | Philip Walls <malverian@gentoo.org> | 2003-10-30 15:38:05 +0000 |
---|---|---|
committer | Philip Walls <malverian@gentoo.org> | 2003-10-30 15:38:05 +0000 |
commit | af5163d6f31e05831b6a9c72d73a117bcbf5f39c (patch) | |
tree | d2fa692575a911469319eb76144cc8edcdd7f282 /media-video/nvclock/files | |
parent | version bump, close #25779 (diff) | |
download | historical-af5163d6f31e05831b6a9c72d73a117bcbf5f39c.tar.gz historical-af5163d6f31e05831b6a9c72d73a117bcbf5f39c.tar.bz2 historical-af5163d6f31e05831b6a9c72d73a117bcbf5f39c.zip |
version bump, close #25779
Diffstat (limited to 'media-video/nvclock/files')
4 files changed, 1 insertions, 61 deletions
diff --git a/media-video/nvclock/files/0.6.2-configure.in.patch b/media-video/nvclock/files/0.6.2-configure.in.patch deleted file mode 100644 index ccf6fda5ebba..000000000000 --- a/media-video/nvclock/files/0.6.2-configure.in.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- nvclock0.6.2/configure.in 2003-01-31 15:51:27.000000000 -0500 -+++ configure.in 2003-02-10 16:00:25.000000000 -0500 -@@ -26,11 +26,27 @@ - GTK2_LIBS=$GTK_LIBS - - --AC_ARG_ENABLE(gtk, [ --disable-gtk Don't build the GTK GUI. ], \ -- enable_gtk=no, enable_gtk=yes) --AC_ARG_ENABLE(qt, [ --enable-qt Build Qt 2.x/3.x GUI, default=no. ], \ -- enable_qt=yes, enable_qt=no) -- -+AC_ARG_ENABLE(gtk, -+[ --disable-gtk Don't build the GTK GUI. ], -+[ -+ if test x$enableval = xno; then -+ enable_gtk=no -+ else -+ enable_gtk=yes -+ fi -+], -+enable_gtk=yes) -+ -+AC_ARG_ENABLE(qt, -+[ --enable-qt Build Qt 2.x/3.x GUI, default=no. ], -+[ -+ if test x$enableval = xno; then -+ enable_qt=no -+ else -+ enable_qt=yes -+ fi -+], -+enable_qt=no) - - dnl We will only compile one NVClock gtk binary, choose the latest version availible - if test x"$enable_gtk" = "xyes"; then -@@ -70,8 +86,8 @@ - no_qt=no - - elif test -r $QTDIR/include/qt.h; then -- QT_LIB_DIR=-L$(QTDIR)/lib -L$QTDIR -- QT_INC_DIR=-I$(QTDIR)/include -+ QT_LIB_DIR="$QTDIR/lib -L$QTDIR" -+ QT_INC_DIR="$QTDIR/include" - no_qt=no - - else diff --git a/media-video/nvclock/files/0.6.2-qt-version-check.patch b/media-video/nvclock/files/0.6.2-qt-version-check.patch deleted file mode 100644 index 4a18796b489e..000000000000 --- a/media-video/nvclock/files/0.6.2-qt-version-check.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- src/qt/qt_nvclock.moc.orig 2003-02-06 12:53:23.000000000 -0500 -+++ src/qt/qt_nvclock.moc 2003-02-06 12:53:29.000000000 -0500 -@@ -13,11 +13,6 @@ - #include <qapplication.h> - - #include <private/qucomextra_p.h> --#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 19) --#error "This file was generated using the moc from 3.0.5. It" --#error "cannot be used with the include files from this version of Qt." --#error "(The moc has changed too much.)" --#endif - - const char *CTabNVidia::className() const - { diff --git a/media-video/nvclock/files/digest-nvclock-0.6.2-r1 b/media-video/nvclock/files/digest-nvclock-0.6.2-r1 deleted file mode 100644 index 53bf20fb3795..000000000000 --- a/media-video/nvclock/files/digest-nvclock-0.6.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 dac2fc84ad104fc869b2f872d6e7fb71 nvclock0.6.2.tar.gz 86716 diff --git a/media-video/nvclock/files/digest-nvclock-0.7 b/media-video/nvclock/files/digest-nvclock-0.7 new file mode 100644 index 000000000000..15079aef2372 --- /dev/null +++ b/media-video/nvclock/files/digest-nvclock-0.7 @@ -0,0 +1 @@ +MD5 a3bb5ff1c2638317f1a69c7c2442b9e4 nvclock0.7.tar.gz 68966 |