mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
loudgain: revbump for ffmpeg6
This commit is contained in:
parent
44698d19b6
commit
6c6c5b6439
2 changed files with 13 additions and 2 deletions
11
srcpkgs/loudgain/patches/ffmpeg5.patch
Normal file
11
srcpkgs/loudgain/patches/ffmpeg5.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/src/scan.c 2019-09-06 11:31:19.000000000 -0400
|
||||||
|
+++ b/src/scan.c 2023-03-23 11:15:40.867968521 -0400
|
||||||
|
@@ -69,8 +69,6 @@
|
||||||
|
* It is now useless
|
||||||
|
* https://github.com/FFmpeg/FFmpeg/blob/70d25268c21cbee5f08304da95be1f647c630c15/doc/APIchanges#L86
|
||||||
|
*/
|
||||||
|
- if (avformat_version() < AV_VERSION_INT(58,9,100))
|
||||||
|
- av_register_all();
|
||||||
|
|
||||||
|
av_log_set_callback(scan_av_log);
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'loudgain'
|
# Template file for 'loudgain'
|
||||||
pkgname=loudgain
|
pkgname=loudgain
|
||||||
version=0.6.8
|
version=0.6.8
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libebur128-devel taglib-devel ffmpeg-devel"
|
makedepends="libebur128-devel taglib-devel ffmpeg6-devel"
|
||||||
short_desc="ReplayGain 2.0 loudness normalizer"
|
short_desc="ReplayGain 2.0 loudness normalizer"
|
||||||
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue