diff --git a/libseexpr2/.CI/config b/libseexpr2/.CI/config deleted file mode 100644 index 66bee94775..0000000000 --- a/libseexpr2/.CI/config +++ /dev/null @@ -1 +0,0 @@ -CI_PKGBUILD_SOURCE=aur diff --git a/libseexpr2/.CI/info b/libseexpr2/.CI/info deleted file mode 100644 index 5b45670528..0000000000 --- a/libseexpr2/.CI/info +++ /dev/null @@ -1,2 +0,0 @@ -REQ_ORIGIN=github/2103 -REQ_REASON=depends diff --git a/libseexpr2/.SRCINFO b/libseexpr2/.SRCINFO deleted file mode 100644 index d6b62c1b73..0000000000 --- a/libseexpr2/.SRCINFO +++ /dev/null @@ -1,22 +0,0 @@ -pkgbase = libseexpr2 - pkgdesc = An embeddable expression evaluation engine (main library only) - pkgver = 2.11 - pkgrel = 1 - url = http://www.disneyanimation.com/technology/seexpr.html - arch = i686 - arch = x86_64 - license = custom:Apache - makedepends = libpng - makedepends = cmake - makedepends = git - depends = gcc-libs - provides = libSeExpr.so=2.11 - conflicts = seexpr - conflicts = seexpr1 - conflicts = seexpr1-2 - conflicts = seexpr2 - source = git+https://github.com/wdas/SeExpr.git#tag=v2.11 - md5sums = SKIP - -pkgname = libseexpr2 - diff --git a/libseexpr2/PKGBUILD b/libseexpr2/PKGBUILD deleted file mode 100644 index f424c0327d..0000000000 --- a/libseexpr2/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Maintainer: Tércio Martins -# Contributor: bartus - -pkgname=libseexpr2 -_fragment="#tag=v2.11" -pkgver=2.11 -pkgrel=1 -pkgdesc="An embeddable expression evaluation engine (main library only)" -arch=('i686' 'x86_64') -url="http://www.disneyanimation.com/technology/seexpr.html" -license=('custom:Apache') -depends=('gcc-libs') -makedepends=('libpng' 'cmake' 'git') -provides=("libSeExpr.so=${pkgver}") -conflicts=('seexpr' 'seexpr1' 'seexpr1-2' 'seexpr2') -source=("git+https://github.com/wdas/SeExpr.git${_fragment}") -md5sums=('SKIP') - -prepare() { - cd SeExpr - sed -i '/SeExprEditor/d' CMakeLists.txt - sed -i '/src\/demos/d' CMakeLists.txt - sed -i '/src\/tests/d' CMakeLists.txt - sed -i '/src\/doc/d' CMakeLists.txt -} - -build() { - cd SeExpr - mkdir -p build - cd build - cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_INSTALL_LIBDIR='/usr/lib' .. - make -} - -package() { - cd SeExpr/build - make DESTDIR="${pkgdir}/" install - - install -D -m644 ../LICENSE \ - "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} diff --git a/natron-compositor-git/.CI/config b/natron-compositor-git/.CI/config deleted file mode 100644 index 66bee94775..0000000000 --- a/natron-compositor-git/.CI/config +++ /dev/null @@ -1 +0,0 @@ -CI_PKGBUILD_SOURCE=aur diff --git a/natron-compositor-git/.CI/info b/natron-compositor-git/.CI/info deleted file mode 100644 index 5b45670528..0000000000 --- a/natron-compositor-git/.CI/info +++ /dev/null @@ -1,2 +0,0 @@ -REQ_ORIGIN=github/2103 -REQ_REASON=depends diff --git a/natron-compositor-git/.SRCINFO b/natron-compositor-git/.SRCINFO deleted file mode 100644 index c18fa91bbe..0000000000 --- a/natron-compositor-git/.SRCINFO +++ /dev/null @@ -1,41 +0,0 @@ -pkgbase = natron-compositor-git - pkgdesc = Open source compositing software - pkgver = 2.6.0.alpha1.r4.gdd42d8a93 - pkgrel = 1 - url = https://natrongithub.github.io/ - arch = x86_64 - license = GPL - makedepends = boost - makedepends = extra-cmake-modules - makedepends = git - makedepends = glfw - makedepends = openmp - makedepends = ninja - makedepends = python-qtpy - makedepends = shiboken2 - depends = boost-libs - depends = cairo - depends = pyside2 - optdepends = openfx-arena-git: Extra OpenFX plugins for Natron - optdepends = openfx-gmic-git: OpenFX wrapper for the GMIC framework - optdepends = openfx-io-git: Readers/Writers plugins - optdepends = openfx-misc-git: Miscellaneous OpenFX plugins - conflicts = natron-compositor - source = natron::git+https://github.com/NatronGitHub/Natron - source = openfx::git+https://github.com/NatronGitHub/openfx - source = OpenColorIO-Configs::git+https://github.com/NatronGitHub/OpenColorIO-Configs - source = google-breakpad::git+https://github.com/NatronGitHub/google-breakpad - source = google-mock::git+https://github.com/NatronGitHub/google-mock - source = google-test::git+https://github.com/NatronGitHub/google-test - source = SequenceParsing::git+https://github.com/NatronGitHub/SequenceParsing - source = tinydir::git+https://github.com/NatronGitHub/tinydir - sha512sums = SKIP - sha512sums = SKIP - sha512sums = SKIP - sha512sums = SKIP - sha512sums = SKIP - sha512sums = SKIP - sha512sums = SKIP - sha512sums = SKIP - -pkgname = natron-compositor-git diff --git a/natron-compositor-git/PKGBUILD b/natron-compositor-git/PKGBUILD deleted file mode 100644 index 931f7c7d69..0000000000 --- a/natron-compositor-git/PKGBUILD +++ /dev/null @@ -1,96 +0,0 @@ -# Maintainer: Tércio Martins -# Contributor: Luca Weiss -# Contributor: Özgür Sarıer -# Contributor: liberodark - -pkgname=natron-compositor-git -pkgver=2.6.0.alpha1.r4.gdd42d8a93 -pkgrel=1 -pkgdesc="Open source compositing software" -arch=('x86_64') -url="https://natrongithub.github.io/" -license=('GPL') -depends=('boost-libs' 'cairo' 'pyside2') -makedepends=('boost' 'extra-cmake-modules' 'git' 'glfw' 'openmp' 'ninja' 'python-qtpy' 'shiboken2') -optdepends=('openfx-arena-git: Extra OpenFX plugins for Natron' - 'openfx-gmic-git: OpenFX wrapper for the GMIC framework' - 'openfx-io-git: Readers/Writers plugins' - 'openfx-misc-git: Miscellaneous OpenFX plugins') - -_pkgname=${pkgname%%-*} -_url="https://github.com/NatronGitHub" - -conflicts=("${pkgname%-*}") - -source=("$_pkgname::git+$_url/${_pkgname^}" - "openfx::git+$_url/openfx" - "OpenColorIO-Configs::git+$_url/OpenColorIO-Configs" - "google-breakpad::git+$_url/google-breakpad" - "google-mock::git+$_url/google-mock" - "google-test::git+$_url/google-test" - "SequenceParsing::git+$_url/SequenceParsing" - "tinydir::git+$_url/tinydir") -sha512sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP') - -pkgver() { - cd $_pkgname - git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//' -} - -prepare() { - cd $_pkgname - git submodule init - git config submodule.libs/google-breakpad.url "$srcdir/google-breakpad" - git config submodule.libs/OpenFX.url "$srcdir/openfx" - git config submodule.libs/SequenceParsing.url "$srcdir/SequenceParsing" - git config submodule.Tests/google-mock.url "$srcdir/google-mock" - git config submodule.Tests/google-test.url "$srcdir/google-test" - git -c protocol.file.allow=always submodule update - - cd libs/SequenceParsing - git config submodule.tinydir.url "$srcdir/tinydir" - git -c protocol.file.allow=always submodule update -} - -build() { - cd $_pkgname - - cmake -G Ninja \ - -B build \ - -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_INSTALL_PREFIX=/usr \ - -D NATRON_BUILD_TESTS=OFF - - ninja -C build/ -} - -package() { - cd $_pkgname - - DESTDIR="$pkgdir" ninja -C build/ install - - install -d "$pkgdir/usr/share/Natron/Plugins/" - cp -r "Gui/Resources/PyPlugs" \ - "$pkgdir/usr/share/Natron/Plugins/" - - install -d "$pkgdir/usr/share/mime/application/" - mv "$pkgdir/usr/share/mime/x-natron.xml" \ - "$pkgdir/usr/share/mime/application/" - - install -d "$pkgdir/usr/share/OpenColorIO-Configs/" - for directory in blender natron nuke-default; do - cp -r "$srcdir/OpenColorIO-Configs/$directory/" \ - "$pkgdir/usr/share/OpenColorIO-Configs/" - done - - install -d "$pkgdir/etc/profile.d" - echo -e "export FONTCONFIG_PATH=/etc/fonts\n" > "$pkgdir/etc/profile.d/$_pkgname.sh" - echo -e "setenv FONTCONFIG_PATH /etc/fonts\n" > "$pkgdir/etc/profile.d/$_pkgname.csh" -} diff --git a/natron-git/.CI/config b/natron-git/.CI/config deleted file mode 100644 index 8471e6a8af..0000000000 --- a/natron-git/.CI/config +++ /dev/null @@ -1,2 +0,0 @@ -BUILDER_CACHE_SOURCES=true -CI_PKGBUILD_SOURCE=aur diff --git a/natron-git/.CI/info b/natron-git/.CI/info deleted file mode 100644 index 0a79ff4823..0000000000 --- a/natron-git/.CI/info +++ /dev/null @@ -1,2 +0,0 @@ -REQ_ORIGIN=github/2103 -REQ_REASON=request diff --git a/natron-git/.SRCINFO b/natron-git/.SRCINFO deleted file mode 100644 index 46e0a13db1..0000000000 --- a/natron-git/.SRCINFO +++ /dev/null @@ -1,17 +0,0 @@ -pkgbase = natron-git - pkgdesc = Open source compositing software (metapackage with the program and standard plugins) - pkgver = 1 - pkgrel = 1 - url = https://natrongithub.github.io/ - arch = x86_64 - license = GPL - provides = natron - conflicts = natron - -pkgname = natron-git - depends = openfx-arena-git - depends = openfx-gmic-git - depends = openfx-io-git - depends = openfx-misc-git - depends = natron-compositor-git - optdepends = natron-plugins-git: Plugins made by the Natron community diff --git a/natron-git/PKGBUILD b/natron-git/PKGBUILD deleted file mode 100644 index 30d6ff4b1c..0000000000 --- a/natron-git/PKGBUILD +++ /dev/null @@ -1,16 +0,0 @@ -# Maintainer: Tércio Martins - -pkgname=natron-git -pkgver=1 -pkgrel=1 -pkgdesc="Open source compositing software (metapackage with the program and standard plugins)" -arch=('x86_64') -url="https://natrongithub.github.io/" -license=('GPL') -conflicts=("${pkgname%-*}") -provides=("${pkgname%-*}") - -package() { - depends=('openfx-arena-git' 'openfx-gmic-git' 'openfx-io-git' 'openfx-misc-git' 'natron-compositor-git') - optdepends=('natron-plugins-git: Plugins made by the Natron community') -} diff --git a/natron-plugins-git/.CI/config b/natron-plugins-git/.CI/config deleted file mode 100644 index 58c99bcf3f..0000000000 --- a/natron-plugins-git/.CI/config +++ /dev/null @@ -1,3 +0,0 @@ -BUILDER_CACHE_SOURCES=true -CI_PACKAGE_BUMP=2.1.7.r1201.gb0c499f-1/1 -CI_PKGBUILD_SOURCE=aur diff --git a/natron-plugins-git/.CI/info b/natron-plugins-git/.CI/info deleted file mode 100644 index 5b45670528..0000000000 --- a/natron-plugins-git/.CI/info +++ /dev/null @@ -1,2 +0,0 @@ -REQ_ORIGIN=github/2103 -REQ_REASON=depends diff --git a/natron-plugins-git/.SRCINFO b/natron-plugins-git/.SRCINFO deleted file mode 100644 index a62d819a82..0000000000 --- a/natron-plugins-git/.SRCINFO +++ /dev/null @@ -1,16 +0,0 @@ -pkgbase = natron-plugins-git - pkgdesc = A collection of Natron plugins made by the community - pkgver = 2.1.7.r1199.g19de003 - pkgrel = 1 - url = https://github.com/NatronGitHub/natron-plugins - install = natron-plugins.install - arch = any - license = GPL2 - license = custom:CCPL2 - makedepends = git - depends = natron - provides = natron-plugins - source = natron-plugins::git+https://github.com/NatronGitHub/natron-plugins.git - sha256sums = SKIP - -pkgname = natron-plugins-git diff --git a/natron-plugins-git/PKGBUILD b/natron-plugins-git/PKGBUILD deleted file mode 100644 index ad585cb261..0000000000 --- a/natron-plugins-git/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Maintainer: Tercio Martins -# Contributor: Hugo Courtial -pkgname=natron-plugins-git -_pkgname=natron-plugins -pkgver=2.1.7.r1199.g19de003 -pkgrel=1 -arch=("any") -pkgdesc="A collection of Natron plugins made by the community" -url="https://github.com/NatronGitHub/natron-plugins" -license=("GPL2" "custom:CCPL2") -makedepends=("git") -depends=("natron") -provides=("natron-plugins") -install=natron-plugins.install -source=("$_pkgname::git+https://github.com/NatronGitHub/natron-plugins.git") -sha256sums=("SKIP") - -pkgver() { - cd $srcdir/$_pkgname - git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' -} - -package() { - install -d "$pkgdir/usr/share/Natron/Plugins/$pkgname" - install -d "$pkgdir/usr/share/licenses" - install -d "$pkgdir/usr/OFX/Plugins/Shadertoy.ofx.bundle/Contents/Resources/presets/default" - - mv $srcdir/$_pkgname/Licenses/ \ - $pkgdir/usr/share/licenses/$pkgname - - mv $srcdir/$_pkgname/Shadertoy/Shadertoy.txt \ - $srcdir/$_pkgname/Shadertoy/Shadertoy.txt.natron-plugins - - touch $srcdir/$_pkgname/Shadertoy/Shadertoy.txt.original - - mv $srcdir/$_pkgname/Shadertoy/* \ - $pkgdir/usr/OFX/Plugins/Shadertoy.ofx.bundle/Contents/Resources/presets/default - - rmdir $srcdir/$_pkgname/Shadertoy/ - - cp -r --preserve=mode,timestamps \ - $srcdir/$_pkgname/* \ - $pkgdir/usr/share/Natron/Plugins/$pkgname/ -} diff --git a/natron-plugins-git/natron-plugins.install b/natron-plugins-git/natron-plugins.install deleted file mode 100644 index 9b56d221be..0000000000 --- a/natron-plugins-git/natron-plugins.install +++ /dev/null @@ -1,19 +0,0 @@ -# The scripts below change the file "Shadertoy.txt" -# from the openfx-misc package to the version available -# in natron-plugins. - -post_install() { - cd /usr/OFX/Plugins/Shadertoy.ofx.bundle/Contents/Resources/presets/default - cp Shadertoy.txt Shadertoy.txt.original - cp Shadertoy.txt.natron-plugins Shadertoy.txt -} - -post_upgrade() { - cd /usr/OFX/Plugins/Shadertoy.ofx.bundle/Contents/Resources/presets/default - cp Shadertoy.txt.natron-plugins Shadertoy.txt -} - -pre_remove() { - cd /usr/OFX/Plugins/Shadertoy.ofx.bundle/Contents/Resources/presets/default - cp Shadertoy.txt.original Shadertoy.txt -} diff --git a/opencolorio1/.CI/config b/opencolorio1/.CI/config deleted file mode 100644 index 66bee94775..0000000000 --- a/opencolorio1/.CI/config +++ /dev/null @@ -1 +0,0 @@ -CI_PKGBUILD_SOURCE=aur diff --git a/opencolorio1/.CI/info b/opencolorio1/.CI/info deleted file mode 100644 index 5b45670528..0000000000 --- a/opencolorio1/.CI/info +++ /dev/null @@ -1,2 +0,0 @@ -REQ_ORIGIN=github/2103 -REQ_REASON=depends diff --git a/opencolorio1/.SRCINFO b/opencolorio1/.SRCINFO deleted file mode 100644 index 39c2c06ebb..0000000000 --- a/opencolorio1/.SRCINFO +++ /dev/null @@ -1,21 +0,0 @@ -pkgbase = opencolorio1 - pkgdesc = A color management framework for visual effects and animation - pkgver = 1.1.1 - pkgrel = 3 - url = https://opencolorio.org - arch = x86_64 - license = BSD - makedepends = boost - makedepends = cmake - makedepends = git - depends = lcms2 - depends = tinyxml - depends = yaml-cpp - source = opencolorio1-1.1.1.tar.gz::https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v1.1.1.tar.gz - source = 8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch - source = make-coinstallable.patch - sha512sums = bed722f9ddce1887d28aacef2882debccd7c3f3c0c708d2723fea58a097de9f02721af9e85453e089ffda5406aef593ab6536c6886307823c132aa787e492e33 - sha512sums = fd1c6e134ef898a8715333b1e85a606736685ec0fce07188c0fba68ae048edb61dc4f107eff8de79a53dbbf226a1f84bb0a7d046a15fafb981ce02568350fd49 - sha512sums = e7ed107012f94e14bc883baade73ac11c136fbd315832b2c770ca4f0e8cb39ca160da86d848f7762c5e531af88315f2e27b65ef294bf05a6a2130af7285e5369 - -pkgname = opencolorio1 diff --git a/opencolorio1/.shellcheckrc b/opencolorio1/.shellcheckrc deleted file mode 100644 index 426d75bb9e..0000000000 --- a/opencolorio1/.shellcheckrc +++ /dev/null @@ -1,6 +0,0 @@ -# allow unsafe `cd ` -disable=SC2164 -# allow unused variable (pkgname,pkgver etc.) -disable=SC2034 -# allow uninitialized variable (srcdir,pkgdir) -disable=SC2154 diff --git a/opencolorio1/8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch b/opencolorio1/8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch deleted file mode 100644 index dfc08bf22b..0000000000 --- a/opencolorio1/8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch +++ /dev/null @@ -1,98 +0,0 @@ -From 8d48ee8da42de2d878db7b42586db8b3c67f83e1 Mon Sep 17 00:00:00 2001 -From: Jonathan Scruggs -Date: Fri, 19 Jan 2018 10:17:18 +0000 -Subject: [PATCH] Use GNUInstallDirs and fix install location for cmake files - (#501) - -GNUInstallDirs is supported on all platforms and variables are set -to the standard GNU locations. - -Fix the location where the .cmake files are installed. - -Signed-off by: Jonathan Scruggs ---- - CMakeLists.txt | 9 +++++---- - docs/CMakeLists.txt | 4 ++-- - export/pkgconfig/OpenColorIO.pc.in | 6 ++---- - 3 files changed, 9 insertions(+), 10 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index a399d57a..473f1b79 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -60,6 +60,7 @@ endif() - include(ParseArguments) - include(OCIOMacros) - include(ExternalProject) -+include(GNUInstallDirs) - - enable_language(CXX) - -@@ -558,7 +559,7 @@ endif() - configure_file(${CMAKE_SOURCE_DIR}/share/ocio/setup_ocio.sh.in - ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh @ONLY) - --INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh DESTINATION share/ocio/) -+INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/share/ocio/setup_ocio.sh DESTINATION ${CMAKE_INSTALL_DATADIR}/ocio/) - - ############################################################################### - ### CPACK ### -@@ -623,7 +624,7 @@ if(TARGET OpenColorIO_STATIC) - set(OCIO_STATIC_COMPILE_DEFINITIONS ) - endif() - endif() --install(EXPORT OpenColorIO DESTINATION cmake) -+install(EXPORT OpenColorIO DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/OpenColorIO) - file(WRITE "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" - " - get_filename_component(OpenColorIO_DIR \"\${CMAKE_CURRENT_LIST_FILE}\" PATH) -@@ -635,7 +636,7 @@ file(WRITE "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" - - ## targets libraries + associated definitions - if(NOT TARGET OpenColorIO) -- include(\"\${OpenColorIO_DIR}/cmake/OpenColorIO.cmake\") ## thanks to imported target -+ include(\"\${OpenColorIO_DIR}/${CMAKE_INSTALL_LIBDIR}/cmake/OpenColorIO/OpenColorIO.cmake\") ## thanks to imported target - if(TARGET OpenColorIO AND NOT OpenColorIO_USE_STATIC) - message(STATUS \"shared target OpenColorIO : see OpenColorIO_LIBRARY\") - set(OpenColorIO_LIBRARY OpenColorIO) -@@ -673,4 +674,4 @@ file(WRITE "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" - message(STATUS OPENCOLORIO_FOUND=\${OPENCOLORIO_FOUND}) - " - ) --install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION .) -+install(FILES "${CMAKE_BINARY_DIR}/OpenColorIOConfig.cmake" DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/OpenColorIO) -diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt -index 5970db64..4d97f72c 100644 ---- a/docs/CMakeLists.txt -+++ b/docs/CMakeLists.txt -@@ -138,7 +138,7 @@ add_custom_target(doc ALL - add_dependencies(doc Sphinx) - - install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/build-html/ -- DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/OpenColorIO/html -+ DESTINATION ${CMAKE_INSTALL_DOCDIR}/html - PATTERN .* EXCLUDE - ) - -@@ -173,6 +173,6 @@ if(PDFLATEX_COMPILER) - add_dependencies(pdf latex) - - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/build-latex/OpenColorIO.pdf -- DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/OpenColorIO/) -+ DESTINATION ${CMAKE_INSTALL_DOCDIR}) - - endif() -diff --git a/export/pkgconfig/OpenColorIO.pc.in b/export/pkgconfig/OpenColorIO.pc.in -index 81ab4ce3..c4553a4f 100644 ---- a/export/pkgconfig/OpenColorIO.pc.in -+++ b/export/pkgconfig/OpenColorIO.pc.in -@@ -1,7 +1,5 @@ --prefix=@CMAKE_INSTALL_PREFIX@ --exec_prefix=@CMAKE_INSTALL_EXEC_PREFIX@ --includedir=${prefix}/include --libdir=${exec_prefix}/lib@LIB_SUFFIX@ -+libdir=@CMAKE_INSTALL_FULL_LIBDIR@ -+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ - - Name: OpenColorIO - Description: A color management framework for visual effects and animation diff --git a/opencolorio1/PKGBUILD b/opencolorio1/PKGBUILD deleted file mode 100644 index 0747cc00c3..0000000000 --- a/opencolorio1/PKGBUILD +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/hint/bash -# Maintainer : bartus -# Submiter: Sven-Hendrik Haase -# Contributor: Dumitru Ursu - -pkgname=opencolorio1 -pkgver=1.1.1 -pkgrel=3 -pkgdesc="A color management framework for visual effects and animation" -arch=('x86_64') -url="https://opencolorio.org" -license=('BSD') -depends=('lcms2' 'tinyxml' 'yaml-cpp') -makedepends=('boost' 'cmake' 'git') -source=("$pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v$pkgver.tar.gz" - 8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch - make-coinstallable.patch) -sha512sums=('bed722f9ddce1887d28aacef2882debccd7c3f3c0c708d2723fea58a097de9f02721af9e85453e089ffda5406aef593ab6536c6886307823c132aa787e492e33' - 'fd1c6e134ef898a8715333b1e85a606736685ec0fce07188c0fba68ae048edb61dc4f107eff8de79a53dbbf226a1f84bb0a7d046a15fafb981ce02568350fd49' - 'e7ed107012f94e14bc883baade73ac11c136fbd315832b2c770ca4f0e8cb39ca160da86d848f7762c5e531af88315f2e27b65ef294bf05a6a2130af7285e5369') - -prepare() { - mv OpenColorIO-* $pkgname-$pkgver - - cd $pkgname-$pkgver - sed -i "s/-Werror//g" src/core/CMakeLists.txt - sed -i "s/-Werror//g" src/pyglue/CMakeLists.txt - sed -i "s/push(hidden)/push(default)/g" src/core/OCIOYaml.cpp - - patch -Np1 -i "$srcdir"/8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch - patch -p1 < "$srcdir"/make-coinstallable.patch # Make it coinstallable with OCIO2 -} - -build() { - cd $pkgname-$pkgver - - mkdir -p build && cd build - cmake .. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DOCIO_BUILD_STATIC=OFF \ - -DOCIO_BUILD_APPS=OFF \ - -DOCIO_BUILD_PYGLUE=OFF \ - -DUSE_EXTERNAL_TINYXML=ON \ - -DUSE_EXTERNAL_LCMS=ON - make -} - -package() { - cd "$pkgname-$pkgver"/build - - make DESTDIR="$pkgdir" install - - install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - - rm -r "$pkgdir"/usr/lib/{cmake,pkgconfig} # krita provides its own FindOCIO - rm -r "$pkgdir"/usr/share/ocio -} - -# vim:set ts=2 sw=2 et: diff --git a/opencolorio1/make-coinstallable.patch b/opencolorio1/make-coinstallable.patch deleted file mode 100644 index 726e1ceabe..0000000000 --- a/opencolorio1/make-coinstallable.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt -index 1eb691b6..1d8e3466 100644 ---- a/src/core/CMakeLists.txt -+++ b/src/core/CMakeLists.txt -@@ -56,7 +56,7 @@ if(OCIO_BUILD_SHARED) - endif() - - set_target_properties(OpenColorIO PROPERTIES -- OUTPUT_NAME OpenColorIO -+ OUTPUT_NAME OpenColorIO1 - COMPILE_FLAGS "${EXTERNAL_COMPILE_FLAGS}" - LINK_FLAGS "${EXTERNAL_LINK_FLAGS}") - -@@ -109,7 +109,7 @@ endmacro() - - # public interface - install(FILES ${core_export_headers} -- DESTINATION ${CMAKE_INSTALL_PREFIX}/include/OpenColorIO/) -+ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/OpenColorIO1/) - - # pkg-config - message(STATUS "Create OpenColorIO.pc from OpenColorIO.pc.in") diff --git a/openfx-arena-git/.CI/config b/openfx-arena-git/.CI/config deleted file mode 100644 index 8471e6a8af..0000000000 --- a/openfx-arena-git/.CI/config +++ /dev/null @@ -1,2 +0,0 @@ -BUILDER_CACHE_SOURCES=true -CI_PKGBUILD_SOURCE=aur diff --git a/openfx-arena-git/.CI/info b/openfx-arena-git/.CI/info deleted file mode 100644 index 5b45670528..0000000000 --- a/openfx-arena-git/.CI/info +++ /dev/null @@ -1,2 +0,0 @@ -REQ_ORIGIN=github/2103 -REQ_REASON=depends diff --git a/openfx-arena-git/.SRCINFO b/openfx-arena-git/.SRCINFO deleted file mode 100644 index d902c39326..0000000000 --- a/openfx-arena-git/.SRCINFO +++ /dev/null @@ -1,37 +0,0 @@ -pkgbase = openfx-arena-git - pkgdesc = Extra OpenFX plugins for Natron - pkgver = 2.4.4.r12.gac12134 - pkgrel = 1 - url = https://github.com/NatronGitHub/openfx-arena - arch = x86_64 - license = GPL-2.0-or-later - makedepends = git - makedepends = jbigkit - makedepends = openmp - makedepends = pango - depends = libcdr - depends = libmagick - depends = librsvg - depends = libxt - depends = libzip - depends = ocl-icd - depends = opencolorio - depends = poppler-glib - depends = sox - conflicts = openfx-arena - source = openfx-arena::git+https://github.com/NatronGitHub/openfx-arena - source = openfx::git+https://github.com/NatronGitHub/openfx - source = openfx-io::git+https://github.com/NatronGitHub/openfx-io - source = lodepng::git+https://github.com/lvandeve/lodepng - source = openfx-supportext::git+https://github.com/NatronGitHub/openfx-supportext - source = SequenceParsing::git+https://github.com/NatronGitHub/SequenceParsing - source = tinydir::git+https://github.com/NatronGitHub/tinydir - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - -pkgname = openfx-arena-git diff --git a/openfx-arena-git/PKGBUILD b/openfx-arena-git/PKGBUILD deleted file mode 100644 index f3366ed753..0000000000 --- a/openfx-arena-git/PKGBUILD +++ /dev/null @@ -1,77 +0,0 @@ -# Maintainer: Tércio Martins -# Contributor: Hugo Courtial -# Contributor: Luca Weiss - -pkgname=openfx-arena-git -pkgver=2.4.4.r12.gac12134 -pkgrel=1 -arch=('x86_64') -pkgdesc="Extra OpenFX plugins for Natron" -url="https://github.com/NatronGitHub/openfx-arena" -license=('GPL-2.0-or-later') -depends=('libcdr' 'libmagick' 'librsvg' 'libxt' 'libzip' 'ocl-icd' - 'opencolorio' 'poppler-glib' 'sox') -makedepends=('git' 'jbigkit' 'openmp' 'pango') - -_pkgname=${pkgname%-git} -_url=${url%/${_pkgname}} - -conflicts=("${_pkgname}") - -source=("${_pkgname}::git+${url}" - "openfx::git+${_url}/openfx" - "openfx-io::git+${_url}/openfx-io" - "lodepng::git+https://github.com/lvandeve/lodepng" - "openfx-supportext::git+${_url}/openfx-supportext" - "SequenceParsing::git+${_url}/SequenceParsing" - "tinydir::git+${_url}/tinydir") -b2sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP') - -pkgver() { - cd $_pkgname - git describe --long --tags | sed 's/^Natron.//;s/\([^-]*-g\)/r\1/;s/-/./g' -} - -prepare() { - cd $_pkgname - git submodule init - git config submodule.OpenFX.url "$srcdir"/openfx - git config submodule.OpenFX-IO.url "$srcdir"/openfx-io - git config submodule.SupportExt.url "$srcdir"/openfx-supportext - git config submodule.lodepng.url "$srcdir"/lodepng - git -c protocol.file.allow=always submodule update - - cd OpenFX-IO - git submodule init - git config submodule.openfx.url "$srcdir"/openfx - git config submodule.SupportExt.url "$srcdir"/openfx-supportext - git config submodule.IOSupport/SequenceParsing.url "$srcdir"/SequenceParsing - git -c protocol.file.allow=always submodule update - - cd IOSupport/SequenceParsing - git submodule init - git config submodule.tinydir.url "$srcdir"/tinydir - git -c protocol.file.allow=always submodule update - - # Fix issue during compilation of ReadPDF module - sed '/POPPLER_CXXFLAGS/ s/$/ -std=c++20/' \ - -i "${srcdir}/${_pkgname}/Makefile.master" -} - -build() { - cd "${srcdir}/${_pkgname}" - make CONFIG=release -} - -package() { - cd "${srcdir}/${_pkgname}" - mkdir -p "${pkgdir}/usr/OFX/Plugins" - make install PLUGINPATH="${pkgdir}/usr/OFX/Plugins" \ - CONFIG=release -} diff --git a/openfx-gmic-git/.CI/config b/openfx-gmic-git/.CI/config deleted file mode 100644 index 8471e6a8af..0000000000 --- a/openfx-gmic-git/.CI/config +++ /dev/null @@ -1,2 +0,0 @@ -BUILDER_CACHE_SOURCES=true -CI_PKGBUILD_SOURCE=aur diff --git a/openfx-gmic-git/.CI/info b/openfx-gmic-git/.CI/info deleted file mode 100644 index 5b45670528..0000000000 --- a/openfx-gmic-git/.CI/info +++ /dev/null @@ -1,2 +0,0 @@ -REQ_ORIGIN=github/2103 -REQ_REASON=depends diff --git a/openfx-gmic-git/.SRCINFO b/openfx-gmic-git/.SRCINFO deleted file mode 100644 index 52d0195fcc..0000000000 --- a/openfx-gmic-git/.SRCINFO +++ /dev/null @@ -1,19 +0,0 @@ -pkgbase = openfx-gmic-git - pkgdesc = OpenFX wrapper for the G'MIC framework - pkgver = 2.4.4.r0.g3050534 - pkgrel = 1 - url = https://github.com/NatronGitHub/openfx-gmic - arch = x86_64 - license = CECILL-C OR CECILL-2.0 - makedepends = git - makedepends = openmp - depends = fftw - depends = libgl - depends = libpng - conflicts = openfx-gmic - source = openfx-gmic::git+https://github.com/NatronGitHub/openfx-gmic - source = openfx::git+https://github.com/NatronGitHub/openfx - sha512sums = SKIP - sha512sums = SKIP - -pkgname = openfx-gmic-git diff --git a/openfx-gmic-git/PKGBUILD b/openfx-gmic-git/PKGBUILD deleted file mode 100644 index 41d54cec90..0000000000 --- a/openfx-gmic-git/PKGBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# Maintainer: Tércio Martins - -pkgname=openfx-gmic-git -pkgver=2.4.4.r9.g292ac55 -pkgrel=1 -arch=('x86_64') -pkgdesc="OpenFX wrapper for the G'MIC framework" -url="https://github.com/NatronGitHub/openfx-gmic" -license=('CECILL-C OR CECILL-2.0') -depends=('fftw' 'libgl' 'libpng') -makedepends=('git' 'openmp') - -_pkgname=${pkgname%-git} -_url=${url%/${_pkgname}} - -conflicts=("${_pkgname}") - -source=("${_pkgname}::git+${url}" - "openfx::git+${_url}/openfx") -sha512sums=('SKIP' - 'SKIP') - -pkgver() { - cd ${_pkgname} - git describe --long --tags | sed 's/^Natron.//;s/\([^-]*-g\)/r\1/;s/-/./g' -} - -prepare() { - cd ${_pkgname} - git submodule init - git config submodule.openfx.url ${srcdir}/openfx - git -c protocol.file.allow=always submodule update -} - -build() { - cd ${_pkgname} - make CONFIG=release \ - OPENMP=1 -} - -package() { - cd ${_pkgname} - install -d "${pkgdir}/usr/OFX/Plugins" - make install PLUGINPATH="${pkgdir}/usr/OFX/Plugins" \ - CONFIG=release - - mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}" - - for license_file in COPYING Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt; do - install -Dm644 $license_file \ - "${pkgdir}/usr/share/licenses/${pkgname}/" - done -} diff --git a/openfx-io-git/.AURINFO b/openfx-io-git/.AURINFO deleted file mode 100644 index b6c0b70185..0000000000 --- a/openfx-io-git/.AURINFO +++ /dev/null @@ -1,23 +0,0 @@ -pkgbase = openfx-io-git - pkgdesc = A set of Readers/Writers plugins written using the OpenFX standard. - pkgver = 0 - pkgrel = 1 - url = https://github.com/MrKepzie/openfx-io - arch = i386 - arch = x86_64 - license = BSD - makedepends = boost - depends = opencolorio - depends = openexr - depends = openimageio - depends = ffmpeg - depends = boost-libs - provides = openfx-io - conflicts = openfx-io - source = openfx-io::git://github.com/MrKepzie/openfx-io.git - source = devernay-openfx::git://github.com/devernay/openfx.git - source = SequenceParsing::git://github.com/MrKepzie/SequenceParsing.git - source = tinydir::git://github.com/MrKepzie/tinydir.git - -pkgname = openfx-io-git - diff --git a/openfx-io-git/.CI/config b/openfx-io-git/.CI/config deleted file mode 100644 index 66bee94775..0000000000 --- a/openfx-io-git/.CI/config +++ /dev/null @@ -1 +0,0 @@ -CI_PKGBUILD_SOURCE=aur diff --git a/openfx-io-git/.CI/info b/openfx-io-git/.CI/info deleted file mode 100644 index 5b45670528..0000000000 --- a/openfx-io-git/.CI/info +++ /dev/null @@ -1,2 +0,0 @@ -REQ_ORIGIN=github/2103 -REQ_REASON=depends diff --git a/openfx-io-git/.SRCINFO b/openfx-io-git/.SRCINFO deleted file mode 100644 index 2aad5a278e..0000000000 --- a/openfx-io-git/.SRCINFO +++ /dev/null @@ -1,25 +0,0 @@ -pkgbase = openfx-io-git - pkgdesc = A set of Readers/Writers plugins written using the OpenFX standard - pkgver = r17.gc05d785 - pkgrel = 1 - url = https://github.com/NatronGitHub/openfx-io - arch = x86_64 - license = GPL-2.0-or-later - makedepends = opencolorio - makedepends = git - depends = ffmpeg - depends = openimageio - depends = libseexpr2 - conflicts = openfx-io - source = openfx-io::git+https://github.com/NatronGitHub/openfx-io - source = openfx::git+https://github.com/NatronGitHub/openfx - source = openfx-supportext::git+https://github.com/NatronGitHub/openfx-supportext - source = SequenceParsing::git+https://github.com/NatronGitHub/SequenceParsing - source = tinydir::git+https://github.com/NatronGitHub/tinydir - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - b2sums = SKIP - -pkgname = openfx-io-git diff --git a/openfx-io-git/PKGBUILD b/openfx-io-git/PKGBUILD deleted file mode 100644 index 604af3dec7..0000000000 --- a/openfx-io-git/PKGBUILD +++ /dev/null @@ -1,60 +0,0 @@ -# Maintainer: Tércio Martins -# Contributor: Hugo Courtial -# Contributor: Luca Weiss - -pkgname=openfx-io-git -pkgver=r17.gc05d785 -pkgrel=1 -arch=('x86_64') -pkgdesc="A set of Readers/Writers plugins written using the OpenFX standard" -url="https://github.com/NatronGitHub/openfx-io" -license=('GPL-2.0-or-later') -depends=('ffmpeg' 'openimageio' 'libseexpr2') -makedepends=('opencolorio' 'git') - -_pkgname=${pkgname%-git} -_url=${url%/${_pkgname}} - -conflicts=("${_pkgname}") - -source=("${_pkgname}::git+${url}" - "openfx::git+${_url}/openfx" - "openfx-supportext::git+${_url}/openfx-supportext" - "SequenceParsing::git+${_url}/SequenceParsing" - "tinydir::git+${_url}/tinydir") -b2sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP') - -pkgver() { - cd ${_pkgname} - git describe --long --tags | sed 's/^.*testing.//;s/\([^-]*-g\)/r\1/;s/-/./g' -} - -prepare() { - cd ${_pkgname} - git submodule init - git config submodule.openfx.url ${srcdir}/openfx - git config submodule.SupportExt.url ${srcdir}/openfx-supportext - git config submodule.IOSupport/SequenceParsing.url ${srcdir}/SequenceParsing - git -c protocol.file.allow=always submodule update - - cd IOSupport/SequenceParsing - git submodule init - git config submodule.tinydir.url ${srcdir}/tinydir - git -c protocol.file.allow=always submodule update -} - -build() { - cd "${srcdir}/${_pkgname}" - make CONFIG=release -} - -package() { - cd "${srcdir}/${_pkgname}" - mkdir -p "${pkgdir}/usr/OFX/Plugins" - make install PLUGINPATH="${pkgdir}/usr/OFX/Plugins" \ - CONFIG=release -} diff --git a/openfx-misc-git/.CI/config b/openfx-misc-git/.CI/config deleted file mode 100644 index 8471e6a8af..0000000000 --- a/openfx-misc-git/.CI/config +++ /dev/null @@ -1,2 +0,0 @@ -BUILDER_CACHE_SOURCES=true -CI_PKGBUILD_SOURCE=aur diff --git a/openfx-misc-git/.CI/info b/openfx-misc-git/.CI/info deleted file mode 100644 index 5b45670528..0000000000 --- a/openfx-misc-git/.CI/info +++ /dev/null @@ -1,2 +0,0 @@ -REQ_ORIGIN=github/2103 -REQ_REASON=depends diff --git a/openfx-misc-git/.SRCINFO b/openfx-misc-git/.SRCINFO deleted file mode 100644 index c337079c2c..0000000000 --- a/openfx-misc-git/.SRCINFO +++ /dev/null @@ -1,21 +0,0 @@ -pkgbase = openfx-misc-git - pkgdesc = Miscellaneous OpenFX plugins - pkgver = 2.5.0.r2.g5524c1ba - pkgrel = 1 - url = https://github.com/NatronGitHub/openfx-misc - arch = x86_64 - license = GPL-2.0-or-later - makedepends = git - makedepends = openmp - depends = libgl - depends = python - optdepends = natron-plugins-git: More presets for the Shadertoy plugin - conflicts = openfx-misc - source = openfx-misc::git+https://github.com/NatronGitHub/openfx-misc - source = openfx::git+https://github.com/NatronGitHub/openfx - source = openfx-supportext::git+https://github.com/NatronGitHub/openfx-supportext - sha512sums = SKIP - sha512sums = SKIP - sha512sums = SKIP - -pkgname = openfx-misc-git diff --git a/openfx-misc-git/PKGBUILD b/openfx-misc-git/PKGBUILD deleted file mode 100644 index bd669da6fb..0000000000 --- a/openfx-misc-git/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# Maintainer: Tércio Martins -# Contributor: Hugo Courtial -# Contributor: Luca Weiss - -pkgname=openfx-misc-git -pkgver=2.5.0.r10.g294ca3e2 -pkgrel=1 -arch=('x86_64') -pkgdesc="Miscellaneous OpenFX plugins" -url="https://github.com/NatronGitHub/openfx-misc" -license=('GPL-2.0-or-later') -depends=('libgl' 'python') -makedepends=('git' 'openmp') -optdepends=('natron-plugins-git: More presets for the Shadertoy plugin') - -_pkgname=${pkgname%-git} -_url=${url%/${_pkgname}} - -conflicts=("${_pkgname}") - -source=("${_pkgname}::git+${url}" - "openfx::git+${_url}/openfx" - "openfx-supportext::git+${_url}/openfx-supportext") -sha512sums=('SKIP' - 'SKIP' - 'SKIP') - -pkgver() { - cd ${_pkgname} - git describe --long --tags | sed 's/^Natron.//;s/\([^-]*-g\)/r\1/;s/-/./g' -} - -prepare() { - cd ${_pkgname} - git submodule init - git config submodule.openfx.url ${srcdir}/openfx - git config submodule.SupportExt.url ${srcdir}/openfx-supportext - git -c protocol.file.allow=always submodule update -} - -build() { - cd "${srcdir}/${_pkgname}" - make CONFIG=release \ - OPENMP=1 -} - -package() { - cd "${srcdir}/${_pkgname}" - mkdir -p "${pkgdir}/usr/OFX/Plugins" - make install PLUGINPATH="${pkgdir}/usr/OFX/Plugins" \ - CONFIG=release -}