-1
This commit is contained in:
parent
e249941611
commit
5bccd786fd
6
debian/README.Debian
vendored
6
debian/README.Debian
vendored
@ -1,6 +0,0 @@
|
||||
aes67-linux for Debian
|
||||
---------------------
|
||||
|
||||
<possible notes regarding this package - if none, delete this file>
|
||||
|
||||
-- root <root@unknown> Thu, 01 Dec 2022 19:04:00 +0100
|
10
debian/README.source
vendored
10
debian/README.source
vendored
@ -1,10 +0,0 @@
|
||||
aes67-linux for Debian
|
||||
---------------------
|
||||
|
||||
<this file describes information about the source package, see Debian policy
|
||||
manual section 4.14. You WILL either need to modify or delete this file>
|
||||
|
||||
|
||||
|
||||
-- root <root@unknown> Thu, 01 Dec 2022 19:04:00 +0100
|
||||
|
2
debian/aes67-linux.docs
vendored
2
debian/aes67-linux.docs
vendored
@ -1,2 +0,0 @@
|
||||
README.Debian
|
||||
README.source
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
aes67-linux (0~20250317-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream version
|
||||
|
||||
-- Felix Dörre <debian@felixdoerre.de> Mon, 17 Mar 2025 22:20:39 +0000
|
||||
|
||||
aes67-linux (0~20221129-1) unstable; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: aes67-linux
|
||||
Section: unknown
|
||||
Priority: optional
|
||||
Maintainer: root <root@unknown>
|
||||
Build-Depends: debhelper-compat (= 13), git, build-essential, dh-sequence-dkms, cmake, libboost-all-dev, libavahi-client-dev, libasound2-dev, wget
|
||||
Build-Depends: debhelper-compat (= 13), git, build-essential, dh-sequence-dkms, cmake, libboost-all-dev, libavahi-client-dev, libasound2-dev, libfaac-dev, ca-certificates, wget
|
||||
Standards-Version: 4.5.1
|
||||
Homepage: https://github.com/bondagit/aes67-linux-daemon
|
||||
#Vcs-Browser: https://salsa.debian.org/debian/aes67-linux
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -22,11 +22,11 @@ override_dh_dkms:
|
||||
dh_dkms -paes67-linux-dkms -V $(DEB_VERSION_UPSTREAM)
|
||||
|
||||
override_dh_auto_configure:
|
||||
cd 3rdparty/ && [ -d ravenna-alsa-lkm ] || git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git
|
||||
cd 3rdparty/ && ([ -d cpp-httplib ] || git clone https://github.com/bondagit/cpp-httplib.git) && cd cpp-httplib && git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552
|
||||
cd 3rdparty/ && [ -d ravenna-alsa-lkm/.git ] || git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git
|
||||
cd 3rdparty/ && ([ -d cpp-httplib/.git ] || git clone https://github.com/bondagit/cpp-httplib.git) && cd cpp-httplib && git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552
|
||||
mkdir -p daemon/build
|
||||
cd daemon/build && cmake -DCPP_HTTPLIB_DIR="$(shell pwd)/3rdparty/cpp-httplib" -DRAVENNA_ALSA_LKM_DIR="$(shell pwd)/3rdparty/ravenna-alsa-lkm" -DENABLE_TESTS=ON -DWITH_AVAHI=ON -DFAKE_DRIVER=OFF ..
|
||||
|
||||
|
||||
wget -O- https://github.com/bondagit/aes67-linux-daemon/releases/latest/download/webui.tar.gz | tar -xzvC webui
|
||||
|
||||
override_dh_auto_install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user