# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/mp3info/mp3info.conf # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- var_append maktopt " " "prefix=$root/$prefix" var_append makeinstopt " " "prefix=$root/$prefix" # this makefile does not allow conditionally disabling gtk support disable_gmp3info() { sed -i -e '/\$([SI].*gmp3info/d' -e '/:.*gmp3info/ s/gmp3info//p' Makefile } pkginstalled gtk+12 || hook_add preconf 5 disable_gmp3info