pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip clean-up: remove qt4-gstreamer + qt4-libqtlua
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Tue Jul 5 18:52:23 2022 +0200
Changeset: 5676ab7800acd5b46a8298f02c7782b053c0cbab
Modified Files:
Makefile
Removed Files:
qt4-gstreamer/DESCR
qt4-gstreamer/Makefile
qt4-gstreamer/PLIST
qt4-gstreamer/TODO
qt4-gstreamer/buildlink3.mk
qt4-gstreamer/distinfo
qt4-gstreamer/options.mk
qt4-libqtlua/DESCR
qt4-libqtlua/Makefile
qt4-libqtlua/PLIST
qt4-libqtlua/TODO
qt4-libqtlua/buildlink3.mk
qt4-libqtlua/distinfo
qt4-libqtlua/patches/patch-CMakeLists.txt
qt4-libqtlua/patches/patch-src_CMakeLists.txt
qt4-libqtlua/patches/patch-tools_qtlua_CMakeLists.txt
qt4-libqtlua/patches/patch-tools_uic_CMakeLists.txt
Log Message:
wip clean-up: remove qt4-gstreamer + qt4-libqtlua
Qt4 EOL 2015.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5676ab7800acd5b46a8298f02c7782b053c0cbab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 -
qt4-gstreamer/DESCR | 16 ---
qt4-gstreamer/Makefile | 45 -------
qt4-gstreamer/PLIST | 132 ---------------------
qt4-gstreamer/TODO | 2 -
qt4-gstreamer/buildlink3.mk | 21 ----
qt4-gstreamer/distinfo | 5 -
qt4-gstreamer/options.mk | 25 ----
qt4-libqtlua/DESCR | 10 --
qt4-libqtlua/Makefile | 22 ----
qt4-libqtlua/PLIST | 84 -------------
qt4-libqtlua/TODO | 3 -
qt4-libqtlua/buildlink3.mk | 16 ---
qt4-libqtlua/distinfo | 9 --
qt4-libqtlua/patches/patch-CMakeLists.txt | 29 -----
qt4-libqtlua/patches/patch-src_CMakeLists.txt | 41 -------
.../patches/patch-tools_qtlua_CMakeLists.txt | 12 --
.../patches/patch-tools_uic_CMakeLists.txt | 12 --
18 files changed, 486 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 9f1a5d1b69..e060eb1d91 100644
--- a/Makefile
+++ b/Makefile
@@ -4958,8 +4958,6 @@ SUBDIR+= qrq
SUBDIR+= qstat
SUBDIR+= qstat214
SUBDIR+= qt-openzwave
-SUBDIR+= qt4-gstreamer
-SUBDIR+= qt4-libqtlua
SUBDIR+= qt5-libqtlua
SUBDIR+= qt5-qjson
SUBDIR+= qt5-qtbase-git
diff --git a/qt4-gstreamer/DESCR b/qt4-gstreamer/DESCR
deleted file mode 100644
index 25f0ae943e..0000000000
--- a/qt4-gstreamer/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-QtGStreamer is a set of libraries and plugins providing C++ bindings for
-GStreamer with a Qt-style API plus some helper classes for integrating GStreamer
-better in Qt applications.
-
-Currently, it consists of the following parts:
-
-* QtGLib - Library providing C++/Qt bindings for parts of the GLib and GObject
- APIs, a base on which QtGStreamer is built.
-* QtGStreamer - Library providing C++/Qt bindings for GStreamer
-* QtGStreamerUi - Library providing integration with QtGui.
-* QtGStreamerUtils - Library providing some high level utility classes.
-
-In addition, it provides GStreamer elements for drawing video on widgets,
-graphics items and QML items.
-
-This is the Qt4 version of qt-gstreamer.
diff --git a/qt4-gstreamer/Makefile b/qt4-gstreamer/Makefile
deleted file mode 100644
index c649b77daa..0000000000
--- a/qt4-gstreamer/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/01/01 04:57:59 othyro Exp $
-#
-
-DISTNAME= qt-gstreamer-0.10.3
-PKGNAME= ${DISTNAME:S/qt/qt4/1}
-CATEGORIES= multimedia x11
-MASTER_SITES= https://gstreamer.freedesktop.org/data/src/qt-gstreamer/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://gstreamer.freedesktop.org/data/src/qt-gstreamer/
-COMMENT= C++ bindings (libraries and plugins) for GStreamer with a Qt-style API
-LICENSE= gnu-lgpl-v2.1
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-USE_TOOLS+= gmake pkg-config
-USE_CMAKE= yes
-USE_LANGUAGES= c c++
-GCC_REQD= 4.5
-
-PKGCONFIG_OVERRIDE+= src/QGlib/QtGLib-2.0.pc.in
-PKGCONFIG_OVERRIDE+= src/QGst/QtGStreamer-0.10.pc.in
-PKGCONFIG_OVERRIDE+= src/QGst/QtGStreamerUtils-0.10.pc.in
-PKGCONFIG_OVERRIDE+= src/QGst/QtGStreamerUi-0.10.pc.in
-
-.include "options.mk"
-
-CMAKE_ARGS+= -DQTGSTREAMER_EXAMPLES=ON -DUSE_GST_PLUGIN_DIR=ON
-CMAKE_ARGS+= -DQTGSTREAMER_CODEGEN=OFF # XXX breaks cross-compile
-CMAKE_ARGS+= -DUSE_QT_PLUGIN_DIR=OFF
-CXXFLAGS+= -std=c++0x
-
-BUILDLINK_ABI_DEPENDS.boost-headers+= boost-headers>=1.39
-.include "../../devel/boost-headers/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.qt4-libs+= qt4-libs>=4.7
-.include "../../x11/qt4-libs/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.36
-.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.33
-.include "../../multimedia/gstreamer0.10/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../x11/libICE/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/qt4-gstreamer/PLIST b/qt4-gstreamer/PLIST
deleted file mode 100644
index ff734b05e5..0000000000
--- a/qt4-gstreamer/PLIST
+++ /dev/null
@@ -1,132 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/01 04:57:59 othyro Exp $
-include/QtGStreamer/QGlib/Connect
-include/QtGStreamer/QGlib/Error
-include/QtGStreamer/QGlib/Global
-include/QtGStreamer/QGlib/Init
-include/QtGStreamer/QGlib/Object
-include/QtGStreamer/QGlib/ParamSpec
-include/QtGStreamer/QGlib/Quark
-include/QtGStreamer/QGlib/RefPointer
-include/QtGStreamer/QGlib/Signal
-include/QtGStreamer/QGlib/Type
-include/QtGStreamer/QGlib/Value
-include/QtGStreamer/QGlib/connect.h
-include/QtGStreamer/QGlib/connectimpl.h
-include/QtGStreamer/QGlib/emitimpl.h
-include/QtGStreamer/QGlib/error.h
-include/QtGStreamer/QGlib/global.h
-include/QtGStreamer/QGlib/init.h
-include/QtGStreamer/QGlib/object.h
-include/QtGStreamer/QGlib/paramspec.h
-include/QtGStreamer/QGlib/qglib_signal.h
-include/QtGStreamer/QGlib/quark.h
-include/QtGStreamer/QGlib/refpointer.h
-include/QtGStreamer/QGlib/type.h
-include/QtGStreamer/QGlib/value.h
-include/QtGStreamer/QGlib/wrap.h
-include/QtGStreamer/QGst/Bin
-include/QtGStreamer/QGst/Buffer
-include/QtGStreamer/QGst/BufferList
-include/QtGStreamer/QGst/Bus
-include/QtGStreamer/QGst/Caps
-include/QtGStreamer/QGst/ChildProxy
-include/QtGStreamer/QGst/Clock
-include/QtGStreamer/QGst/ClockTime
-include/QtGStreamer/QGst/ColorBalance
-include/QtGStreamer/QGst/Discoverer
-include/QtGStreamer/QGst/DoubleRange
-include/QtGStreamer/QGst/Element
-include/QtGStreamer/QGst/ElementFactory
-include/QtGStreamer/QGst/Event
-include/QtGStreamer/QGst/Fourcc
-include/QtGStreamer/QGst/Fraction
-include/QtGStreamer/QGst/FractionRange
-include/QtGStreamer/QGst/GhostPad
-include/QtGStreamer/QGst/Global
-include/QtGStreamer/QGst/Init
-include/QtGStreamer/QGst/Int64Range
-include/QtGStreamer/QGst/IntRange
-include/QtGStreamer/QGst/Message
-include/QtGStreamer/QGst/MiniObject
-include/QtGStreamer/QGst/Object
-include/QtGStreamer/QGst/Pad
-include/QtGStreamer/QGst/Parse
-include/QtGStreamer/QGst/Pipeline
-include/QtGStreamer/QGst/PluginFeature
-include/QtGStreamer/QGst/PropertyProbe
-include/QtGStreamer/QGst/Query
-include/QtGStreamer/QGst/StreamVolume
-include/QtGStreamer/QGst/Structure
-include/QtGStreamer/QGst/TagList
-include/QtGStreamer/QGst/Ui/GraphicsVideoSurface
-include/QtGStreamer/QGst/Ui/GraphicsVideoWidget
-include/QtGStreamer/QGst/Ui/VideoWidget
-include/QtGStreamer/QGst/Ui/global.h
-include/QtGStreamer/QGst/Ui/graphicsvideosurface.h
-include/QtGStreamer/QGst/Ui/graphicsvideowidget.h
-include/QtGStreamer/QGst/Ui/videowidget.h
-include/QtGStreamer/QGst/UriHandler
-include/QtGStreamer/QGst/Utils/ApplicationSink
-include/QtGStreamer/QGst/Utils/ApplicationSource
-include/QtGStreamer/QGst/Utils/applicationsink.h
-include/QtGStreamer/QGst/Utils/applicationsource.h
-include/QtGStreamer/QGst/Utils/global.h
-include/QtGStreamer/QGst/VideoOrientation
-include/QtGStreamer/QGst/XOverlay
-include/QtGStreamer/QGst/bin.h
-include/QtGStreamer/QGst/buffer.h
-include/QtGStreamer/QGst/bufferlist.h
-include/QtGStreamer/QGst/bus.h
-include/QtGStreamer/QGst/caps.h
-include/QtGStreamer/QGst/childproxy.h
-include/QtGStreamer/QGst/clock.h
-include/QtGStreamer/QGst/clocktime.h
-include/QtGStreamer/QGst/colorbalance.h
-include/QtGStreamer/QGst/discoverer.h
-include/QtGStreamer/QGst/element.h
-include/QtGStreamer/QGst/elementfactory.h
-include/QtGStreamer/QGst/enums.h
-include/QtGStreamer/QGst/event.h
-include/QtGStreamer/QGst/ghostpad.h
-include/QtGStreamer/QGst/global.h
-include/QtGStreamer/QGst/init.h
-include/QtGStreamer/QGst/message.h
-include/QtGStreamer/QGst/miniobject.h
-include/QtGStreamer/QGst/object.h
-include/QtGStreamer/QGst/pad.h
-include/QtGStreamer/QGst/parse.h
-include/QtGStreamer/QGst/pipeline.h
-include/QtGStreamer/QGst/pluginfeature.h
-include/QtGStreamer/QGst/propertyprobe.h
-include/QtGStreamer/QGst/query.h
-include/QtGStreamer/QGst/streamvolume.h
-include/QtGStreamer/QGst/structs.h
-include/QtGStreamer/QGst/structure.h
-include/QtGStreamer/QGst/taglist.h
-include/QtGStreamer/QGst/urihandler.h
-include/QtGStreamer/QGst/videoorientation.h
-include/QtGStreamer/QGst/xoverlay.h
-lib/cmake/QtGStreamer/QtGStreamerConfig.cmake
-lib/cmake/QtGStreamer/QtGStreamerConfigCommon.cmake
-lib/cmake/QtGStreamer/QtGStreamerConfigVersion.cmake
-lib/cmake/QtGStreamer/QtGStreamerTargets-release.cmake
-lib/cmake/QtGStreamer/QtGStreamerTargets.cmake
-lib/gstreamer-0.10/libgstqtvideosink.so
-lib/libQtGLib-2.0.so
-lib/libQtGLib-2.0.so.0
-lib/libQtGLib-2.0.so.${PKGVERSION}
-lib/libQtGStreamer-0.10.so
-lib/libQtGStreamer-0.10.so.0
-lib/libQtGStreamer-0.10.so.${PKGVERSION}
-lib/libQtGStreamerUi-0.10.so
-lib/libQtGStreamerUi-0.10.so.0
-lib/libQtGStreamerUi-0.10.so.${PKGVERSION}
-lib/libQtGStreamerUtils-0.10.so
-lib/libQtGStreamerUtils-0.10.so.0
-lib/libQtGStreamerUtils-0.10.so.${PKGVERSION}
-lib/pkgconfig/QtGLib-2.0.pc
-lib/pkgconfig/QtGStreamer-0.10.pc
-lib/pkgconfig/QtGStreamerUi-0.10.pc
-lib/pkgconfig/QtGStreamerUtils-0.10.pc
-lib/qt4/imports/QtGStreamer/libQtGStreamerQuick1.so
-lib/qt4/imports/QtGStreamer/qmldir
diff --git a/qt4-gstreamer/TODO b/qt4-gstreamer/TODO
deleted file mode 100644
index b18c0883fc..0000000000
--- a/qt4-gstreamer/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-Find some way to disable doxygen.
-Build a common qt-gstreamer package that can be used for Qt4 and Qt5.
diff --git a/qt4-gstreamer/buildlink3.mk b/qt4-gstreamer/buildlink3.mk
deleted file mode 100644
index f888414f1b..0000000000
--- a/qt4-gstreamer/buildlink3.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/05/12 01:12:32 othyro Exp $
-
-BUILDLINK_TREE+= qt4-gstreamer
-
-.if !defined(QT4_GSTREAMER_BUILDLINK3_MK)
-QT4_GSTREAMER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.qt4-gstreamer+= qt4-gstreamer>=0.10.2
-BUILDLINK_PKGSRCDIR.qt4-gstreamer?= ../../wip/qt4-gstreamer
-
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
-.include "../../multimedia/gstreamer0.10/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../x11/libICE/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.endif # QT4_GSTREAMER_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -qt4-gstreamer
diff --git a/qt4-gstreamer/distinfo b/qt4-gstreamer/distinfo
deleted file mode 100644
index faab79d084..0000000000
--- a/qt4-gstreamer/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2014/01/01 04:57:59 othyro Exp $
-
-RMD160 (qt-gstreamer-0.10.3.tar.gz) = e2866248630ce810044d95843368595084151fc6
-SHA512 (qt-gstreamer-0.10.3.tar.gz) = 3e89f7b237413d296a6f7946914f58dfeceeae254755d2b8dae148eeb892eae4778229cc6df955f6c367a9871ed3da471fe995ccab331ed4475ffd4aac3b2dfa
-Size (qt-gstreamer-0.10.3.tar.gz) = 357691 bytes
diff --git a/qt4-gstreamer/options.mk b/qt4-gstreamer/options.mk
deleted file mode 100644
index d626635f4e..0000000000
--- a/qt4-gstreamer/options.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2013/05/12 01:12:32 othyro Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.qt-gstreamer
-PKG_SUPPORTED_OPTIONS= debug static tests # XXX doc
-PKG_SUGGESTED_OPTIONS+= tests
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdebug)
-CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug
-.else
-CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
-.endif
-
-.if !empty(PKG_OPTIONS:Mstatic)
-CMAKE_ARGS+= -DQTGSTREAMER_STATIC=ON
-.else
-CMAKE_ARGS+= -DQTGSTREAMER_STATIC=OFF
-.endif
-
-.if !empty(PKG_OPTIONS:Mtests)
-CMAKE_ARGS+= -DQTGSTREAMER_TESTS=ON
-.else
-CMAKE_ARGS+= -DQTGSTREAMER_TESTS=OFF
-.endif
diff --git a/qt4-libqtlua/DESCR b/qt4-libqtlua/DESCR
deleted file mode 100644
index 63055c44e8..0000000000
--- a/qt4-libqtlua/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-The QtLua library aims to make Qt4 applications scriptable using the
-Lua scripting language. It is an alternative to the QtScript module.
-
-QtLua does not generate or use generated binding code for Qt. Instead it
-provides useful C++ wrapper classes to make C++ and lua objects
-accessible from both lua and C++. It takes advantages of the Qt meta
-object system to expose QObject members to lua scripts.
-
-QtLua is not designed to develop an application in pure Lua but rather
-to extend a Qt C++ application using Lua as scripting language.
diff --git a/qt4-libqtlua/Makefile b/qt4-libqtlua/Makefile
deleted file mode 100644
index 2878870de5..0000000000
--- a/qt4-libqtlua/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/10/15 17:53:35 nros Exp $
-
-DISTNAME= libqtlua-2.0
-PKGNAME= qt4-${DISTNAME}
-CATEGORIES= x11
-MASTER_SITES= http://download.savannah.gnu.org/releases/libqtlua/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.nongnu.org/libqtlua/
-COMMENT= Lua alternative to the QtScript module
-LICENSE= gnu-gpl-v3 OR gnu-lgpl-v3
-
-USE_CMAKE= yes
-USE_LANGUAGES= c c++
-
-CMAKE_ARGS+= -DINSTALL_BIN=${QTDIR}/bin
-CMAKE_ARGS+= -DINSTALL_INC=${QTDIR}/include
-CMAKE_ARGS+= -DINSTALL_LIB=${QTDIR}/lib
-
-.include "../../lang/lua51/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/qt4-libqtlua/PLIST b/qt4-libqtlua/PLIST
deleted file mode 100644
index 840ffbc7e5..0000000000
--- a/qt4-libqtlua/PLIST
+++ /dev/null
@@ -1,84 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/10/15 17:53:35 nros Exp $
-qt4/bin/qtlua
-qt4/bin/qtlua_uic
-qt4/include/QtLua/ArrayProxy
-qt4/include/QtLua/Console
-qt4/include/QtLua/DispatchProxy
-qt4/include/QtLua/Function
-qt4/include/QtLua/ItemViewDialog
-qt4/include/QtLua/Iterator
-qt4/include/QtLua/LuaModel
-qt4/include/QtLua/MetaType
-qt4/include/QtLua/Plugin
-qt4/include/QtLua/QHashProxy
-qt4/include/QtLua/QLinkedListProxy
-qt4/include/QtLua/QListProxy
-qt4/include/QtLua/QVectorProxy
-qt4/include/QtLua/Ref
-qt4/include/QtLua/State
-qt4/include/QtLua/String
-qt4/include/QtLua/TableGridModel
-qt4/include/QtLua/TableTreeModel
-qt4/include/QtLua/UserData
-qt4/include/QtLua/UserItem
-qt4/include/QtLua/UserItemModel
-qt4/include/QtLua/UserItemSelectionModel
-qt4/include/QtLua/UserListItem
-qt4/include/QtLua/UserObject
-qt4/include/QtLua/Value
-qt4/include/QtLua/ValueBase
-qt4/include/QtLua/ValueRef
-qt4/include/QtLua/qtluaarrayproxy.hh
-qt4/include/QtLua/qtluaarrayproxy.hxx
-qt4/include/QtLua/qtluaconsole.hh
-qt4/include/QtLua/qtluaconsole.hxx
-qt4/include/QtLua/qtluadispatchproxy.hh
-qt4/include/QtLua/qtluadispatchproxy.hxx
-qt4/include/QtLua/qtluafunction.hh
-qt4/include/QtLua/qtluafunction.hxx
-qt4/include/QtLua/qtluaitemviewdialog.hh
-qt4/include/QtLua/qtluaitemviewdialog.hxx
-qt4/include/QtLua/qtluaiterator.hh
-qt4/include/QtLua/qtluaiterator.hxx
-qt4/include/QtLua/qtlualuamodel.hh
-qt4/include/QtLua/qtlualuamodel.hxx
-qt4/include/QtLua/qtluametatype.hh
-qt4/include/QtLua/qtluametatype.hxx
-qt4/include/QtLua/qtluaplugin.hh
-qt4/include/QtLua/qtluaplugin.hxx
-qt4/include/QtLua/qtluaqhashproxy.hh
-qt4/include/QtLua/qtluaqhashproxy.hxx
-qt4/include/QtLua/qtluaqlinkedlistproxy.hh
-qt4/include/QtLua/qtluaqlinkedlistproxy.hxx
-qt4/include/QtLua/qtluaqlistproxy.hh
-qt4/include/QtLua/qtluaqlistproxy.hxx
-qt4/include/QtLua/qtluaqvectorproxy.hh
-qt4/include/QtLua/qtluaqvectorproxy.hxx
-qt4/include/QtLua/qtluaref.hh
-qt4/include/QtLua/qtluastate.hh
-qt4/include/QtLua/qtluastate.hxx
-qt4/include/QtLua/qtluastring.hh
-qt4/include/QtLua/qtluastring.hxx
-qt4/include/QtLua/qtluatablegridmodel.hh
-qt4/include/QtLua/qtluatablegridmodel.hxx
-qt4/include/QtLua/qtluatabletreemodel.hh
-qt4/include/QtLua/qtluatabletreemodel.hxx
-qt4/include/QtLua/qtluauserdata.hh
-qt4/include/QtLua/qtluauserdata.hxx
-qt4/include/QtLua/qtluauseritem.hh
-qt4/include/QtLua/qtluauseritem.hxx
-qt4/include/QtLua/qtluauseritemmodel.hh
-qt4/include/QtLua/qtluauseritemmodel.hxx
-qt4/include/QtLua/qtluauseritemselectionmodel.hh
-qt4/include/QtLua/qtluauseritemselectionmodel.hxx
-qt4/include/QtLua/qtluauserlistitem.hh
-qt4/include/QtLua/qtluauserlistitem.hxx
-qt4/include/QtLua/qtluauserobject.hh
-qt4/include/QtLua/qtluauserobject.hxx
-qt4/include/QtLua/qtluavalue.hh
-qt4/include/QtLua/qtluavalue.hxx
-qt4/include/QtLua/qtluavaluebase.hh
-qt4/include/QtLua/qtluavaluebase.hxx
-qt4/include/QtLua/qtluavalueref.hh
-qt4/include/QtLua/qtluavalueref.hxx
-qt4/lib/libqtlua.so
diff --git a/qt4-libqtlua/TODO b/qt4-libqtlua/TODO
deleted file mode 100644
index 73356aeea8..0000000000
--- a/qt4-libqtlua/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-Needs testing I have no app that uses this library.
-Is x11 the right category for this package?
-is the buildlink file correct?
diff --git a/qt4-libqtlua/buildlink3.mk b/qt4-libqtlua/buildlink3.mk
deleted file mode 100644
index 26abbc5d50..0000000000
--- a/qt4-libqtlua/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/10/15 17:53:35 nros Exp $
-#
-
-BUILDLINK_TREE+= qt4-libqtlua
-
-.if !defined(QT4_LIBQTLUA_BUILDLINK3_MK)
-QT4_LIBQTLUA_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.qt4-libqtlua+= qt4-libqtlua>=2.0
-BUILDLINK_PKGSRCDIR.qt4-libqtlua?= ../../wip/qt4-libqtlua
-
-.include "../../lang/lua51/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.endif # QT4_LIBQTLUA_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -qt4-libqtlua
diff --git a/qt4-libqtlua/distinfo b/qt4-libqtlua/distinfo
deleted file mode 100644
index b7659478ba..0000000000
--- a/qt4-libqtlua/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/10/15 17:53:35 nros Exp $
-
-RMD160 (libqtlua-2.0.tar.gz) = 8176172897c2c74ed6510158443f6383eb85a220
-SHA512 (libqtlua-2.0.tar.gz) = a2c2c501c077a5c1f06057f59c21c9fc68c8f55308996906efd9d782c62212fa016d14d562eb5ce1659b1bf2e7f36dd93c027b67494b9ac1d05f8c494cf8570b
-Size (libqtlua-2.0.tar.gz) = 1084803 bytes
-SHA1 (patch-CMakeLists.txt) = 4d054bf8f72621146a5154206de47587ad96ed75
-SHA1 (patch-src_CMakeLists.txt) = 5d293a1fa53bcb46bb1309bd0282ad77452bd6ac
-SHA1 (patch-tools_qtlua_CMakeLists.txt) = 5620632d05caa3264c93d391111607e5fb90ad60
-SHA1 (patch-tools_uic_CMakeLists.txt) = e68ba05a87296efa58a390ab1bc4ea9399518ad0
diff --git a/qt4-libqtlua/patches/patch-CMakeLists.txt b/qt4-libqtlua/patches/patch-CMakeLists.txt
deleted file mode 100644
index fae02b64f6..0000000000
--- a/qt4-libqtlua/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2014/10/15 17:53:35 nros Exp $
-Use Qt4 instead of Qt5
---- CMakeLists.txt.orig 2013-03-31 17:04:59.000000000 +0000
-+++ CMakeLists.txt
-@@ -13,16 +13,16 @@ SET(INSTALL_LIB lib CACHE PATH "Where to
- SET(INSTALL_INC include CACHE PATH "Where to install headers to.")
-
- # Find Qt4
--# SET(QT_USE_QTUITOOLS 1)
--# SET(QT_USE_QTXML 1)
--# FIND_PACKAGE(Qt4 REQUIRED)
--# INCLUDE(${QT_USE_FILE})
-+ SET(QT_USE_QTUITOOLS 1)
-+ SET(QT_USE_QTXML 1)
-+ FIND_PACKAGE(Qt4 REQUIRED)
-+ INCLUDE(${QT_USE_FILE})
-
- # Find Qt5
-- SET(CMAKE_INCLUDE_CURRENT_DIR ON)
-- FIND_PACKAGE(Qt5Widgets)
-- FIND_PACKAGE(Qt5Core)
-- FIND_PACKAGE(Qt5Xml)
-+# SET(CMAKE_INCLUDE_CURRENT_DIR ON)
-+# FIND_PACKAGE(Qt5Widgets)
-+# FIND_PACKAGE(Qt5Core)
-+# FIND_PACKAGE(Qt5Xml)
- # SET(CMAKE_AUTOMOC ON)
-
- # Find Lua
diff --git a/qt4-libqtlua/patches/patch-src_CMakeLists.txt b/qt4-libqtlua/patches/patch-src_CMakeLists.txt
deleted file mode 100644
index ffe0653955..0000000000
--- a/qt4-libqtlua/patches/patch-src_CMakeLists.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-$NetBSD: patch-src_CMakeLists.txt,v 1.1 2014/10/15 17:53:35 nros Exp $
-use macros from FindQt4 instead of FindQt5
---- src/CMakeLists.txt.orig 2013-03-30 14:27:13.000000000 +0000
-+++ src/CMakeLists.txt
-@@ -3,15 +3,15 @@ SET(QTLUA_LIB_SRCS )
-
- # Generate moc files
-
--QT5_WRAP_CPP(MOC_OUTFILES QtLua/qtluaconsole.hh OPTIONS -fQtLua/Console)
--QT5_WRAP_CPP(MOC_OUTFILES QtLua/qtluauseritemselectionmodel.hh OPTIONS -fQtLua/UserItemSelectionModel)
--QT5_WRAP_CPP(MOC_OUTFILES QtLua/qtluauseritemmodel.hh OPTIONS -fQtLua/UserItemModel)
--QT5_WRAP_CPP(MOC_OUTFILES QtLua/qtlualuamodel.hh OPTIONS -fQtLua/LuaModel)
--QT5_WRAP_CPP(MOC_OUTFILES QtLua/qtluatabletreemodel.hh OPTIONS -fQtLua/TableTreeModel)
--QT5_WRAP_CPP(MOC_OUTFILES QtLua/qtluaitemviewdialog.hh OPTIONS -fQtLua/ItemViewDialog)
--QT5_WRAP_CPP(MOC_OUTFILES QtLua/qtluatablegridmodel.hh OPTIONS -fQtLua/TableGridModel)
--QT5_WRAP_CPP(MOC_OUTFILES QtLua/qtluastate.hh OPTIONS -fQtLua/State)
--QT5_WRAP_CPP(MOC_OUTFILES qtluaqtlib.hh)
-+QT4_WRAP_CPP(MOC_OUTFILES QtLua/qtluaconsole.hh OPTIONS -fQtLua/Console)
-+QT4_WRAP_CPP(MOC_OUTFILES QtLua/qtluauseritemselectionmodel.hh OPTIONS -fQtLua/UserItemSelectionModel)
-+QT4_WRAP_CPP(MOC_OUTFILES QtLua/qtluauseritemmodel.hh OPTIONS -fQtLua/UserItemModel)
-+QT4_WRAP_CPP(MOC_OUTFILES QtLua/qtlualuamodel.hh OPTIONS -fQtLua/LuaModel)
-+QT4_WRAP_CPP(MOC_OUTFILES QtLua/qtluatabletreemodel.hh OPTIONS -fQtLua/TableTreeModel)
-+QT4_WRAP_CPP(MOC_OUTFILES QtLua/qtluaitemviewdialog.hh OPTIONS -fQtLua/ItemViewDialog)
-+QT4_WRAP_CPP(MOC_OUTFILES QtLua/qtluatablegridmodel.hh OPTIONS -fQtLua/TableGridModel)
-+QT4_WRAP_CPP(MOC_OUTFILES QtLua/qtluastate.hh OPTIONS -fQtLua/State)
-+QT4_WRAP_CPP(MOC_OUTFILES qtluaqtlib.hh)
-
- ADD_LIBRARY(qtlua SHARED
-
-@@ -34,9 +34,9 @@ ADD_LIBRARY(qtlua SHARED
-
- ${MOC_OUTFILES})
-
--QT5_USE_MODULES(qtlua Widgets Core)
-+QT4_USE_MODULES(qtlua Gui Core)
-
--TARGET_LINK_LIBRARIES(qtlua ${QT_LIBRARIES} ${LUA_LIBRARIES})
-+TARGET_LINK_LIBRARIES(qtlua ${QT4_LIBRARIES} ${LUA_LIBRARIES})
-
- INSTALL(TARGETS qtlua
- LIBRARY DESTINATION ${INSTALL_LIB}
diff --git a/qt4-libqtlua/patches/patch-tools_qtlua_CMakeLists.txt b/qt4-libqtlua/patches/patch-tools_qtlua_CMakeLists.txt
deleted file mode 100644
index 9ce6248727..0000000000
--- a/qt4-libqtlua/patches/patch-tools_qtlua_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-tools_qtlua_CMakeLists.txt,v 1.1 2014/10/15 17:53:35 nros Exp $
-use macros from FindQt4 instead of FindQt5
---- tools/qtlua/CMakeLists.txt.orig 2013-03-30 14:27:13.000000000 +0000
-+++ tools/qtlua/CMakeLists.txt
-@@ -1,6 +1,6 @@
-
- ADD_EXECUTABLE(qtlua_app qtlua.cc )
--QT5_USE_MODULES(qtlua_app Widgets Core)
-+QT4_USE_MODULES(qtlua_app Gui Core)
-
- TARGET_LINK_LIBRARIES(qtlua_app qtlua)
- SET_TARGET_PROPERTIES(qtlua_app PROPERTIES OUTPUT_NAME qtlua CLEAN_DIRECT_OUTPUT 1)
diff --git a/qt4-libqtlua/patches/patch-tools_uic_CMakeLists.txt b/qt4-libqtlua/patches/patch-tools_uic_CMakeLists.txt
deleted file mode 100644
index 02d0277591..0000000000
--- a/qt4-libqtlua/patches/patch-tools_uic_CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-tools_uic_CMakeLists.txt,v 1.1 2014/10/15 17:53:35 nros Exp $
-use macros from FindQt4 instead of FindQt5
---- tools/uic/CMakeLists.txt.orig 2013-03-30 14:27:13.000000000 +0000
-+++ tools/uic/CMakeLists.txt
-@@ -1,6 +1,6 @@
-
- ADD_EXECUTABLE(qtlua_uic qtlua_uic.cc )
--QT5_USE_MODULES(qtlua_uic Widgets Core Xml)
-+QT4_USE_MODULES(qtlua_uic Gui Core Xml)
-
- TARGET_LINK_LIBRARIES(qtlua_uic qtlua)
-
Home |
Main Index |
Thread Index |
Old Index