rpms/libopenshot-audio/F-20 libopenshot-audio-0.0.3-libs.patch, NONE, 1.1 libopenshot-audio.spec, NONE, 1.1

Richard Shaw hobbes1069 at rpmfusion.org
Fri Sep 5 04:22:15 CEST 2014


Author: hobbes1069

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

Added Files:
	libopenshot-audio-0.0.3-libs.patch libopenshot-audio.spec 
Log Message:
Initial import

libopenshot-audio-0.0.3-libs.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libopenshot-audio-0.0.3-libs.patch ---
diff -Naur libopenshot-audio-0.0.3.orig/CMakeLists.txt libopenshot-audio-0.0.3/CMakeLists.txt
--- libopenshot-audio-0.0.3.orig/CMakeLists.txt	2014-07-29 14:16:42.000000000 -0500
+++ libopenshot-audio-0.0.3/CMakeLists.txt	2014-08-09 15:10:42.570194306 -0500
@@ -119,7 +119,7 @@
 			INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR})
 			INCLUDE_DIRECTORIES(/usr/include/freetype2)
 			ADD_DEFINITIONS(-DLINUX)
-			SET(JUCE_PLATFORM_SPECIFIC_LIBRARIES ${X11_LIBRARIES} asound freetype Xinerama)
+			SET(JUCE_PLATFORM_SPECIFIC_LIBRARIES ${X11_LIBRARIES} asound freetype)
 		ENDIF(APPLE)
 	ENDIF(UNIX)
 ENDIF(WIN32)


--- NEW FILE libopenshot-audio.spec ---
Name:           libopenshot-audio
Version:        0.0.3
Release:        1%{?dist}
Summary:        Audio library used by OpenShot

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

Patch0:         libopenshot-audio-0.0.3-libs.patch

BuildRequires:  cmake
BuildRequires:  freetype-devel
BuildRequires:  alsa-lib-devel
BuildRequires:  libX11-devel
BuildRequires:  libXinerama-devel
BuildRequires:  libXcursor-devel

%description
OpenShot Audio Library (libopenshot-audio) is an open-source 
project powered by JUCE, and enables high-quality audio editing 
and playback for libopenshot.


%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}.


%prep
%setup -q
%patch0 -p1 -b .libs


%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
%doc
%{_bindir}/openshot-audio-test-sound
%{_includedir}/*
%{_libdir}/*.so
%{_mandir}/man1/*.1*


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


More information about the rpmfusion-commits mailing list