From e263515fa802c1440970cff5203f45542a1d321e Mon Sep 17 00:00:00 2001 From: zlice Date: Mon, 22 Jul 2024 11:02:01 -0400 Subject: [PATCH] qtav: remove package from srcpkgs template was not removed in ca1510c755e625a05dee7701846d65f44542b128 Closes: #51386 [via git-merge-pr] --- srcpkgs/qtav/patches/disable-cuda.patch | 16 ---------------- srcpkgs/qtav/patches/qt5-5.15.0.patch | 20 -------------------- srcpkgs/qtav/template | 24 ------------------------ 3 files changed, 60 deletions(-) delete mode 100644 srcpkgs/qtav/patches/disable-cuda.patch delete mode 100644 srcpkgs/qtav/patches/qt5-5.15.0.patch delete mode 100644 srcpkgs/qtav/template diff --git a/srcpkgs/qtav/patches/disable-cuda.patch b/srcpkgs/qtav/patches/disable-cuda.patch deleted file mode 100644 index 00bdac9b313..00000000000 --- a/srcpkgs/qtav/patches/disable-cuda.patch +++ /dev/null @@ -1,16 +0,0 @@ -src: https://build.opensuse.org/package/view_file/openSUSE:Factory/QtAV/disable_cuda.patch - -diff --git a/src/libQtAV.pro b/src/libQtAV.pro -index 27c1570..dc74ceb 100644 ---- a/src/libQtAV.pro -+++ b/src/libQtAV.pro -@@ -233,7 +233,7 @@ config_pulseaudio { - DEFINES *= QTAV_HAVE_PULSEAUDIO=1 - LIBS += -lpulse - } --CONFIG += config_cuda -+#CONFIG += config_cuda - #CONFIG += config_cuda_link - config_cuda { - DEFINES += QTAV_HAVE_CUDA=1 - diff --git a/srcpkgs/qtav/patches/qt5-5.15.0.patch b/srcpkgs/qtav/patches/qt5-5.15.0.patch deleted file mode 100644 index 182a690ef68..00000000000 --- a/srcpkgs/qtav/patches/qt5-5.15.0.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/QtAV/FilterContext.h 2019-07-11 02:58:59.000000000 +0200 -+++ b/src/QtAV/FilterContext.h 2020-07-25 11:16:49.931296324 +0200 -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - /* - * QPainterFilterContext, D2DFilterContext, ... - */ ---- a/qml/SGVideoNode.cpp 2019-07-11 02:58:59.000000000 +0200 -+++ b/qml/SGVideoNode.cpp 2020-07-25 11:20:28.307307590 +0200 -@@ -25,6 +25,7 @@ - #include "QtAV/VideoFrame.h" - #include - #include -+#include - #include - - // all in QSGRenderThread diff --git a/srcpkgs/qtav/template b/srcpkgs/qtav/template deleted file mode 100644 index 775d5a139a9..00000000000 --- a/srcpkgs/qtav/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'qtav' -pkgname=qtav -version=1.13.0 -revision=2 -build_style=qmake -hostmakedepends="qt5-qmake qt5-host-tools" -makedepends="ffmpeg-devel libass-devel libopenal-devel - libva-glx-devel libXv-devel pulseaudio-devel - qt5-declarative-devel qt5-svg-devel - qt5-quickcontrols" -depends="desktop-file-utils hicolor-icon-theme qt5-svg" -short_desc="Cross-platform multimedia playback framework based on Qt and FFmpeg" -maintainer="Orphaned " -license="LGPL-2.1-or-later, GPL-3.0-or-later" -homepage="http://www.qtav.org" -changelog="https://raw.githubusercontent.com/wang-bin/QtAV/master/Changelog" -distfiles="https://github.com/wang-bin/QtAV/archive/v${version}.tar.gz" -checksum=a493d54d105b32c526f05188e4d7a8cf3508ecac697aae088721ffad20982288 - -post_install() { - vmkdir usr/bin - ln -s /usr/lib/qt5/bin/Player ${DESTDIR}/usr/bin/Player - ln -s /usr/lib/qt5/bin/QMLPlayer ${DESTDIR}/usr/bin/QMLPlayer -}