[oe-commits] org.oe.dev libvncserver: update to version 0.9

Laibsch commit openembedded-commits at lists.openembedded.org
Mon Jan 28 02:05:28 UTC 2008


libvncserver: update to version 0.9
* latest version 0.9.1 fails, needs some looking into
* consolidate bb file into packages/vnc directory
* reorder fields according to StyleGuide

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 3f46620a7238817b2eaa45b36f4e8b6f82d5c515
ViewMTN: http://monotone.openembedded.org/revision/info/3f46620a7238817b2eaa45b36f4e8b6f82d5c515
Files:
1
packages/libvncserver
packages/libvncserver/libvncserver_0.8.2.bb
packages/vnc/libvncserver_0.9.bb
Diffs:

#
# mt diff -re3c06e0e62e6c88fd411453ac312cc606ed14e76 -r3f46620a7238817b2eaa45b36f4e8b6f82d5c515
#
# 
# 
# delete "packages/libvncserver"
# 
# rename "packages/libvncserver/libvncserver_0.8.2.bb"
#     to "packages/vnc/libvncserver_0.9.bb"
# 
# patch "packages/vnc/libvncserver_0.9.bb"
#  from [db693a0016669da4e1990e3829f811bb04fca5c6]
#    to [eb7e91d1e884b646b86795061b49ad485cd9c21f]
# 
============================================================
--- packages/libvncserver/libvncserver_0.8.2.bb	db693a0016669da4e1990e3829f811bb04fca5c6
+++ packages/vnc/libvncserver_0.9.bb	eb7e91d1e884b646b86795061b49ad485cd9c21f
@@ -1,14 +1,14 @@ DESCRIPTION = "A library to support impl
 DESCRIPTION = "A library to support implementations of RDP/VNC servers"
-LICENSE = "GPLv2"
+AUTHOR = "Johannes Schindelin <dscho at users.sourceforge.net>"
 HOMEPAGE = "http://sourceforge.net/projects/libvncserver"
-AUTHOR = "Johannes Schindelin <dscho at users.sourceforge.net>"
 SECTION = "libs"
 PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "virtual/libsdl virtual/libx11 zlib jpeg libxext"
 PROVIDES = "x11vnc"
-DEPENDS = "virtual/libsdl virtual/libx11 zlib jpeg libxext"
 PR = "r2"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz;md5sum=17a18e398af6c1730f72068022a152aa"
+SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz"
 S = "${WORKDIR}/LibVNCServer-${PV}"
 
 inherit autotools






More information about the Openembedded-commits mailing list