wok diff potamus/receipt @ rev 18845

mtpaint: add pcmanfm thumbnailer
(needs larger undoMBlimit option)

xterm: add libXaw3d options
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jan 23 09:22:02 2016 +0100 (2016-01-23)
parents 72aaebadf37a
children f3e5f6a3ef9a
line diff
     1.1 --- a/potamus/receipt	Thu May 01 11:08:34 2014 +0200
     1.2 +++ b/potamus/receipt	Sat Jan 23 09:22:02 2016 +0100
     1.3 @@ -30,8 +30,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# libmad for MP3
     1.8  	./configure \
     1.9  		--disable-input-modplug \
    1.10 +		--disable-input-audiofile \
    1.11 +		--disable-input-opus \
    1.12 +		--disable-output-ao \
    1.13 +		--disable-output-jack \
    1.14  		$CONFIGURE_ARGS ${ARCH_ARGS} &&
    1.15  	make && make install &&
    1.16  	sed -i s'/Name=.*/Name=Potamus Audio Player/' \