gr-fosphor depends on libpng 1.6, here's a diff to update the png recipe. before i update it and break something, here's your chance to test and discuss.
diff --git a/libpng.lwr b/libpng.lwr index f986478..4489dac 100644 --- a/libpng.lwr +++ b/libpng.lwr @@ -19,7 +19,7 @@ category: baseline depends: wget -source: wget://https://launchpad.net/ubuntu/+archive/primary/+files/libpng_1.2.42.orig.tar.bz2 -satisfy_deb: libpng12-dev >= 1.2.41 -satisfy_rpm: libpng-devel >= 1.2.41 +source: wget://http://download.sourceforge.net/project/libpng/libpng16/1.6.18/libpng-1.6.18.tar.gz +satisfy_deb: libpng16-dev >= 1.6.18 +satisfy_rpm: libpng16-devel >= 1.6.18 inherit: autoconf -- GDB has a 'break' feature; why doesn't it have 'fix' too? _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
