diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-16 16:40:08 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-16 16:40:08 +0000 |
commit | 7217fa88da0c46fe94feea2df127289a40ce2a24 (patch) | |
tree | e0c9d67f87555e838f273a9e2e9fd927aebbf69d /packages/libxrandr | |
parent | d1afa39cedb38baa8896661dc614f9cf49379bd7 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/16 16:29:49+00:00 rpsys.net!RP
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into tim.rpsys.net:/usr/tmp6/openembedded
2005/01/16 11:35:16-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/16 11:35:08-05:00 handhelds.org!kergoth
Unbork of staging in the libxrandr cvs build.
2005/01/16 16:29:31+00:00 rpsys.net!RP
openzaurus-2.6: update power driver. Cleanups + now supports C700.
2005/01/16 16:27:01+00:00 nexus.co.uk!pb
fix perms on usbnet suspend/resume scripts
2005/01/16 16:25:43+00:00 nexus.co.uk!pb
bump PR on task-bootstrap
2005/01/16 16:24:51+00:00 nexus.co.uk!pb
add ipaq-usb-support to BOOTSTRAP_EXTRA_{DEPENDS,RRECOMMENDS}
2005/01/16 11:23:58-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/16 11:23:02-05:00 handhelds.org!kergoth
Apply patch to the libxrandr configure script to make it buildable with automake 1.9 and higher.
2005/01/16 16:15:26+00:00 nexus.co.uk!pb
add usbnet suspend/resume helper scripts, courtesy Paul Eggleton
2005/01/16 16:07:33+00:00 nexus.co.uk!pb
update gpsd to 2.6, courtesy Robert E. Anderson
2005/01/16 15:58:32+00:00 nexus.co.uk!pb
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into stealth.nexus.co.uk:/home/pb/oe/oe
2005/01/16 15:58:20+00:00 nexus.co.uk!pb
fix LIBS/LDADD mix-up in libgtkstylus makefile
2005/01/16 16:51:12+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/01/16 16:51:04+01:00 uni-frankfurt.de!mickeyl
update vpnc to 0.3.2
2005/01/16 15:49:05+00:00 rpsys.net!RP
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into tim.rpsys.net:/usr/tmp6/openembedded
2005/01/16 16:47:52+01:00 dyndns.org!reenoo
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded
2005/01/16 15:47:43+00:00 rpsys.net!RP
Merge
2005/01/16 16:47:25+01:00 dyndns.org!reenoo
jamvm: tell jamvm where to find the classpath .zip
2005/01/16 15:42:29+00:00 rpsys.net!RP
openzaurus-2.6: upgrade to 2.6.11-rc1-bk4 and remove patches now upstream. Fix release-string so it applies.
BKrev: 41ea98e8Ty2DX1yIqPJhFl6trSQ-Hw
Diffstat (limited to 'packages/libxrandr')
-rw-r--r-- | packages/libxrandr/files/autofoo.patch | 0 | ||||
-rw-r--r-- | packages/libxrandr/libxrandr_1.0.2.bb | 18 | ||||
-rw-r--r-- | packages/libxrandr/libxrandr_cvs.bb | 20 |
3 files changed, 38 insertions, 0 deletions
diff --git a/packages/libxrandr/files/autofoo.patch b/packages/libxrandr/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libxrandr/files/autofoo.patch diff --git a/packages/libxrandr/libxrandr_1.0.2.bb b/packages/libxrandr/libxrandr_1.0.2.bb index e69de29bb2..fee2ddae16 100644 --- a/packages/libxrandr/libxrandr_1.0.2.bb +++ b/packages/libxrandr/libxrandr_1.0.2.bb @@ -0,0 +1,18 @@ +SECTION = "x11/libs" +DEPENDS = "randrext x11 libxrender xext" +DESCRIPTION = "X Resize and Rotate extension library." +PR = "r1" + +SRC_URI = "${XLIBS_MIRROR}/libXrandr-${PV}.tar.bz2 \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/libXrandr-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/packages/libxrandr/libxrandr_cvs.bb b/packages/libxrandr/libxrandr_cvs.bb index e69de29bb2..b26967471b 100644 --- a/packages/libxrandr/libxrandr_cvs.bb +++ b/packages/libxrandr/libxrandr_cvs.bb @@ -0,0 +1,20 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +DEPENDS = "randrext x11 libxrender xext" +DESCRIPTION = "X Resize and Rotate extension library." +PR = "r1" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr \ + file://autofoo.patch;patch=1" +S = "${WORKDIR}/Xrandr" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} \ + mandir=${STAGING_DATADIR}/man +} |