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
by Nicolas Chauvet
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(a)gmail.com> - 0.2.0-0.2.git25a398b
- Update to 20110109git
* Tue Dec 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.0-0.1.git13c4dbc
- Bump snapshot to pre 0.2.0
* Sat Apr 17 2010 Nicolas Chauvet <kwizart(a)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
13 years, 10 months
rpms/vlmc/devel vlmc-13c4dbc-ldf.patch, NONE, 1.1 vlmc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlmc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3934/devel
Modified Files:
.cvsignore sources
Added Files:
vlmc-13c4dbc-ldf.patch vlmc.spec
Log Message:
Initial import for devel
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(a)gmail.com> - 0.2.0-0.2.git25a398b
- Update to 20110109git
* Tue Dec 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.0-0.1.git13c4dbc
- Bump snapshot to pre 0.2.0
* Sat Apr 17 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0.1.1-0.1
- Initial Spec file
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlmc/devel/.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:12:28 -0000 1.2
@@ -0,0 +1 @@
+vlmc-25a398b.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlmc/devel/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:12:28 -0000 1.2
@@ -0,0 +1 @@
+5b3cceec0c559280d016891107063c1f vlmc-25a398b.tar.gz
13 years, 10 months
rpms/vdpau-video-freeworld/F-14 vdpau-video-freeworld.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdpau-video-freeworld/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3422/F-14
Modified Files:
.cvsignore sources
Added Files:
vdpau-video-freeworld.spec
Log Message:
Initial import for F-14
--- NEW FILE vdpau-video-freeworld.spec ---
%global preversion .pre4
Name: vdpau-video-freeworld
Version: 0.7.3
Release: 0.2%{?preversion}%{?dist}
Summary: VDPAU backend for Video Acceleration (VA) API
Group: System Environment/Libraries
License: GPLv2+
URL: http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/
Source0: http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/vdpau-video-%{ve...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
BuildRequires: libva-freeworld-devel
BuildRequires: libvdpau-devel
BuildRequires: mesa-libGL-devel
%description
Vdpau-video is a VDPAU backend for VA API. It allows applications which
use the VA API for accelerated video playback to work with hardware
that supports the VDPAU API.
%prep
%setup -q -n vdpau-video-%{version}%{?preversion}
%build
%configure --enable-glx
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_libdir}/va/drivers
%changelog
* Sun Jan 09 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-0.2.pre4
- Update to 0.7.3 pre4
* Wed Dec 15 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-0.1.pre2
- Update to 0.7.3.pre2
- Switch to vdpau-video-freeworld
* Mon Mar 15 2010 Adam Williamson <adamwill AT shaw.ca> - 0.6.5-1
- new release
* Thu Jan 21 2010 Adam Williamson <adamwill AT shaw.ca> - 0.6.2-1
- new release
* Thu Jan 14 2010 Adam Williamson <adamwill AT shaw.ca> - 0.6.1-1
- new release
* Thu Dec 3 2009 Adam Williamson <adamwill AT shaw.ca> - 0.6.0-1
- new release
* Tue Nov 17 2009 Adam Williamson <adamwill AT shaw.ca> - 0.5.2-1
- new release
* Wed Oct 7 2009 Adam Williamson <adamwill AT shaw.ca> - 0.5.0-1
- new release
* Thu Sep 10 2009 Adam Williamson <adamwill AT shaw.ca> - 0.4.1-1
- new release
* Thu Sep 3 2009 Adam Williamson <adamwill AT shaw.ca> - 0.4.0-1
- initial package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/F-14/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Jan 2011 12:55:57 -0000 1.1
+++ .cvsignore 18 Jan 2011 13:07:51 -0000 1.2
@@ -0,0 +1 @@
+vdpau-video-0.7.3.pre4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/F-14/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Jan 2011 12:55:57 -0000 1.1
+++ sources 18 Jan 2011 13:07:51 -0000 1.2
@@ -0,0 +1 @@
+704421ffd5b2ba33b1e1260fb7af9d4a vdpau-video-0.7.3.pre4.tar.gz
13 years, 10 months
rpms/vdpau-video-freeworld/devel vdpau-video-freeworld.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdpau-video-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3229/devel
Modified Files:
.cvsignore sources
Added Files:
vdpau-video-freeworld.spec
Log Message:
Initial import for devel
--- NEW FILE vdpau-video-freeworld.spec ---
%global preversion .pre4
Name: vdpau-video-freeworld
Version: 0.7.3
Release: 0.2%{?preversion}%{?dist}
Summary: VDPAU backend for Video Acceleration (VA) API
Group: System Environment/Libraries
License: GPLv2+
URL: http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/
Source0: http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/vdpau-video-%{ve...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
BuildRequires: libva-freeworld-devel
BuildRequires: libvdpau-devel
BuildRequires: mesa-libGL-devel
%description
Vdpau-video is a VDPAU backend for VA API. It allows applications which
use the VA API for accelerated video playback to work with hardware
that supports the VDPAU API.
%prep
%setup -q -n vdpau-video-%{version}%{?preversion}
%build
%configure --enable-glx
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_libdir}/va/drivers
%changelog
* Sun Jan 09 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-0.2.pre4
- Update to 0.7.3 pre4
* Wed Dec 15 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-0.1.pre2
- Update to 0.7.3.pre2
- Switch to vdpau-video-freeworld
* Mon Mar 15 2010 Adam Williamson <adamwill AT shaw.ca> - 0.6.5-1
- new release
* Thu Jan 21 2010 Adam Williamson <adamwill AT shaw.ca> - 0.6.2-1
- new release
* Thu Jan 14 2010 Adam Williamson <adamwill AT shaw.ca> - 0.6.1-1
- new release
* Thu Dec 3 2009 Adam Williamson <adamwill AT shaw.ca> - 0.6.0-1
- new release
* Tue Nov 17 2009 Adam Williamson <adamwill AT shaw.ca> - 0.5.2-1
- new release
* Wed Oct 7 2009 Adam Williamson <adamwill AT shaw.ca> - 0.5.0-1
- new release
* Thu Sep 10 2009 Adam Williamson <adamwill AT shaw.ca> - 0.4.1-1
- new release
* Thu Sep 3 2009 Adam Williamson <adamwill AT shaw.ca> - 0.4.0-1
- initial package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Jan 2011 12:55:57 -0000 1.1
+++ .cvsignore 18 Jan 2011 13:05:52 -0000 1.2
@@ -0,0 +1 @@
+vdpau-video-0.7.3.pre4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Jan 2011 12:55:57 -0000 1.1
+++ sources 18 Jan 2011 13:05:52 -0000 1.2
@@ -0,0 +1 @@
+704421ffd5b2ba33b1e1260fb7af9d4a vdpau-video-0.7.3.pre4.tar.gz
13 years, 10 months
rpms/vdpau-video-freeworld Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdpau-video-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvssQ2287/rpms/vdpau-video-freeworld
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module vdpau-video-freeworld
--- NEW FILE Makefile ---
# Top level Makefile for module vdpau-video-freeworld
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
13 years, 10 months
rpms/vdpau-video-freeworld/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdpau-video-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvssQ2287/rpms/vdpau-video-freeworld/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module vdpau-video-freeworld
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: vdpau-video-freeworld
# $Id: Makefile,v 1.1 2011/01/18 12:55:57 kwizart Exp $
NAME := vdpau-video-freeworld
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
13 years, 10 months
rpms/vdpau-video-freeworld - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdpau-video-freeworld
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvssQ2287/rpms/vdpau-video-freeworld
Log Message:
Directory /cvs/free/rpms/vdpau-video-freeworld added to the repository
13 years, 10 months
rpms/vdpau-video-freeworld/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdpau-video-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvssQ2287/rpms/vdpau-video-freeworld/devel
Log Message:
Directory /cvs/free/rpms/vdpau-video-freeworld/devel added to the repository
13 years, 10 months
rpms/vlmc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlmc/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsCu1731/rpms/vlmc/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module vlmc
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: vlmc
# $Id: Makefile,v 1.1 2011/01/18 12:53:02 kwizart Exp $
NAME := vlmc
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
13 years, 10 months
rpms/vlmc Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlmc
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/free/owners/tmpcvsCu1731/rpms/vlmc
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module vlmc
--- NEW FILE Makefile ---
# Top level Makefile for module vlmc
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
13 years, 10 months