mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
loudgain: remove package
last meaningful commit in 2019; doesn't build with taglib2
This commit is contained in:
parent
cd9b407374
commit
d3ef86333a
4 changed files with 2 additions and 49 deletions
|
@ -1,11 +0,0 @@
|
|||
--- 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,20 +0,0 @@
|
|||
Index: loudgain-0.6.8/CMakeLists.txt
|
||||
===================================================================
|
||||
--- loudgain-0.6.8.orig/CMakeLists.txt
|
||||
+++ loudgain-0.6.8/CMakeLists.txt
|
||||
@@ -69,12 +69,12 @@ TARGET_LINK_LIBRARIES(loudgain
|
||||
)
|
||||
|
||||
SET_TARGET_PROPERTIES(loudgain PROPERTIES
|
||||
- COMPILE_FLAGS "-Wall -pedantic -g"
|
||||
+ COMPILE_FLAGS "-Wall -pedantic"
|
||||
)
|
||||
|
||||
-SET(CMAKE_C_FLAGS "-std=gnu99 -D_GNU_SOURCE")
|
||||
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -D_GNU_SOURCE")
|
||||
|
||||
-SET(CMAKE_CXX_FLAGS "-std=gnu++11 -D_GNU_SOURCE")
|
||||
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++11 -D_GNU_SOURCE")
|
||||
|
||||
INSTALL(TARGETS loudgain DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
# Template file for 'loudgain'
|
||||
pkgname=loudgain
|
||||
version=0.6.8
|
||||
revision=3
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libebur128-devel taglib-devel ffmpeg6-devel"
|
||||
short_desc="ReplayGain 2.0 loudness normalizer"
|
||||
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/Moonbase59/loudgain"
|
||||
distfiles="https://github.com/Moonbase59/loudgain/archive/v${version}.tar.gz"
|
||||
checksum=1137c193ad941b366e87c5d84ccc95a7aa8571affc060db0bd1cf72c489aeaee
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1.20250508
|
||||
version=0.1.20250519
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
|
@ -494,6 +494,7 @@ replaces="
|
|||
llvm7<=7.0.1_10
|
||||
llvm8<=8.0.1_5
|
||||
llvm9<=9.0.1_8
|
||||
loudgain<=0.6.8_3
|
||||
lprng<=3.8.C_1
|
||||
lrzip-devel<=0.641_1
|
||||
ls++-git<=20140919_3
|
||||
|
|
Loading…
Add table
Reference in a new issue