rpms/libopenshot/F-20 libopenshot.spec,NONE,1.1 sources,1.1,1.2

Richard Shaw hobbes1069 at rpmfusion.org
Sat Sep 20 16:56:32 CEST 2014


Author: hobbes1069

Update of /cvs/free/rpms/libopenshot/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18105

Modified Files:
	sources 
Added Files:
	libopenshot.spec 
Log Message:
* Tue Jul 15 2014 Richard Shaw <hobbes1069 at gmail.com> - 0.0.3-1
- Initial packaging.



--- NEW FILE libopenshot.spec ---
Name:           libopenshot
Version:        0.0.3
Release:        1%{?dist}
Summary:        Library for creating and editing videos

License:        LGPLv3+
URL:            http://www.openshot.org/
Source0:        https://launchpad.net/%{name}/0.0/%{version}/+download/%{name}-%{version}.tar.gz

BuildRequires:  cmake swig
BuildRequires:  python3-devel
BuildRequires:  ImageMagick-c++-devel
BuildRequires:  ffmpeg-devel
BuildRequires:  libopenshot-audio-devel
BuildRequires:  qt5-qttools-devel
BuildRequires:  qt5-qtmultimedia-devel
BuildRequires:  unittest-cpp-devel


%description
OpenShot Library (libopenshot) is an open-source project
dedicated to delivering high quality video editing, animation,
and playback solutions to the world. For more information
visit <http://www.openshot.org/>.


%package        devel
Summary:        Development files for %{name}
Requires:       %{name}%{?_isa} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%package -n     python-%{name}
Summary:        Python bindings for %{name}
Requires:       %{name}%{?_isa} = %{version}-%{release}
Group:          Development/Libraries

%description    -n python-%{name}
The python-%{name} package contains python bindings for 
applications that use %{name}.


%prep
%setup -q


%build
export CXXFLAGS="-Wl,--as-needed"
%cmake .
make %{?_smp_mflags}


%install
%make_install


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%doc AUTHORS COPYING README
%{_libdir}/*.so.*

%files devel
%{_includedir}/%{name}/
%{_libdir}/*.so

%files -n python-libopenshot
%{python3_sitearch}/*


%changelog
* Tue Jul 15 2014 Richard Shaw <hobbes1069 at gmail.com> - 0.0.3-1
- Initial packaging.


Index: sources
===================================================================
RCS file: /cvs/free/rpms/libopenshot/F-20/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Sep 2014 14:45:56 -0000	1.1
+++ sources	20 Sep 2014 14:56:32 -0000	1.2
@@ -0,0 +1 @@
+4dc4bdeaa3037fe59bdda922dd2d02b1  libopenshot-0.0.3.tar.gz


More information about the rpmfusion-commits mailing list