PN: weston
PV: 13.0.1
PR: r0
PKGV: 13.0.1
PKGR: r0.137
LICENSE: MIT
DESCRIPTION: Weston is the reference implementation of a Wayland compositor
SUMMARY: Weston, a Wayland compositor
RDEPENDS:weston: base-files base-passwd shadow weston-data weston-terminal xkeyboard-config cairo (>= 1.18.0) fontconfig (>= 2.15.0) glib-2.0 (>= 2.78.6) glibc (>= 2.39+git1+662516aca8) libevdev (>= 1.13.1) libinput (>= 1.25.0) libjpeg-turbo (>= 3.0.1) libpng (>= 1.6.42) libsystemd (>= 255.17) libweston-13 (>= 13.0.1) libxkbcommon (>= 1.6.0) pango (>= 1.52.1) pixman (>= 0.42.2) wayland (>= 1.22.0)
RRECOMMENDS:weston: weston-init liberation-fonts
SECTION: base
PKG:weston: weston
FILES:weston: /etc /usr/bin/weston /usr/bin/weston-terminal /usr/bin/weston-info /usr/bin/weston-launch /usr/bin/wcap-decode /usr/libexec /usr/lib/weston/*.so* /usr/share
FILES_INFO:weston: {"/usr/bin/wcap-decode": 67560, "/usr/bin/weston": 67552, "/usr/lib/weston/desktop-shell.so": 133328, "/usr/lib/weston/fullscreen-shell.so": 67584, "/usr/lib/weston/hmi-controller.so": 67520, "/usr/lib/weston/ivi-shell.so": 68072, "/usr/lib/weston/kiosk-shell.so": 67584, "/usr/lib/weston/libexec_weston.so.0": 23, "/usr/lib/weston/libexec_weston.so.0.0.0": 133448, "/usr/lib/weston/screen-share.so": 67584, "/usr/lib/weston/systemd-notify.so": 67408, "/usr/libexec/weston-desktop-shell": 199952, "/usr/libexec/weston-ivi-shell-user-interface": 68320, "/usr/libexec/weston-keyboard": 200008, "/usr/libexec/weston-simple-im": 67736, "/usr/share/libweston-13/protocols/weston-content-protection.xml": 12114, "/usr/share/libweston-13/protocols/weston-debug.xml": 6072, "/usr/share/libweston-13/protocols/weston-direct-display.xml": 4015, "/usr/share/libweston-13/protocols/weston-output-capture.xml": 9154, "/usr/share/wayland-sessions/weston.desktop": 94, "/usr/share/weston-start/systemd-notify": 194}
pkg_preinst:weston: #!/bin/sh\nset -e\nbbnote () {\n\techo "NOTE: $*"\n}\nbbwarn () {\n\techo "WARNING: $*"\n}\nbbfatal () {\n\techo "ERROR: $*"\n\texit 1\n}\nperform_groupadd () {\n\tlocal rootdir="$1"\n\tlocal opts="$2"\n\tbbnote "weston: Performing groupadd with [$opts]"\n\tlocal groupname=`echo "$opts" | awk '{ print $NF }'`\n\tlocal group_exists="`grep "^$groupname:" $rootdir/etc/group || true`"\n\tif test "x$group_exists" = "x"; then\n\t\teval flock -x $rootdir/etc -c \\"$PSEUDO groupadd \\$opts\\" || true\n\t\tgroup_exists="`grep "^$groupname:" $rootdir/etc/group || true`"\n\t\tif test "x$group_exists" = "x"; then\n\t\t\tbbfatal "weston: groupadd command did not succeed."\n\t\tfi\n\telse\n\t\tbbnote "weston: group $groupname already exists, not re-creating it"\n\tfi\n}\nperform_useradd () {\n\tlocal rootdir="$1"\n\tlocal opts="$2"\n\tbbnote "weston: Performing useradd with [$opts]"\n\tlocal username=`echo "$opts" | awk '{ print $NF }'`\n\tlocal user_exists="`grep "^$username:" $rootdir/etc/passwd || true`"\n\tif test "x$user_exists" = "x"; then\n\t\teval flock -x $rootdir/etc -c  \\"$PSEUDO useradd \\$opts\\" || true\n\t\tuser_exists="`grep "^$username:" $rootdir/etc/passwd || true`"\n\t\tif test "x$user_exists" = "x"; then\n\t\t\tbbfatal "weston: useradd command did not succeed."\n\t\tfi\n\telse\n\t\tbbnote "weston: user $username already exists, not re-creating it"\n\tfi\n}\nperform_groupmems () {\n\tlocal rootdir="$1"\n\tlocal opts="$2"\n\tbbnote "weston: Performing groupmems with [$opts]"\n\tlocal groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'`\n\tlocal username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'`\n\tbbnote "weston: Running groupmems command with group $groupname and user $username"\n\tlocal mem_exists="`grep "^$groupname:[^:]*:[^:]*:\\([^,]*,\\)*$username\\(,[^,]*\\)*$" $rootdir/etc/group || true`"\n\tif test "x$mem_exists" = "x"; then\n\t\teval flock -x $rootdir/etc -c \\"$PSEUDO groupmems \\$opts\\" || true\n\t\tmem_exists="`grep "^$groupname:[^:]*:[^:]*:\\([^,]*,\\)*$username\\(,[^,]*\\)*$" $rootdir/etc/group || true`"\n\t\tif test "x$mem_exists" = "x"; then\n\t\t\tbbfatal "weston: groupmems command did not succeed."\n\t\tfi\n\telse\n\t\tbbnote "weston: group $groupname already contains $username, not re-adding it"\n\tfi\n}\nOPT=""\nSYSROOT=""\n\nif test "x$D" != "x"; then\n\t# Installing into a sysroot\n\tSYSROOT="$D"\n\tOPT="--root $D"\n\n\t# Make sure login.defs is there, this is to make debian package backend work\n\t# correctly while doing rootfs.\n\t# The problem here is that if /etc/login.defs is treated as a config file for\n\t# shadow package, then while performing preinsts for packages that depend on\n\t# shadow, there might only be /etc/login.def.dpkg-new there in root filesystem.\n\tif [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then\n\t    cp $D/etc/login.defs.dpkg-new $D/etc/login.defs\n\tfi\n\n\t# user/group lookups should match useradd/groupadd --root\n\texport PSEUDO_PASSWD="$SYSROOT"\nfi\n\n# If we're not doing a special SSTATE/SYSROOT install\n# then set the values, otherwise use the environment\nif test "x$UA_SYSROOT" = "x"; then\n\t# Installing onto a target\n\t# Add groups and users defined only for this package\n\tGROUPADD_PARAM="--gid 986 --system weston-launch"\n\tUSERADD_PARAM=""\n\tGROUPMEMS_PARAM=""\nfi\n\n# Perform group additions first, since user additions may depend\n# on these groups existing\nif test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then\n\techo "Running groupadd commands..."\n\t# Invoke multiple instances of groupadd for parameter lists\n\t# separated by ';'\n\topts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \\t]*$##'`\n\tremaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \\t]*$##'`\n\twhile test "x$opts" != "x"; do\n\t\tperform_groupadd "$SYSROOT" "$OPT $opts"\n\t\tif test "x$opts" = "x$remaining"; then\n\t\t\tbreak\n\t\tfi\n\t\topts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \\t]*$##'`\n\t\tremaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \\t]*$##'`\n\tdone\nfi\n\nif test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then\n\techo "Running useradd commands..."\n\t# Invoke multiple instances of useradd for parameter lists\n\t# separated by ';'\n\topts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \\t]*$##'`\n\tremaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \\t]*$##'`\n\twhile test "x$opts" != "x"; do\n\t\tperform_useradd "$SYSROOT" "$OPT $opts"\n\t\tif test "x$opts" = "x$remaining"; then\n\t\t\tbreak\n\t\tfi\n\t\topts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \\t]*$##'`\n\t\tremaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \\t]*$##'`\n\tdone\nfi\n\nif test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then\n\techo "Running groupmems commands..."\n\t# Invoke multiple instances of groupmems for parameter lists\n\t# separated by ';'\n\topts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \\t]*$##'`\n\tremaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \\t]*$##'`\n\twhile test "x$opts" != "x"; do\n\t\tperform_groupmems "$SYSROOT" "$OPT $opts"\n\t\tif test "x$opts" = "x$remaining"; then\n\t\t\tbreak\n\t\tfi\n\t\topts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \\t]*$##'`\n\t\tremaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \\t]*$##'`\n\tdone\nfi\n
FILERPROVIDESFLIST:weston: /usr/lib/weston/libexec@underscore@weston.so.0.0.0
FILERPROVIDES:/usr/lib/weston/libexec@underscore@weston.so.0.0.0:weston:  libexec_weston.so.0()(64bit)
FILERDEPENDSFLIST:weston: /usr/bin/wcap-decode /usr/bin/weston /usr/lib/weston/desktop-shell.so /usr/lib/weston/fullscreen-shell.so /usr/lib/weston/hmi-controller.so /usr/lib/weston/ivi-shell.so /usr/lib/weston/kiosk-shell.so /usr/lib/weston/libexec@underscore@weston.so.0.0.0 /usr/lib/weston/screen-share.so /usr/lib/weston/systemd-notify.so /usr/libexec/weston-desktop-shell /usr/libexec/weston-ivi-shell-user-interface /usr/libexec/weston-keyboard /usr/libexec/weston-simple-im
FILERDEPENDS:/usr/bin/wcap-decode:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.17)(64bit) libcairo.so.2()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/bin/weston:weston:  libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.17)(64bit) libexec_weston.so.0()(64bit) libc.so.6()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/lib/weston/desktop-shell.so:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.17)(64bit) libexec_weston.so.0()(64bit) libweston-13.so.0()(64bit) libwayland-server.so.0()(64bit) libpixman-1.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/lib/weston/fullscreen-shell.so:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.17)(64bit) libweston-13.so.0()(64bit) libexec_weston.so.0()(64bit) libwayland-server.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/lib/weston/hmi-controller.so:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.17)(64bit) libexec_weston.so.0()(64bit) libweston-13.so.0()(64bit) libwayland-server.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/lib/weston/ivi-shell.so:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.17)(64bit) libexec_weston.so.0()(64bit) libweston-13.so.0()(64bit) libm.so.6()(64bit) libwayland-server.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/lib/weston/kiosk-shell.so:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.17)(64bit) libexec_weston.so.0()(64bit) libweston-13.so.0()(64bit) libwayland-server.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/lib/weston/libexec@underscore@weston.so.0.0.0:weston:  libevdev.so.2(LIBEVDEV_1)(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libinput.so.10(LIBINPUT_1.2)(64bit) libinput.so.10(LIBINPUT_0.14.0)(64bit) libinput.so.10(LIBINPUT_1.4)(64bit) libinput.so.10(LIBINPUT_1.1)(64bit) libinput.so.10(LIBINPUT_0.12.0)(64bit) libinput.so.10(LIBINPUT_0.19.0)(64bit) libinput.so.10(LIBINPUT_0.21.0)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.17)(64bit) libweston-13.so.0()(64bit) libwayland-client.so.0()(64bit) libwayland-server.so.0()(64bit) libinput.so.10()(64bit) libevdev.so.2()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/lib/weston/screen-share.so:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libxkbcommon.so.0(V_0.5.0)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.17)(64bit) libexec_weston.so.0()(64bit) libweston-13.so.0()(64bit) libwayland-server.so.0()(64bit) libpixman-1.so.0()(64bit) libxkbcommon.so.0()(64bit) libwayland-client.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/lib/weston/systemd-notify.so:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.17)(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) libweston-13.so.0()(64bit) libwayland-server.so.0()(64bit) libsystemd.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/libexec/weston-desktop-shell:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) libpng16.so.16(PNG16_0)(64bit) libxkbcommon.so.0(V_0.5.0)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.17)(64bit) libwayland-client.so.0()(64bit) libpixman-1.so.0()(64bit) libxkbcommon.so.0()(64bit) libcairo.so.2()(64bit) libpng16.so.16()(64bit) libm.so.6()(64bit) libpango-1.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libfontconfig.so.1()(64bit) libjpeg.so.62()(64bit) libwayland-cursor.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/libexec/weston-ivi-shell-user-interface:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.17)(64bit) libpng16.so.16(PNG16_0)(64bit) libwayland-client.so.0()(64bit) libpixman-1.so.0()(64bit) libcairo.so.2()(64bit) libpng16.so.16()(64bit) libm.so.6()(64bit) libpango-1.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libfontconfig.so.1()(64bit) libjpeg.so.62()(64bit) libwayland-cursor.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/libexec/weston-keyboard:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) libpng16.so.16(PNG16_0)(64bit) libxkbcommon.so.0(V_0.5.0)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.17)(64bit) libwayland-client.so.0()(64bit) libpixman-1.so.0()(64bit) libxkbcommon.so.0()(64bit) libcairo.so.2()(64bit) libpng16.so.16()(64bit) libm.so.6()(64bit) libpango-1.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libfontconfig.so.1()(64bit) libjpeg.so.62()(64bit) libwayland-cursor.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
FILERDEPENDS:/usr/libexec/weston-simple-im:weston:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libxkbcommon.so.0(V_0.5.0)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.17)(64bit) libwayland-client.so.0()(64bit) libxkbcommon.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
PKGSIZE:weston: 1375322
