wok diff audacity/receipt @ rev 14130

move xfconf to libxfconf (xfce itself use this name), recook libxfce4ui (depend on libxfconf)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 10:46:10 2013 +0000 (2013-02-28)
parents d87f2423c050
children f4c22f009037
line diff
     1.1 --- a/audacity/receipt	Tue Nov 13 11:58:05 2012 +0100
     1.2 +++ b/audacity/receipt	Thu Feb 28 10:46:10 2013 +0000
     1.3 @@ -22,6 +22,7 @@
     1.4  		--prefix=/usr \
     1.5  		--infodir=/usr/share/info \
     1.6  		--mandir=/usr/share/man \
     1.7 +		--with-ffmpeg=local \
     1.8  		$CONFIGURE_ARGS &&
     1.9  	make && make DESTDIR=$DESTDIR install
    1.10  }