summaryrefslogtreecommitdiff
path: root/recipes/gobject-introspection.recipe
AgeCommit message (Collapse)AuthorFilesLines
2022-01-25gobject-introspection: Backport patch for Python 3.9 compatNirbheek Chauhan1-0/+3
Needed on Fedora 34. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/784>
2019-03-18build: Convert configure to async functionsMatthew Waters1-2/+2
This way we can run multiple of them at the same time. Initial patch by Nirbheek Chauhan
2019-02-04licenses: Fix a couple of licenses and remove unused enumsNirbheek Chauhan1-1/+2
freetype: You have to pick between FTL and GPLv2 frei0r-plugins: It's GPLv2+, not LGPL openssl: Obviously, OpenSSL not BSD harfbuzz: Actually BSD, not LGPLv2+ lame: transitioned to LGPL2, no longer GPL nettle/gmp: licensed under all three licenses osx-framework: No license, just copying of files from other recipes gst-shell, vsintegration, etc: Match with gstreamer's license toolchain: All LGPLv2+, GPLv2+, or GPLv3+ other recipes: verified by `diff -uw` on license Remove most unused license enums, except Proprietary
2018-12-18gobject-introspection: backport fix for macosx dyld linkingEdward Hervey1-0/+3
See https://gitlab.gnome.org/GNOME/gobject-introspection/issues/205
2018-12-14gobject-introspection.recipe: Update to match glib versionNirbheek Chauhan1-7/+11
Also backport patch from upstream to not link to system libraries. Fixes failures on Jenkins CI on macOS, Debian, Fedora. Fixes https://gitlab.freedesktop.org/gstreamer/cerbero/issues/86
2018-10-24Implement source url templating for recipesNirbheek Chauhan1-3/+1
GNOME, GNU, Savannah, Xiph, and SourceForge source URLs now use templates. More templates can be added in the future. Currently, they can be one of the following forms: scheme:// This will download a file called %(name)s-%(version)s.tar.xz from the canonical place on the specified server. `scheme` can be: gnome, sf, gnu, savannah. scheme://.tar.gz For using the template but with the specified file extension instead of .tar.xz scheme://some/path/to/name-version.tar.xz For using the template only for the mirror domain and common sources path. https://bugzilla.gnome.org/show_bug.cgi?id=797330
2018-09-19recipes: Add tarball checksums for all recipesNirbheek Chauhan1-0/+1
This should cover all recipes; even those that aren't built by default https://bugzilla.gnome.org/show_bug.cgi?id=797177
2018-08-30gobject-introspection.recipe: Fix GIRs on macOS with mesonNirbheek Chauhan1-0/+1
https://gitlab.gnome.org/GNOME/gobject-introspection/issues/222
2018-07-22recipes: Use %(version)s in all tarball URLsNirbheek Chauhan1-1/+2
It makes it easier to upgrade recipes.
2018-03-27python3: Manual fixing of errors left by 2to3 scriptXavier Claessens1-1/+2
Some of those fixes come from Ehsan Azar's branch. https://bugzilla.gnome.org/show_bug.cgi?id=733067
2017-10-31gobject-introspection: Bump to version 1.54.1Xavier Claessens1-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=789663
2016-12-14Remove everything related to python3Thibault Saunier1-5/+0
2016-12-13gobject-introspection: Update to 1.50.0Sebastian Dröge1-2/+2
2015-12-01config/darwin: Properly set ARCHFLAGSEdward Hervey1-3/+0
This allows creating 'light' binaries (i.e. just one arch) when we are not targetting universal builds And remove the gobject-introspection.recipe specific fix
2015-11-24gobject-introspection: Fix OSX buildEdward Hervey1-0/+3
By default the compilation system used by gobject-introspection (which is the python distutils compiler system) will create "universal" builds. We don't need that for g-ir-scanner
2015-11-17Update Gtk, pango, gobject-introspection and pygobject to latest releasesThibault Saunier1-2/+2
2015-04-22archlinux: Add Arch Linux supportLubosz Sarnecki1-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=732131 * support gtk, gtk3 and glib recipies * libkate: custom LDFLAGS * gobject-introspection: use full path for python2, since shebangs are created from it * cairo: flags to support gcc 4.9
2015-04-07recipes: Bump gobject-introspection to 1.44.0Edward Hervey1-2/+2
2015-02-14recipes: Update most dependencies and build-toolsEdward Hervey1-2/+2
* Remove/Update patches where applicable * Tested on all linux/android variant, the build slaves will pick up the rest...
2014-10-18gi: remove non working support for universal buildsAndoni Morales Alastruey1-3/+0
Remove it so that we can at least build gi for non-universal builds see: https://bugzilla.gnome.org/show_bug.cgi?id=735866
2014-06-16recipes+package: Add python3Thibault Saunier1-2/+8
* Add the needed recipes including python3 itself * Fix gobject-introspection which does not support python3 yet * Make GLib use python3 when the variant is activated This is activated only when asked by the user in the cerbero.cbc
2014-05-16gobject-introspection: Various fixesEdward Hervey1-14/+43
Switch to using tarballs Dist more files correctly
2014-05-15gobject-introspection: Add support for universal buildsAndoni Morales Alastruey1-0/+17
2014-05-15gobject-introspection: add recipeMark Howell1-0/+43