Deleted package: adguardhome

Deleted package: jellyfin-mpv-shim

Deleted package: mpv-shim-default-shaders

Deleted package: python-jellyfin-apiclient

Deleted package: python-mpv-jsonipc

Deleted package: python-pystray

delete official packages
This commit is contained in:
2024-11-17 14:13:36 +01:00
parent 3e5b9b3f9f
commit 20772af956
15 changed files with 0 additions and 425 deletions

View File

@@ -1,24 +0,0 @@
pkgbase = adguardhome
pkgdesc = Network-wide ads and trackers blocking DNS server
pkgver = 0.107.52
pkgrel = 1
epoch = 1
url = https://github.com/AdguardTeam/AdGuardHome
install = adguardhome.install
arch = x86_64
arch = aarch64
arch = armv7h
license = GPL-2.0-only
makedepends = go
makedepends = nodejs
makedepends = npm
makedepends = git
depends = glibc
source = adguardhome-0.107.52.tar.gz::https://github.com/AdguardTeam/AdGuardHome/archive/v0.107.52.tar.gz
source = adguardhome.service
source = adguardhome.install
b2sums = 0391ad041e3a4cf9ebcf8ad081c417454311431847cef8020af7ac7569cc2721ab6af269067f6d3f81e0078ed49cb1ef7a15a699c41e88de26a085cd2eb7de8b
b2sums = 161152f91e09fe491db631eb6ed603c0c975453b682467945fdade6091bf427ec932230f3a10e40e2f054dc01567930ecc27343c04882fb0e736b4f6becc96da
b2sums = b22ae447e0288e64332bcb41cc73f61e9adb58d402ef3ccfb896aa1ecbec4d4ff66bfc1464ca9d0bc99f1a5b4d32bdc5765f42a1b72b0fb3786ecefcf94a7265
pkgname = adguardhome

View File

@@ -1,54 +0,0 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
# Contributor: Pavers_Career <pavers_career_0d AT ícloud DOT com>
pkgname=adguardhome
_name=AdGuardHome
pkgver=0.107.52
pkgrel=1
epoch=1
pkgdesc='Network-wide ads and trackers blocking DNS server'
arch=(x86_64 aarch64 armv7h)
url='https://github.com/AdguardTeam/AdGuardHome'
license=(GPL-2.0-only)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$pkgname.service"
"$pkgname.install")
makedepends=(go nodejs npm git)
depends=(glibc)
install="$pkgname.install"
b2sums=('0391ad041e3a4cf9ebcf8ad081c417454311431847cef8020af7ac7569cc2721ab6af269067f6d3f81e0078ed49cb1ef7a15a699c41e88de26a085cd2eb7de8b'
'161152f91e09fe491db631eb6ed603c0c975453b682467945fdade6091bf427ec932230f3a10e40e2f054dc01567930ecc27343c04882fb0e736b4f6becc96da'
'b22ae447e0288e64332bcb41cc73f61e9adb58d402ef3ccfb896aa1ecbec4d4ff66bfc1464ca9d0bc99f1a5b4d32bdc5765f42a1b72b0fb3786ecefcf94a7265')
prepare() {
cd "$_name-$pkgver"
npm --prefix client ci
go mod download
}
build() {
cd "$_name-$pkgver"
export NODE_OPTIONS=--openssl-legacy-provider
npm --prefix client run build-prod
unset NODE_OPTIONS
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
go build \
-trimpath \
-buildmode=pie \
-mod=readonly \
-modcacherw \
-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 'github.com/AdguardTeam/AdGuardHome/internal/version.version=v$pkgver' -X 'github.com/AdguardTeam/AdGuardHome/internal/version.channel=release'" \
-o $pkgname
}
package() {
install -Dm755 "$_name-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
install -dm755 "$pkgdir/etc"
ln -s "/var/lib/$pkgname/$_name.yaml" "$pkgdir/etc/$pkgname.yaml"
}
# vim:set ts=2 sw=2 et:

View File

@@ -1,10 +0,0 @@
#!/bin/sh
post_upgrade() {
# show config hint for upgrading from <= 1:0.107.26-1
if [ $(vercmp "${2}" "1:0.107.27-1") -eq -1 ]; then
echo ":: AdGuardHome is now configured in /etc/adguardhome.yaml"
echo " The old configuration file /etc/default/adguardhome does not work anymore."
echo " Please check your setup if you used a different config file location or method."
fi
}

View File

@@ -1,25 +0,0 @@
[Unit]
Description=AdGuard Home: Network-level blocker
After=syslog.target network-online.target
[Service]
DynamicUser=true
StateDirectory=adguardhome
WorkingDirectory=/var/lib/adguardhome
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_NET_RAW
CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_NET_RAW
ExecStart=/usr/bin/adguardhome -w /var/lib/adguardhome -l syslog
PrivateTmp=true
ProtectSystem=strict
ProtectHome=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
NoNewPrivileges=true
MemoryDenyWriteExecute=true
LockPersonality=true
ProtectHostname=true
[Install]
WantedBy=multi-user.target

View File

@@ -1,30 +0,0 @@
pkgbase = jellyfin-mpv-shim
pkgdesc = Cast media from Jellyfin Mobile and Web apps to MPV
pkgver = 2.8.0
pkgrel = 1
url = https://github.com/jellyfin/jellyfin-mpv-shim
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = gettext
makedepends = python-setuptools
depends = mpv
depends = python>=3.6
depends = python-mpv
depends = python-mpv-jsonipc>=1.1.9
depends = python-jellyfin-apiclient>=1.8.1
depends = tk
optdepends = python-pystray: systray support
optdepends = python-jinja: display mirroring support
optdepends = python-pywebview>=3.3.1: display mirroring support
optdepends = svp: SmoothVideo Project server
optdepends = mpv-shim-default-shaders: default shader pack
optdepends = python-pypresence: Discord Rich Presence integration
source = jellyfin-mpv-shim-2.8.0.tar.gz::https://github.com/jellyfin/jellyfin-mpv-shim/archive/v2.8.0.tar.gz
source = shaderpack.patch
b2sums = 72eadc434fd09706cd617752487f39686775274ac20b45085aa26490fba6d43d37ec0f6984a91f4001df40e5b31253c17a978f9a9ec8e5ea14bc3ab8015001d9
b2sums = e44c324eb4fb420a103a8dcbd657976f16cb9d236d8accd4b5276f7f82ecd832dbcf99373659e99082b5b906b1ef3b972a2f87935d5c62e6177b4472b95edba6
pkgname = jellyfin-mpv-shim

View File

