diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..40b082b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +feishin (0.21.2-1rakuos1) unstable; urgency=medium + + * Initial packaging. + + -- Joshua Webb Thu, 06 Nov 2025 22:40:00 -0700 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..05be931 --- /dev/null +++ b/debian/control @@ -0,0 +1,11 @@ +Source: feishin +Section: metapackages +Priority: optional +Maintainer: RakuOS Team +Build-Depends: debhelper-compat (= 13), +Standards-Version: 4.6.2 + +Package: feishin +Architecture: amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, +Description: A modern self-hosted music player. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5b4d8b3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,10 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: RakuOS Branding +Upstream-Contact: Joshua Webb +Source: https://rakuos.org/ + +Files: * +Copyright: 2025 Joshua Webb +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 or later. diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..89ef4cc --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +Feishin-linux-x64/* opt/feishin/ +usr/* usr/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9c24321 --- /dev/null +++ b/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# Simple dh (debhelper) build rules file +%: + dh $@ --without=dwz,strip --no-parallel --no-automatic-dbgsym + +# Prevent dh_strip from running on this package +override_dh_strip: + @echo "Skipping dh_strip for Feishin (bundled libs)" + +override_dh_dwz: + # Disabled because Chromium upstream binaries break dwz + echo "Skipping dh_dwz" + +override_dh_fixperms: + dh_fixperms + chmod 755 debian/feishin/opt/feishin/feishin + chmod u+x debian/feishin/opt/feishin/feishin + chmod 755 debian/feishin/usr/bin/feishin + chmod u+x debian/feishin/usr/bin/feishin + chmod 755 debian/feishin/usr/share/applications/org.jeffvli.feishin.desktop + chmod u+x debian/feishin/usr/share/applications/org.jeffvli.feishin.desktop diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/usr/bin/feishin b/usr/bin/feishin new file mode 100755 index 0000000..3f9c538 --- /dev/null +++ b/usr/bin/feishin @@ -0,0 +1,2 @@ +#!/bin/bash +exec /opt/feishin/feishin "$@" diff --git a/usr/share/applications/org.jeffvli.feishin.desktop b/usr/share/applications/org.jeffvli.feishin.desktop new file mode 100644 index 0000000..9f79d38 --- /dev/null +++ b/usr/share/applications/org.jeffvli.feishin.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Feishin +Exec=/usr/bin/feishin %U +Terminal=false +Type=Application +Icon=feishin +StartupWMClass=Feishin +X-AppImage-Version=0.21.2 +Comment=A modern self-hosted music player. +Categories=AudioVideo;Audio;Player; diff --git a/usr/share/icons/hicolor/512x512/apps/feishin.png b/usr/share/icons/hicolor/512x512/apps/feishin.png new file mode 100644 index 0000000..f364f2c Binary files /dev/null and b/usr/share/icons/hicolor/512x512/apps/feishin.png differ diff --git a/usr/share/metainfo/org.jeffvli.feishin.metainfo.xml b/usr/share/metainfo/org.jeffvli.feishin.metainfo.xml new file mode 100644 index 0000000..c57fbfc --- /dev/null +++ b/usr/share/metainfo/org.jeffvli.feishin.metainfo.xml @@ -0,0 +1,100 @@ + + + org.jeffvli.feishin + Feishin + Jellyfin, Navidrome, and OpenSubsonic Compatible Music Player + CC0-1.0 + GPL-3.0-only + + +

A modern, cross-platform music player for Jellyfin, Navidrome, and OpenSubsonic servers.

+

Features

+
    +
  • MPV player backend
  • +
  • Web player backend
  • +
  • Jellyfin server support
  • +
  • Navidrome server support
  • +
  • OpenSubsonic server support
  • +
  • Modern UI
  • +
  • Scrobble playback to your server
  • +
  • Smart playlist editor (Navidrome)
  • +
  • Synchronized and unsynchronized lyrics support
  • +
+
+ + jeffvli + + org.jeffvli.feishin.desktop + https://github.com/jeffvli/feishin + + + The main menu + https://raw.githubusercontent.com/jeffvli/feishin/development/media/preview_home.png + + + Browsing an album + https://raw.githubusercontent.com/jeffvli/feishin/development/media/preview_album_detail.png + + + Smart playlist creation + https://raw.githubusercontent.com/jeffvli/feishin/development/media/preview_smart_playlist.png + + + + AudioVideo + Audio + Player + Music + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +