asunder: update patch for T12
This commit is contained in:
parent
d5b832a890
commit
691db64c84
2 changed files with 4 additions and 5 deletions
|
|
@ -171,11 +171,10 @@ diff -ruN a/src/interface.h b/src/interface.h
|
||||||
diff -ruN a/src/prefs.c b/src/prefs.c
|
diff -ruN a/src/prefs.c b/src/prefs.c
|
||||||
--- a/src/prefs.c 2019-08-29 00:18:58.000000000 -0500
|
--- a/src/prefs.c 2019-08-29 00:18:58.000000000 -0500
|
||||||
+++ b/src/prefs.c 2021-06-27 16:07:27.299217038 -0500
|
+++ b/src/prefs.c 2021-06-27 16:07:27.299217038 -0500
|
||||||
@@ -127,8 +127,6 @@
|
@@ -127,7 +127,6 @@
|
||||||
p->wavpack_bitrate = 3;
|
p->wavpack_bitrate = 3;
|
||||||
p->rip_monkey = 0;
|
p->rip_monkey = 0;
|
||||||
p->monkey_compression = 2;
|
p->monkey_compression = 2;
|
||||||
- p->rip_aac = 0;
|
|
||||||
- p->aac_quality = 60;
|
- p->aac_quality = 60;
|
||||||
p->rip_musepack = 0;
|
p->rip_musepack = 0;
|
||||||
p->musepack_bitrate = 2;
|
p->musepack_bitrate = 2;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Santiago Rodríguez <santi@trisquel.info>
|
# Copyright (C) 2011 Santiago Rodríguez <santi@trisquel.info>
|
||||||
# Copyright (C) 2021 Luis Guzman <ark@switnet.org>
|
# Copyright (C) 2024 Luis Guzman <ark@switnet.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -22,8 +22,8 @@ VERSION=3
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
patch --no-backup-if-mismatch -p1 < $DATA/asunder_2.9.5-acc.patch
|
patch_p1 $DATA/asunder_2.9.5-acc.patch
|
||||||
patch --no-backup-if-mismatch -p1 < $DATA/asunder_2.9.5-monkey.patch
|
patch_p1 $DATA/asunder_2.9.5-monkey.patch
|
||||||
|
|
||||||
changelog "Removed non-free formats. Closes #4061"
|
changelog "Removed non-free formats. Closes #4061"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue