summaryrefslogtreecommitdiffstats
path: root/scripts/migrate
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-22 19:41:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-25 14:52:25 +0200
commitefa65e630b27d99470f85565199f2c9f2ae8b1a1 (patch)
tree211485901a8a9b07aa57df1c58f76fb6222afa6c /scripts/migrate
parent4ad71c60b016f66dae36049ad975784b05ceb88f (diff)
downloadptxdist-efa65e630b27d99470f85565199f2c9f2ae8b1a1.tar.gz
ptxdist-efa65e630b27d99470f85565199f2c9f2ae8b1a1.tar.xz
gst-plugins-base1: version bump 1.14.4 -> 1.16.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/migrate')
-rwxr-xr-xscripts/migrate/migrate_ptx16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx
index 4e89c427a..313afbb42 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -330,3 +330,19 @@ s/^\(\(# \)\?PTXCONF_FUSE_\)_/\1\2/
# reason : renderonly drivers consolidated into kmsro
#
s/^\(\(# \)\?PTXCONF_\)MESALIB_DRI_IMX\>/\1MESALIB_DRI_KMSRO/
+
+#
+# from : ptxdist-2019.04.0
+# to : ptxdist-2019.05.0
+# symbol : GST_PLUGINS_BASE1_IVORBIS -> GST_PLUGINS_BASE1_TREMOR
+# reason : option was rename
+#
+s/^\(\(# \)\?PTXCONF_GST_PLUGINS_BASE1_\)IVORBIS\>/\1TREMOR/
+
+#
+# from : ptxdist-2019.04.0
+# to : ptxdist-2019.05.0
+# symbol : GST_PLUGINS_BAD1_COMPOSITOR -> GST_PLUGINS_BASE1_COMPOSITOR
+# reason : plugin moved from bad to base
+#
+s/^\(\(# \)\?PTXCONF_GST_PLUGINS_\)BAD1_COMPOSITOR\>/\1BASE1_COMPOSITOR/