obs-ndi
This commit is contained in:
parent
c3cc0ff245
commit
97823dc80a
25
libndi-bin/lure.sh
Normal file
25
libndi-bin/lure.sh
Normal file
@ -0,0 +1,25 @@
|
||||
name='libndi-bin'
|
||||
version='5.5.3'
|
||||
release='2'
|
||||
desc='ndi-sdk для obs-ndi'
|
||||
homepage='https://github.com/Palakis/obs-ndi'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
architectures=('amd64')
|
||||
license=('LGPL2.0')
|
||||
provides=('libndi')
|
||||
conflicts=('libndi-git' 'ndi-sdk')
|
||||
deps=('obs-studio' 'avahi' 'libndi')
|
||||
|
||||
sources=("https://github.com/obs-ndi/obs-ndi/releases/download/4.11.1/libndi5-dev_${version}-1_amd64.deb"
|
||||
"https://github.com/obs-ndi/obs-ndi/releases/download/4.11.1/libndi5_${version}-1_amd64.deb")
|
||||
checksums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
tar -xf data.tar.gz -C "${pkgdir}"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 ./${name}v${version}/usr/lib/x86_64-linux-gnu/obs-plugins "${pkgdir}/usr/lib/"
|
||||
rm -r ./${name}v${version}/usr/lib/x86_64-linux-gnu
|
||||
}
|
24
obs-ndi-bin/lure.sh
Normal file
24
obs-ndi-bin/lure.sh
Normal file
@ -0,0 +1,24 @@
|
||||
name='obs-ndi-bin'
|
||||
version='4.11.1'
|
||||
release='2'
|
||||
desc='Сетевая передача аудио/видео в OBS Studio при помощи NewTek NDI technology'
|
||||
homepage='https://github.com/Palakis/obs-ndi'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
architectures=('amd64')
|
||||
license=('GPL2')
|
||||
provides=('obs-ndi')
|
||||
conflicts=('obs-ndi-git')
|
||||
deps=('obs-studio' 'avahi' 'libndi')
|
||||
|
||||
sources=("https://github.com/Palakis/obs-ndi/releases/download/v${version}/obs-ndi-${version}-linux-x86_64.deb")
|
||||
checksums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
tar -xf data.tar.gz -C "${pkgdir}"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 ./${name}v${version}/usr/lib/x86_64-linux-gnu/obs-plugins "${pkgdir}/usr/lib/"
|
||||
rm -r ./${name}v${version}/usr/lib/x86_64-linux-gnu
|
||||
}
|
Loading…
Reference in New Issue
Block a user