summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/weston: Version bump to 9.0.0James Le Cuirot2020-09-052-0/+148
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Add USE flag for the new kiosk shellJames Le Cuirot2020-09-052-2/+4
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Allow pipewire-0.3 in 9999James Le Cuirot2020-09-051-1/+1
| | | | | | Closes: https://bugs.gentoo.org/740380 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Restrict pipewire to version 0.2 (for now)James Le Cuirot2020-07-252-2/+2
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Drop old 3.0.0-r1James Le Cuirot2020-03-083-154/+0
| | | | | Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: amd64 stable wrt bug #711820Agostino Sarubbo2020-03-081-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/weston: x86 stable wrt bug #711820Agostino Sarubbo2020-03-081-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/weston: arm stable wrt bug #711820Agostino Sarubbo2020-03-081-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/weston: Drop old 7.0.0-r1James Le Cuirot2020-02-152-147/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Version bump to 8.0.0James Le Cuirot2020-02-153-1/+147
| | | | | | Closes: https://bugs.gentoo.org/708364 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Fix cairo dependency now that xcb USE flag droppedJames Le Cuirot2020-01-143-6/+6
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/weston: Fix -Dsimple-clients when USE=-examplesJames Le Cuirot2019-11-242-2/+2
| | | | | | | If you don't pass the option at all then it builds all the clients. Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Drop unused static-libs USE flagJames Le Cuirot2019-09-142-2/+2
| | | | | | | | This was left over during the transition to Meson. I don't think it's worth supporting. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Drop old 6.0.*James Le Cuirot2019-08-263-289/+0
| | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Version bump to 7.0.0James Le Cuirot2019-08-262-0/+146
| | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Bump to 6.0.93 (aka 7.0rc1)James Le Cuirot2019-08-182-0/+146
| | | | | | | I wouldn't normally add an RC but 6.0.1 has a bad bug on one platform. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: Make 'colord' a global USE flagMichał Górny2019-08-171-1/+0
| | | | | | | | | | | USE=colord is used in 11 packages consistently. Make it a global USE flag using the description from GNOME packages, and remove redundant local definitions. The local definition in x11-libs/gtk+ is left as it clarifies that the flag applies to printing. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/weston: Add masked pipewire supportJames Le Cuirot2019-08-102-2/+6
| | | | | | Closes: https://bugs.gentoo.org/691674 Package-Manager: Portage-2.3.71, Repoman-2.3.16 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Drop old 6.0.0James Le Cuirot2019-06-252-143/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Version bump to 6.0.1James Le Cuirot2019-06-253-1/+147
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: USE=colord requires USE=lcmsJames Le Cuirot2019-04-302-0/+2
| | | | | | Closes: https://bugs.gentoo.org/684364 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Ensure at least one backend is selectedJames Le Cuirot2019-04-142-0/+4
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Fix selection of example clientsJames Le Cuirot2019-04-142-2/+2
| | | | | | | | | im was misspelled as img. Ideally "all" would be smart enough to exclude dmabuf-egl and egl when the GL backend is disabled. Closes: https://bugs.gentoo.org/683326 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Drop old 5.0.0James Le Cuirot2019-04-142-151/+0
| | | | | | Closes: https://bugs.gentoo.org/678528 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Version bump to 6.0.0, EAPI 7James Le Cuirot2019-04-144-11/+153
| | | | | | | | The "devices" test fails most of the time but I haven't been able to figure out why. It seems to work fine other than that. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/*: Update HOMEPAGE and EGIT_REPO_URI.Arfrever Frehtes Taifersar Arahesis2019-03-293-8/+8
| | | | | | Bug: https://bugs.gentoo.org/681708 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/weston-9999: migrate to mesonmakepost2019-03-101-58/+39
| | | | | | | | | | | | | Upstream after v6 won't support autotools: https://lists.freedesktop.org/archives/wayland-devel/2019-February/040080.html Also bump the wayland dependency, because current master matches v6 beta, and weston 6 will be released alongside wayland 1.17. Before the release, >=1.17 resolves to 9999, which is how I'm testing it. Signed-off-by: makepost <makepost@firemail.cc> Closes: https://github.com/gentoo/gentoo/pull/11326 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Updates to 9999 including remoting USE flagJames Le Cuirot2018-11-162-12/+17
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: Version bump to 5.0.0James Le Cuirot2018-11-162-0/+151
| | | | | | Bug: https://bugs.gentoo.org/634572 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/weston: remove local webp use flagMarty E. Plummer2018-10-191-1/+0
| | | | | | Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Drop arm-linux keyword from tree.Benda Xu2018-08-312-2/+2
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* dev-libs/weston: Take over as maintainerJames Le Cuirot2018-08-191-3/+3
| | | | | Bug: https://bugs.gentoo.org/663998 Package-Manager: Portage-2.3.47, Repoman-2.3.10
* dev-libs/weston: Drop old versionsMatt Turner2018-06-065-314/+0
|
* dev-libs/weston: arm stable, bug #649316Markus Meier2018-05-131-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* dev-libs/weston: x86 stable (bug #649316)Thomas Deutschmann2018-05-071-2/+2
| | | | Package-Manager: Portage-2.3.34, Repoman-2.3.9
* dev-libs/weston: amd64 stable wrt bug #649316Mikle Kolyada2018-05-061-3/+3
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-libs/weston: Add build fix for glibc-2.26, bug 610652Andreas K. Hüttel2018-04-302-2/+14
| | | | | | | Oh well, this one was really easy. Closes: https://bugs.gentoo.org/610652 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-libs/weston: Update 9999 line with 3.0.0James Le Cuirot2017-09-141-15/+15
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.2
* dev-libs/weston: Remove old 1.12.0James Le Cuirot2017-09-142-152/+0
| | | | | | | Given that this release is quite old and doesn't build with glibc 2.25, it seems better to make 3.0.0 the next stable target. Package-Manager: Portage-2.3.8, Repoman-2.3.2
* dev-libs/weston: Version bump to 3.0.0 (bug #598238)James Le Cuirot2017-09-142-0/+152
| | | | | | | | | | The tests no longer require an X display and appear to work reliably so I have removed the restriction. This release doesn't fail to build with glibc 2.25 (#610652) or with rdp enabled (#630418). Package-Manager: Portage-2.3.8, Repoman-2.3.2
* dev-libs/weston: use HTTPS for freedesktop.orgDavid Hicks2017-08-174-5/+5
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-libs/weston: depend on compatible versions of net-misc/freerdpChí-Thanh Christopher Nguyễn2017-03-091-1/+4
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=611728 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/weston: Version bump to 1.12.0, fix cross compilationChí-Thanh Christopher Nguyễn2017-03-093-9/+159
| | | | | | | | | Based on contribution by Mykyta Holubakha. Closes: https://github.com/gentoo/gentoo/pull/2816 Bug: https://bugs.gentoo.org/show_bug.cgi?id=598238 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/weston: Stop building simple dmabuf clients.Matt Turner2017-03-022-10/+8
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/weston: Remove oldManuel Rüger2016-10-046-635/+0
| | | | Package-Manager: portage-2.3.1
* dev-libs/weston: amd64 stable, bug 579266Pacho Ramos2016-09-171-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64"
* dev-libs/weston: x86 stable, bug 579266Pacho Ramos2016-09-171-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86"