Compare commits
	
		
			6 Commits
		
	
	
		
			411b80b3de
			...
			f2fe41ed59
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f2fe41ed59 | |||
| d740276e7b | |||
| 0c29097b24 | |||
| 49c4b00234 | |||
| b03a70339c | |||
| 8f77bd4001 | 
@ -1,6 +1,6 @@
 | 
				
			|||||||
pkgbase = bluez-utils-compat
 | 
					pkgbase = bluez-utils-compat
 | 
				
			||||||
	pkgdesc = Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools.
 | 
						pkgdesc = Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools.
 | 
				
			||||||
	pkgver = 5.56
 | 
						pkgver = 5.65
 | 
				
			||||||
	pkgrel = 1
 | 
						pkgrel = 1
 | 
				
			||||||
	url = http://www.bluez.org/
 | 
						url = http://www.bluez.org/
 | 
				
			||||||
	arch = i686
 | 
						arch = i686
 | 
				
			||||||
@ -17,18 +17,19 @@ pkgbase = bluez-utils-compat
 | 
				
			|||||||
	makedepends = alsa-lib
 | 
						makedepends = alsa-lib
 | 
				
			||||||
	makedepends = json-c
 | 
						makedepends = json-c
 | 
				
			||||||
	makedepends = ell
 | 
						makedepends = ell
 | 
				
			||||||
 | 
						makedepends = python-docutils
 | 
				
			||||||
	depends = dbus
 | 
						depends = dbus
 | 
				
			||||||
	depends = systemd
 | 
						depends = systemd
 | 
				
			||||||
	depends = glib2
 | 
						depends = glib2
 | 
				
			||||||
	optdepends = ell: for btpclient
 | 
						optdepends = ell: for btpclient
 | 
				
			||||||
	provides = bluez-hcidump
 | 
						provides = bluez-hcidump
 | 
				
			||||||
	provides = bluez-utils=5.56
 | 
						provides = bluez-utils=5.65
 | 
				
			||||||
	provides = bluez-hcitool
 | 
						provides = bluez-hcitool
 | 
				
			||||||
	conflicts = bluez-hcidump
 | 
						conflicts = bluez-hcidump
 | 
				
			||||||
	conflicts = bluez-utils
 | 
						conflicts = bluez-utils
 | 
				
			||||||
	conflicts = bluez-hcitool
 | 
						conflicts = bluez-hcitool
 | 
				
			||||||
	source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.56.tar.xz
 | 
						backup = etc/bluetooth/mesh-main.conf
 | 
				
			||||||
	sha256sums = 59c4dba9fc8aae2a6a5f8f12f19bc1b0c2dc27355c7ca3123eed3fe6bd7d0b9d
 | 
						source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.65.tar.xz
 | 
				
			||||||
 | 
						sha256sums = 2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pkgname = bluez-utils-compat
 | 
					pkgname = bluez-utils-compat
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
[subrepo]
 | 
					[subrepo]
 | 
				
			||||||
	remote = https://aur.archlinux.org/bluez-utils-compat
 | 
						remote = https://aur.archlinux.org/bluez-utils-compat
 | 
				
			||||||
	branch = master
 | 
						branch = master
 | 
				
			||||||
	commit = ce18b1175861ea8c02057739a2608ff751dbf8b6
 | 
						commit = c97cb104eaccc6c34a6e41ef323fb82c53efd240
 | 
				
			||||||
	parent = ac4cf800e846b06a3e8f78081ea373296f64db00
 | 
						parent = 0c29097b242ba2347b53bf11421e6602bae89f23
 | 
				
			||||||
	method = merge
 | 
						method = merge
 | 
				
			||||||
	cmdver = 0.4.3
 | 
						cmdver = 0.4.3
 | 
				
			||||||
 | 
				
			|||||||
@ -6,20 +6,21 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
pkgname='bluez-utils-compat'
 | 
					pkgname='bluez-utils-compat'
 | 
				
			||||||
_pkgbase='bluez'
 | 
					_pkgbase='bluez'
 | 
				
			||||||
pkgver=5.56
 | 
					pkgver=5.65
 | 
				
			||||||
pkgrel=1
 | 
					pkgrel=1
 | 
				
			||||||
url="http://www.bluez.org/"
 | 
					url="http://www.bluez.org/"
 | 
				
			||||||
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
 | 
					arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
 | 
				
			||||||
license=('GPL2')
 | 
					license=('GPL2')
 | 
				
			||||||
pkgdesc="Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools."
 | 
					pkgdesc="Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools."
 | 
				
			||||||
depends=('dbus' 'systemd' 'glib2')
 | 
					depends=('dbus' 'systemd' 'glib2')
 | 
				
			||||||
makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell')
 | 
					makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell' 'python-docutils')
 | 
				
			||||||
optdepends=('ell: for btpclient')
 | 
					optdepends=('ell: for btpclient')
 | 
				
			||||||
conflicts=('bluez-hcidump' 'bluez-utils' 'bluez-hcitool')
 | 
					conflicts=('bluez-hcidump' 'bluez-utils' 'bluez-hcitool')
 | 
				
			||||||
provides=('bluez-hcidump' "bluez-utils=${pkgver}" 'bluez-hcitool')
 | 
					provides=('bluez-hcidump' "bluez-utils=${pkgver}" 'bluez-hcitool')
 | 
				
			||||||
source=(https://www.kernel.org/pub/linux/bluetooth/"${_pkgbase}-${pkgver}".tar.xz) #{xz,sign}
 | 
					backup=('etc/bluetooth/mesh-main.conf')
 | 
				
			||||||
 | 
					source=(https://www.kernel.org/pub/linux/bluetooth/"${_pkgbase}-${pkgver}".tar.xz) #{xz,sign})
 | 
				
			||||||
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
 | 
					# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
 | 
				
			||||||
sha256sums=('59c4dba9fc8aae2a6a5f8f12f19bc1b0c2dc27355c7ca3123eed3fe6bd7d0b9d')
 | 
					sha256sums=('2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4')
 | 
				
			||||||
#validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
 | 
					#validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build() {
 | 
					build() {
 | 
				
			||||||
@ -64,6 +65,10 @@ package() {
 | 
				
			|||||||
  done
 | 
					  done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  rm -rf "${pkgdir}"/usr/lib
 | 
					  rm -rf "${pkgdir}"/usr/lib
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # ship upstream mesh config file
 | 
				
			||||||
 | 
					  install -dm755 "${pkgdir}"/etc/bluetooth
 | 
				
			||||||
 | 
					  install -Dm644 "${srcdir}/${_pkgbase}-${pkgver}"/mesh/mesh-main.conf "${pkgdir}"/etc/bluetooth/mesh-main.conf
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  # move the hid2hci man page out
 | 
					  # move the hid2hci man page out
 | 
				
			||||||
  rm "${pkgdir}"/usr/share/man/man1/hid2hci.1
 | 
					  rm "${pkgdir}"/usr/share/man/man1/hid2hci.1
 | 
				
			||||||
 | 
				
			|||||||
@ -1,13 +1,13 @@
 | 
				
			|||||||
pkgbase = distrobox
 | 
					pkgbase = distrobox
 | 
				
			||||||
	pkgdesc = Use any linux distribution inside your terminal.
 | 
						pkgdesc = Use any linux distribution inside your terminal.
 | 
				
			||||||
	pkgver = 1.3.1
 | 
						pkgver = 1.4.1
 | 
				
			||||||
	pkgrel = 1
 | 
						pkgrel = 1
 | 
				
			||||||
	url = https://github.com/89luca89/distrobox
 | 
						url = https://github.com/89luca89/distrobox
 | 
				
			||||||
	arch = any
 | 
						arch = any
 | 
				
			||||||
	license = GPL3
 | 
						license = GPL3
 | 
				
			||||||
	optdepends = docker: enable docker usage
 | 
						optdepends = docker: enable docker usage
 | 
				
			||||||
	optdepends = podman: enable podman usage
 | 
						optdepends = podman: enable podman usage
 | 
				
			||||||
	source = distrobox-1.3.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.3.1.tar.gz
 | 
						source = distrobox-1.4.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.4.1.tar.gz
 | 
				
			||||||
	sha256sums = 22b6625ca243f55c08630d37015cdbfbe1939516022bfef502aa6603f42b4d00
 | 
						sha256sums = be3266f77011b30da5d0035e246d4e4a9360b7c90fbd8b90ac581165a00217b8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pkgname = distrobox
 | 
					pkgname = distrobox
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
[subrepo]
 | 
					[subrepo]
 | 
				
			||||||
	remote = https://aur.archlinux.org/distrobox.git
 | 
						remote = https://aur.archlinux.org/distrobox.git
 | 
				
			||||||
	branch = master
 | 
						branch = master
 | 
				
			||||||
	commit = fe621fcf78b2012bab7376292ad9a07e7932d1b6
 | 
						commit = 4c4964ea6db1100e1186286b5f48f1251a2382a1
 | 
				
			||||||
	parent = 0e993be25d08c590b540b7350a33b523c7f9abfe
 | 
						parent = 49c4b00234ca7decc633cf2ad16037bd6af26e59
 | 
				
			||||||
	method = merge
 | 
						method = merge
 | 
				
			||||||
	cmdver = 0.4.3
 | 
						cmdver = 0.4.3
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
# Maintainer: robertfoster
 | 
					# Maintainer: robertfoster
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pkgname=distrobox
 | 
					pkgname=distrobox
 | 
				
			||||||
pkgver=1.3.1
 | 
					pkgver=1.4.1
 | 
				
			||||||
pkgrel=1
 | 
					pkgrel=1
 | 
				
			||||||
pkgdesc="Use any linux distribution inside your terminal."
 | 
					pkgdesc="Use any linux distribution inside your terminal."
 | 
				
			||||||
arch=('any')
 | 
					arch=('any')
 | 
				
			||||||
@ -18,4 +18,4 @@ package() {
 | 
				
			|||||||
  ./install -P "${pkgdir}/usr"
 | 
					  ./install -P "${pkgdir}/usr"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sha256sums=('22b6625ca243f55c08630d37015cdbfbe1939516022bfef502aa6603f42b4d00')
 | 
					sha256sums=('be3266f77011b30da5d0035e246d4e4a9360b7c90fbd8b90ac581165a00217b8')
 | 
				
			||||||
 | 
				
			|||||||
@ -1,38 +0,0 @@
 | 
				
			|||||||
pkgbase = libcamera-clang-git
 | 
					 | 
				
			||||||
	pkgdesc = A complex camera support library for Linux, Android, and ChromeOS (built with LLVM toolchain)
 | 
					 | 
				
			||||||
	pkgver = r3203.76bd9f3d
 | 
					 | 
				
			||||||
	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 = udev
 | 
					 | 
				
			||||||
	makedepends = gstreamer
 | 
					 | 
				
			||||||
	makedepends = qt5-tools
 | 
					 | 
				
			||||||
	makedepends = libevent
 | 
					 | 
				
			||||||
	makedepends = meson
 | 
					 | 
				
			||||||
	makedepends = clang>=5.0
 | 
					 | 
				
			||||||
	depends = libc++
 | 
					 | 
				
			||||||
	depends = gst-plugins-base-libs
 | 
					 | 
				
			||||||
	optdepends = qt5-base: for qcam test application
 | 
					 | 
				
			||||||
	optdepends = libevent: for test commands
 | 
					 | 
				
			||||||
	provides = libcamera
 | 
					 | 
				
			||||||
	provides = libcamera-git
 | 
					 | 
				
			||||||
	conflicts = libcamera
 | 
					 | 
				
			||||||
	options = !docs
 | 
					 | 
				
			||||||
	source = git+https://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,71 +0,0 @@
 | 
				
			|||||||
# Maintainer: Sam L. Yes <samlukeyes123@gmail.com>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
pkgname=libcamera-clang-git
 | 
					 | 
				
			||||||
pkgver=r3425.e68e0f1e
 | 
					 | 
				
			||||||
pkgrel=1
 | 
					 | 
				
			||||||
pkgdesc='A complex camera support library for Linux, Android, and ChromeOS (built with LLVM toolchain)'
 | 
					 | 
				
			||||||
arch=('x86_64' 'i686')
 | 
					 | 
				
			||||||
url='https://libcamera.org/'
 | 
					 | 
				
			||||||
provides=('libcamera' 'libcamera-git')
 | 
					 | 
				
			||||||
conflicts=('libcamera')
 | 
					 | 
				
			||||||
makedepends=(
 | 
					 | 
				
			||||||
  'python-yaml' 'python-ply' 'python-jinja' 'pkgconf' 'gnutls' 'openssl' 'git' 
 | 
					 | 
				
			||||||
  'udev'        # for device hotplug enumeration
 | 
					 | 
				
			||||||
  'gstreamer'   # for gstreamer support
 | 
					 | 
				
			||||||
  'qt5-tools'   # for 'qcam'
 | 
					 | 
				
			||||||
  'libevent'    # for 'cam'
 | 
					 | 
				
			||||||
  #'gtest'      # for 'lc-compliance'
 | 
					 | 
				
			||||||
  'meson'
 | 
					 | 
				
			||||||
  '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'
 | 
					 | 
				
			||||||
)
 | 
					 | 
				
			||||||
license=('LGPL' 'GPL' 'Apache' 'BSD' 'MIT' 'custom')
 | 
					 | 
				
			||||||
options=('!docs')
 | 
					 | 
				
			||||||
source=('git+https://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 \
 | 
					 | 
				
			||||||
        -Dlc-compliance=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,6 +1,6 @@
 | 
				
			|||||||
pkgbase = mpdevil
 | 
					pkgbase = mpdevil
 | 
				
			||||||
	pkgdesc = A simple music browser for MPD
 | 
						pkgdesc = A simple music browser for MPD
 | 
				
			||||||
	pkgver = 1.7.0
 | 
						pkgver = 1.8.0
 | 
				
			||||||
	pkgrel = 1
 | 
						pkgrel = 1
 | 
				
			||||||
	url = https://github.com/SoongNoonien/mpdevil
 | 
						url = https://github.com/SoongNoonien/mpdevil
 | 
				
			||||||
	arch = any
 | 
						arch = any
 | 
				
			||||||
@ -9,7 +9,7 @@ pkgbase = mpdevil
 | 
				
			|||||||
	depends = python-mpd2
 | 
						depends = python-mpd2
 | 
				
			||||||
	depends = gtk3
 | 
						depends = gtk3
 | 
				
			||||||
	depends = python-gobject
 | 
						depends = python-gobject
 | 
				
			||||||
	source = mpdevil-1.7.0.tar.gz::https://github.com/SoongNoonien/mpdevil/archive/v1.7.0.tar.gz
 | 
						source = mpdevil-1.8.0.tar.gz::https://github.com/SoongNoonien/mpdevil/archive/v1.8.0.tar.gz
 | 
				
			||||||
	sha256sums = 5821963a766d1ed35a96200d1d7153176e47c361579d70a9822377f8b1df2718
 | 
						sha256sums = 8e0d17114ad4bfe43ccc6c877df8ac9357e3e4d2dde69867a79855a919b60e36
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pkgname = mpdevil
 | 
					pkgname = mpdevil
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
[subrepo]
 | 
					[subrepo]
 | 
				
			||||||
	remote = https://aur.archlinux.org/mpdevil.git
 | 
						remote = https://aur.archlinux.org/mpdevil.git
 | 
				
			||||||
	branch = master
 | 
						branch = master
 | 
				
			||||||
	commit = f52a5b33a65287e6d9918a370c29167f790eaacd
 | 
						commit = c8def97b742c317502057a61634b1931acdf87f2
 | 
				
			||||||
	parent = cc188ade54e588d75702c4fc6a14956ba40461ea
 | 
						parent = 411b80b3de5a0398e1b2fa084fcf3ea2697677c4
 | 
				
			||||||
	method = merge
 | 
						method = merge
 | 
				
			||||||
	cmdver = 0.4.3
 | 
						cmdver = 0.4.3
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
# Maintainer: Martin Wagner <martin.wagner.dev@gmail.com>
 | 
					# Maintainer: Martin Wagner <martin.wagner.dev@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pkgname=mpdevil
 | 
					pkgname=mpdevil
 | 
				
			||||||
pkgver=1.7.0
 | 
					pkgver=1.8.0
 | 
				
			||||||
pkgrel=1
 | 
					pkgrel=1
 | 
				
			||||||
pkgdesc="A simple music browser for MPD"
 | 
					pkgdesc="A simple music browser for MPD"
 | 
				
			||||||
arch=('any')
 | 
					arch=('any')
 | 
				
			||||||
@ -10,7 +10,7 @@ url="https://github.com/SoongNoonien/mpdevil"
 | 
				
			|||||||
depends=('python-mpd2' 'gtk3' 'python-gobject')
 | 
					depends=('python-mpd2' 'gtk3' 'python-gobject')
 | 
				
			||||||
makedepends=('meson')
 | 
					makedepends=('meson')
 | 
				
			||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SoongNoonien/mpdevil/archive/v${pkgver}.tar.gz")
 | 
					source=("${pkgname}-${pkgver}.tar.gz::https://github.com/SoongNoonien/mpdevil/archive/v${pkgver}.tar.gz")
 | 
				
			||||||
sha256sums=('5821963a766d1ed35a96200d1d7153176e47c361579d70a9822377f8b1df2718')
 | 
					sha256sums=('8e0d17114ad4bfe43ccc6c877df8ac9357e3e4d2dde69867a79855a919b60e36')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build() {
 | 
					build() {
 | 
				
			||||||
  arch-meson "${pkgname}-${pkgver}" build
 | 
					  arch-meson "${pkgname}-${pkgver}" build
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
pkgbase = neovim-remote
 | 
					pkgbase = neovim-remote
 | 
				
			||||||
	pkgdesc = Support --remote and friends for Neovim
 | 
						pkgdesc = Support --remote and friends for Neovim
 | 
				
			||||||
	pkgver = 2.4.0
 | 
						pkgver = 2.5.0
 | 
				
			||||||
	pkgrel = 3
 | 
						pkgrel = 1
 | 
				
			||||||
	url = https://github.com/mhinz/neovim-remote
 | 
						url = https://github.com/mhinz/neovim-remote
 | 
				
			||||||
	arch = any
 | 
						arch = any
 | 
				
			||||||
	license = MIT
 | 
						license = MIT
 | 
				
			||||||
@ -9,8 +9,7 @@ pkgbase = neovim-remote
 | 
				
			|||||||
	makedepends = python-setuptools
 | 
						makedepends = python-setuptools
 | 
				
			||||||
	depends = python-pynvim
 | 
						depends = python-pynvim
 | 
				
			||||||
	depends = python-psutil
 | 
						depends = python-psutil
 | 
				
			||||||
	source = neovim-remote-2.4.0.tar.gz::https://github.com/mhinz/neovim-remote/archive/v2.4.0.tar.gz
 | 
						source = neovim-remote-2.5.0.tar.gz::https://github.com/mhinz/neovim-remote/archive/v2.5.0.tar.gz
 | 
				
			||||||
	sha256sums = 4213b6eaad638aa20d8687362764843beb626e6e1a03bc3c8b3399bbfc11fbf7
 | 
						sha256sums = 3ad1c060688e102b2580d01c0360918113021788b0fcc3ac08bb7fc71b4f7658
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pkgname = neovim-remote
 | 
					pkgname = neovim-remote
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
[subrepo]
 | 
					[subrepo]
 | 
				
			||||||
	remote = https://aur.archlinux.org/neovim-remote
 | 
						remote = https://aur.archlinux.org/neovim-remote
 | 
				
			||||||
	branch = master
 | 
						branch = master
 | 
				
			||||||
	commit = 8577b3a497622e90efa4ea4da3b5bf12aae922f4
 | 
						commit = e0eb03bd691823ea204128492a521f02c9108cc0
 | 
				
			||||||
	parent = 69a6dfebdef8740cebf4d938b104e049b0bf806c
 | 
						parent = b03a70339cf04a7c7ebf481073cb00cfc1b2c6e2
 | 
				
			||||||
	method = merge
 | 
						method = merge
 | 
				
			||||||
	cmdver = 0.4.3
 | 
						cmdver = 0.4.3
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
# Maintainer: Hexchain Tong <i at hexchain dot org>
 | 
					# Maintainer: Hexchain Tong <i at hexchain dot org>
 | 
				
			||||||
pkgname=neovim-remote
 | 
					pkgname=neovim-remote
 | 
				
			||||||
pkgver=2.4.0
 | 
					pkgver=2.5.0
 | 
				
			||||||
pkgrel=3
 | 
					pkgrel=1
 | 
				
			||||||
pkgdesc="Support --remote and friends for Neovim"
 | 
					pkgdesc="Support --remote and friends for Neovim"
 | 
				
			||||||
arch=(any)
 | 
					arch=(any)
 | 
				
			||||||
url="https://github.com/mhinz/neovim-remote"
 | 
					url="https://github.com/mhinz/neovim-remote"
 | 
				
			||||||
@ -9,7 +9,7 @@ license=('MIT')
 | 
				
			|||||||
depends=('python-pynvim' 'python-psutil')
 | 
					depends=('python-pynvim' 'python-psutil')
 | 
				
			||||||
makedepends=('git' 'python-setuptools')
 | 
					makedepends=('git' 'python-setuptools')
 | 
				
			||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/mhinz/neovim-remote/archive/v$pkgver.tar.gz")
 | 
					source=("$pkgname-$pkgver.tar.gz::https://github.com/mhinz/neovim-remote/archive/v$pkgver.tar.gz")
 | 
				
			||||||
sha256sums=('4213b6eaad638aa20d8687362764843beb626e6e1a03bc3c8b3399bbfc11fbf7')
 | 
					sha256sums=('3ad1c060688e102b2580d01c0360918113021788b0fcc3ac08bb7fc71b4f7658')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build() {
 | 
					build() {
 | 
				
			||||||
  cd "$srcdir/$pkgname-$pkgver"
 | 
					  cd "$srcdir/$pkgname-$pkgver"
 | 
				
			||||||
@ -20,6 +20,8 @@ package() {
 | 
				
			|||||||
  cd "$srcdir/$pkgname-$pkgver"
 | 
					  cd "$srcdir/$pkgname-$pkgver"
 | 
				
			||||||
  python setup.py install --optimize=1 --root="$pkgdir/" --prefix=/usr --skip-build
 | 
					  python setup.py install --optimize=1 --root="$pkgdir/" --prefix=/usr --skip-build
 | 
				
			||||||
  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 | 
					  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 | 
				
			||||||
 | 
					  install -Dm644 contrib/completion.bash "$pkgdir/usr/share/bash-completion/completions/neovim-remote"
 | 
				
			||||||
 | 
					  install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# vim:set ts=2 sw=2 et:
 | 
					# vim:set ts=2 sw=2 et:
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										16
									
								
								v4l2loopback-dkms-git/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										16
									
								
								v4l2loopback-dkms-git/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					pkgbase = v4l2loopback-dkms-git
 | 
				
			||||||
 | 
						pkgdesc = v4l2-loopback device
 | 
				
			||||||
 | 
						pkgver = 0.12.5.r232.g2fa9d6d
 | 
				
			||||||
 | 
						pkgrel = 1
 | 
				
			||||||
 | 
						url = https://github.com/umlaeute/v4l2loopback
 | 
				
			||||||
 | 
						arch = any
 | 
				
			||||||
 | 
						license = GPL2
 | 
				
			||||||
 | 
						makedepends = git
 | 
				
			||||||
 | 
						makedepends = help2man
 | 
				
			||||||
 | 
						depends = dkms
 | 
				
			||||||
 | 
						provides = v4l2loopback-dkms
 | 
				
			||||||
 | 
						conflicts = v4l2loopback-dkms
 | 
				
			||||||
 | 
						source = git+https://github.com/umlaeute/v4l2loopback.git#branch=main
 | 
				
			||||||
 | 
						md5sums = SKIP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					pkgname = v4l2loopback-dkms-git
 | 
				
			||||||
							
								
								
									
										4
									
								
								v4l2loopback-dkms-git/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										4
									
								
								v4l2loopback-dkms-git/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					pkg
 | 
				
			||||||
 | 
					src
 | 
				
			||||||
 | 
					v4l2loopback-*.tar.xz
 | 
				
			||||||
 | 
					v4l2loopback
 | 
				
			||||||
@ -4,9 +4,9 @@
 | 
				
			|||||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
 | 
					; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme
 | 
				
			||||||
;
 | 
					;
 | 
				
			||||||
[subrepo]
 | 
					[subrepo]
 | 
				
			||||||
	remote = https://aur.archlinux.org/libcamera-clang-git.git
 | 
						remote = https://aur.archlinux.org/v4l2loopback-dkms-git.git
 | 
				
			||||||
	branch = master
 | 
						branch = master
 | 
				
			||||||
	commit = 2750f4678a3a4250f6d84636b2b3572d3ed4794c
 | 
						commit = 394829cae12200c90cbbdc3a279de9415fb98b42
 | 
				
			||||||
	parent = 675f6cd6a9a867a64d2ad00d5848966f841b2825
 | 
						parent = d740276e7bfd8f1a82b9725848957afc06d457c7
 | 
				
			||||||
	method = merge
 | 
						method = merge
 | 
				
			||||||
	cmdver = 0.4.3
 | 
						cmdver = 0.4.3
 | 
				
			||||||
							
								
								
									
										35
									
								
								v4l2loopback-dkms-git/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										35
									
								
								v4l2loopback-dkms-git/PKGBUILD
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,35 @@
 | 
				
			|||||||
 | 
					# Maintainer: Gonzalo Exequiel Pedone <hipersayan DOT x AT gmail DOT com>
 | 
				
			||||||
 | 
					# Contributor: Romain "Artefact2" Dal Maso <artefact2@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					_pkgbase=v4l2loopback
 | 
				
			||||||
 | 
					pkgname=${_pkgbase}-dkms-git
 | 
				
			||||||
 | 
					pkgver=0.12.5.r232.g2fa9d6d
 | 
				
			||||||
 | 
					pkgrel=1
 | 
				
			||||||
 | 
					pkgdesc="v4l2-loopback device"
 | 
				
			||||||
 | 
					url="https://github.com/umlaeute/v4l2loopback"
 | 
				
			||||||
 | 
					arch=('any')
 | 
				
			||||||
 | 
					license=('GPL2')
 | 
				
			||||||
 | 
					depends=('dkms')
 | 
				
			||||||
 | 
					makedepends=('git' 'help2man')
 | 
				
			||||||
 | 
					conflicts=("${_pkgbase}-dkms")
 | 
				
			||||||
 | 
					provides=("${_pkgbase}-dkms")
 | 
				
			||||||
 | 
					source=("git+https://github.com/umlaeute/v4l2loopback.git#branch=main")
 | 
				
			||||||
 | 
					md5sums=('SKIP')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					pkgver() {
 | 
				
			||||||
 | 
					    cd "$srcdir/${_pkgbase}"
 | 
				
			||||||
 | 
					    (
 | 
				
			||||||
 | 
					        set -o pipefail
 | 
				
			||||||
 | 
					        git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' ||
 | 
				
			||||||
 | 
					        printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 | 
				
			||||||
 | 
					    )
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					package() {
 | 
				
			||||||
 | 
					    cd "${srcdir}/${_pkgbase}"
 | 
				
			||||||
 | 
					    mkdir -p "${pkgdir}/usr/share/licenses/${_pkgbase}"
 | 
				
			||||||
 | 
					    cp -vf COPYING "${pkgdir}/usr/share/licenses/${_pkgbase}"
 | 
				
			||||||
 | 
					    make DESTDIR="${pkgdir}" PREFIX="/usr" install-utils install-man
 | 
				
			||||||
 | 
					    mkdir -p "${pkgdir}/usr/src/${_pkgbase}-${pkgver}"
 | 
				
			||||||
 | 
					    cp -ar * "${pkgdir}/usr/src/${_pkgbase}-${pkgver}"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user