mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Remove obsolete ports
This commit is contained in:
parent
03dd9098da
commit
fa6ab4ab22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313054
2
MOVED
2
MOVED
@ -4074,3 +4074,5 @@ german/MT|www/MT|2013-02-23|Remove, because it was merged into main www/MT
|
||||
dns/p5-Net-DNS-ZoneFile||2013-02-25|Now bundled with dns/p5-Net-DNS
|
||||
textproc/stardict2-rptts|textproc/stardict-rptts|2013-02-25|Renamed
|
||||
audio/laudio|audio/linux-laudio|2013-02-27|Renamed (Linux binary port)
|
||||
multimedia/qt4-phonon||2013-02-27|Has expired: Qt4 uses multimedia/phonon
|
||||
multimedia/qt4-phonon-gst||2013-02-27|Has expired: Qt4 uses multimedia/phonon-gstreamer
|
||||
|
@ -218,18 +218,10 @@ opengl_DEPENDS= ${QT_LIBDIR}/libQtOpenGL.so
|
||||
pixeltool_PORT= graphics/qt4-pixeltool
|
||||
pixeltool_DEPENDS= ${QT_PREFIX}/bin/pixeltool
|
||||
|
||||
.if !defined(WITH_QT_PHONON)
|
||||
phonon_PORT= multimedia/phonon
|
||||
.else
|
||||
phonon_PORT= multimedia/qt4-phonon
|
||||
.endif
|
||||
phonon_DEPENDS= ${QT_LIBDIR}/libphonon.so
|
||||
|
||||
.if !defined(WITH_QT_PHONON)
|
||||
phonon-gst_PORT= multimedia/phonon-gstreamer
|
||||
.else
|
||||
phonon-gst_PORT= multimedia/qt4-phonon-gst
|
||||
.endif
|
||||
phonon-gst_DEPENDS= ${QT_PLUGINDIR}/phonon_backend/libphonon_gstreamer.so
|
||||
|
||||
porting_PORT= devel/qt4-porting
|
||||
|
@ -291,8 +291,6 @@
|
||||
SUBDIR += qmmp-plugin-pack
|
||||
SUBDIR += qt-faststart
|
||||
SUBDIR += qt4-multimedia
|
||||
SUBDIR += qt4-phonon
|
||||
SUBDIR += qt4-phonon-gst
|
||||
SUBDIR += quark
|
||||
SUBDIR += quodlibet
|
||||
SUBDIR += quvi
|
||||
|
@ -1,64 +0,0 @@
|
||||
# New ports collection makefile for: qt4-phonon-gst
|
||||
# Date created: Mon May 12 15:33:12 CEST 2008
|
||||
# Whom: danny@ricin.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= phonon
|
||||
DISTVERSION= ${QT4_VERSION}
|
||||
CATEGORIES?= multimedia
|
||||
PKGNAMEPREFIX= qt4-
|
||||
PKGNAMESUFFIX= -gst
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt4 multimedia framework, gstreamer backend
|
||||
|
||||
DEPRECATED= Outdated, use multimedia/phonon-gstreamer
|
||||
EXPIRATION_DATE= 2013-02-28
|
||||
|
||||
USE_QT4= qmake_build moc_build corelib gui phonon opengl dbus
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
|
||||
USE_GSTREAMER= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
ALL_TARGET= first
|
||||
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/activeqt src/dbus src/multimedia src/network src/openvg \
|
||||
src/qt3support src/s60installs src/s60main src/script \
|
||||
src/scripttools src/sql src/svg src/testlib src/tools \
|
||||
src/winmain src/xml src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \
|
||||
src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}/gstreamer
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
WITH_QT_PHONON= yes
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_QT_PHONON)
|
||||
IGNORE= conflicts with multimedia/phonon-gstreamer. Define WITH_QT_PHONON to install Qt 4 phonon
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
${ECHO_CMD} "DEFINES+= QT_OPENGL" >> ${BUILD_WRKSRC}/gstreamer.pro
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,28 +0,0 @@
|
||||
--- ./src/3rdparty/phonon/gstreamer/artssink.h.orig 2011-06-28 01:58:24.379076184 +0200
|
||||
+++ ./src/3rdparty/phonon/gstreamer/artssink.h 2011-06-28 01:58:41.639013768 +0200
|
||||
@@ -40,9 +40,6 @@
|
||||
#define GST_IS_ARTS_SINK(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_ARTS_SINK))
|
||||
#define GST_IS_ARTS_SINK_CLASS(klass)(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_ARTS_SINK))
|
||||
|
||||
-typedef struct _ArtsSink ArtsSink;
|
||||
-typedef struct _ArtsSinkClass ArtsSinkClass;
|
||||
-
|
||||
enum arts_parameter_t_enum {
|
||||
ARTS_P_BUFFER_SIZE = 1,
|
||||
ARTS_P_BUFFER_TIME = 2,
|
||||
@@ -65,6 +62,7 @@
|
||||
int channels;
|
||||
int bytes_per_sample;
|
||||
};
|
||||
+typedef struct _ArtsSink ArtsSink;
|
||||
|
||||
struct GConfClient;
|
||||
struct GError;
|
||||
@@ -78,6 +76,7 @@
|
||||
struct _ArtsSinkClass {
|
||||
GstAudioSinkClass parent_class;
|
||||
};
|
||||
+typedef struct _ArtsSinkClass ArtsSinkClass;
|
||||
|
||||
GType arts_sink_get_type (void);
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
Qt is a C++ toolkit for application development. It lets application
|
||||
developers target all major operating systems with a single application
|
||||
source code.
|
||||
|
||||
Qt provides a platform-independent API to all central platform functionality:
|
||||
GUI, database access, networking, file handling, etc. The Qt library
|
||||
encapsulates the different APIs of different operating systems, providing
|
||||
the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
@ -1,4 +0,0 @@
|
||||
%%QT_PLUGINDIR_REL%%/phonon_backend/libphonon_gstreamer.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR_REL%%/phonon_backend/libphonon_gstreamer.so.debug
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%/phonon_backend
|
||||
@dirrmtry %%QT_PLUGINDIR_REL%%
|
@ -1,74 +0,0 @@
|
||||
# New ports collection makefile for: qt4-phonon
|
||||
# Date created: Mon May 12 15:33:12 CEST 2008
|
||||
# Whom: danny@ricin.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= phonon
|
||||
DISTVERSION= ${QT4_VERSION}
|
||||
CATEGORIES?= multimedia
|
||||
PKGNAMEPREFIX= qt4-
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt4 multimedia framework
|
||||
|
||||
DEPRECATED= Outdated, use multimedia/phonon
|
||||
EXPIRATION_DATE= 2013-02-28
|
||||
|
||||
CONFLICTS= phonon-4.*
|
||||
|
||||
USE_QT4= qmake_build moc_build corelib dbus gui xml
|
||||
QT_NONSTANDARD= yes
|
||||
QT_DIST= yes
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/qt4
|
||||
|
||||
ALL_TARGET= first
|
||||
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
DO_NOT_EXTRACT= demos doc examples mkspecs qmake tools translations \
|
||||
src/activeqt src/multimedia src/network src/opengl src/openvg \
|
||||
src/qt3support src/s60installs src/s60main src/script \
|
||||
src/scripttools src/sql src/svg src/testlib src/tools \
|
||||
src/winmain src/xmlpatterns src/3rdparty/clucene \
|
||||
src/3rdparty/freetype src/3rdparty/libjpeg src/3rdparty/libmng \
|
||||
src/3rdparty/libpng src/3rdparty/libtiff src/3rdparty/webkit
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.for dne in ${DO_NOT_EXTRACT}
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}'
|
||||
.endfor
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
|
||||
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
WITH_QT_PHONON= yes
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_QT_PHONON)
|
||||
IGNORE= conflicts with multimedia/phonon. Define WITH_QT_PHONON to install Qt 4 phonon
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
${MKDIR} ${WRKSRC}/mkspecs
|
||||
${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
|
||||
${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/bin/moc
|
||||
|
||||
pre-install:
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|${PREFIX}/lib/qt4/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
${BUILD_WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
|
||||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
${WRKSRC}/lib/pkgconfig/phonon.pc
|
||||
|
||||
post-install:
|
||||
${LN} -sf ${PREFIX}/include/qt4/phonon ${PREFIX}/include/qt4/Phonon
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,12 +0,0 @@
|
||||
Qt is a C++ toolkit for application development. It lets application
|
||||
developers target all major operating systems with a single application
|
||||
source code.
|
||||
|
||||
Qt provides a platform-independent API to all central platform functionality:
|
||||
GUI, database access, networking, file handling, etc. The Qt library
|
||||
encapsulates the different APIs of different operating systems, providing
|
||||
the application programmer with a single, common API for all operating systems.
|
||||
The native C APIs are encapsulated in a set of well-designed, fully
|
||||
object-oriented C++ classes.
|
||||
|
||||
WWW: http://qt.nokia.com/products/qt/index.html
|
@ -1,100 +0,0 @@
|
||||
include/qt4/Phonon
|
||||
include/qt4/phonon/AbstractAudioOutput
|
||||
include/qt4/phonon/AbstractMediaStream
|
||||
include/qt4/phonon/AbstractVideoOutput
|
||||
include/qt4/phonon/AddonInterface
|
||||
include/qt4/phonon/AudioCaptureDevice
|
||||
include/qt4/phonon/AudioCaptureDeviceModel
|
||||
include/qt4/phonon/AudioChannelDescription
|
||||
include/qt4/phonon/AudioChannelDescriptionModel
|
||||
include/qt4/phonon/AudioDataOutput
|
||||
include/qt4/phonon/AudioDataOutputInterface
|
||||
include/qt4/phonon/AudioOutput
|
||||
include/qt4/phonon/AudioOutputDevice
|
||||
include/qt4/phonon/AudioOutputDeviceModel
|
||||
include/qt4/phonon/AudioOutputInterface
|
||||
include/qt4/phonon/AudioOutputInterface40
|
||||
include/qt4/phonon/AudioOutputInterface42
|
||||
include/qt4/phonon/BackendCapabilities
|
||||
include/qt4/phonon/BackendInterface
|
||||
include/qt4/phonon/Effect
|
||||
include/qt4/phonon/EffectDescription
|
||||
include/qt4/phonon/EffectDescriptionModel
|
||||
include/qt4/phonon/EffectInterface
|
||||
include/qt4/phonon/EffectParameter
|
||||
include/qt4/phonon/EffectWidget
|
||||
include/qt4/phonon/Global
|
||||
include/qt4/phonon/GlobalConfig
|
||||
include/qt4/phonon/MediaController
|
||||
include/qt4/phonon/MediaNode
|
||||
include/qt4/phonon/MediaObject
|
||||
include/qt4/phonon/MediaObjectInterface
|
||||
include/qt4/phonon/MediaSource
|
||||
include/qt4/phonon/ObjectDescription
|
||||
include/qt4/phonon/ObjectDescriptionData
|
||||
include/qt4/phonon/ObjectDescriptionModel
|
||||
include/qt4/phonon/ObjectDescriptionModelData
|
||||
include/qt4/phonon/Path
|
||||
include/qt4/phonon/Phonon
|
||||
include/qt4/phonon/PlatformPlugin
|
||||
include/qt4/phonon/PulseSupport
|
||||
include/qt4/phonon/SeekSlider
|
||||
include/qt4/phonon/StreamInterface
|
||||
include/qt4/phonon/SubtitleDescription
|
||||
include/qt4/phonon/SubtitleDescriptionModel
|
||||
include/qt4/phonon/VideoPlayer
|
||||
include/qt4/phonon/VideoWidget
|
||||
include/qt4/phonon/VideoWidgetInterface
|
||||
include/qt4/phonon/VideoWidgetInterface44
|
||||
include/qt4/phonon/VideoWidgetInterfaceLatest
|
||||
include/qt4/phonon/VolumeFaderEffect
|
||||
include/qt4/phonon/VolumeFaderInterface
|
||||
include/qt4/phonon/VolumeSlider
|
||||
include/qt4/phonon/abstractaudiooutput.h
|
||||
include/qt4/phonon/abstractmediastream.h
|
||||
include/qt4/phonon/abstractvideooutput.h
|
||||
include/qt4/phonon/addoninterface.h
|
||||
include/qt4/phonon/audiodataoutput.h
|
||||
include/qt4/phonon/audiodataoutputinterface.h
|
||||
include/qt4/phonon/audiooutput.h
|
||||
include/qt4/phonon/audiooutputinterface.h
|
||||
include/qt4/phonon/backendcapabilities.h
|
||||
include/qt4/phonon/backendinterface.h
|
||||
include/qt4/phonon/effect.h
|
||||
include/qt4/phonon/effectinterface.h
|
||||
include/qt4/phonon/effectparameter.h
|
||||
include/qt4/phonon/effectwidget.h
|
||||
include/qt4/phonon/globalconfig.h
|
||||
include/qt4/phonon/mediacontroller.h
|
||||
include/qt4/phonon/medianode.h
|
||||
include/qt4/phonon/mediaobject.h
|
||||
include/qt4/phonon/mediaobjectinterface.h
|
||||
include/qt4/phonon/mediasource.h
|
||||
include/qt4/phonon/objectdescription.h
|
||||
include/qt4/phonon/objectdescriptionmodel.h
|
||||
include/qt4/phonon/path.h
|
||||
include/qt4/phonon/phonon
|
||||
include/qt4/phonon/phonon_export.h
|
||||
include/qt4/phonon/phonondefs.h
|
||||
include/qt4/phonon/phononnamespace.h
|
||||
include/qt4/phonon/platformplugin.h
|
||||
include/qt4/phonon/pulsesupport.h
|
||||
include/qt4/phonon/seekslider.h
|
||||
include/qt4/phonon/streaminterface.h
|
||||
include/qt4/phonon/videoplayer.h
|
||||
include/qt4/phonon/videowidget.h
|
||||
include/qt4/phonon/videowidgetinterface.h
|
||||
include/qt4/phonon/volumefadereffect.h
|
||||
include/qt4/phonon/volumefaderinterface.h
|
||||
include/qt4/phonon/volumeslider.h
|
||||
lib/qt4/libphonon.la
|
||||
lib/qt4/libphonon.prl
|
||||
lib/qt4/libphonon.so
|
||||
lib/qt4/libphonon.so.4
|
||||
lib/qt4/libphonon.so.4.4
|
||||
lib/qt4/libphonon.so.4.4.0
|
||||
%%DEBUG%%lib/qt4/libphonon.so.4.4.0.debug
|
||||
libdata/pkgconfig/phonon.pc
|
||||
@dirrmtry lib/qt4
|
||||
@dirrm include/qt4/phonon
|
||||
@dirrmtry include/qt4
|
Loading…
Reference in New Issue
Block a user