summaryrefslogtreecommitdiff
path: root/recipes/librtmp.recipe
AgeCommit message (Collapse)AuthorFilesLines
2019-02-04recipes: Ensure that post_install is always chained upNirbheek Chauhan1-0/+1
We already do some things in post_install, but we currently only do this for gstreamer recipes, but that's overall a bit flaky. This will allow us to do more things in post_install and make things consistent.
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
2019-02-04Move nettle and librtmp out of subdirsNirbheek Chauhan1-0/+51
No other recipe is in a subdir.