From 081ee5ffb6a76e119c511a87f456c5ff9e564363 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 5 Feb 2018 23:29:55 +0100 Subject: [PATCH] Update own packages --- c++utilities/apple-darwin/PKGBUILD | 6 +++--- c++utilities/default/PKGBUILD | 4 ++-- c++utilities/doc/PKGBUILD | 4 ++-- c++utilities/mingw-w64/PKGBUILD | 4 ++-- reflective-rapidjson/default/PKGBUILD | 8 ++++---- reflective-rapidjson/doc/PKGBUILD | 4 ++-- reflective-rapidjson/git/PKGBUILD | 4 ++-- reflective-rapidjson/mingw-w64/PKGBUILD | 4 ++-- syncthingtray/default/PKGBUILD | 4 ++-- syncthingtray/mingw-w64-static/PKGBUILD | 4 ++-- syncthingtray/mingw-w64-webview/PKGBUILD | 4 ++-- syncthingtray/mingw-w64/PKGBUILD | 4 ++-- tageditor/default/PKGBUILD | 4 ++-- tageditor/mingw-w64-static/PKGBUILD | 8 ++++++-- tageditor/mingw-w64-webview/PKGBUILD | 9 ++++++--- tageditor/mingw-w64/PKGBUILD | 9 ++++++--- tagparser/default/PKGBUILD | 4 ++-- tagparser/doc/PKGBUILD | 4 ++-- tagparser/mingw-w64/PKGBUILD | 4 ++-- 19 files changed, 53 insertions(+), 43 deletions(-) diff --git a/c++utilities/apple-darwin/PKGBUILD b/c++utilities/apple-darwin/PKGBUILD index e51ec27f..dd6085e8 100644 --- a/c++utilities/apple-darwin/PKGBUILD +++ b/c++utilities/apple-darwin/PKGBUILD @@ -6,17 +6,17 @@ _reponame=cpp-utilities pkgname=apple-darwin-c++utilities _name=${pkgname#apple-darwin-} -pkgver=4.9.2 +pkgver=4.12.1 pkgrel=1 arch=('any') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (apple-darwin)' license=('GPL') depends=('apple-darwin-osxcross') optdepends=("$_name-doc: API documentation") -makedepends=('clang') +makedepends=('clang' 'cmake') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('b4ca8000f4a933fd6c3ae07c7a0dbac898a637426daf124622b1bf365aa5e752') +sha256sums=('1ce02c97f4c0d8175656d9c7ee19bef7304f981bacc024bc05cbbd0e5b4b74af') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i386-apple-darwin15 x86_64-apple-darwin15' # NOTE: can not build for x86_64h-apple-darwin15 because libstdc++ is (currently) only availabe for x86_64 diff --git a/c++utilities/default/PKGBUILD b/c++utilities/default/PKGBUILD index 3ae8bc21..60628d7b 100644 --- a/c++utilities/default/PKGBUILD +++ b/c++utilities/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=cpp-utilities pkgname=c++utilities -pkgver=4.12.0 +pkgver=4.12.1 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities' @@ -16,7 +16,7 @@ makedepends=('cmake') checkdepends=('cppunit') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('e3a70899d86ba7787d9612d7b10a6c2ebadc9860991c88b00f43fe485d27b51b') +sha256sums=('1ce02c97f4c0d8175656d9c7ee19bef7304f981bacc024bc05cbbd0e5b4b74af') prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/doc/PKGBUILD b/c++utilities/doc/PKGBUILD index 4efc8e1b..4579f71d 100644 --- a/c++utilities/doc/PKGBUILD +++ b/c++utilities/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=c++utilities _reponame=cpp-utilities pkgname=$_name-doc -pkgver=4.12.0 +pkgver=4.12.1 pkgrel=1 arch=('any') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('cmake' 'doxygen' 'dia' 'graphviz') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('e3a70899d86ba7787d9612d7b10a6c2ebadc9860991c88b00f43fe485d27b51b') +sha256sums=('1ce02c97f4c0d8175656d9c7ee19bef7304f981bacc024bc05cbbd0e5b4b74af') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/mingw-w64/PKGBUILD b/c++utilities/mingw-w64/PKGBUILD index 7f5e28b2..88aadfd8 100644 --- a/c++utilities/mingw-w64/PKGBUILD +++ b/c++utilities/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=cpp-utilities pkgname=mingw-w64-c++utilities _name=${pkgname#mingw-w64-} -pkgver=4.12.0 +pkgver=4.12.1 pkgrel=1 arch=('any') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)' @@ -16,7 +16,7 @@ optdepends=("$_name-doc: API documentation") makedepends=('mingw-w64-gcc' 'mingw-w64-cmake') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('e3a70899d86ba7787d9612d7b10a6c2ebadc9860991c88b00f43fe485d27b51b') +sha256sums=('1ce02c97f4c0d8175656d9c7ee19bef7304f981bacc024bc05cbbd0e5b4b74af') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i686-w64-mingw32 x86_64-w64-mingw32' [[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON' diff --git a/reflective-rapidjson/default/PKGBUILD b/reflective-rapidjson/default/PKGBUILD index b2d8f030..8d3945f2 100644 --- a/reflective-rapidjson/default/PKGBUILD +++ b/reflective-rapidjson/default/PKGBUILD @@ -5,19 +5,19 @@ _reponame=reflective-rapidjson pkgname=reflective-rapidjson -pkgver=0.0.2 +pkgver=0.0.3 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON' license=('GPL') -depends=('c++utilities' 'llvm-libs' 'rapidjson') +depends=('c++utilities' 'llvm-libs' 'rapidjson' 'clang') optdepends=("boost: use Boost.Hana instead of code generator") optdepends=("$pkgname-doc: API documentation") -makedepends=('cmake' 'clang' 'clang-tools-extra' 'boost' 'llvm') +makedepends=('cmake' 'clang-tools-extra' 'boost' 'llvm') checkdepends=('cppunit') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('54975c21e7c23f6e759654dc20ab83a70cd2513216f1217b39babbf24235602c') +sha256sums=('0c5dbf53dd4f439adfb4c36d761b5036b6e6fec6df457ddb0fdc4bf93ede50c8') prepare() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/reflective-rapidjson/doc/PKGBUILD b/reflective-rapidjson/doc/PKGBUILD index 16b2d1b8..96bf8e30 100644 --- a/reflective-rapidjson/doc/PKGBUILD +++ b/reflective-rapidjson/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=reflective-rapidjson _reponame=reflective-rapidjson pkgname=$_name-doc -pkgver=0.0.2 +pkgver=0.0.3 pkgrel=1 arch=('any') pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('c++utilities' 'cmake' 'doxygen' 'dia' 'graphviz' 'clang' 'clang-tools-extra' 'llvm' 'rapidjson') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('54975c21e7c23f6e759654dc20ab83a70cd2513216f1217b39babbf24235602c') +sha256sums=('0c5dbf53dd4f439adfb4c36d761b5036b6e6fec6df457ddb0fdc4bf93ede50c8') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/reflective-rapidjson/git/PKGBUILD b/reflective-rapidjson/git/PKGBUILD index 3bfdc7a0..2cb0dd53 100644 --- a/reflective-rapidjson/git/PKGBUILD +++ b/reflective-rapidjson/git/PKGBUILD @@ -11,10 +11,10 @@ pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON' license=('GPL') -depends=('c++utilities-git' 'llvm-libs' 'rapidjson') +depends=('c++utilities-git' 'llvm-libs' 'rapidjson' 'clang') optdepends=("boost: use Boost.Hana instead of code generator") optdepends=("$_name-doc: API documentation") -makedepends=('cmake' 'clang' 'clang-tools-extra' 'boost' 'llvm' 'git') +makedepends=('cmake' 'clang-tools-extra' 'boost' 'llvm' 'git') checkdepends=('cppunit') provides=("${_name}") conflicts=("${_name}") diff --git a/reflective-rapidjson/mingw-w64/PKGBUILD b/reflective-rapidjson/mingw-w64/PKGBUILD index a62219ca..66ad3b9d 100644 --- a/reflective-rapidjson/mingw-w64/PKGBUILD +++ b/reflective-rapidjson/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=reflective-rapidjson pkgname=mingw-w64-reflective-rapidjson _name=${pkgname#mingw-w64-} -pkgver=0.0.2 +pkgver=0.0.3 pkgrel=1 arch=('any') pkgdesc='Code generator for serializing/deserializing C++ objects to/from JSON using Clang and RapidJSON (mingw-w64)' @@ -17,7 +17,7 @@ optdepends=("$_name-doc: API documentation") makedepends=('mingw-w64-gcc' 'mingw-w64-cmake') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('54975c21e7c23f6e759654dc20ab83a70cd2513216f1217b39babbf24235602c') +sha256sums=('0c5dbf53dd4f439adfb4c36d761b5036b6e6fec6df457ddb0fdc4bf93ede50c8') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i686-w64-mingw32 x86_64-w64-mingw32' [[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON' diff --git a/syncthingtray/default/PKGBUILD b/syncthingtray/default/PKGBUILD index 64a5d906..2976d639 100644 --- a/syncthingtray/default/PKGBUILD +++ b/syncthingtray/default/PKGBUILD @@ -18,7 +18,7 @@ _enable_plasmoid=1 _reponame=syncthingtray pkgname=syncthingtray -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Tray application for Syncthing' @@ -35,7 +35,7 @@ checkdepends=('cppunit' 'syncthing') [[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('af1769702676dbde33db692a39f81627b29dc09a8ce8c3bd8c2ee5eef22a5a3f') +sha256sums=('bb68130de4bb47fb7da4d4cefecbec6ec5fca3408790c172dfd9779b7e3b14d7') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/syncthingtray/mingw-w64-static/PKGBUILD b/syncthingtray/mingw-w64-static/PKGBUILD index 59a2568b..8e99ab02 100644 --- a/syncthingtray/mingw-w64-static/PKGBUILD +++ b/syncthingtray/mingw-w64-static/PKGBUILD @@ -9,7 +9,7 @@ _webview_provider=none _reponame=syncthingtray pkgname=mingw-w64-syncthingtray-static _name=${_reponame} -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' @@ -21,7 +21,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-base-static' 'ming conflicts=("${pkgname%-static}") url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('af1769702676dbde33db692a39f81627b29dc09a8ce8c3bd8c2ee5eef22a5a3f') +sha256sums=('bb68130de4bb47fb7da4d4cefecbec6ec5fca3408790c172dfd9779b7e3b14d7') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/syncthingtray/mingw-w64-webview/PKGBUILD b/syncthingtray/mingw-w64-webview/PKGBUILD index 1a1b93e9..54a52647 100644 --- a/syncthingtray/mingw-w64-webview/PKGBUILD +++ b/syncthingtray/mingw-w64-webview/PKGBUILD @@ -10,7 +10,7 @@ _reponame=syncthingtray pkgname=mingw-w64-syncthingtray-webview provides=('mingw-w64-syncthingtray') conflicts=('mingw-w64-syncthingtray') -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' @@ -22,7 +22,7 @@ depends=('mingw-w64-crt' 'mingw-w64-qt5-svg' 'mingw-w64-qtutilities' 'mingw-w64- makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg') url="https://github.com/Martchus/${_reponame}" source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('af1769702676dbde33db692a39f81627b29dc09a8ce8c3bd8c2ee5eef22a5a3f') +sha256sums=('bb68130de4bb47fb7da4d4cefecbec6ec5fca3408790c172dfd9779b7e3b14d7') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/syncthingtray/mingw-w64/PKGBUILD b/syncthingtray/mingw-w64/PKGBUILD index 5100543c..7b72d766 100644 --- a/syncthingtray/mingw-w64/PKGBUILD +++ b/syncthingtray/mingw-w64/PKGBUILD @@ -9,7 +9,7 @@ _webview_provider=none _reponame=syncthingtray pkgname=mingw-w64-syncthingtray _name=${pkgname#mingw-w64-} -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' @@ -21,7 +21,7 @@ depends=('mingw-w64-crt' 'mingw-w64-qt5-svg' 'mingw-w64-qtutilities' 'mingw-w64- makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('af1769702676dbde33db692a39f81627b29dc09a8ce8c3bd8c2ee5eef22a5a3f') +sha256sums=('bb68130de4bb47fb7da4d4cefecbec6ec5fca3408790c172dfd9779b7e3b14d7') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/tageditor/default/PKGBUILD b/tageditor/default/PKGBUILD index 66864f97..fbd9e0a3 100644 --- a/tageditor/default/PKGBUILD +++ b/tageditor/default/PKGBUILD @@ -14,7 +14,7 @@ _json_export=ON _reponame=tageditor pkgname=tageditor -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -30,7 +30,7 @@ makedepends=('cmake' 'qt5-tools') checkdepends=('cppunit') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d829f4dee076a33d9404c297061dc734848413f2b0cca1a6bdb49ebc253c1864') +sha256sums=('8ff40de447159461455f6c529c455b2e10fcd89247964397b65dd09aac9a3cc1') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/mingw-w64-static/PKGBUILD b/tageditor/mingw-w64-static/PKGBUILD index eacec4f0..4e316833 100644 --- a/tageditor/mingw-w64-static/PKGBUILD +++ b/tageditor/mingw-w64-static/PKGBUILD @@ -15,7 +15,7 @@ _json_export=ON _reponame=tageditor pkgname=mingw-w64-tageditor-static _name=${_reponame} -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=1 arch=('any') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -30,13 +30,14 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-base-static' 'ming conflicts=("${pkgname%-static}") url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d829f4dee076a33d9404c297061dc734848413f2b0cca1a6bdb49ebc253c1864') +sha256sums=('8ff40de447159461455f6c529c455b2e10fcd89247964397b65dd09aac9a3cc1') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i686-w64-mingw32 x86_64-w64-mingw32' build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" for _arch in ${_architectures}; do + local gcc_version=$($_arch-gcc --version | grep "^$_arch-gcc" | sed 's/^.* //g') mkdir -p build-${_arch} && pushd build-${_arch} ${_arch}-cmake \ -DCMAKE_BUILD_TYPE=Release \ @@ -44,7 +45,10 @@ build() { -DWEBVIEW_PROVIDER="${_webview_provider}" \ -DJS_PROVIDER="${_js_provider}" \ -DENABLE_JSON_EXPORT="${_json_export}" \ + -DENABLE_JSON_EXPORT:BOOL="${_json_export}" \ -DREFLECTION_GENERATOR_EXECUTABLE:FILEPATH='/usr/bin/reflective_rapidjson_generator' \ + -DREFLECTION_GENERATOR_TRIPLE:STRING="${_arch}" \ + -DREFLECTION_GENERATOR_INCLUDE_DIRECTORIES="/usr/lib/gcc/${_arch}/${gcc_version}/include;/usr/${_arch}/include/c++/${gcc_version}/${_arch};/usr/${_arch}/include" \ -DENABLE_STATIC_LIBS:BOOL=ON \ -DDISABLE_SHARED_LIBS:BOOL=ON \ -DSTATIC_LINKAGE:BOOL=ON \ diff --git a/tageditor/mingw-w64-webview/PKGBUILD b/tageditor/mingw-w64-webview/PKGBUILD index 8ed716e9..1bb085fe 100644 --- a/tageditor/mingw-w64-webview/PKGBUILD +++ b/tageditor/mingw-w64-webview/PKGBUILD @@ -17,7 +17,7 @@ pkgname=mingw-w64-tageditor-webview provides=('mingw-w64-tageditor') conflicts=('mingw-w64-tageditor') _name=${pkgname#mingw-w64-} -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=1 arch=('any') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -32,21 +32,24 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg') [[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson') url="https://github.com/Martchus/${_reponame}" source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d829f4dee076a33d9404c297061dc734848413f2b0cca1a6bdb49ebc253c1864') +sha256sums=('8ff40de447159461455f6c529c455b2e10fcd89247964397b65dd09aac9a3cc1') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i686-w64-mingw32 x86_64-w64-mingw32' build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" for _arch in ${_architectures}; do + local gcc_version=$($_arch-gcc --version | grep "^$_arch-gcc" | sed 's/^.* //g') mkdir -p build-${_arch} && pushd build-${_arch} ${_arch}-cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX="/usr/${_arch}" \ -DWEBVIEW_PROVIDER="${_webview_provider}" \ -DJS_PROVIDER="${_js_provider}" \ - -DENABLE_JSON_EXPORT="${_json_export}" \ + -DENABLE_JSON_EXPORT:BOOL="${_json_export}" \ -DREFLECTION_GENERATOR_EXECUTABLE:FILEPATH='/usr/bin/reflective_rapidjson_generator' \ + -DREFLECTION_GENERATOR_TRIPLE:STRING="${_arch}" \ + -DREFLECTION_GENERATOR_INCLUDE_DIRECTORIES="/usr/lib/gcc/${_arch}/${gcc_version}/include;/usr/${_arch}/include/c++/${gcc_version}/${_arch};/usr/${_arch}/include" \ ../ make popd diff --git a/tageditor/mingw-w64/PKGBUILD b/tageditor/mingw-w64/PKGBUILD index a3fa159a..729421ac 100644 --- a/tageditor/mingw-w64/PKGBUILD +++ b/tageditor/mingw-w64/PKGBUILD @@ -15,7 +15,7 @@ _json_export=ON _reponame=tageditor pkgname=mingw-w64-tageditor _name=${pkgname#mingw-w64-} -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=1 arch=('any') pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska' @@ -30,21 +30,24 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg') [[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d829f4dee076a33d9404c297061dc734848413f2b0cca1a6bdb49ebc253c1864') +sha256sums=('8ff40de447159461455f6c529c455b2e10fcd89247964397b65dd09aac9a3cc1') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i686-w64-mingw32 x86_64-w64-mingw32' build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" for _arch in ${_architectures}; do + local gcc_version=$($_arch-gcc --version | grep "^$_arch-gcc" | sed 's/^.* //g') mkdir -p build-${_arch} && pushd build-${_arch} ${_arch}-cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX="/usr/${_arch}" \ -DWEBVIEW_PROVIDER="${_webview_provider}" \ -DJS_PROVIDER="${_js_provider}" \ - -DENABLE_JSON_EXPORT="${_json_export}" \ + -DENABLE_JSON_EXPORT:BOOL="${_json_export}" \ -DREFLECTION_GENERATOR_EXECUTABLE:FILEPATH='/usr/bin/reflective_rapidjson_generator' \ + -DREFLECTION_GENERATOR_TRIPLE:STRING="${_arch}" \ + -DREFLECTION_GENERATOR_INCLUDE_DIRECTORIES="/usr/lib/gcc/${_arch}/${gcc_version}/include;/usr/${_arch}/include/c++/${gcc_version}/${_arch};/usr/${_arch}/include" \ ../ make popd diff --git a/tagparser/default/PKGBUILD b/tagparser/default/PKGBUILD index 2ac0dcaf..096a69c0 100644 --- a/tagparser/default/PKGBUILD +++ b/tagparser/default/PKGBUILD @@ -5,7 +5,7 @@ _reponame=tagparser pkgname=tagparser -pkgver=6.5.0 +pkgver=6.5.1 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags' @@ -16,7 +16,7 @@ checkdepends=('cppunit' 'openssl') optdepends=("$pkgname-doc: API documentation") url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('15f7aeb155fcda3cce50a9288372c3d60d2dde046261d12d6813d3b6f45a0eb8') +sha256sums=('abc9ffc1148ca27d88877c55e48bdeafe0156deefe70c0309a3764ec395abd59') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tagparser/doc/PKGBUILD b/tagparser/doc/PKGBUILD index c0bae8fb..2d638ae8 100644 --- a/tagparser/doc/PKGBUILD +++ b/tagparser/doc/PKGBUILD @@ -6,7 +6,7 @@ _name=tagparser _reponame=tagparser pkgname=$_name-doc -pkgver=6.5.0 +pkgver=6.5.1 pkgrel=1 arch=('any') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (API documentation)' @@ -14,7 +14,7 @@ license=('GPL') makedepends=('cmake' 'doxygen' 'dia' 'graphviz' 'c++utilities') url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('15f7aeb155fcda3cce50a9288372c3d60d2dde046261d12d6813d3b6f45a0eb8') +sha256sums=('abc9ffc1148ca27d88877c55e48bdeafe0156deefe70c0309a3764ec395abd59') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tagparser/mingw-w64/PKGBUILD b/tagparser/mingw-w64/PKGBUILD index 0e3c68f5..050a0988 100644 --- a/tagparser/mingw-w64/PKGBUILD +++ b/tagparser/mingw-w64/PKGBUILD @@ -6,7 +6,7 @@ _reponame=tagparser pkgname=mingw-w64-tagparser _name=${pkgname#mingw-w64-} -pkgver=6.5.0 +pkgver=6.5.1 pkgrel=1 arch=('any') pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (mingw-w64)' @@ -17,7 +17,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake') optdepends=("$pkgname-doc: API documentation") url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('15f7aeb155fcda3cce50a9288372c3d60d2dde046261d12d6813d3b6f45a0eb8') +sha256sums=('abc9ffc1148ca27d88877c55e48bdeafe0156deefe70c0309a3764ec395abd59') options=(!buildflags staticlibs !strip !emptydirs) _architectures='i686-w64-mingw32 x86_64-w64-mingw32' [[ $NO_STATIC_LIBS ]] || _configurations='-DENABLE_STATIC_LIBS:BOOL=ON'