meson: Generate ChangeLog files for release tarballs on dist
authorTim-Philipp Müller <tim@centricular.com>
Mon, 7 Nov 2022 00:10:39 +0000 (00:10 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 4 Dec 2022 18:16:25 +0000 (18:16 +0000)
commit9eb081ea0a8afcfbcb78a04068897e79022d5161
tree786139a7808983822f3b5bbd5e01ed0867be2e2f
parentb9011f3541e1da518df5b0857547d833555cc49e
meson: Generate ChangeLog files for release tarballs on dist

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3521>
31 files changed:
meson.build
scripts/gen-changelog.py [new file with mode: 0755]
scripts/meson.build [new file with mode: 0644]
subprojects/gst-devtools/meson.build
subprojects/gst-devtools/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-docs/meson.build
subprojects/gst-docs/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-editing-services/meson.build
subprojects/gst-editing-services/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-libav/meson.build
subprojects/gst-libav/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-omx/meson.build
subprojects/gst-omx/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-plugins-bad/meson.build
subprojects/gst-plugins-bad/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-plugins-base/meson.build
subprojects/gst-plugins-base/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-plugins-good/meson.build
subprojects/gst-plugins-good/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-plugins-ugly/meson.build
subprojects/gst-plugins-ugly/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-python/meson.build
subprojects/gst-python/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gst-rtsp-server/meson.build
subprojects/gst-rtsp-server/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gstreamer-sharp/meson.build
subprojects/gstreamer-sharp/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gstreamer-vaapi/meson.build
subprojects/gstreamer-vaapi/scripts/gen-changelog.py [new file with mode: 0755]
subprojects/gstreamer/meson.build
subprojects/gstreamer/scripts/gen-changelog.py [new file with mode: 0755]