Date: Monday, May 16, 2022 @ 19:10:37 Author: arojas Revision: 1207582
Update to 2.1.2 Modified: buho/trunk/PKGBUILD communicator/trunk/PKGBUILD index-fm/trunk/PKGBUILD maui-clip/trunk/PKGBUILD maui-nota/trunk/PKGBUILD maui-pix/trunk/PKGBUILD maui-shelf/trunk/PKGBUILD maui-station/trunk/PKGBUILD mauikit-accounts/trunk/PKGBUILD mauikit-filebrowsing/trunk/PKGBUILD mauikit-imagetools/trunk/PKGBUILD mauikit-texteditor/trunk/PKGBUILD mauikit/trunk/PKGBUILD vvave/trunk/PKGBUILD Deleted: maui-clip/trunk/ffmpeg5.patch -------------------------------------+ buho/trunk/PKGBUILD | 4 ++-- communicator/trunk/PKGBUILD | 4 ++-- index-fm/trunk/PKGBUILD | 4 ++-- maui-clip/trunk/PKGBUILD | 14 ++++---------- maui-clip/trunk/ffmpeg5.patch | 16 ---------------- maui-nota/trunk/PKGBUILD | 4 ++-- maui-pix/trunk/PKGBUILD | 4 ++-- maui-shelf/trunk/PKGBUILD | 4 ++-- maui-station/trunk/PKGBUILD | 4 ++-- mauikit-accounts/trunk/PKGBUILD | 4 ++-- mauikit-filebrowsing/trunk/PKGBUILD | 4 ++-- mauikit-imagetools/trunk/PKGBUILD | 4 ++-- mauikit-texteditor/trunk/PKGBUILD | 4 ++-- mauikit/trunk/PKGBUILD | 4 ++-- vvave/trunk/PKGBUILD | 4 ++-- 15 files changed, 30 insertions(+), 52 deletions(-) Modified: buho/trunk/PKGBUILD =================================================================== --- buho/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ buho/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=buho -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='Task and note keeper' url='https://mauikit.org/' @@ -11,7 +11,7 @@ makedepends=(extra-cmake-modules) groups=(maui) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('13cf4e0348b63292dd61795f948b6106b8f1ce97f3fb518a5ddc01431447b6c8') +sha256sums=('e89d2945608af441d422c380d19672363b9293ab06a29544821edc1ff8108675') build() { cmake -B build -S $pkgname-$pkgver Modified: communicator/trunk/PKGBUILD =================================================================== --- communicator/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ communicator/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=communicator -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='Contacts and dialer application' url='https://mauikit.org/' @@ -11,7 +11,7 @@ makedepends=(extra-cmake-modules qt5-location) groups=(maui) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('be13ccf68cc2c52cec0ec1e52ce00a4d86b7979b29da3a84c7f6fdb3698afb26') +sha256sums=('d1b1177719debfe8cbcf699ab31a5fbe379e329f442ae6cc67491f7a65ebea54') build() { cmake -B build -S $pkgname-$pkgver Modified: index-fm/trunk/PKGBUILD =================================================================== --- index-fm/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ index-fm/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=index-fm -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='Multi-platform file manager' url='https://mauikit.org/' @@ -11,7 +11,7 @@ makedepends=(extra-cmake-modules) groups=(maui) source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('dbe1078356f9776dce3a5404d2d9b00c8984c0a8aa02eb0ec450c6c5f4b3fc5e') +sha256sums=('b62591e3d9563aa9f267568ef7af406306444e4b9faf1d2dcddec050fab75cf9') build() { cmake -B build -S $pkgname-$pkgver Modified: maui-clip/trunk/PKGBUILD =================================================================== --- maui-clip/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ maui-clip/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -2,8 +2,8 @@ pkgname=maui-clip _pkgname=clip -pkgver=2.1.1 -pkgrel=2 +pkgver=2.1.2 +pkgrel=1 pkgdesc='Video player and video collection manager' url='https://mauikit.org/' arch=(x86_64) @@ -11,15 +11,9 @@ depends=(mauikit-filebrowsing taglib ffmpeg) makedepends=(extra-cmake-modules) groups=(maui) -source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz - ffmpeg5.patch) -sha256sums=('eb229db4a49c2cf64f1655faebe32be55b39f0af170507144edfd32f46b6efd9' - '54d5c9d7f077edcfb94a6681d590d40ac9c2b83f3da2c340d477c6b2e1b2576f') +source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz) +sha256sums=('9feccc12015c1d5180411418c18739023e4a3e87167fcf1dbfa67812b1f81499') -prepare() { - patch -d $_pkgname-$pkgver -p1 < ffmpeg5.patch # Fix build with FFmpeg 5 -} - build() { cmake -B build -S $_pkgname-$pkgver cmake --build build Deleted: maui-clip/trunk/ffmpeg5.patch =================================================================== --- maui-clip/trunk/ffmpeg5.patch 2022-05-16 19:07:00 UTC (rev 1207581) +++ maui-clip/trunk/ffmpeg5.patch 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,16 +0,0 @@ -diff --git a/src/utils/ffmpegthumbs/moviedecoder.h b/src/utils/ffmpegthumbs/moviedecoder.h -index 53a9522..d6b717d 100644 ---- a/src/utils/ffmpegthumbs/moviedecoder.h -+++ b/src/utils/ffmpegthumbs/moviedecoder.h -@@ -57,7 +57,11 @@ private: - int m_VideoStream; - AVFormatContext* m_pFormatContext; - AVCodecContext* m_pVideoCodecContext; -+#if LIBAVCODEC_VERSION_MAJOR < 59 - AVCodec* m_pVideoCodec; -+#else -+ const AVCodec* m_pVideoCodec; -+#endif - // AVStream* m_pVideoStream; - AVFrame* m_pFrame; - quint8* m_pFrameBuffer; Modified: maui-nota/trunk/PKGBUILD =================================================================== --- maui-nota/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ maui-nota/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -2,7 +2,7 @@ pkgname=maui-nota _pkgname=nota -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='Multi-platform text editor' url='https://mauikit.org/' @@ -12,7 +12,7 @@ makedepends=(extra-cmake-modules) groups=(maui) source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz) -sha256sums=('d59f39179791c79f15f1caf0b50d4c79558cd2b6b9316605c40f6e0356b66bdf') +sha256sums=('c75e42a0052b4114cdb2c0663ea507e492af4a2249be14241f3672e80dafe187') build() { cmake -B build -S $_pkgname-$pkgver Modified: maui-pix/trunk/PKGBUILD =================================================================== --- maui-pix/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ maui-pix/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -2,7 +2,7 @@ pkgname=maui-pix _pkgname=pix -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='Image gallery application' url='https://mauikit.org/' @@ -12,7 +12,7 @@ makedepends=(extra-cmake-modules) groups=(maui) source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz) -sha256sums=('371142f0b50065d9065c8a98aad226adcfd5a3a7fa8ea4d4d531279980018e0a') +sha256sums=('3a7c1677c8d7b17a723abfd9082e9d526bc03ea76444740225f41e23e2579779') build() { cmake -B build -S $_pkgname-$pkgver Modified: maui-shelf/trunk/PKGBUILD =================================================================== --- maui-shelf/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ maui-shelf/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -2,7 +2,7 @@ pkgname=maui-shelf _pkgname=shelf -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='Document and EBook collection manager' url='https://mauikit.org/' @@ -12,7 +12,7 @@ makedepends=(extra-cmake-modules) groups=(maui) source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz) -sha256sums=('c578111bf97ca931a96514759f4dfa66e94343900948274702dcd80313ef1a1b') +sha256sums=('b0a3d488d8b29f34b1e1032b4566a478a838eefc20e69a239077398e68406738') build() { cmake -B build -S $_pkgname-$pkgver Modified: maui-station/trunk/PKGBUILD =================================================================== --- maui-station/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ maui-station/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -2,7 +2,7 @@ pkgname=maui-station _pkgname=station -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='Convergent terminal emulator' url='https://mauikit.org/' @@ -12,7 +12,7 @@ makedepends=(extra-cmake-modules) groups=(maui) source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz) -sha256sums=('6035d659f0aebb8f8ac7d6d7574e67b4e8e7d6ac3a94a8b90afeb8cf303f80f9') +sha256sums=('0fbee4a36b3c271343535f860900a58feb5500d3a57bbe12b5e788885c3e3c53') build() { cmake -B build -S $_pkgname-$pkgver Modified: mauikit/trunk/PKGBUILD =================================================================== --- mauikit/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ mauikit/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=mauikit -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='Templated convergent controls and multi-platform utilities for Maui applications' url='https://mauikit.org/' @@ -10,7 +10,7 @@ depends=(ki18n knotifications kirigami2 qt5-svg) makedepends=(extra-cmake-modules) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('4a771d0d488086391910f2e8b20307116069ba55577d18b35fdbdc4e50b9e9c5') +sha256sums=('a73e81b3d1631caa7ef9ca358095dc25704f5bad9851be5ea944717a4040b7d8') build() { cmake -B build -S $pkgname-$pkgver Modified: mauikit-accounts/trunk/PKGBUILD =================================================================== --- mauikit-accounts/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ mauikit-accounts/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=mauikit-accounts -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='MauiKit utilities to handle User Accounts' url='https://mauikit.org/' @@ -10,7 +10,7 @@ depends=(mauikit) makedepends=(extra-cmake-modules) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('08b35303dfd9c903cfbf62b90931ec8315d0d62367dbf56c594907f39d3c06b4') +sha256sums=('539fc797cf736d971a7902e642840a8083f640220802c599f92893111f29cc02') build() { cmake -B build -S $pkgname-$pkgver Modified: mauikit-filebrowsing/trunk/PKGBUILD =================================================================== --- mauikit-filebrowsing/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ mauikit-filebrowsing/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=mauikit-filebrowsing -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='MauiKit File Browsing utilities and controls' url='https://mauikit.org/' @@ -10,7 +10,7 @@ depends=(mauikit kio) makedepends=(extra-cmake-modules) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('daee19e3df3f04a701c7319d9c27d2828146fd9aed3c3897c652781286e72ccc') +sha256sums=('d8ef2d4d3c4d953a7465542cc4f38dea35803f755bf3cafd116ed6444896ee26') build() { cmake -B build -S $pkgname-$pkgver Modified: mauikit-imagetools/trunk/PKGBUILD =================================================================== --- mauikit-imagetools/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ mauikit-imagetools/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=mauikit-imagetools -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='MauiKit Image Tools Components' url='https://mauikit.org/' @@ -10,7 +10,7 @@ depends=(mauikit kquickimageeditor qt5-location exiv2) makedepends=(extra-cmake-modules) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('ea728c115e0dc86f2aab68fd41764b266928f9daa331e8fcd1c5cba9d7c95378') +sha256sums=('d26c56706badc50d990e7156829c8958c0325ba0779888815c474bcf3bea60a0') build() { cmake -B build -S $pkgname-$pkgver Modified: mauikit-texteditor/trunk/PKGBUILD =================================================================== --- mauikit-texteditor/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ mauikit-texteditor/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=mauikit-texteditor -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='MauiKit Text Editor components' url='https://mauikit.org/' @@ -10,7 +10,7 @@ depends=(mauikit syntax-highlighting) makedepends=(extra-cmake-modules kio) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('d4e97a540fc365e22703d40ac9921ecfd4e896ad31459b23f0611197735c243f') +sha256sums=('e18ae472ada98fd1a3a9e21ec4a02efbead1be74b697de26114640537cc6e9a7') build() { cmake -B build -S $pkgname-$pkgver Modified: vvave/trunk/PKGBUILD =================================================================== --- vvave/trunk/PKGBUILD 2022-05-16 19:07:00 UTC (rev 1207581) +++ vvave/trunk/PKGBUILD 2022-05-16 19:10:37 UTC (rev 1207582) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=vvave -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc='Multi-platform media player' url='https://mauikit.org/' @@ -13,7 +13,7 @@ conflicts=(babe) replaces=(babe) source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('3c1d9169009bfae61ad26ee4956ad3eb7303b6f36752ae827bf2ca313c674d4a') +sha256sums=('aeddd31cbd0df6df796983db66c4a2251c8c5dc452d00ff7f63b254406586691') build() { cmake -B build -S $pkgname-$pkgver
