7 Commits

Author SHA256 Message Date
3299e2dab1 Accepting request 1319555 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1319555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmus?expand=0&rev=19
2025-11-24 13:12:37 +00:00
2da81364f7 - Remove unused BuildRequires: update-desktop-files.
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cmus?expand=0&rev=45
2025-11-23 14:24:14 +00:00
41862ce4d3 Accepting request 1310390 from multimedia:apps
- Add ffmpeg-8-compat.patch
  gh#cmus/cmus#1444

OBS-URL: https://build.opensuse.org/request/show/1310390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmus?expand=0&rev=18
2025-10-10 15:09:50 +00:00
7733414547 gh#cmus/cmus#1444
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cmus?expand=0&rev=43
2025-10-09 20:10:39 +00:00
35dabe6c80 - Add ffmpeg-8-compat.patch
See https://github.com/cmus/cmus/pull/1444

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cmus?expand=0&rev=42
2025-10-09 20:09:50 +00:00
31c8e1a3a8 Accepting request 1223491 from multimedia:apps
- 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)

OBS-URL: https://build.opensuse.org/request/show/1223491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmus?expand=0&rev=17
2024-11-12 18:22:03 +00:00
84318c976c - 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)

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/cmus?expand=0&rev=40
2024-11-12 02:48:47 +00:00
5 changed files with 1947 additions and 7 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44b96cd5f84b0d84c33097c48454232d5e6a19cd33b9b6503ba9c13b6686bfc7
size 348685

View File

@@ -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>

View File

@@ -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

File diff suppressed because it is too large Load Diff