summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/cogl: fix build with slibtoolSam James2021-03-272-0/+34
| | | | | | | | | | | | (Closing the NEEDED bug too which I filed in the past as I can't reproduce right now. Possibly fixed by this.) Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/778041 Closes: https://bugs.gentoo.org/739644 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/cogl: Stabilize 1.22.8 arm64, #773172Sam James2021-03-041-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/cogl: remove oldMart Raudsepp2020-11-073-184/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/cogl: Stabilize 1.22.8 amd64, #738728Sam James2020-08-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/cogl: x86 stable (bug #738728)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-libs/cogl: bump to 1.22.8Mart Raudsepp2020-08-222-0/+118
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/cogl: remove oldMart Raudsepp2020-04-202-124/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/cogl: x86 stable wrt bug #717144Agostino Sarubbo2020-04-201-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/cogl: amd64 stable wrt bug #717144Agostino Sarubbo2020-04-201-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/cogl: bump to 1.22.6Mart Raudsepp2020-03-132-0/+124
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/cogl: remove oldMart Raudsepp2019-12-242-124/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/cogl: x86 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/cogl: amd64 stable wrt bug #702260Mikle Kolyada2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/cogl: Add patch to build with mesa-19.3Matt Turner2019-11-233-0/+70
| | | | | Closes: https://bugs.gentoo.org/692212 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/cogl: Restore -f in rm -rvfMatt Turner2019-11-231-1/+1
| | | | | | | | | | | | | | | | | Because of the next patch we need to run eautoreconf, which somehow causes this directory to not exist in the install. The -f was removed in fc115d74f4ef ("media-libs/cogl: add missing mesa[egl] dep for USE=kms"). The commit message states Remove rm -f option usage while here (it makes the `|| die` useless and makes us not notice once this call isn't necessary anymore). but cogl hasn't seen any real work in about three years, so I don't think that's particularly important or likely to happen. Bug: https://bugs.gentoo.org/692212 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/cogl: add missing mesa[egl] dep for USE=kmsMart Raudsepp2019-11-171-2/+2
| | | | | | | | | | | | | If any EGL platform is enabled, it requires the EGL headers. This includes kms-egl-platform, which also sets NEED_EGL in configure.ac. Remove rm -f option usage while here (it makes the `|| die` useless and makes us not notice once this call isn't necessary anymore). Closes: https://bugs.gentoo.org/613728 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/cogl: drop unnecessary test deps with tests restrictedMart Raudsepp2019-11-172-53/+23
| | | | | | Bug: https://bugs.gentoo.org/692212 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/cogl: Bump to 1.22.4Pacho Ramos2019-04-252-0/+134
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* media-libs/cogl: add explicit build dep on glib-utilsMart Raudsepp2018-10-071-1/+2
| | | | | | Closes: https://bugs.gentoo.org/667308 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* media-libs/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* media-libs/cogl: Drop dead video_cards_fglrxMatt Turner2017-11-232-15/+1
|
* media-libs/cogl: remove unused patchesMichael Mair-Keimberger2017-10-312-88/+0
|
* */*: revert https://github.com/gentoo/gentoo/pull/5828.Patrice Clement2017-10-302-0/+88
| | | | This commit adds back the string of commits from PR 5828.
* media-libs/cogl: remove unused patches.Michael Mair-Keimberger2017-10-302-88/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/5828
* media-libs/cogl: update HOMEPAGE and drop unused eutils inheritGilles Dartiguelongue2017-08-262-3/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* media-libs/cogl: cleanup old revisionsGilles Dartiguelongue2017-08-265-547/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* media-libs/cogl: keyword ~arm64Alexis Ballier2017-07-011-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-libs/cogl: x86 stable, bug 587010Pacho Ramos2016-10-011-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86"
* media-libs/cogl: amd64 stable, bug 587010Pacho Ramos2016-10-011-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64"
* media-libs/cogl: version bump from 1.22.0-r1 to 1.22.2Gilles Dartiguelongue2016-09-073-2/+140
| | | | Package-Manager: portage-2.3.0
* media-libs/cogl: x86 stable wrt bug #427546Mikle Kolyada2016-03-061-1/+1
| | | | Package-Manager: portage-2.2.26
* media-libs/cogl: amd64 stable, bug 566378Pacho Ramos2016-02-221-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="amd64"
* media-libs/cogl: Stop applying buggy patch (#573514 by Pascal Flöschel)Pacho Ramos2016-01-311-0/+141
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* media-libs/cogl: Apply upstream fixes, also fix cogl not working at all with ↵Pacho Ramos2016-01-234-0/+242
| | | | | | fglrx drivers, we need to apply the fix conditionally until someone figures out how to properly check for fglrx presence for the patch (#567168, upstream bug #756306, thanks to Olcay for reporting and testing this). Package-Manager: portage-2.2.26
* media-libs/cogl: Drop oldPacho Ramos2015-11-152-130/+0
| | | | Package-Manager: portage-2.2.24
* media-libs/cogl: Version bumpPacho Ramos2015-11-152-0/+134
| | | | Package-Manager: portage-2.2.24
* media-libs/cogl: x86 stable wrt bug #551826Agostino Sarubbo2015-09-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* media-libs/cogl: amd64 stable wrt bug #551826Mikle Kolyada2015-09-071-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+273
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed