Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3299e2dab1 | |||
| 2da81364f7 | |||
| 41862ce4d3 | |||
| 7733414547 | |||
| 35dabe6c80 | |||
| 31c8e1a3a8 | |||
| 84318c976c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bbdcd6bbbae301d734214eab791e3755baf4d16db24a44626961a489aa5e0f7
|
||||
size 335367
|
||||
3
cmus-2.12.0.tar.gz
Normal file
3
cmus-2.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44b96cd5f84b0d84c33097c48454232d5e6a19cd33b9b6503ba9c13b6686bfc7
|
||||
size 348685
|
||||
66
cmus.changes
66
cmus.changes
@@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 22 21:16:12 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- Remove unused BuildRequires: update-desktop-files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 18:45:52 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- Add ffmpeg-8-compat.patch
|
||||
gh#cmus/cmus#1444
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 02:41:53 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to 2.12.0
|
||||
* Fix possible null dereference when continue_album=0
|
||||
gh#cmus/cmus#1351
|
||||
* Make PART / PARTNUMBER aliases for DISCNUMBER
|
||||
gh#cmus/cmus#1316
|
||||
* cmus-tutorial </> is actually ,/.
|
||||
gh#cmus/cmus#1355
|
||||
* Fix potential double-close in ip/mad
|
||||
gh#cmus/cmus#1350
|
||||
* Fix view segv in rc config
|
||||
gh#cmus/cmus#1326
|
||||
* Fix pause_on_output_change not working when softvol is enabled
|
||||
gh#cmus/cmus#1353
|
||||
* Trim gaps from mp4 playback
|
||||
gh#cmus/cmus#1320
|
||||
* Show some context when editing middle of long cmdline
|
||||
gh#cmus/cmus#1319
|
||||
* Remember playlist position when resume=true
|
||||
gh#cmus/cmus#1325
|
||||
* Make trackwin heading format configurable, etc.
|
||||
gh#cmus/cmus#1317
|
||||
* Show recognized names in message for bad option value
|
||||
gh#cmus/cmus#1356
|
||||
* Draw progress bar in statusline
|
||||
gh#cmus/cmus#1318
|
||||
* Fix manpage indentation
|
||||
gh#cmus/cmus#1362
|
||||
* Fix documentation for passwd config option
|
||||
gh#cmus/cmus#1361
|
||||
* [FFmpeg] Add .dsf to extension list (DSD support)
|
||||
gh#cmus/cmus#1336
|
||||
* Fix tree restricted search infinite wrap
|
||||
gh#cmus/cmus#1371
|
||||
* Fix a couple of wrong *_attr defaults
|
||||
gh#cmus/cmus#1372
|
||||
* Fix load command args
|
||||
gh#cmus/cmus#1373
|
||||
* Rename 'Priority' to 'Default Priority' in --plugins
|
||||
gh#cmus/cmus#1365
|
||||
* Prevent search from wrapping infinitely
|
||||
gh#cmus/cmus#1370
|
||||
* add play_queue total_time
|
||||
gh#cmus/cmus#1309
|
||||
* Fully remove libcue
|
||||
gh#cmus/cmus#1378
|
||||
* Fix :mark on playlist view so filter is used
|
||||
gh#cmus/cmus#904
|
||||
* Implement option to start searches at the current position
|
||||
gh#cmus/cmus#1376
|
||||
* Apply new formats from #1317 on upgrade
|
||||
gh#cmus/cmus#1382
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 25 12:11:16 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cmus
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2007-2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,16 +19,17 @@
|
||||
|
||||
%bcond_without sndio
|
||||
Name: cmus
|
||||
Version: 2.11.0
|
||||
Version: 2.12.0
|
||||
Release: 0
|
||||
Summary: Text-mode music player
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
URL: https://cmus.github.io/
|
||||
Source: https://github.com/cmus/cmus/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM - https://github.com/cmus/cmus/pull/1444
|
||||
Patch1: ffmpeg-8-compat.patch
|
||||
BuildRequires: libmpcdec-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(alsa) >= 1.0.11
|
||||
BuildRequires: pkgconfig(ao)
|
||||
BuildRequires: pkgconfig(flac)
|
||||
@@ -193,10 +194,10 @@ Requires: %{name}-plugin-opus = %{version}-%{release}
|
||||
Requires: %{name}-plugin-pulse = %{version}-%{release}
|
||||
Requires: %{name}-plugin-vorbis = %{version}-%{release}
|
||||
Requires: %{name}-plugin-wavpack = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
%if %{with sndio}
|
||||
Requires: %{name}-plugin-sndio = %{version}-%{release}
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
%description plugins-all
|
||||
This package pulls in all the plugins for the C* Music Player.
|
||||
|
||||
1873
ffmpeg-8-compat.patch
Normal file
1873
ffmpeg-8-compat.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user