Package Details: vapoursynth-editor r19_mod_6.8-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-editor.git (read-only, click to copy)
Package Base: vapoursynth-editor
Description: Editor for VapourSynth scripts
Upstream URL: https://github.com/YomikoR/VapourSynth-Editor
Licenses: CC-BY-2.5 AND CC-BY-3.0 AND CC-BY-4.0 AND MIT
Submitter: alucryd
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 15
Popularity: 0.000108
First Submitted: 2014-08-21 20:02 (UTC)
Last Updated: 2024-07-14 12:45 (UTC)

Latest Comments

« First ‹ Previous 1 2

compiler1413 commented on 2021-11-01 20:34 (UTC) (edited on 2021-11-01 20:35 (UTC) by compiler1413)

Edited PKGBUILD kinda sloppily but this builds fine with the suggested new upstream URL.

# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>

pkgname=vapoursynth-editor
pkgver=r19
pkgrel=4
pkgdesc='VapourSynth script editor'
arch=(x86_64)
url=https://github.com/YomikoR/VapourSynth-Editor
license=(
  CCPL
  MIT
)
depends=(
  qt5-base
  qt5-websockets
  vapoursynth
)
makedepends=(git)
source=(
  https://github.com/YomikoR/VapourSynth-Editor/archive/refs/tags/r19-mod-4.zip
  vsedit.desktop
)
sha256sums=(
  SKIP
  b6d24441cf5746ea4dc08ecf379c67695bac663deb394db4334ba6aba9474c0f
)

build() {
  cd VapourSynth-Editor-"$pkgver"-mod-"$pkgrel"/pro

  qmake-qt5
  make
}

package() {
  cd VapourSynth-Editor-"$pkgver"-mod-"$pkgrel"/build/release-64bit-gcc

  install -Dm 755 vsedit -t "${pkgdir}"/usr/bin/
  install -Dm 644 vsedit.svg -t "${pkgdir}"/usr/share/pixmaps/
  install -Dm 644 ../../../vsedit.desktop -t "${pkgdir}"/usr/share/applications/
  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/vapoursynth-editor/
}

# vim: ts=2 sw=2 et:

patch:

5,6c5,6
< pkgver=R19
< pkgrel=1
---
> pkgver=r19
> pkgrel=4
9c9
< url=https://bitbucket.org/mystery_keeper/vapoursynth-editor
---
> url=https://github.com/YomikoR/VapourSynth-Editor
21c21
<   git+https://bitbucket.org/mystery_keeper/vapoursynth-editor.git#tag=${pkgver,}
---
>   https://github.com/YomikoR/VapourSynth-Editor/archive/refs/tags/r19-mod-4.zip
30c30
<   cd vapoursynth-editor/pro
---
>   cd VapourSynth-Editor-"$pkgver"-mod-"$pkgrel"/pro
37c37
<   cd vapoursynth-editor/build/release-64bit-gcc
---
>   cd VapourSynth-Editor-"$pkgver"-mod-"$pkgrel"/build/release-64bit-gcc

DeadNews commented on 2021-10-09 11:38 (UTC)

Suggestion to switch to fork — https://github.com/YomikoR/VapourSynth-Editor — because it is compatible with the new versions of Vapoursynth (API 4).

alucryd commented on 2019-03-26 13:26 (UTC)

Stop flagging this package, r19 is the last version, the r20 mentioned on the main page does not exist.

DeadNews commented on 2018-10-09 22:10 (UTC)

Update to version 18 ? :)

vicd commented on 2017-10-06 17:32 (UTC)

Update to version 17 ? :)

alucryd commented on 2017-07-18 18:03 (UTC)

Completely forgot about this, thx for the reminder.

vicd commented on 2017-07-18 14:44 (UTC)

Could you update the package please ?

alucryd commented on 2016-12-22 10:08 (UTC)

Updated to R12, apologies for the delay.