Accepting request 1208796 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1208796 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lowfi?expand=0&rev=2
This commit is contained in:
commit
cd26fd6424
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">1.4.2</param>
|
||||
<param name="revision">1.5.0</param>
|
||||
<param name="changesauthor">andrea.manzini@suse.com</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be85df6f7b8a441cbf1ebc37b79e6b6248b3d67647a1a84bd3e8d477bdc6169c
|
||||
size 129987
|
3
lowfi-1.5.0.tar.zst
Normal file
3
lowfi-1.5.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddc42e4b885d2289cc4f6136fd3c5c7eb18e721fc746390c335810a541e1ea49
|
||||
size 132258
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 13:04:11 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- 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 <andrea.manzini@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: lowfi
|
||||
version: 1.4.2
|
||||
mtime: 1728410705
|
||||
commit: 79a2b7da9c7fd0068242b860fcb9bbb0e7acd7e7
|
||||
version: 1.5.0
|
||||
mtime: 1728997612
|
||||
commit: 301b831737fc95587e85ee7f150536682e999135
|
||||
|
10
lowfi.spec
10
lowfi.spec
@ -17,28 +17,28 @@
|
||||
|
||||
|
||||
Name: lowfi
|
||||
Version: 1.4.2
|
||||
Version: 1.5.0
|
||||
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: cargo-packaging
|
||||
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.
|
||||
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,
|
||||
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
|
||||
%autosetup -a1
|
||||
|
||||
%build
|
||||
%{cargo_build}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:839f0cbbb71b2c6534ba1b1b06a633069fa80ae0e5b41cf21446f196f51de463
|
||||
size 42486168
|
||||
oid sha256:c867962a4ceacad88b14b196264e3ecc4204ae60acd01e450ce7e2d61cc6572a
|
||||
size 42534408
|
||||
|
Loading…
Reference in New Issue
Block a user