Commit a9257ad6 authored by Rene Ladan's avatar Rene Ladan
Browse files

multimedia/gstreamer1-qt: Remove expired port

2024-10-22 multimedia/gstreamer1-qt: Project abandoned 10 years ago
parent 5f182663
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3540,3 +3540,4 @@ devel/qscintilla2-designerplugin-qt5|devel/qscintilla2-designerplugin@qt5|2024-1
lang/gcc10||2024-10-20|Has expired: Unsupported by upstream. Use GCC 12 or newer instead
security/pam_fprintd|security/fprintd|2024-10-21|pam_fprint is replaced by fprintd's pam_fprintd module
security/fprint_demo||2024-10-21|Most features are integrated into fprintd's helpers, and libfprint has an examples section
multimedia/gstreamer1-qt||2024-10-22|Has expired: Project abandoned 10 years ago
+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@
    SUBDIR += gstreamer1-plugins-webrtc
    SUBDIR += gstreamer1-plugins-x264
    SUBDIR += gstreamer1-plugins-x265
    SUBDIR += gstreamer1-qt
    SUBDIR += gstreamer1-rtsp-server
    SUBDIR += gstreamer1-vaapi
    SUBDIR += gstreamer1-validate

multimedia/gstreamer1-qt/Makefile

deleted100644 → 0
+0 −37
Original line number Diff line number Diff line
PORTNAME=	gstreamer1
PORTVERSION=	1.2.0
PORTREVISION=	29
CATEGORIES=	multimedia
MASTER_SITES=	http://gstreamer.freedesktop.org/src/qt-gstreamer/
PKGNAMESUFFIX=	-qt5
DISTNAME=	qt-gstreamer-${PORTVERSION}

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt ${FLAVOR:C/qt//} bindings for GStreamer 1.x multimedia library
WWW=		https://gstreamer.freedesktop.org/

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=		Project abandoned 10 years ago
EXPIRATION_DATE=	2024-10-22

LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
		libgstreamer-1.0.so:multimedia/gstreamer1

CONFLICTS_INSTALL=	gstreamer${PKGNAMESUFFIX}

USES=		bison cmake compiler:c++11-lang gl gnome gstreamer pathfix pkgconfig qt:5 tar:xz
USE_CXXSTD=	c++11
USE_GL=		gl
USE_GNOME=	glib20
USE_QT=		buildtools:build qmake:build core declarative gui network opengl \
		testlib widgets

USE_LDCONFIG=	yes
CMAKE_OFF=	USE_GST_PLUGIN_DIR USE_QT_PLUGIN_DIR
CMAKE_ARGS=	-DQT_VERSION=5

PLIST_SUB=	SHLIB_VER="${PORTVERSION}"

.include <bsd.port.mk>

multimedia/gstreamer1-qt/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (qt-gstreamer-1.2.0.tar.xz) = 9f3b492b74cad9be918e4c4db96df48dab9c012f2ae5667f438b64a4d92e8fd4
SIZE (qt-gstreamer-1.2.0.tar.xz) = 313632
+0 −13
Original line number Diff line number Diff line
--- elements/gstqtvideosink/gstqtvideosinkplugin.h.orig	2014-07-08 18:38:36 UTC
+++ elements/gstqtvideosink/gstqtvideosinkplugin.h
@@ -27,8 +27,8 @@ GST_DEBUG_CATEGORY_EXTERN(gst_qt_video_sink_debug);
 #define DEFINE_TYPE_FULL(cpp_type, type_name, parent_type, additional_initializations) \
     GType cpp_type::get_type() \
     { \
-        static volatile gsize gonce_data = 0; \
-        if (g_once_init_enter(&gonce_data)) { \
+        static gsize gonce_data = 0; \
+        if (g_once_init_enter((unsigned long *)&gonce_data)) { \
             GType type = 0; \
             GTypeInfo info; \
             info.class_size = sizeof(cpp_type##Class); \
Loading