From cc5bd4905e2c88a5ed00c5bb94993e12feb13fae Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 2 Sep 2018 16:25:11 -0500 Subject: Removing shotcut: This package is in [community] repo --- pcr/shotcut/PKGBUILD | 70 --------------------------------------------- pcr/shotcut/melt.patch | 13 --------- pcr/shotcut/shotcut.desktop | 9 ------ 3 files changed, 92 deletions(-) delete mode 100644 pcr/shotcut/PKGBUILD delete mode 100644 pcr/shotcut/melt.patch delete mode 100644 pcr/shotcut/shotcut.desktop (limited to 'pcr/shotcut') diff --git a/pcr/shotcut/PKGBUILD b/pcr/shotcut/PKGBUILD deleted file mode 100644 index 8096934f3..000000000 --- a/pcr/shotcut/PKGBUILD +++ /dev/null @@ -1,70 +0,0 @@ - -# parabola changes and rationale: -# no changes. - -# shellcheck disable=SC2034,SC2154,SC2164 -pkgname=('shotcut') -_srcname='shotcut' -pkgdesc='Video editor' -pkgver='18.01' -_commit='5d86a8616a29cd8cf4d7d69794b70551c5de8bf4' -pkgrel='1' -arch=('i686' 'x86_64' 'armv7h') -url='https://www.shotcut.org/' -license=('GPL3') - -depends=( - 'qt5-base' - 'qt5-declarative' - 'qt5-graphicaleffects' - 'qt5-multimedia' - 'qt5-quickcontrols' - 'qt5-webkit' - 'qt5-websockets' - 'qt5-x11extras' - 'mlt' - 'movit' - 'ffmpeg' - 'libx264' - 'libvpx' - 'lame' - 'frei0r-plugins' - 'ladspa' -) -makedepends=('git') -provides=("${pkgname[0]%-git}") -conflicts=("${pkgname[0]%-git}") - -source=( - "${_srcname}::git+https://github.com/mltframework/shotcut.git#commit=${_commit}" - 'shotcut.desktop' - 'melt.patch' -) -sha512sums=( - 'SKIP' - 'SKIP' - 'SKIP' -) - -prepare() { - cd "${srcdir}/${_srcname}" - - git apply "${srcdir}/melt.patch" -} - -build() { - cd "${srcdir}/${_srcname}" - - qmake PREFIX='/usr' \ - QMAKE_CFLAGS_RELEASE="${CFLAGS}" \ - QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" - make -} - -package() { - cd "${srcdir}/${_srcname}" - - make INSTALL_ROOT="${pkgdir}" install - - install -D --mode=644 "${srcdir}/shotcut.desktop" "${pkgdir}/usr/share/applications/shotcut.desktop" -} diff --git a/pcr/shotcut/melt.patch b/pcr/shotcut/melt.patch deleted file mode 100644 index 902681fc3..000000000 --- a/pcr/shotcut/melt.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp -index f5390e4..693a089 100644 ---- a/src/jobs/meltjob.cpp -+++ b/src/jobs/meltjob.cpp -@@ -50,7 +50,7 @@ void MeltJob::start() - #ifdef Q_OS_WIN - QFileInfo meltPath(shotcutPath, "qmelt.exe"); - #else -- QFileInfo meltPath(shotcutPath, "qmelt"); -+ QFileInfo meltPath(shotcutPath, "melt"); - #endif - setReadChannel(QProcess::StandardError); - QStringList args; diff --git a/pcr/shotcut/shotcut.desktop b/pcr/shotcut/shotcut.desktop deleted file mode 100644 index 5e59fd912..000000000 --- a/pcr/shotcut/shotcut.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Shotcut -GenericName=Video Editor -Comment=Video editor -Exec=shotcut -Icon=applications-multimedia -Terminal=false -Categories=AudioVideo;Video;AudioVideoEditing; -- cgit v1.2.3