Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
emby-server
Commits:
c0aefa80 by Maxime Gauduin at 2025-08-14T22:26:08+02:00
fix reuse
- - - - -
5 changed files:
- .SRCINFO
- + LICENSES/LicenseRef-emby.docx
- license.docx → LicenseRef-emby.docx
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,16 @@
pkgbase = emby-server
pkgdesc = Bring together your videos, music, photos, and live television
pkgver = 4.8.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://emby.media
arch = x86_64
- license = custom
+ license = LicenseRef-emby
depends = aspnet-runtime-6.0
+ depends = bash
depends = dotnet-runtime-6.0
depends = emby-ffmpeg
+ depends = gcc-libs
+ depends = glibc
depends = libvips
depends = skia-sharp
depends = sqlite
@@ -18,13 +21,13 @@ pkgbase = emby-server
optdepends = libva-mesa-driver: AMD VAAPI support (Premiere)
optdepends = nvidia-utils: Nvidia NVDEC/NVENC support (Premiere)
optdepends = onevpl-intel-gpu: Intel QuickSync support for Alder Lake
and newer (Premiere)
- noextract = license.docx
+ noextract = LicenseRef-emby.docx
backup = etc/conf.d/emby-server
source =
https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.11.0/embyserver-netcore_4.8.11.0.zip
source = emby-server
source = emby-server.conf
source = emby-server.service
- source = license.docx
+ source = LicenseRef-emby.docx
source = Permission_to_distribute.mbox
b2sums =
c6fd90882b6f035e2d9310e9d819732bb126b0d63d815a9e8e8979b99001ac7ea2743d89c12ef23b1ca9fba26a5cc1700b90c87e4ad65f9312a10735b5fcd068
b2sums =
48c11601d00121e725951fd48ba34137804d4a67aa12528a29ca4d43d301d19311182421e96bef7b7ddbc4929dc9d5b577b1659cb0b716b1c1f6938283465c46
=====================================
LICENSES/LicenseRef-emby.docx
=====================================
@@ -0,0 +1 @@
+../LicenseRef-emby.docx
\ No newline at end of file
=====================================
license.docx → LicenseRef-emby.docx
=====================================
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,18 @@
pkgname=emby-server
pkgver=4.8.11.0
-pkgrel=1
+pkgrel=2
pkgdesc='Bring together your videos, music, photos, and live television'
arch=(x86_64)
url=https://emby.media
-license=(custom)
+license=(LicenseRef-emby)
depends=(
aspnet-runtime-6.0
+ bash
dotnet-runtime-6.0
emby-ffmpeg
+ gcc-libs
+ glibc
libvips
skia-sharp
sqlite
@@ -30,10 +33,10 @@ source=(
emby-server
emby-server.conf
emby-server.service
- license.docx
+ LicenseRef-emby.docx
Permission_to_distribute.mbox
)
-noextract=(license.docx)
+noextract=(LicenseRef-emby.docx)
backup=(etc/conf.d/emby-server)
b2sums=('c6fd90882b6f035e2d9310e9d819732bb126b0d63d815a9e8e8979b99001ac7ea2743d89c12ef23b1ca9fba26a5cc1700b90c87e4ad65f9312a10735b5fcd068'
'48c11601d00121e725951fd48ba34137804d4a67aa12528a29ca4d43d301d19311182421e96bef7b7ddbc4929dc9d5b577b1659cb0b716b1c1f6938283465c46'
@@ -52,7 +55,7 @@ package() {
install -Dm 755 emby-server -t "${pkgdir}"/usr/bin/
install -Dm 644 emby-server.service -t "${pkgdir}"/usr/lib/systemd/system/
install -Dm 644 emby-server.conf "${pkgdir}"/etc/conf.d/emby-server
- install -Dm 644 license.docx -t "${pkgdir}"/usr/share/licenses/emby-server/
+ install -Dm 644 LicenseRef-emby.docx -t
"${pkgdir}"/usr/share/licenses/emby-server/
}
# vim: ts=2 sw=2 et:
=====================================
REUSE.toml
=====================================
@@ -17,6 +17,17 @@ path = [
"*.timer",
"*.desktop",
"*.hook",
+ "emby-server",
+ "emby-server.conf",
+ "emby-server.service",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
+
+[[annotations]]
+path = [
+ "LicenseRef-emby.docx",
+ "Permission_to_distribute.mbox",
+]
+SPDX-FileCopyrightText = "emby contributors"
+SPDX-License-Identifier = "LicenseRef-emby"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emby-server/-/commit/c0aefa8090a9499dabb9b8f6371a2bd9cc22882e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emby-server/-/commit/c0aefa8090a9499dabb9b8f6371a2bd9cc22882e
You're receiving this email because of your account on gitlab.archlinux.org.