Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Jul 26, 2023
1 parent 477c132 commit d13ed87
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/aur/photobroom-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = photobroom-git
pkgdesc = Photos managing tool
pkgver = v1.6.0.r14.ge6e8c3d95
pkgver = v1.6.0.r175.ge9b0d6b95
pkgrel = 1
url = https://github.com/Kicer86/photobroom
arch = i686
Expand All @@ -11,6 +11,7 @@ pkgbase = photobroom-git
makedepends = qt6-tools
makedepends = imagemagick
makedepends = libwebp
makedepends = cs-libguarded
depends = exiv2
depends = qt6-base
depends = qt6-multimedia
Expand All @@ -25,6 +26,8 @@ pkgbase = photobroom-git
source = cmake_modules::git+https://github.com/Kicer86/cmake_modules.git#commit=bf447aeb3bf57680f0c257f9d77ea7f5ef90b0ec
source = qml-colorpicker::git+https://github.com/rshest/qml-colorpicker.git#commit=5967b3e38033794f54d66c57a03f9a356df0dc03
source = face_recognition_models::git+https://github.com/ageitgey/face_recognition_models.git#commit=e67de717267507d1e9246de95692eb8be736ab61
source = animated_webp::git+https://github.com/Kicer86/AnimatedWebP.git#commit=996e92a0c45b2ea20034c9e97ec75d2098faf2f8
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
Expand Down
10 changes: 7 additions & 3 deletions .github/aur/photobroom-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Maintainer: Michał Walenciak <[email protected]>
pkgname=photobroom-git
pkgver=v1.6.0.r14.ge6e8c3d95
pkgver=v1.6.0.r175.ge9b0d6b95
pkgrel=1
pkgdesc="Photos managing tool"
arch=('i686' 'x86_64')
url="https://github.com/Kicer86/photobroom"
license=('GPL3')
groups=()
depends=('exiv2' 'qt6-base' 'qt6-multimedia' 'qt6-declarative' 'qt6-svg' 'dlib' 'opencv' 'jsoncpp')
makedepends=('cmake' 'magic_enum' 'qt6-tools' 'imagemagick' 'libwebp')
makedepends=('cmake' 'magic_enum' 'qt6-tools' 'imagemagick' 'libwebp' 'cs-libguarded')
optdepends=()
provides=('photobroom')
conflicts=('photobroom')
Expand All @@ -21,9 +21,11 @@ source=(photobroom-git::git+https://github.com/Kicer86/photobroom.git#branch=mas
cmake_modules::git+https://github.com/Kicer86/cmake_modules.git#commit=bf447aeb3bf57680f0c257f9d77ea7f5ef90b0ec
qml-colorpicker::git+https://github.com/rshest/qml-colorpicker.git#commit=5967b3e38033794f54d66c57a03f9a356df0dc03
face_recognition_models::git+https://github.com/ageitgey/face_recognition_models.git#commit=e67de717267507d1e9246de95692eb8be736ab61
animated_webp::git+https://github.com/Kicer86/AnimatedWebP.git#commit=996e92a0c45b2ea20034c9e97ec75d2098faf2f8
)
noextract=()
md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP')
Expand All @@ -37,9 +39,11 @@ prepare()
{
rm -d $pkgname/cmake_modules
rm -d $pkgname/src/gui/desktop/quick_items/external/qml-colorpicker
rm -d $pkgname/src/gui/desktop/utils/animated_webp
rm -d $pkgname/src/face_recognition/dlib_wrapper/face_recognition_models
ln -s ../cmake_modules $pkgname/cmake_modules
ln -s ../../../../../../qml-colorpicker $pkgname/src/gui/desktop/quick_items/external/qml-colorpicker
ln -s ../../../../../animated_webp $pkgname/src/gui/desktop/utils/animated_webp
ln -s ../../../../face_recognition_models $pkgname/src/face_recognition/dlib_wrapper/face_recognition_models
}

Expand All @@ -48,7 +52,7 @@ build()
cd "$pkgname"
mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DBUILD_UPDATER=OFF -DCMAKE_BUILD_TYPE=None -Wno-dev
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DBUILD_UPDATER=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=None -Wno-dev
make
}

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Icons used from [www.flaticon.com](https://www.flaticon.com/):

[![Build-Linux](https://github.com/Kicer86/photobroom/actions/workflows/linux-build.yml/badge.svg)](https://github.com/Kicer86/photobroom/actions/workflows/linux-build.yml)
[![Build-Windows](https://github.com/Kicer86/photobroom/actions/workflows/windows-build.yml/badge.svg)](https://github.com/Kicer86/photobroom/actions/workflows/windows-build.yml)
[![AUR package build test](https://github.com/Kicer86/photobroom/actions/workflows/aur-package-build.yml/badge.svg)](https://github.com/Kicer86/photobroom/actions/workflows/aur-package-build.yml)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2bd8b5b8954e4058875dbd0aafdd29a5)](https://www.codacy.com/app/kicer86/photobroom?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Kicer86/photobroom&amp;utm_campaign=Badge_Grade)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1219/badge)](https://bestpractices.coreinfrastructure.org/projects/1219)
[![codecov.io](https://codecov.io/gh/Kicer86/photobroom/coverage.svg?branch=master)](https://codecov.io/gh/Kicer86/photobroom)
1 change: 1 addition & 0 deletions docs/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Required tools and libraries:
- https://github.com/ageitgey/face_recognition_models.git - modules for face recognition
- https://github.com/Kicer86/github_api.git - github api
- https://github.com/rshest/qml-colorpicker.git - QML colorpicker item
- https://github.com/Kicer86/AnimatedWebP.git
- https://github.com/microsoft/vcpkg.git

* For convenience it is possible to use vcpkg tool
Expand Down

0 comments on commit d13ed87

Please sign in to comment.