Update to 1.9.0.

i9cr
Vasiliy Glazov 3 years ago
parent 3a6a5c7091
commit c34c190a6c

4
.gitignore vendored

@ -11,3 +11,7 @@
/mp4p-f111d7a.tar.gz /mp4p-f111d7a.tar.gz
/1.8.8.tar.gz /1.8.8.tar.gz
/mp4p-82291e4.tar.gz /mp4p-82291e4.tar.gz
/1.9.0.tar.gz
/mp4p-a80941d.tar.gz
/1.9.0.tar.gz
/mp4p-a80941d.tar.gz

@ -1,12 +1,13 @@
%global toolchain clang %global toolchain clang
%global optflags %optflags -Wno-unused-but-set-variable
# Git submodules # Git submodules
%global mp4p_commit 82291e47ef90f5d36dfa6dc77c59d74496c55a45 %global mp4p_commit a80941da6e395953b79a1c50cb855f05cc27a5c2
%global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7}) %global mp4p_shortcommit %(c=%{mp4p_commit}; echo ${c:0:7})
Name: deadbeef Name: deadbeef
Version: 1.8.8 Version: 1.9.0
Release: 6%{?dist} Release: 1%{?dist}
Summary: An audio player for GNU/Linux Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux Summary(ru): Музыкальный проигрыватель для GNU/Linux
@ -14,9 +15,6 @@ License: GPLv2+ and LGPLv2+ and BSD and MIT and zlib
URL: https://deadbeef.sourceforge.io/ URL: https://deadbeef.sourceforge.io/
Source0: https://github.com/DeaDBeeF-Player/%{name}/archive/%{version}.tar.gz Source0: https://github.com/DeaDBeeF-Player/%{name}/archive/%{version}.tar.gz
Source1: https://github.com/DeaDBeeF-Player/mp4p/archive/%{mp4p_commit}/mp4p-%{mp4p_shortcommit}.tar.gz Source1: https://github.com/DeaDBeeF-Player/mp4p/archive/%{mp4p_commit}/mp4p-%{mp4p_shortcommit}.tar.gz
# Fix segfault
# https://github.com/DeaDBeeF-Player/deadbeef/issues/2664
Patch0: segfault_fix.patch
# Build for armv7hl failed # Build for armv7hl failed
# https://github.com/DeaDBeeF-Player/deadbeef/issues/2538 # https://github.com/DeaDBeeF-Player/deadbeef/issues/2538
@ -161,6 +159,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog %changelog
* Sat May 14 2022 Vasiliy N. Glazov <vascom2@gmail.com> - 1.9.0-1
- Update to 1.9.0
* Sat Mar 05 2022 Leigh Scott <leigh123linux@gmail.com> - 1.8.8-6 * Sat Mar 05 2022 Leigh Scott <leigh123linux@gmail.com> - 1.8.8-6
- Use compat-ffmpeg4 for f36+ - Use compat-ffmpeg4 for f36+

@ -1,12 +0,0 @@
diff -uNdr deadbeef-1.8.8_orig/tf.c deadbeef-1.8.8_new/tf.c
--- deadbeef-1.8.8_orig/tf.c 2021-08-01 20:00:05.000000000 +0300
+++ deadbeef-1.8.8_new/tf.c 2021-09-23 08:28:45.589428627 +0300
@@ -3650,7 +3650,7 @@
c.i = script;
- uint8_t code[strlen(script) * 3];
+ uint8_t code[strlen(script) * 3 + 1];
memset (code, 0, sizeof (code));
c.o = code;

@ -1,2 +1,2 @@
SHA512 (1.8.8.tar.gz) = 4c43dbb0872cd9c101064cdc871e4ae87bab02024e9f7b2b866e418682d4989c8f2bed54f816833d7cbedcf59b1db28740d6fdcfd6e6c1a4ae95159845448200 SHA512 (1.9.0.tar.gz) = bb40b128653fa007b0eef8beadc7cc28214e76b6648a16b84cfeab9b140098ef169a147cb750ba165922731ef6c281f6413519b89ba8b028bdb47221e3e0f919
SHA512 (mp4p-82291e4.tar.gz) = 0ff2e25d91a1e33c99d2d5baf7139e9a8a70dfd4537052cae33abb72a16e94b15addecceab33aa3c02d5660a444a6243c3c5bd029e88a6e575845d9f18954a18 SHA512 (mp4p-a80941d.tar.gz) = 1b6c2716f62629820337a4fb4996ec18db22545e45840faac27c4ad25029b97afc865a7c77a8e42e044377daaef56cce847b83150aba29edb25a3f699e109e4d

Loading…
Cancel
Save