Skip to content

Commit 6451182

Browse files
authored
Merge pull request #12 from flathub/v2.12.0
Update to cmus 2.12.0
2 parents 1ab27b6 + 732b850 commit 6451182

File tree

4 files changed

+15
-24
lines changed

4 files changed

+15
-24
lines changed

ffmpeg6.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

io.github.cmus.cmus.metainfo.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@
1818
<screenshots>
1919
<screenshot type="default">
2020
<image>https://cmus.github.io/cmus-2.4.3-osx.png</image>
21+
<caption>Screenshot of cmus' main page</caption>
2122
</screenshot>
2223
</screenshots>
2324

2425
<url type="homepage">https://cmus.github.io/</url>
2526

2627
<releases>
28+
<release version="2.12.0" date="2024-10-26"/>
29+
<release version="2.11.0" date="2024-05-12"/>
2730
<release version="2.10.0" date="2022-07-06"/>
2831
<release version="2.9.1" date="2021-01-23"/>
2932
<release version="2.9.0" date="2021-01-17"/>

io.github.cmus.cmus.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.github.cmus.cmus
22
runtime: org.freedesktop.Platform
3-
runtime-version: '23.08'
3+
runtime-version: '24.08'
44
sdk: org.freedesktop.Sdk
55
command: cmus
66
finish-args:
@@ -21,8 +21,8 @@ modules:
2121
- /bin
2222
sources:
2323
- type: archive
24-
url: https://github.com/knik0/faad2/archive/refs/tags/2.11.1.tar.gz
25-
sha512: b8f17680610b2f47344ea52b54412a02810a85eaf9d4c91b97ca09b2c6415c62d4af1b0771bfcacb9dfee400ed34504c0bd3c28369921c0392b3809e7de46ec5
24+
url: https://github.com/knik0/faad2/archive/refs/tags/2.11.2.tar.gz
25+
sha512: fd140c0f4e7946e95a49a8652e26f33b138fc3375da34d5e3a55cdde8a74be429eb6fe0180bd434841022cee3c2ec65fe40dda7440fe0dd2761622174f992490
2626

2727
- shared-modules/libmad/libmad.json
2828

@@ -50,6 +50,8 @@ modules:
5050
cleanup:
5151
- /include
5252
- /bin
53+
build-options:
54+
cflags: '-Wno-incompatible-pointer-types'
5355
sources:
5456
- type: archive
5557
url: https://files.musepack.net/source/musepack_src_r475.tar.gz
@@ -70,6 +72,8 @@ modules:
7072
cleanup:
7173
- /include
7274
- /bin
75+
build-options:
76+
cflags: '-Wno-incompatible-pointer-types'
7377
sources:
7478
- type: archive
7579
url: https://downloads.sourceforge.net/libcddb/libcddb-1.3.2.tar.bz2
@@ -96,8 +100,8 @@ modules:
96100
- /bin
97101
sources:
98102
- type: archive
99-
url: https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.bz2
100-
sha512: c4a768d11e9f62038ca8081316596c89c7fee6a314229fb42e3999757fae172a5dc167175f60d555c2442266d34fce6ce627f4124e9f3a93d0456adb09ca91f0
103+
url: https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.2.tar.bz2
104+
sha512: ad199c14e77a097e3e9adda222eb42bea880fdf5d08fa3ae08df27e4685508a85d54d8b0c1a35fb043d550bf735890322efb4e0502b3507d6f9563151e3a36c0
101105

102106
- name: cmus
103107
cleanup:
@@ -126,12 +130,10 @@ modules:
126130
- install -Dm644 io.github.cmus.cmus.metainfo.xml /app/share/appdata/${FLATPAK_ID}.appdata.xml
127131
sources:
128132
- type: archive
129-
url: https://github.com/cmus/cmus/archive/refs/tags/v2.10.0.tar.gz
130-
sha512: c055dc974a88f32c7f19fb2e4260ede37fbddc3f23707a98e7f669032c1b4fd9a1032eb5c808cf5ee635617d3abf176e78d1e8596cbe669bbad95cd5c50dde7c
133+
url: https://github.com/cmus/cmus/archive/refs/tags/v2.12.0.tar.gz
134+
sha512: 95dc35e76bb220476986470977d4affc3b7d81a4d057057d62d3f8015abb3c24ec371ece8d3d77fd0e59062c9f3b1bd73dd438ace1eadf3ce39aa86b209a7de5
131135
- type: patch
132136
path: configure.patch
133-
- type: patch
134-
path: ffmpeg6.patch
135137
- type: file
136138
path: cmus.desktop
137139
- type: file

shared-modules

Submodule shared-modules updated 56 files

0 commit comments

Comments
 (0)