rpms/vdr-skindesigner/devel vdr-skindesigner.conf, NONE, 1.1 vdr-skindesigner.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3551/devel
Modified Files:
.cvsignore sources
Added Files:
vdr-skindesigner.conf vdr-skindesigner.spec
Log Message:
--- NEW FILE vdr-skindesigner.conf ---
# Configuration snippet for vdr-skindesigner -*- sh -*-
#
# Add command line options to pass to the tvguide plugin to PLUGIN_OPTIONS.
# See /usr/share/doc/vdr-skindesigner/README for info about available options.
PLUGIN_OPTIONS=""
--- NEW FILE vdr-skindesigner.spec ---
%global commit ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global gitdate 20141007
Name: vdr-skindesigner
Version: 0.0.1
Release: 4.%{gitdate}git%{shortcommit}%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
License: GPLv2+
URL: http://projects.vdr-developer.org/projects/plg-skindesigner
Source0: http://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git/snapsho...
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: gettext
BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: freetype-devel
BuildRequires: fontconfig-devel
BuildRequires: GraphicsMagick-c++-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
Requires: vdr-softhddevice
Requires: vdr-epgsearch
%description
SkinDesigner is a powerfull tool to create VDR Skins based on Skindesigner
specific XML Code. The following documentation shows the SkinDesigner
"internals" so that new Skinners get easily an overview how Skindesigner works.
Hopefully all your open questions are answerd, if not, feel free to ask in
VDR Portal.
%package data
Summary: Icons xml files for %{name}
Group: Applications/Multimedia
BuildArch: noarch
Requires: %{name} = %{version}-%{release}
%description data
This package contains icons and xml files.
%prep
%setup -q -n vdr-plugin-skindesigner-%{commit}
%build
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=graphicsmagick %{?_smp_mflags} all
%install
# make install would install the themes under /etc, let's not use that
make install-lib install-i18n DESTDIR=%{buildroot} INSTALL="install -p"
# install the themes to the custom location used in Fedora
install -dm 755 %{buildroot}%{vdr_vardir}/themes
install -pm 644 themes/*.theme %{buildroot}%{vdr_vardir}/themes/
install -dm 755 %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
cp -pR skins/* %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
# tvguide.conf
install -Dpm 644 %{SOURCE1} \
%{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
%find_lang %{name}
%files -f %{name}.lang
%doc COPYING HISTORY README
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%{vdr_vardir}/themes/nopacity-*.theme
%files data
%{vdr_resdir}/plugins/skindesigner/
%changelog
* Tue Oct 07 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-4.20141007giteebe8ac
- rebuild for new git release
* Sun Oct 05 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-3.20141004gite14982a
- make install preserve timestamps
- added main directory in section %%files data in order to own all its sub-directories and files.
* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-2.20141004gite14982a
- rebuild for new git release
* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1.20141004gite688ad96
- Initial build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 8 Oct 2014 18:30:32 -0000 1.1
+++ .cvsignore 9 Oct 2014 18:37:34 -0000 1.2
@@ -0,0 +1 @@
+vdr-plugin-skindesigner-ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 8 Oct 2014 18:30:32 -0000 1.1
+++ sources 9 Oct 2014 18:37:34 -0000 1.2
@@ -0,0 +1 @@
+a7dcbbb10de9d093f7b9975490f41bce vdr-plugin-skindesigner-ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b.tar.bz2
10 years, 1 month
rpms/vdr-skindesigner/F-20 vdr-skindesigner.conf, NONE, 1.1 vdr-skindesigner.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3344/F-20
Modified Files:
.cvsignore sources
Added Files:
vdr-skindesigner.conf vdr-skindesigner.spec
Log Message:
--- NEW FILE vdr-skindesigner.conf ---
# Configuration snippet for vdr-skindesigner -*- sh -*-
#
# Add command line options to pass to the tvguide plugin to PLUGIN_OPTIONS.
# See /usr/share/doc/vdr-skindesigner/README for info about available options.
PLUGIN_OPTIONS=""
--- NEW FILE vdr-skindesigner.spec ---
%global commit ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global gitdate 20141007
Name: vdr-skindesigner
Version: 0.0.1
Release: 4.%{gitdate}git%{shortcommit}%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
License: GPLv2+
URL: http://projects.vdr-developer.org/projects/plg-skindesigner
Source0: http://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git/snapsho...
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: gettext
BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: freetype-devel
BuildRequires: fontconfig-devel
BuildRequires: GraphicsMagick-c++-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
Requires: vdr-softhddevice
Requires: vdr-epgsearch
%description
SkinDesigner is a powerfull tool to create VDR Skins based on Skindesigner
specific XML Code. The following documentation shows the SkinDesigner
"internals" so that new Skinners get easily an overview how Skindesigner works.
Hopefully all your open questions are answerd, if not, feel free to ask in
VDR Portal.
%package data
Summary: Icons xml files for %{name}
Group: Applications/Multimedia
BuildArch: noarch
Requires: %{name} = %{version}-%{release}
%description data
This package contains icons and xml files.
%prep
%setup -q -n vdr-plugin-skindesigner-%{commit}
%build
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=graphicsmagick %{?_smp_mflags} all
%install
# make install would install the themes under /etc, let's not use that
make install-lib install-i18n DESTDIR=%{buildroot} INSTALL="install -p"
# install the themes to the custom location used in Fedora
install -dm 755 %{buildroot}%{vdr_vardir}/themes
install -pm 644 themes/*.theme %{buildroot}%{vdr_vardir}/themes/
install -dm 755 %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
cp -pR skins/* %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
# tvguide.conf
install -Dpm 644 %{SOURCE1} \
%{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
%find_lang %{name}
%files -f %{name}.lang
%doc COPYING HISTORY README
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%{vdr_vardir}/themes/nopacity-*.theme
%files data
%{vdr_resdir}/plugins/skindesigner/
%changelog
* Tue Oct 07 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-4.20141007giteebe8ac
- rebuild for new git release
* Sun Oct 05 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-3.20141004gite14982a
- make install preserve timestamps
- added main directory in section %%files data in order to own all its sub-directories and files.
* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-2.20141004gite14982a
- rebuild for new git release
* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1.20141004gite688ad96
- Initial build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 8 Oct 2014 18:30:32 -0000 1.1
+++ .cvsignore 9 Oct 2014 18:36:40 -0000 1.2
@@ -0,0 +1 @@
+vdr-plugin-skindesigner-ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 8 Oct 2014 18:30:32 -0000 1.1
+++ sources 9 Oct 2014 18:36:40 -0000 1.2
@@ -0,0 +1 @@
+a7dcbbb10de9d093f7b9975490f41bce vdr-plugin-skindesigner-ebe8ac563b1a393ce4b2e90d3d4ec64fd14a6f2b.tar.bz2
10 years, 1 month
rpms/vdr-skindesigner - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-skindesigner
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsh17866/rpms/vdr-skindesigner
Log Message:
Directory /cvs/free/rpms/vdr-skindesigner added to the repository
10 years, 1 month
rpms/vdr-skindesigner/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsh17866/rpms/vdr-skindesigner/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module vdr-skindesigner
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: vdr-skindesigner
# $Id: Makefile,v 1.1 2014/10/08 18:30:32 kwizart Exp $
NAME := vdr-skindesigner
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 ---
10 years, 1 month
rpms/vdr-skindesigner Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-skindesigner
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsh17866/rpms/vdr-skindesigner
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module vdr-skindesigner
--- NEW FILE Makefile ---
# Top level Makefile for module vdr-skindesigner
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 ---
10 years, 1 month
rpms/vdr-skindesigner/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsh17866/rpms/vdr-skindesigner/devel
Log Message:
Directory /cvs/free/rpms/vdr-skindesigner/devel added to the repository
10 years, 1 month
rpms/ffmpeg/F-19 .cvsignore, 1.51, 1.52 ffmpeg.spec, 1.93, 1.94 sources, 1.51, 1.52
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/ffmpeg/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9188
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
* Wed Oct 08 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2.9-1
- Updated to 1.2.9
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-19/.cvsignore,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- .cvsignore 2 Sep 2014 05:48:30 -0000 1.51
+++ .cvsignore 8 Oct 2014 05:52:18 -0000 1.52
@@ -1 +1 @@
-ffmpeg-1.2.8.tar.bz2
+ffmpeg-1.2.9.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-19/ffmpeg.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ffmpeg.spec 2 Sep 2014 05:48:30 -0000 1.93
+++ ffmpeg.spec 8 Oct 2014 05:52:18 -0000 1.94
@@ -16,7 +16,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 1.2.8
+Version: 1.2.9
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -291,6 +291,9 @@
%changelog
+* Wed Oct 08 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2.9-1
+- Updated to 1.2.9
+
* Tue Sep 02 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2.8-1
- Updated to 1.2.8
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-19/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sources 2 Sep 2014 05:48:30 -0000 1.51
+++ sources 8 Oct 2014 05:52:18 -0000 1.52
@@ -1 +1 @@
-da71eac556435356a6d6ff3be88ed38d ffmpeg-1.2.8.tar.bz2
+71c34c0eb7a883dbd4a6ff17f0a6be24 ffmpeg-1.2.9.tar.bz2
10 years, 1 month
rpms/wl-kmod/F-19 wl-kmod.spec,1.135,1.136
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23357
Modified Files:
wl-kmod.spec
Log Message:
* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.7
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-19/wl-kmod.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- wl-kmod.spec 19 Sep 2014 11:07:50 -0000 1.135
+++ wl-kmod.spec 7 Oct 2014 19:31:43 -0000 1.136
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.248
-Release: 1%{?dist}.6
+Release: 1%{?dist}.7
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -88,6 +88,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.7
+- Rebuilt for kernel
+
* Fri Sep 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.6
- Rebuilt for kernel
10 years, 1 month
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.196,1.197
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23225
Modified Files:
nvidia-kmod.spec
Log Message:
* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.15
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- nvidia-kmod.spec 19 Sep 2014 11:07:44 -0000 1.196
+++ nvidia-kmod.spec 7 Oct 2014 19:31:37 -0000 1.197
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.67
# Taken over by kmodtool
-Release: 1%{?dist}.14
+Release: 1%{?dist}.15
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -97,6 +97,9 @@
%changelog
+* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.15
+- Rebuilt for kernel
+
* Fri Sep 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.14
- Rebuilt for kernel
10 years, 1 month
rpms/nvidia-304xx-kmod/F-19 nvidia-304xx-kmod.spec,1.64,1.65
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23080
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.12
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19/nvidia-304xx-kmod.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- nvidia-304xx-kmod.spec 19 Sep 2014 11:07:37 -0000 1.64
+++ nvidia-304xx-kmod.spec 7 Oct 2014 19:31:31 -0000 1.65
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.121
# Taken over by kmodtool
-Release: 1%{?dist}.11
+Release: 1%{?dist}.12
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -79,6 +79,9 @@
%changelog
+* Tue Oct 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.12
+- Rebuilt for kernel
+
* Fri Sep 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.11
- Rebuilt for kernel
10 years, 1 month