Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

Contrary to the comment in lame.conf, --enable-mpx3 does
not require X11 - if no X11/gtk+ exists, it's skipped.
What seems required, however, is a fix for "gtk12-config".
I haven't seen a gtk-config under that name. Works (1041).


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1357 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
4349957fe4
3 changed files with 13 additions and 2 deletions
  1. +1
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +11
    -0
      package/rene/lame/gtk12-config-fix.patch
  3. +1
    -1
      package/rene/lame/lame.conf

+ 1
- 1
Documentation/Developers/CHANGELOG-RENE

@ -10,7 +10,7 @@
- Alejandro Mery: updates to mnemoc incl. bohem-gc/mono fixes
- Clifford Wolf: fixed strace useage in Build-Pkg
- fixed openldap to install the .init (#109)
- Dimitar Zhekov: fix mplayer doc copy
- Dimitar Zhekov: fix mplayer doc copy, enable mp3x in lame
*) 2003-09-07 (2.0.0-rc1 - 2.0.0-rc2)

+ 11
- 0
package/rene/lame/gtk12-config-fix.patch

@ -0,0 +1,11 @@
--- ./configure.orig 2002-12-01 18:16:10.000000000 +0200
+++ ./configure 2003-08-20 11:28:59.000000000 +0300
@@ -11116,7 +11116,7 @@
done
done
- test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="gtk12-config"
+ test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="gtk-config"
;;
esac
fi

+ 1
- 1
package/rene/lame/lame.conf

@ -20,5 +20,5 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
#confopt="$confopt --enable-mp3x" # requires X11
var_append confopt " " "--enable-mp3x" # will be skipped if gtk+12 is missing

Loading…
Cancel
Save