From e507ecce5718531ef14c1643a4ca9ecb5f5693c45033244aa0205702ff3a76c7 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 8 Jan 2025 08:45:19 +0000 Subject: [PATCH] - update to 1.5.5: * fix: make scrape command deterministic and update lofigirl list * feat: allow variable width * fix: read list header to lofigirl list * fix: use unicode-segmentation to fix issues with unicode track names * bump dependencies OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/lowfi?expand=0&rev=10 --- .gitattributes | 23 +++++++++++++++++++ .gitignore | 1 + _service | 25 +++++++++++++++++++++ lowfi-1.5.0.tar.zst | 3 +++ lowfi-1.5.2.tar.zst | 3 +++ lowfi-1.5.3.obscpio | 3 +++ lowfi-1.5.3.tar.zst | 3 +++ lowfi-1.5.5.obscpio | 3 +++ lowfi-1.5.5.tar.zst | 3 +++ lowfi.changes | 45 +++++++++++++++++++++++++++++++++++++ lowfi.obsinfo | 4 ++++ lowfi.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++ vendor.tar.zst | 3 +++ 13 files changed, 173 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 lowfi-1.5.0.tar.zst create mode 100644 lowfi-1.5.2.tar.zst create mode 100644 lowfi-1.5.3.obscpio create mode 100644 lowfi-1.5.3.tar.zst create mode 100644 lowfi-1.5.5.obscpio create mode 100644 lowfi-1.5.5.tar.zst create mode 100644 lowfi.changes create mode 100644 lowfi.obsinfo create mode 100644 lowfi.spec create mode 100644 vendor.tar.zst diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..751fbe2 --- /dev/null +++ b/_service @@ -0,0 +1,25 @@ + + + + lowfi + https://github.com/talwat/lowfi.git + git + git-master + @PARENT_TAG@ + 1.5.5 + andrea.manzini@suse.com + + + + + zst + *.tar + + + lowfi + true + + + lowfi + + diff --git a/lowfi-1.5.0.tar.zst b/lowfi-1.5.0.tar.zst new file mode 100644 index 0000000..e7ed4b0 --- /dev/null +++ b/lowfi-1.5.0.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc42e4b885d2289cc4f6136fd3c5c7eb18e721fc746390c335810a541e1ea49 +size 132258 diff --git a/lowfi-1.5.2.tar.zst b/lowfi-1.5.2.tar.zst new file mode 100644 index 0000000..c7c9f05 --- /dev/null +++ b/lowfi-1.5.2.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1377b7b0d02b5be35d5ec213abd2cc5f238340f202364b7d0044a1be756ca0f0 +size 134893 diff --git a/lowfi-1.5.3.obscpio b/lowfi-1.5.3.obscpio new file mode 100644 index 0000000..f89a65f --- /dev/null +++ b/lowfi-1.5.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd92fd85b3195d9a619bacf8acb068016db5fb0ffa918e1b6e44c80d636e4f1 +size 356363 diff --git a/lowfi-1.5.3.tar.zst b/lowfi-1.5.3.tar.zst new file mode 100644 index 0000000..d5dca07 --- /dev/null +++ b/lowfi-1.5.3.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc77a4aa2c7ddada8dacdd77203e43e3f9897a6953567fa9a04c3588970881b +size 135167 diff --git a/lowfi-1.5.5.obscpio b/lowfi-1.5.5.obscpio new file mode 100644 index 0000000..001d4e4 --- /dev/null +++ b/lowfi-1.5.5.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e8590c721447e6ed424835441b0467371e06c6a858594547d195b1403b9eb37 +size 362507 diff --git a/lowfi-1.5.5.tar.zst b/lowfi-1.5.5.tar.zst new file mode 100644 index 0000000..2d71497 --- /dev/null +++ b/lowfi-1.5.5.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1725a347caeb8c2ada5a2fae79d249f6758d175189164b26fb65a4e16c138ee5 +size 135674 diff --git a/lowfi.changes b/lowfi.changes new file mode 100644 index 0000000..871254b --- /dev/null +++ b/lowfi.changes @@ -0,0 +1,45 @@ +------------------------------------------------------------------- +Wed Jan 8 08:39:42 UTC 2025 - Andrea Manzini + +- update to 1.5.5: + * fix: make scrape command deterministic and update lofigirl list + * feat: allow variable width + * fix: read list header to lofigirl list + * fix: use unicode-segmentation to fix issues with unicode track names + * bump dependencies + +------------------------------------------------------------------- +Thu Oct 31 07:25:00 UTC 2024 - Andrea Manzini + +- update to 1.5.3: + * documentation improvements + * fix: tracklist shorthand not working + * feat: make MPRIS bus suffixes unique + * bump dependencies + +------------------------------------------------------------------- +Mon Oct 21 08:23:33 UTC 2024 - Andrea Manzini + +- update to 1.5.2: + * fix: only import mpris_server with the feature + * docs: fix grammar mistake + * fix(mpris): fix initial playback status when there's a new track + * fix(mpris): handle edge case when paused + +------------------------------------------------------------------- +Wed Oct 16 13:04:11 UTC 2024 - Andrea Manzini + +- update to 1.5.0: + * add description of available controls + * feat: add play and pause messages + * feat: add custom sources + +------------------------------------------------------------------- +Tue Oct 15 09:57:31 UTC 2024 - Andrea Manzini + +- removed .obscpio file + +------------------------------------------------------------------- +Tue Oct 15 07:22:07 UTC 2024 - Andrea Manzini + +- first packaged version: 1.4.2 diff --git a/lowfi.obsinfo b/lowfi.obsinfo new file mode 100644 index 0000000..9bcd519 --- /dev/null +++ b/lowfi.obsinfo @@ -0,0 +1,4 @@ +name: lowfi +version: 1.5.5 +mtime: 1736285674 +commit: 22a2e7f9868512e39ddcd1af2e5ed2b2ccebbfcb diff --git a/lowfi.spec b/lowfi.spec new file mode 100644 index 0000000..e89d251 --- /dev/null +++ b/lowfi.spec @@ -0,0 +1,54 @@ +# +# spec file for package lowfi +# +# Copyright (c) 2025 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: lowfi +Version: 1.5.5 +Release: 0 +Summary: An extremely simple lofi player +License: MIT +URL: https://github.com/talwat/lowfi +Source0: %{name}-%{version}.tar.zst +Source1: vendor.tar.zst +BuildRequires: alsa-devel +BuildRequires: cargo-packaging +BuildRequires: git-core +BuildRequires: pkgconfig(openssl) +ExclusiveArch: %{rust_tier1_arches} + +%description +A tiny rust app that serves a single purpose: play lofi. +It'll do this as simply as it can: no albums, no ads, just lofi. +All of the audio files played in lowfi are from Lofi Girl's website, +https://lofigirl.com/ +under their licensing guidelines : https://form.lofigirl.com/CommercialLicense + +%prep +%autosetup -a1 + +%build +%{cargo_build} + +%install +%{cargo_install} + +%files +%doc README.md +%license LICENSE +%{_bindir}/lowfi + +%changelog diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..7bec143 --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a24fde33dfbb5d6330b7d0e185beff541bec5ac2479232b52eea2de9f60f7ca +size 43036742