Compare commits
6 Commits
d0e602b06f
...
1b77cb73b6
Author | SHA1 | Date | |
---|---|---|---|
1b77cb73b6 | |||
b79cf9ad5f | |||
bf7a242c58 | |||
bf61a6d4dd | |||
675f6cd6a9 | |||
9694ce5584 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,6 +6,7 @@ src
|
|||||||
/*/*.tar.bz2
|
/*/*.tar.bz2
|
||||||
/*/*.tar.gz*
|
/*/*.tar.gz*
|
||||||
/*/*.tar.xz
|
/*/*.tar.xz
|
||||||
|
/*/*.tar.zst
|
||||||
/*/*.tgz
|
/*/*.tgz
|
||||||
libsnl-svn/libsnl
|
libsnl-svn/libsnl
|
||||||
spooles/ReferenceManual.ps.gz
|
spooles/ReferenceManual.ps.gz
|
||||||
@ -17,3 +18,4 @@ digimend-drivers-git-dkms/digimend-kernel-drivers
|
|||||||
/xournalpp-git/xournalpp
|
/xournalpp-git/xournalpp
|
||||||
/python-pytorch-rocm/find-hsa-runtime.patch
|
/python-pytorch-rocm/find-hsa-runtime.patch
|
||||||
/python-pytorch-rocm/pytorch-1.7.1/
|
/python-pytorch-rocm/pytorch-1.7.1/
|
||||||
|
/*/*-git/
|
||||||
|
41
libcamera-clang-git/.SRCINFO
Normal file
41
libcamera-clang-git/.SRCINFO
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
pkgbase = libcamera-clang-git
|
||||||
|
pkgdesc = A complex camera support library for Linux, Android, and ChromeOS (built with clang)
|
||||||
|
pkgver = r2742.143b2524
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://libcamera.org/
|
||||||
|
arch = x86_64
|
||||||
|
arch = i686
|
||||||
|
license = LGPL
|
||||||
|
license = GPL
|
||||||
|
license = Apache
|
||||||
|
license = BSD
|
||||||
|
license = MIT
|
||||||
|
license = custom
|
||||||
|
makedepends = python-yaml
|
||||||
|
makedepends = python-ply
|
||||||
|
makedepends = python-jinja
|
||||||
|
makedepends = pkgconf
|
||||||
|
makedepends = gnutls
|
||||||
|
makedepends = openssl
|
||||||
|
makedepends = git
|
||||||
|
makedepends = gtest
|
||||||
|
makedepends = udev
|
||||||
|
makedepends = gstreamer
|
||||||
|
makedepends = qt5-tools
|
||||||
|
makedepends = libevent
|
||||||
|
makedepends = meson>=0.55
|
||||||
|
makedepends = clang>=5.0
|
||||||
|
depends = gst-plugins-base-libs
|
||||||
|
optdepends = qt5-base: for qcam test application
|
||||||
|
optdepends = libevent: for test commands
|
||||||
|
optdepends = gtest: for lc-compliance test command
|
||||||
|
provides = libcamera
|
||||||
|
provides = libcamera-clang
|
||||||
|
provides = libcamera-git
|
||||||
|
provides = qcam
|
||||||
|
conflicts = libcamera
|
||||||
|
options = !docs
|
||||||
|
source = git://linuxtv.org/libcamera.git/
|
||||||
|
md5sums = SKIP
|
||||||
|
|
||||||
|
pkgname = libcamera-clang-git
|
6
libcamera-clang-git/.gitignore
vendored
Normal file
6
libcamera-clang-git/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
libcamera/
|
||||||
|
src/
|
||||||
|
pkg/
|
||||||
|
.vscode/
|
||||||
|
*.tar*
|
||||||
|
*.log
|
12
libcamera-clang-git/.gitrepo
Normal file
12
libcamera-clang-git/.gitrepo
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
; DO NOT EDIT (unless you know what you are doing)
|
||||||
|
;
|
||||||
|
; This subdirectory is a git "subrepo", and this file is maintained by the
|
||||||
|
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
|
||||||
|
;
|
||||||
|
[subrepo]
|
||||||
|
remote = https://aur.archlinux.org/libcamera-clang-git.git
|
||||||
|
branch = master
|
||||||
|
commit = 59e484605fdf8553bcc9d0cc7bf5814d8ec2fc3f
|
||||||
|
parent = 675f6cd6a9a867a64d2ad00d5848966f841b2825
|
||||||
|
method = merge
|
||||||
|
cmdver = 0.4.3
|
70
libcamera-clang-git/PKGBUILD
Normal file
70
libcamera-clang-git/PKGBUILD
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
# Maintainer: Sam L. Yes <samlukeyes123@gmail.com>
|
||||||
|
|
||||||
|
pkgname=libcamera-clang-git
|
||||||
|
pkgver=r2866.abaa45d6
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='A complex camera support library for Linux, Android, and ChromeOS (built with clang)'
|
||||||
|
arch=('x86_64' 'i686')
|
||||||
|
url='https://libcamera.org/'
|
||||||
|
provides=('libcamera' 'libcamera-clang' 'libcamera-git' 'qcam')
|
||||||
|
conflicts=('libcamera')
|
||||||
|
makedepends=(
|
||||||
|
'python-yaml' 'python-ply' 'python-jinja' 'pkgconf' 'gnutls' 'openssl' 'git' 'gtest'
|
||||||
|
'udev' # for device hotplug enumeration
|
||||||
|
'gstreamer' # for gstreamer support
|
||||||
|
'qt5-tools' # for 'qcam'
|
||||||
|
'libevent' # for 'cam'
|
||||||
|
'meson>=0.55'
|
||||||
|
'clang>=5.0'
|
||||||
|
)
|
||||||
|
depends=(
|
||||||
|
#'libc++'
|
||||||
|
'gst-plugins-base-libs' # for gstreamer support
|
||||||
|
#'lttng-ust' # for tracing with LTTng
|
||||||
|
)
|
||||||
|
optdepends=(
|
||||||
|
'qt5-base: for qcam test application'
|
||||||
|
'libevent: for test commands'
|
||||||
|
'gtest: for lc-compliance test command'
|
||||||
|
)
|
||||||
|
license=('LGPL' 'GPL' 'Apache' 'BSD' 'MIT' 'custom')
|
||||||
|
options=('!docs')
|
||||||
|
source=('git://linuxtv.org/libcamera.git/')
|
||||||
|
md5sums=('SKIP')
|
||||||
|
_licensedir=/usr/share/licenses/${pkgname}
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
sed -i 's|py_compile=True,||' ${srcdir}/libcamera/utils/ipc/mojo/public/tools/mojom/mojom/generate/template_expander.py
|
||||||
|
}
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
cd libcamera
|
||||||
|
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${srcdir}/libcamera"
|
||||||
|
CC=clang CXX=clang++ arch-meson build \
|
||||||
|
-Dwerror=false \
|
||||||
|
-Dv4l2=true \
|
||||||
|
-Dipas=ipu3,vimc \
|
||||||
|
-Dpipelines=ipu3,uvcvideo,vimc \
|
||||||
|
-Ddocumentation=disabled \
|
||||||
|
-Dtracing=disabled # comment this line to enable LTTng support
|
||||||
|
ninja -C build
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd ${srcdir}/libcamera
|
||||||
|
meson test -C build
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$srcdir/libcamera"
|
||||||
|
DESTDIR="${pkgdir}" ninja -C build install
|
||||||
|
|
||||||
|
# Install licenses
|
||||||
|
install -d ${pkgdir}/${_licensedir}/LICENSES
|
||||||
|
install -m644 COPYING.rst ${pkgdir}/${_licensedir}
|
||||||
|
install -m644 LICENSES/{BSD-{2,3}-Clause,CC-BY-SA-4.0,CC0-1.0,MIT,Linux-syscall-note}.txt ${pkgdir}/${_licensedir}/LICENSES
|
||||||
|
}
|
26
rofi-lbonn-wayland-git/.SRCINFO
Normal file
26
rofi-lbonn-wayland-git/.SRCINFO
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
pkgbase = rofi-lbonn-wayland-git
|
||||||
|
pkgdesc = A window switcher, application launcher and dmenu replacement (Wayland fork)
|
||||||
|
pkgver = 1.3.1.r1349.gf0139710
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/lbonn/rofi
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
makedepends = check
|
||||||
|
makedepends = git
|
||||||
|
makedepends = meson
|
||||||
|
makedepends = wayland-protocols
|
||||||
|
depends = libxdg-basedir
|
||||||
|
depends = startup-notification
|
||||||
|
depends = libxkbcommon-x11
|
||||||
|
depends = xcb-util-wm
|
||||||
|
depends = xcb-util-xrm
|
||||||
|
depends = librsvg
|
||||||
|
depends = wayland
|
||||||
|
optdepends = i3-wm: use as a window switcher
|
||||||
|
provides = rofi
|
||||||
|
conflicts = rofi
|
||||||
|
source = rofi::git+https://github.com/lbonn/rofi.git#branch=wayland
|
||||||
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
pkgname = rofi-lbonn-wayland-git
|
||||||
|
|
12
rofi-lbonn-wayland-git/.gitrepo
Normal file
12
rofi-lbonn-wayland-git/.gitrepo
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
; DO NOT EDIT (unless you know what you are doing)
|
||||||
|
;
|
||||||
|
; This subdirectory is a git "subrepo", and this file is maintained by the
|
||||||
|
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
|
||||||
|
;
|
||||||
|
[subrepo]
|
||||||
|
remote = https://aur.archlinux.org/rofi-lbonn-wayland-git.git
|
||||||
|
branch = master
|
||||||
|
commit = e11cf46931fa555f8c9b27b16e3067afa6907f3e
|
||||||
|
parent = bf7a242c58c82549691ad411857f35ab4d87a9c4
|
||||||
|
method = merge
|
||||||
|
cmdver = 0.4.3
|
56
rofi-lbonn-wayland-git/PKGBUILD
Normal file
56
rofi-lbonn-wayland-git/PKGBUILD
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
# Maintainer: tinywrkb <tinywrkb@gmail.com>
|
||||||
|
# Contributor: Morten Linderud <foxboron@archlinux.org>
|
||||||
|
# Contributor: Maxim Baz <rofi at maximbaz dot com>
|
||||||
|
# Contributor: Anatol Pomozov
|
||||||
|
# Contributor: Benjamin Chrétien <chretien + aur [at] lirmm [dot] fr>
|
||||||
|
# Contributor: Eric Engestrom <aur [at] engestrom [dot] ch>
|
||||||
|
# Contributor: Rasi <rasi@xssn.at>
|
||||||
|
# Contributor: Sean Pringle <sean.pringle@gmail.com>
|
||||||
|
# Contributor: SanskritFritz (gmail)
|
||||||
|
|
||||||
|
_gitname=rofi
|
||||||
|
pkgname=rofi-lbonn-wayland-git
|
||||||
|
pkgver=1.6.1.wayland.r0.gab1ce4a4
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc='A window switcher, application launcher and dmenu replacement (Wayland fork)'
|
||||||
|
arch=(x86_64)
|
||||||
|
url="https://github.com/lbonn/$_gitname"
|
||||||
|
license=(MIT)
|
||||||
|
depends=(libxdg-basedir startup-notification libxkbcommon-x11 xcb-util-wm xcb-util-xrm librsvg wayland)
|
||||||
|
makedepends=(check git meson wayland-protocols)
|
||||||
|
optdepends=('i3-wm: use as a window switcher')
|
||||||
|
provides=(rofi)
|
||||||
|
conflicts=(rofi)
|
||||||
|
source=("${_gitname}::git+${url}.git#branch=wayland")
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
cd $_gitname
|
||||||
|
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
|
||||||
|
}
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd $_gitname
|
||||||
|
git submodule update --init
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
arch-meson \
|
||||||
|
-Dwayland=enabled \
|
||||||
|
-Dcheck=enabled \
|
||||||
|
$_gitname build
|
||||||
|
meson compile -C build
|
||||||
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
LC_ALL=C meson test -C build
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
DESTDIR="$pkgdir" meson install -C build
|
||||||
|
|
||||||
|
cd $_gitname
|
||||||
|
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||||
|
install -dm755 "$pkgdir/usr/share/doc/$_gitname/examples"
|
||||||
|
install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/$_gitname/examples"
|
||||||
|
}
|
@ -5,7 +5,7 @@
|
|||||||
_pkgname="xournalpp"
|
_pkgname="xournalpp"
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
|
|
||||||
pkgver=1.0.15.r698.g5d268366
|
pkgver=nightly.r0.gfffaa72e
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
|
pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
Loading…
Reference in New Issue
Block a user