Compare commits
No commits in common. "1b77cb73b63893151a989bc951b33c933a8f4030" and "d0e602b06fc26aa282baf7c87be4a26c110711c6" have entirely different histories.
1b77cb73b6
...
d0e602b06f
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,7 +6,6 @@ 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
|
||||||
@ -18,4 +17,3 @@ 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/
|
|
||||||
|
@ -1,41 +0,0 @@
|
|||||||
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
6
libcamera-clang-git/.gitignore
vendored
@ -1,6 +0,0 @@
|
|||||||
libcamera/
|
|
||||||
src/
|
|
||||||
pkg/
|
|
||||||
.vscode/
|
|
||||||
*.tar*
|
|
||||||
*.log
|
|
@ -1,12 +0,0 @@
|
|||||||
; 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
|
|
@ -1,70 +0,0 @@
|
|||||||
# 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
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
; 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
|
|
@ -1,56 +0,0 @@
|
|||||||
# 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=nightly.r0.gfffaa72e
|
pkgver=1.0.15.r698.g5d268366
|
||||||
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