summaryrefslogtreecommitdiff
path: root/recipes/gstreamer-1.0-osx-framework.recipe
AgeCommit message (Collapse)AuthorFilesLines
2019-11-28osx-framework.recipe: Also install pkg-config binaryNirbheek Chauhan1-0/+8
Some projects, for example the GStreamer Rust bindings, need to use pkg-config instead of the generated framework. Provide pkg-config so that people don't have to install Homebrew or something for it. Closes https://gitlab.freedesktop.org/gstreamer/cerbero/issues/209
2019-11-28osx-framework.recipe: Dynamically generate the list of librariesNirbheek Chauhan1-18/+26
Instead of using a very very outdated hard-coded list, dynamically generate the list of libraries and exclude gstreamer libraries we don't want, like gst-editing-services or rtsp-server Fixes https://gitlab.freedesktop.org/gstreamer/cerbero/issues/210
2019-11-27macos package: add min version option for build macos frameworkRoman Shpuntov1-1/+1
https://gitlab.freedesktop.org/gstreamer/cerbero/issues/144 For upload to the AppStore is required LC_VERSION_MIN_MACOSX option for all app bin files inside the package, this is achieved using the option -mmacosx-version-min
2019-02-04licenses: Fix a couple of licenses and remove unused enumsNirbheek Chauhan1-1/+1
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-27recipes: update for GstVideoAggregator, compositor and glmixers move to -baseTim-Philipp Müller1-1/+1
2017-12-21Fix osx framework buildTim-Philipp Müller1-3/+2
The bad-allocators library doesn't exist any more.
2017-12-04Update for GstAggregator move to coreTim-Philipp Müller1-1/+1
And removal of libgstbadbase-1.0
2017-05-15gstreamer-osx-framework: Add all core/base/bad librariesSebastian Dröge1-5/+17
Some were missing.
2013-04-22gstreamer-1.0: Add gstreamer-1.0-osx-frameworkSebastian Dröge1-0/+23