makedeb


waypipe 0.8.2-1


A proxy for Wayland protocol applications; like ssh -X

Click here to go back to the commit logs for waypipe.

Commit:


Hash: 3eee9c7fb3d032cf1c08b3df397b128d8446fd22

Message: makedeb port Signed-off-by: Mirror <voice@magicalmirro.red>

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f9283ab..89d573e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,30 +1,41 @@
-pkgbase = waypipe
-	pkgdesc = A proxy for Wayland protocol applications; like ssh -X
-	pkgver = 0.8.2
-	pkgrel = 1
-	url = https://gitlab.freedesktop.org/mstoeckl/waypipe
-	arch = i686
-	arch = x86_64
-	arch = arm
-	arch = armv6h
-	arch = armv7h
-	arch = aarch64
-	license = MIT
-	checkdepends = weston
-	checkdepends = python-psutil
-	makedepends = git
-	makedepends = meson
-	makedepends = ninja
-	makedepends = scdoc
-	makedepends = libdrm
-	depends = lz4
-	depends = zstd
-	depends = mesa
-	depends = ffmpeg
-	depends = libva
-	optdepends = openssh: recommended transport
-	optdepends = systemtap: a makedepend, for tracing hooks
-	source = https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v0.8.2/waypipe-v0.8.2.tar.gz
-	sha256sums = a14ef6688dd2d3b2b8027305c9ff248b94c1903ca7099c35d7b917d456e3f9a3
-
+generated-by = makedeb
 pkgname = waypipe
+pkgbase = waypipe
+pkgdesc = A proxy for Wayland protocol applications; like ssh -X
+pkgrel = 1
+pkgver = 0.8.2
+url = https://gitlab.freedesktop.org/mstoeckl/waypipe
+arch = i686
+arch = amd64
+arch = arm
+arch = armv6h
+arch = armv7h
+arch = aarch64
+checkdepends = weston
+checkdepends = python-psutil-doc
+depends = lz4
+depends = zstd
+depends = mesa-utils
+depends = ffmpeg
+depends = libva2
+license = MIT
+makedepends = git
+makedepends = meson
+makedepends = ninja-build
+makedepends = scdoc
+makedepends = libdrm-dev
+makedepends = python3-distutils
+optdepends = openssh: recommended transport
+optdepends = systemtap: a makedepend, for tracing hooks
+source = https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v0.8.2/waypipe-v0.8.2.tar.gz
+sha256sums = a14ef6688dd2d3b2b8027305c9ff248b94c1903ca7099c35d7b917d456e3f9a3
+checkdepends = weston
+checkdepends = python-psutil-doc
+makedepends = git
+makedepends = meson
+makedepends = ninja-build
+makedepends = scdoc
+makedepends = libdrm-dev
+makedepends = python3-distutils
+optdepends = openssh: recommended transport
+optdepends = systemtap: a makedepend, for tracing hooks
diff --git a/PKGBUILD b/PKGBUILD
index f1c440b..dd95d9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,26 @@
-# Maintainer: Manuel Stoeckl <com dоt mstoeckl аt wppkgb>
+# Maintainer: Mirror <voice@magicalmirro.red>
+# Contributor: Manuel Stoeckl <com dоt mstoeckl аt wppkgb>
 pkgname=waypipe
 pkgver=0.8.2
 pkgrel=1
 pkgdesc='A proxy for Wayland protocol applications; like ssh -X'
 license=('MIT')
 # minimal build: only 'wayland' 'wayland-protocols' 'meson' 'ninja'
-depends=('lz4' 'zstd' 'mesa' 'ffmpeg' 'libva')
+depends=('lz4' 'zstd' 'mesa-utils' 'ffmpeg' 'libva2')
 optdepends=(
 	'openssh: recommended transport'
 	'systemtap: a makedepend, for tracing hooks'
 )
-makedepends=('git' 'meson' 'ninja' 'scdoc' 'libdrm')
-checkdepends=('weston' 'python-psutil')
+makedepends=('git' 'meson' 'ninja-build' 'scdoc' 'libdrm-dev' 'python3-distutils')
+checkdepends=('weston' 'python-psutil-doc')
 url='https://gitlab.freedesktop.org/mstoeckl/waypipe'
 source=("https://gitlab.freedesktop.org/mstoeckl/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
 sha256sums=('a14ef6688dd2d3b2b8027305c9ff248b94c1903ca7099c35d7b917d456e3f9a3')
-arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('i686' 'amd64' 'arm' 'armv6h' 'armv7h' 'aarch64')
 
 build() {
 	mkdir -p build
-	arch-meson build $pkgname-v$pkgver -D werror=false -D b_ndebug=true
+	meson build $pkgname-v$pkgver -D werror=false -D b_ndebug=true
 	ninja -C build
 }