rpms/vlmc/F-14 vlmc-13c4dbc-ldf.patch, NONE, 1.1 vlmc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Chauvet kwizart at rpmfusion.org
Tue Jan 18 14:13:23 CET 2011


Author: kwizart

Update of /cvs/free/rpms/vlmc/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4142/F-14

Modified Files:
	.cvsignore sources 
Added Files:
	vlmc-13c4dbc-ldf.patch vlmc.spec 
Log Message:
Initial import for F-14


vlmc-13c4dbc-ldf.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE vlmc-13c4dbc-ldf.patch ---
diff -up vlmc-13c4dbc/src/CMakeLists.txt.ldf vlmc-13c4dbc/src/CMakeLists.txt
--- vlmc-13c4dbc/src/CMakeLists.txt.ldf	2010-12-14 22:04:54.928224348 +0100
+++ vlmc-13c4dbc/src/CMakeLists.txt	2010-12-14 22:06:11.991628249 +0100
@@ -360,7 +360,7 @@ ELSE(NOT WITH_GUI)
     ENDIF( APPLE )
 
     ADD_EXECUTABLE( vlmc ${GUI_TYPE} ${VLMC_SRCS} ${VLMC_MOC_SRCS} ${VLMC_UIS_H} ${VLMC_RCC_SRCS} )
-    TARGET_LINK_LIBRARIES( vlmc ${VLMC_LIBS} )
+    TARGET_LINK_LIBRARIES( vlmc ${VLMC_LIBS} -lX11 )
 
 ENDIF( NOT WITH_GUI )
 


--- NEW FILE vlmc.spec ---
%global gitsnapshot 25a398b

Name:           vlmc
Version:        0.2.0
Release:        0.2.git%{gitsnapshot}%{?dist}
Summary:        VideoLAN Movie Creator

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://trac.videolan.org/vlmc
#Current snapshot at 20110109
#http://git.videolan.org/?p=vlmc.git;a=snapshot;h=25a398b4e84a81e1482f93957f55077f4842f59e;sf=tgz
Source0:        vlmc-%{gitsnapshot}.tar.gz
Patch0:         vlmc-13c4dbc-ldf.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  vlc-devel >= 1.1.4
BuildRequires:  frei0r-devel
BuildRequires:  qt-devel >= 4.5.1
BuildRequires:  cmake >= 2.6.0
BuildRequires:  desktop-file-utils
Requires:  frei0r-plugins

%description
VideoLAN Movie Creator is a non-linear editing software for video creation based on libVLC

%prep
%setup -q -n vlmc-%{gitsnapshot}
%patch0 -p1 -b .ldf


%build
mkdir -p build
pushd build
%cmake \
  -DVLMC_LIB_SUBDIR=%{_lib} \
  -DCMAKE_BUILD_TYPE=Release \
  ..

make VERBOSE=1 %{?_smp_mflags}
popd


%install
rm -rf $RPM_BUILD_ROOT
pushd build
make install DESTDIR=$RPM_BUILD_ROOT
popd

rm -rf $RPM_BUILD_ROOT%{_datadir}/doc

desktop-file-validate \
  $RPM_BUILD_ROOT%{_datadir}/applications/vlmc.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README TRANSLATORS
%{_bindir}/vlmc
%{_mandir}/man1/vlmc.1.*
%{_datadir}/applications/vlmc.desktop
%{_datadir}/pixmaps/vlmc.png


%changelog
* Sun Jan 09 2011 Nicolas Chauvet <kwizart at gmail.com> - 0.2.0-0.2.git25a398b
- Update to 20110109git

* Tue Dec 14 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.2.0-0.1.git13c4dbc
- Bump snapshot to pre 0.2.0

* Sat Apr 17 2010 Nicolas Chauvet <kwizart at fedoraproject.org> - 0.1.1-0.1
- Initial Spec file



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlmc/F-14/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jan 2011 12:53:02 -0000	1.1
+++ .cvsignore	18 Jan 2011 13:13:23 -0000	1.2
@@ -0,0 +1 @@
+vlmc-25a398b.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlmc/F-14/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jan 2011 12:53:02 -0000	1.1
+++ sources	18 Jan 2011 13:13:23 -0000	1.2
@@ -0,0 +1 @@
+5b3cceec0c559280d016891107063c1f  vlmc-25a398b.tar.gz



More information about the rpmfusion-commits mailing list