qtav: remove package from srcpkgs
template was not removed in ca1510c755e625a05dee7701846d65f44542b128 Closes: #51386 [via git-merge-pr]
This commit is contained in:
parent
8f053d4f94
commit
e263515fa8
|
@ -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
|
||||
|
|
@ -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 <QtCore/QByteArray>
|
||||
#include <QtCore/QRect>
|
||||
#include <QtGui/QPainter>
|
||||
+#include <QtGui/QPainterPath>
|
||||
/*
|
||||
* 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 <QtCore/QScopedPointer>
|
||||
#include <QtGui/QOpenGLFunctions>
|
||||
+#include <QtQuick/QSGMaterial>
|
||||
#include <QtQuick/QSGMaterialShader>
|
||||
|
||||
// all in QSGRenderThread
|
|
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue