Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmus: Update to v2.12.0 #4563

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion packages/c/cmus/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ cmus:get_words
cmus:glob_compile
cmus:glob_free
cmus:glob_match
cmus:heading_album_format
cmus:heading_artist_format
cmus:heading_playlist_format
cmus:help_add_all_unbound
cmus:help_add_bound
cmus:help_add_unbound
Expand Down Expand Up @@ -472,10 +475,14 @@ cmus:pl_mark_for_redraw
cmus:pl_marked_pl_name
cmus:pl_needs_redraw
cmus:pl_play_selected_row
cmus:pl_playing_pl_name
cmus:pl_playing_pl_row
cmus:pl_playing_total_time
cmus:pl_rand
cmus:pl_rename_selected_pl
cmus:pl_reshuffle
cmus:pl_resume_name
cmus:pl_resume_row
cmus:pl_save
cmus:pl_select_playing_track
cmus:pl_set_marked_pl_by_name
Expand All @@ -501,6 +508,7 @@ cmus:play_queue_for_each
cmus:play_queue_init
cmus:play_queue_prepend
cmus:play_queue_remove
cmus:play_queue_total_time
cmus:play_sorted
cmus:player_cont
cmus:player_cont_album
Expand Down Expand Up @@ -533,7 +541,11 @@ cmus:player_stop
cmus:pq_editable
cmus:prev_view
cmus:program_name
cmus:progress_bar
cmus:progress_bar_names
cmus:ptr_array_add
cmus:queue_needs_redraw
cmus:queue_post_update
cmus:rand_list_rebuild
cmus:rb_erase
cmus:rb_first
Expand Down Expand Up @@ -567,6 +579,7 @@ cmus:search_mode_key
cmus:search_mode_mouse
cmus:search_next
cmus:search_not_found
cmus:search_resets_position
cmus:search_restricted
cmus:search_str
cmus:search_text
Expand Down Expand Up @@ -757,6 +770,7 @@ cmus:window_up
cmus:worker_add_job
cmus:worker_cancelling
cmus:worker_exit
cmus:worker_has_job
cmus:worker_has_job_by_cb
cmus:worker_has_job_by_type
cmus:worker_init
Expand All @@ -766,7 +780,6 @@ cmus:worker_start
cmus:wrap_search
cmus:write_all
cmus:xstrjoin_slice
cmus:xstrndup
cmus:yes_no_query
cmus-remote:warn
cue.so:ip_abi_version
Expand Down
1 change: 0 additions & 1 deletion packages/c/cmus/abi_used_libs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
UNKNOWN
libFLAC.so.12
libao.so.4
libasound.so.2
Expand Down
6 changes: 4 additions & 2 deletions packages/c/cmus/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
UNKNOWN:lround
UNKNOWN:roundf
libFLAC.so.12:FLAC__StreamDecoderErrorStatusString
libFLAC.so.12:FLAC__stream_decoder_delete
libFLAC.so.12:FLAC__stream_decoder_finish
Expand Down Expand Up @@ -213,6 +211,7 @@ libc.so.6:strlen
libc.so.6:strncasecmp
libc.so.6:strncmp
libc.so.6:strncpy
libc.so.6:strndup
libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtod
Expand All @@ -230,9 +229,12 @@ libfaad.so.2:NeAACDecGetCurrentConfiguration
libfaad.so.2:NeAACDecGetErrorMessage
libfaad.so.2:NeAACDecInit
libfaad.so.2:NeAACDecOpen
libfaad.so.2:NeAACDecPostSeekReset
libfaad.so.2:NeAACDecSetConfiguration
libm.so.6:lround
libm.so.6:pow
libm.so.6:round
libm.so.6:roundf
libmad.so.0:mad_bit_read
libmad.so.0:mad_bit_skip
libmad.so.0:mad_frame_decode
Expand Down
6 changes: 3 additions & 3 deletions packages/c/cmus/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : cmus
version : 2.11.0
release : 23
version : 2.12.0
release : 24
source :
- https://github.com/cmus/cmus/archive/refs/tags/v2.11.0.tar.gz : 2bbdcd6bbbae301d734214eab791e3755baf4d16db24a44626961a489aa5e0f7
- https://github.com/cmus/cmus/archive/refs/tags/v2.12.0.tar.gz : 44b96cd5f84b0d84c33097c48454232d5e6a19cd33b9b6503ba9c13b6686bfc7
homepage : https://cmus.github.io/
license : GPL-2.0-or-later
component : multimedia.audio
Expand Down
14 changes: 7 additions & 7 deletions packages/c/cmus/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>cmus</Name>
<Homepage>https://cmus.github.io/</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>multimedia.audio</PartOf>
Expand Down Expand Up @@ -61,12 +61,12 @@
</Files>
</Package>
<History>
<Update release="23">
<Date>2024-11-14</Date>
<Version>2.11.0</Version>
<Update release="24">
<Date>2024-12-12</Date>
<Version>2.12.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>
Loading