File change_soversion.patch of Package libmlt-qt4
diff -ur mlt-0.9.6.orig/configure mlt-0.9.6/configure
--- mlt-0.9.6.orig/configure 2015-04-19 22:42:08.000000000 +0200
+++ mlt-0.9.6/configure 2015-04-19 22:47:58.000000000 +0200
@@ -1,7 +1,7 @@
#!/bin/sh
-export version=6.26.1
-export soversion=6
+export version=6.26.10
+export soversion=60
show_help()
{
diff -ur mlt-0.9.6.orig/src/mlt++/configure mlt-0.9.6/src/mlt++/configure
--- mlt-0.9.6.orig/src/mlt++/configure 2015-04-19 22:42:09.000000000 +0200
+++ mlt-0.9.6/src/mlt++/configure 2015-04-19 22:52:15.000000000 +0200
@@ -1,5 +1,5 @@
#!/bin/sh
-echo "soversion=3" > config.mak
+echo "soversion=30" > config.mak
echo "mlt++ -I$includedir -I$includedir/mlt++ -D_REENTRANT -L$libdir -lmlt++" >> ../../packages.dat
WARNINGS="-W -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align -Wredundant-decls"