]> git.pld-linux.org Git - packages/libopenshot.git/commitdiff
- up to 0.1.8 auto/th/libopenshot-0.1.8-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Sep 2017 11:13:20 +0000 (13:13 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Sep 2017 11:13:20 +0000 (13:13 +0200)
imagemagick7.patch
libopenshot.spec

index ba397a0274170fb4bea2a3638cf7e87f86e0c74f..f54498d7bde03e89000e88241f8c2a1eed965c73 100644 (file)
@@ -1,10 +1,10 @@
 diff -ur libopenshot-0.1.2.orig/include/TextReader.h libopenshot-0.1.2/include/TextReader.h
 --- libopenshot-0.1.2.orig/include/TextReader.h        2016-08-30 13:23:13.000000000 +0900
 +++ libopenshot-0.1.2/include/TextReader.h     2017-01-01 02:41:47.536511096 +0900
-@@ -91,7 +91,7 @@
+@@ -91,7 +91,7 @@ namespace openshot
                string text_color;
                string background_color;
-               tr1::shared_ptr<Magick::Image> image;
+               std::shared_ptr<Magick::Image> image;
 -              list<Magick::Drawable> lines;
 +              vector<Magick::Drawable> lines;
                bool is_open;
index dfdf689dc38af12ab360a8964488bf6e1a404a4c..43c2e41d42e843e74045f8e5f91afc3e49a78ba6 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       Library for creating and editing videos
 Name:          libopenshot
-Version:       0.1.5
-Release:       2
+Version:       0.1.8
+Release:       1
 License:       LGPL-3.0+
 Group:         Libraries
-Source0:       https://launchpad.net/libopenshot/0.1/%{version}/+download/%{name}-%{version}.tar.gz
-# Source0-md5: 842551733c3bd82a7ffd9eaeea1c2b1d
+Source0:       https://github.com/OpenShot/libopenshot/archive/v%{version}.tar.gz
+# Source0-md5: 70930d0c973dac2ab5468175224f142b
 Patch0:                imagemagick7.patch
 Group:         Development/Libraries
 URL:           http://www.openshot.org/
@@ -53,7 +53,7 @@ The python-%{name} package contains python bindings for applications
 that use %{name}.
 
 %prep
-%setup -qc
+%setup -q
 %patch0 -p1
 
 sed -i -e 's#${_REL_PYTHON_MODULE_PATH}#%{py3_sitedir}#g' src/bindings/python/CMakeLists.txt
@@ -61,7 +61,8 @@ sed -i -e 's#${_REL_PYTHON_MODULE_PATH}#%{py3_sitedir}#g' src/bindings/python/CM
 %build
 install -d build
 cd build
-%cmake ..
+%cmake .. \
+       -DENABLE_RUBY=NO
 %{__make}
 
 %install
@@ -79,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libopenshot.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libopenshot.so.11
+%attr(755,root,root) %ghost %{_libdir}/libopenshot.so.13
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.07406 seconds and 4 git commands to generate.