@@ -1,63 +0,0 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
# Contributor: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=jellyfin-mpv-shim
pkgver=2.8.0
pkgrel=1
pkgdesc='Cast media from Jellyfin Mobile and Web apps to MPV'
arch=(any)
url='https://github.com/jellyfin/jellyfin-mpv-shim'
license=(MIT)
depends=(mpv 'python>=3.6' python-mpv 'python-mpv-jsonipc>=1.1.9' 'python-jellyfin-apiclient>=1.8.1' tk)
makedepends=(python-build python-installer python-wheel gettext python-setuptools)
optdepends=(
'python-pystray: systray support'
'python-jinja: display mirroring support'
'python-pywebview>=3.3.1: display mirroring support'
'svp: SmoothVideo Project server'
'mpv-shim-default-shaders: default shader pack'
'python-pypresence: Discord Rich Presence integration'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"shaderpack.patch")
b2sums=('72eadc434fd09706cd617752487f39686775274ac20b45085aa26490fba6d43d37ec0f6984a91f4001df40e5b31253c17a978f9a9ec8e5ea14bc3ab8015001d9'
'e44c324eb4fb420a103a8dcbd657976f16cb9d236d8accd4b5276f7f82ecd832dbcf99373659e99082b5b906b1ef3b972a2f87935d5c62e6177b4472b95edba6')
prepare() {
cd jellyfin-mpv-shim-$pkgver
# remove default-shader-pack from packages
patch -p1 < ../shaderpack.patch
}
build() {
cd jellyfin-mpv-shim-$pkgver
find -iname '*.po' | while read -r _file; do
msgfmt "$_file" -o "${_file%.*}.mo"
done
python -m build --wheel --no-isolation
}
package() {
cd jellyfin-mpv-shim-$pkgver
install -Dm644 "LICENSE.md" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
python -m installer --destdir="$pkgdir" dist/*.whl
for i in 16 32 48 64 128 256; do
install -Dvm644 jellyfin_mpv_shim/integration/jellyfin-$i.png "$pkgdir"/usr/share/icons/hicolor/${i}x${i}/apps/com.github.iwalton3.jellyfin-mpv-shim.png
done
install -Dm644 jellyfin_mpv_shim/integration/com.github.iwalton3.jellyfin-mpv-shim.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
cd "$pkgdir"
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
ln -s /usr/share/mpv-shim-default-shaders ${site_packages:1}/jellyfin_mpv_shim/default_shader_pack
}
# vim:set ts=2 sw=2 et:

View File

@@ -1,13 +0,0 @@
diff --git a/setup.py b/setup.py
index 1c5efbe..83fca59 100644
--- a/setup.py
+++ b/setup.py
@@ -26,8 +26,6 @@ if not sys.platform.startswith("win32"):
packages.extend(
[
"jellyfin_mpv_shim.messages",
- "jellyfin_mpv_shim.default_shader_pack",
- "jellyfin_mpv_shim.default_shader_pack.shaders",
"jellyfin_mpv_shim.integration",
]
)

View File

@@ -1,23 +0,0 @@
pkgbase = mpv-shim-default-shaders
pkgdesc = Preconfigured set of MPV shaders and configurations for MPV Shim media clients
pkgver = 2.1.0
pkgrel = 1
url = https://github.com/iwalton3/default-shader-pack
arch = any
license = MIT
license = GPL-3.0-only
license = LGPL-3.0-or-later
license = Unlicense
options = !strip
source = mpv-shim-default-shaders-2.1.0.tar.gz::https://github.com/iwalton3/default-shader-pack/archive/v2.1.0.tar.gz
source = FSRCNNX-LICENSE::https://raw.githubusercontent.com/igv/FSRCNN-TensorFlow/master/LICENSE
source = Anime4K-LICENSE::https://raw.githubusercontent.com/bloc97/Anime4K/master/LICENSE
source = StaticGrain-LICENSE::https://raw.githubusercontent.com/wopian/mpv-config/master/LICENSE
source = NNEDI3-LICENSE::https://raw.githubusercontent.com/bjin/mpv-prescalers/master/LICENSE
b2sums = 201422f2adb989b52bb0691a495f4e8a4de9e5ea9cbc87c61d9b7528ad92a8f9f219795c26e4d6295879a26b624c124136e095864201ba26fa992b014ecabafb
b2sums = 74915e048cf8b5207abf603136e7d5fcf5b8ad512cce78a2ebe3c88fc3150155893bf9824e6ed6a86414bbe4511a6bd4a42e8ec643c63353dc8eea4a44a021cd
b2sums = a41d204ce74c861ae3b05c2d423002d2b8b9bdcad010cdd3d2c04a16ae7d44fcd75009f652d21f719bf03ad4ffb3dd1de00ee4f36968e33e66591b45b787d514
b2sums = 77b0caae87a5e0d576bfd7391006add68816162cc4c2d61842800300c0a9684ee2335e1717c1393ef412973e08197bc7a9fa7010ae64aeb212d45fc6485ba521
b2sums = c8bcd47fd9e5d8f21b221a12b7747f492f99d6844473523ac9d4ddac80183c121867e626808b156902ec7a2546f3a537da041eb53b6ff422dc5c2335ab51d098
pkgname = mpv-shim-default-shaders

View File

@@ -1,46 +0,0 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
# Contributor: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=mpv-shim-default-shaders
pkgver=2.1.0
pkgrel=1
pkgdesc='Preconfigured set of MPV shaders and configurations for MPV Shim media clients'
arch=(any)
url='https://github.com/iwalton3/default-shader-pack'
license=(MIT GPL-3.0-only LGPL-3.0-or-later Unlicense)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"FSRCNNX-LICENSE::https://raw.githubusercontent.com/igv/FSRCNN-TensorFlow/master/LICENSE"
"Anime4K-LICENSE::https://raw.githubusercontent.com/bloc97/Anime4K/master/LICENSE"
"StaticGrain-LICENSE::https://raw.githubusercontent.com/wopian/mpv-config/master/LICENSE"
"NNEDI3-LICENSE::https://raw.githubusercontent.com/bjin/mpv-prescalers/master/LICENSE")
b2sums=('201422f2adb989b52bb0691a495f4e8a4de9e5ea9cbc87c61d9b7528ad92a8f9f219795c26e4d6295879a26b624c124136e095864201ba26fa992b014ecabafb'
'74915e048cf8b5207abf603136e7d5fcf5b8ad512cce78a2ebe3c88fc3150155893bf9824e6ed6a86414bbe4511a6bd4a42e8ec643c63353dc8eea4a44a021cd'
'a41d204ce74c861ae3b05c2d423002d2b8b9bdcad010cdd3d2c04a16ae7d44fcd75009f652d21f719bf03ad4ffb3dd1de00ee4f36968e33e66591b45b787d514'
'77b0caae87a5e0d576bfd7391006add68816162cc4c2d61842800300c0a9684ee2335e1717c1393ef412973e08197bc7a9fa7010ae64aeb212d45fc6485ba521'
'c8bcd47fd9e5d8f21b221a12b7747f492f99d6844473523ac9d4ddac80183c121867e626808b156902ec7a2546f3a537da041eb53b6ff422dc5c2335ab51d098')
options=(!strip)
prepare() {
# extract licenses from gist-sourced shaders
head -n 14 "default-shader-pack-${pkgver}/shaders/KrigBilateral.glsl" > KrigBilateral-LICENSE
head -n 14 "default-shader-pack-${pkgver}/shaders/SSimDownscaler.glsl" > SSimDownscaler-LICENSE
head -n 19 "default-shader-pack-${pkgver}/shaders/FSR.glsl" > FidelityFX-LICENSE
head -n 20 "default-shader-pack-${pkgver}/shaders/NVScaler.glsl" > NVScaler-LICENSE
}
package() {
install -Dm644 "FSRCNNX-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "Anime4K-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "StaticGrain-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "NNEDI3-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "KrigBilateral-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "SSimDownscaler-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "FidelityFX-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "NVScaler-LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 "default-shader-pack-${pkgver}/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/"
install -d "$pkgdir"/usr/share/$pkgname/
cp -r default-shader-pack-$pkgver/{shaders,pack.json,pack-hq.json,pack-next.json} "$pkgdir"/usr/share/$pkgname/
}
# vim:set ts=2 sw=2 et:

View File

@@ -1,20 +0,0 @@
pkgbase = python-jellyfin-apiclient
pkgdesc = Python API client for Jellyfin
pkgver = 1.9.2
pkgrel = 3
url = https://github.com/iwalton3/jellyfin-apiclient-python
arch = any
license = GPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-requests
depends = python-urllib3
depends = python-websocket-client
depends = python-certifi
source = python-jellyfin-apiclient-1.9.2.tar.gz::https://github.com/iwalton3/jellyfin-apiclient-python/archive/refs/tags/v1.9.2.tar.gz
b2sums = ba12075a54df646c02fe437c576e3a19f38082080e6c136d88abf45f2eaba5d308259f16df46b4c7a5d76978ebf3392111fd0b3b3d2ee2c9496acf64fb8553b6
pkgname = python-jellyfin-apiclient

View File

@@ -1,24 +0,0 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
# Contributor: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-jellyfin-apiclient
pkgver=1.9.2
pkgrel=3
pkgdesc='Python API client for Jellyfin'
arch=(any)
url=https://github.com/iwalton3/jellyfin-apiclient-python
license=(GPL-3.0-only)
depends=(python python-requests python-urllib3 python-websocket-client python-certifi)
makedepends=(python-build python-installer python-wheel python-setuptools)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
b2sums=('ba12075a54df646c02fe437c576e3a19f38082080e6c136d88abf45f2eaba5d308259f16df46b4c7a5d76978ebf3392111fd0b3b3d2ee2c9496acf64fb8553b6')
build() {
cd jellyfin-apiclient-python-$pkgver
python -m build --wheel --no-isolation
}
package() {
cd jellyfin-apiclient-python-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
}

View File

@@ -1,16 +0,0 @@
pkgbase = python-mpv-jsonipc
pkgdesc = Python API to MPV using JSON IPC
pkgver = 1.2.0
pkgrel = 3
url = https://github.com/iwalton3/python-mpv-jsonipc
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = python-mpv-jsonipc-1.2.0.tar.gz::https://github.com/iwalton3/python-mpv-jsonipc/archive/refs/tags/v1.2.0.tar.gz
b2sums = 7f8c02de20e6405e7bf9b5950b240bf78e21e41d1eef52726a50181556607090e418f1775fa830de191c8af47ef78c145c37efdf213bd9255915bd34a20a86e8
pkgname = python-mpv-jsonipc

View File

@@ -1,25 +0,0 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
pkgname=python-mpv-jsonipc
pkgver=1.2.0
pkgrel=3
pkgdesc='Python API to MPV using JSON IPC'
arch=(any)
url='https://github.com/iwalton3/python-mpv-jsonipc'
license=(Apache-2.0)
depends=(python)
makedepends=(python-build python-installer python-wheel python-setuptools)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
b2sums=('7f8c02de20e6405e7bf9b5950b240bf78e21e41d1eef52726a50181556607090e418f1775fa830de191c8af47ef78c145c37efdf213bd9255915bd34a20a86e8')
build() {
cd $pkgname-$pkgver
python -m build --wheel --no-isolation
}
package() {
cd $pkgname-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
}
# vim:set ts=2 sw=2 et:

View File

@@ -1,25 +0,0 @@
pkgbase = python-pystray
pkgdesc = Allows to create a system tray icon
pkgver = 0.19.5
pkgrel = 4
url = https://github.com/moses-palmer/pystray
arch = any
license = GPL-3.0-only
license = LGPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-sphinx
depends = python-six
depends = python-pillow
depends = python-xlib>=0.17
depends = libappindicator-gtk3
depends = python-gobject
depends = gtk3
depends = python
depends = gobject-introspection-runtime
source = python-pystray-0.19.5.tar.gz::https://github.com/moses-palmer/pystray/archive/v0.19.5.tar.gz
b2sums = 34bea3d14cfde7ee7a7d2594da2386265fba34b36f4699b5877ea393dbf7e844fe441a1bda384bb6b3f279a544cba897e04509f7c47d69cb5168793665ae73d4
pkgname = python-pystray

View File

@@ -1,27 +0,0 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
# Contributor: Qontinuum <qontinuum.dev@protonmail.ch>
# Contributor: Julien Nicoulaud <julien DOT nicoulaud AT gmail DOT com>
pkgname=python-pystray
pkgver=0.19.5
pkgrel=4
arch=(any)
license=(GPL-3.0-only LGPL-3.0-only)
pkgdesc='Allows to create a system tray icon'
url='https://github.com/moses-palmer/pystray'
depends=(python-six python-pillow 'python-xlib>=0.17' libappindicator-gtk3 python-gobject gtk3 python gobject-introspection-runtime)
makedepends=(python-build python-installer python-wheel python-setuptools python-sphinx)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
b2sums=('34bea3d14cfde7ee7a7d2594da2386265fba34b36f4699b5877ea393dbf7e844fe441a1bda384bb6b3f279a544cba897e04509f7c47d69cb5168793665ae73d4')
build() {
cd pystray-$pkgver
python -m build --wheel --no-isolation
}
package() {
cd pystray-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
}
# vim:set ts=2 sw=2 et: