Author: tom
Date: Sat Dec 13 11:56:45 2008
New Revision: 3529
URL: http://svn.slimdevices.com?rev=3529&root=Jive&view=rev
Log:
Updated pango version to highest version poky currently knows about to overcome
compile error, also using tarball technique
Added:
7.4/branches/pango/squeezeplay/src/pango-1.21.2.tar.gz (with props)
Modified:
7.4/branches/pango/squeezeplay/src/Makefile.osx
Modified: 7.4/branches/pango/squeezeplay/src/Makefile.osx
URL:
http://svn.slimdevices.com/7.4/branches/pango/squeezeplay/src/Makefile.osx?rev=3529&root=Jive&r1=3528&r2=3529&view=diff
==============================================================================
--- 7.4/branches/pango/squeezeplay/src/Makefile.osx (original)
+++ 7.4/branches/pango/squeezeplay/src/Makefile.osx Sat Dec 13 11:56:45 2008
@@ -151,7 +151,7 @@
# glib2
glib-2.16.4/Makefile:
- cd glib-2.16.4; ./configure --enable-shared --prefix=${PREFIX}
LDFLAGS="${LDFLAGS} -L${PREFIX}/lib/gettext"
+ PATH=${PREFIX}/bin:${PATH}; cd glib-2.16.4; ./configure
--enable-shared --prefix=${PREFIX} LDFLAGS="${LDFLAGS} -L${PREFIX}/lib/gettext"
glib2: glib-2.16.4/Makefile
cd glib-2.16.4; make && make install
@@ -197,15 +197,18 @@
cd cairo-1.6.4; make && make install
# pango
-pango-1.18.3/Makefile:
- cd pango-1.18.3; ./configure --enable-shared --disable-docs \
+generated/pango-1.21.2/configure:
+ mkdir -p generated; cd generated; tar xvf ../pango-1.21.2.tar.gz
+
+generated/pango-1.21.2/Makefile:
+ cd generated/pango-1.21.2; ./configure --enable-shared --disable-docs \
--without-x \
--sysconfdir=/tmp/splocal/etc \
--localstatedir=/tmp/splocal/var \
--prefix=${PREFIX}
-pango: pango-1.18.3/Makefile
- cd pango-1.18.3; make && make install
+pango: generated/pango-1.21.2/configure generated/pango-1.21.2/Makefile
+ PATH=${PREFIX}/bin:${PATH}; cd generated/pango-1.21.2; make && make
install
#####
# lua
Added: 7.4/branches/pango/squeezeplay/src/pango-1.21.2.tar.gz
URL:
http://svn.slimdevices.com/7.4/branches/pango/squeezeplay/src/pango-1.21.2.tar.gz?rev=3529&root=Jive&view=auto
==============================================================================
Binary file - no diff available.
Propchange: 7.4/branches/pango/squeezeplay/src/pango-1.21.2.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins