rpms/libbdplus/devel libbdplus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/libbdplus/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20159/devel
Modified Files:
.cvsignore sources
Added Files:
libbdplus.spec
Log Message:
Initial import
--- NEW FILE libbdplus.spec ---
Name: libbdplus
Version: 0.1.0
Release: 2%{?dist}
Summary: Open implementation of BD+ protocol
License: LGPLv2+
URL: http://www.videolan.org/developers/libbdplus.html
Source0: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}...
BuildRequires: libgcrypt-devel
BuildRequires: libaacs-devel >= 0.7.0
%description
libbdplus is a research project to implement the BD+ System Specifications.
This research project provides, through an open-source library, a way to
understand how the BD+ protocol works.
%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
%build
%configure --disable-static
make %{?_smp_mflags}
%install
%make_install
find %{buildroot} -name '*.la' -delete
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc COPYING ChangeLog README.txt
%{_libdir}/*.so.*
%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Jan 08 2014 Xavier Bachelot <xavier(a)bachelot.org> 0.1.0-2
- Add version to libaacs BuildRequires:.
- Remove Group: tags.
- Use %%make_install macro.
- Minor specfile fixes.
* Fri Dec 27 2013 Xavier Bachelot <xavier(a)bachelot.org> 0.1.0-1
- Initial release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libbdplus/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Jan 2014 11:33:56 -0000 1.1
+++ .cvsignore 11 Jan 2014 14:56:26 -0000 1.2
@@ -0,0 +1 @@
+libbdplus-0.1.0.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libbdplus/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Jan 2014 11:33:56 -0000 1.1
+++ sources 11 Jan 2014 14:56:26 -0000 1.2
@@ -0,0 +1 @@
+4cf74020b91aafa33075e8ceef4d0e40 libbdplus-0.1.0.tar.bz2
10 years, 11 months
rpms/vdr-softhddevice/devel vdr-softhddevice.conf, NONE, 1.1 vdr-softhddevice.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-softhddevice/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9058/devel
Modified Files:
.cvsignore sources
Added Files:
vdr-softhddevice.conf vdr-softhddevice.spec
Log Message:
--- NEW FILE vdr-softhddevice.conf ---
# Configuration snippet for vdr-softhddevice -*- sh -*-
#
# Add command line options to pass to the softhddevice plugin to PLUGIN_OPTIONS.
# See /usr/share/doc/vdr-softhddevice/README for info about available options.
PLUGIN_OPTIONS=""
--- NEW FILE vdr-softhddevice.spec ---
%global commit 978fc59abadba1b9d305572554e6638198753a00
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: vdr-softhddevice
Version: 0.6.0
Release: 7.%{shortcommit}%{?dist}
Summary: Streaming plug-in for VDR
License: AGPLv3
URL: http://projects.vdr-developer.org/projects/plg-softhddevice
Source0: http://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git/snapsho...
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
BuildRequires: vdr-devel >= 1.7.22
BuildRequires: gettext
BuildRequires: libva-devel
BuildRequires: libvdpau-devel
BuildRequires: alsa-lib-devel
BuildRequires: ffmpeg-devel
BuildRequires: libxcb-devel
BuildRequires: xcb-util-devel
BuildRequires: xcb-util-wm-devel
BuildRequires: mesa-libGLU-devel
BuildRequires: mesa-libGL-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
%description
A software and GPU emulated HD output device plugin for VDR.
Video decoder CPU / VDPAU
Video output VDPAU
Audio FFMpeg / Alsa / Analog
Audio FFMpeg / Alsa / Digital
Audio FFMpeg / OSS / Analog
HDMI/SPDIF pass-through
Software volume, compression, normalize and channel resample
VDR ScaleVideo API
Software deinterlacer Bob (VA-API only)
Autocrop
Grab image (VDPAU only)
Suspend / Dettach
Letterbox, Stretch and Center cut-out video display modes
atmo light support with plugin http://github.com/durchflieger/DFAtmo
PIP (Picture-in-Picture) (VDPAU only)
%prep
%setup -qn vdr-plugin-softhddevice-%{commit}
# remove .git files and Gentoo files
rm -f .indent.pro .gitignore .gitattributes
rm -f vdr-softhddevice-9999.ebuild vdr-softhddevice-9999-pre1.7.36.ebuild
for f in ChangeLog README.txt; do
iconv -f iso8859-1 -t utf-8 $f >$f.conv
touch -r $f $f.conv
mv $f.conv $f
done
%build
make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
install -Dpm 644 %{SOURCE1} \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/softhddevice.conf
%find_lang %{name}
%files -f %{name}.lang
%{vdr_plugindir}/libvdr-softhddevice.so.%{vdr_apiversion}
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/softhddevice.conf
%doc ChangeLog README.txt AGPL-3.0.txt
%changelog
* Thu Jan 09 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-7.978fc59
- removed gittag
- updated description
- put together README and changelog file conversion in %%prep section
- removed sed patching of Makefile
- changed changelog revision
- changed build flags
* Thu Jan 09 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-6.git978fc59
- used macro commit in Source
- cleanup %%install section
- removed marcro defattr
- removed marcro pname
- removed marcro commitdate
* Wed Jan 08 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-5.20140108git978fc59
- update for new git snapshot
* Mon Jan 06 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-4.20131204git8577292
- update for new git snapshot
* Mon Jan 06 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-3.20131204gita74a8e1
- correct git snapshot address
- correct wrong git date in %%changelog
* Sun Jan 05 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-2.20131204gita74a8e1
- rebuild
- changed license type
- correct url address
- removed .git files
* Sun Dec 22 2013 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-1.20131204gita74a8e1
- rebuild for new version
* Sat Dec 31 2011 Zoran Pericic <zpericic(a)netst.org> - 0.1.4-1
- Initial build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Jan 2014 11:35:53 -0000 1.1
+++ .cvsignore 11 Jan 2014 12:01:45 -0000 1.2
@@ -0,0 +1 @@
+vdr-plugin-softhddevice-978fc59abadba1b9d305572554e6638198753a00.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Jan 2014 11:35:53 -0000 1.1
+++ sources 11 Jan 2014 12:01:46 -0000 1.2
@@ -0,0 +1 @@
+62502133eb325a4e65356768e4be76c3 vdr-plugin-softhddevice-978fc59abadba1b9d305572554e6638198753a00.tar.bz2
10 years, 11 months
rpms/vdr-softhddevice/F-20 vdr-softhddevice.conf, NONE, 1.1 vdr-softhddevice.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-softhddevice/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8844/F-20
Modified Files:
.cvsignore sources
Added Files:
vdr-softhddevice.conf vdr-softhddevice.spec
Log Message:
--- NEW FILE vdr-softhddevice.conf ---
# Configuration snippet for vdr-softhddevice -*- sh -*-
#
# Add command line options to pass to the softhddevice plugin to PLUGIN_OPTIONS.
# See /usr/share/doc/vdr-softhddevice/README for info about available options.
PLUGIN_OPTIONS=""
--- NEW FILE vdr-softhddevice.spec ---
%global commit 978fc59abadba1b9d305572554e6638198753a00
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: vdr-softhddevice
Version: 0.6.0
Release: 7.%{shortcommit}%{?dist}
Summary: Streaming plug-in for VDR
License: AGPLv3
URL: http://projects.vdr-developer.org/projects/plg-softhddevice
Source0: http://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git/snapsho...
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
BuildRequires: vdr-devel >= 1.7.22
BuildRequires: gettext
BuildRequires: libva-devel
BuildRequires: libvdpau-devel
BuildRequires: alsa-lib-devel
BuildRequires: ffmpeg-devel
BuildRequires: libxcb-devel
BuildRequires: xcb-util-devel
BuildRequires: xcb-util-wm-devel
BuildRequires: mesa-libGLU-devel
BuildRequires: mesa-libGL-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
%description
A software and GPU emulated HD output device plugin for VDR.
Video decoder CPU / VDPAU
Video output VDPAU
Audio FFMpeg / Alsa / Analog
Audio FFMpeg / Alsa / Digital
Audio FFMpeg / OSS / Analog
HDMI/SPDIF pass-through
Software volume, compression, normalize and channel resample
VDR ScaleVideo API
Software deinterlacer Bob (VA-API only)
Autocrop
Grab image (VDPAU only)
Suspend / Dettach
Letterbox, Stretch and Center cut-out video display modes
atmo light support with plugin http://github.com/durchflieger/DFAtmo
PIP (Picture-in-Picture) (VDPAU only)
%prep
%setup -qn vdr-plugin-softhddevice-%{commit}
# remove .git files and Gentoo files
rm -f .indent.pro .gitignore .gitattributes
rm -f vdr-softhddevice-9999.ebuild vdr-softhddevice-9999-pre1.7.36.ebuild
for f in ChangeLog README.txt; do
iconv -f iso8859-1 -t utf-8 $f >$f.conv
touch -r $f $f.conv
mv $f.conv $f
done
%build
make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
install -Dpm 644 %{SOURCE1} \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/softhddevice.conf
%find_lang %{name}
%files -f %{name}.lang
%{vdr_plugindir}/libvdr-softhddevice.so.%{vdr_apiversion}
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/softhddevice.conf
%doc ChangeLog README.txt AGPL-3.0.txt
%changelog
* Thu Jan 09 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-7.978fc59
- removed gittag
- updated description
- put together README and changelog file conversion in %%prep section
- removed sed patching of Makefile
- changed changelog revision
- changed build flags
* Thu Jan 09 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-6.git978fc59
- used macro commit in Source
- cleanup %%install section
- removed marcro defattr
- removed marcro pname
- removed marcro commitdate
* Wed Jan 08 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-5.20140108git978fc59
- update for new git snapshot
* Mon Jan 06 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-4.20131204git8577292
- update for new git snapshot
* Mon Jan 06 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-3.20131204gita74a8e1
- correct git snapshot address
- correct wrong git date in %%changelog
* Sun Jan 05 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-2.20131204gita74a8e1
- rebuild
- changed license type
- correct url address
- removed .git files
* Sun Dec 22 2013 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-1.20131204gita74a8e1
- rebuild for new version
* Sat Dec 31 2011 Zoran Pericic <zpericic(a)netst.org> - 0.1.4-1
- Initial build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 11 Jan 2014 11:35:53 -0000 1.1
+++ .cvsignore 11 Jan 2014 12:00:30 -0000 1.2
@@ -0,0 +1 @@
+vdr-plugin-softhddevice-978fc59abadba1b9d305572554e6638198753a00.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 11 Jan 2014 11:35:53 -0000 1.1
+++ sources 11 Jan 2014 12:00:30 -0000 1.2
@@ -0,0 +1 @@
+62502133eb325a4e65356768e4be76c3 vdr-plugin-softhddevice-978fc59abadba1b9d305572554e6638198753a00.tar.bz2
10 years, 11 months
rpms/vdr-softhddevice/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-softhddevice/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsUCK877/rpms/vdr-softhddevice/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module vdr-softhddevice
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: vdr-softhddevice
# $Id: Makefile,v 1.1 2014/01/11 11:35:53 kwizart Exp $
NAME := vdr-softhddevice
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, 11 months
rpms/vdr-softhddevice 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-softhddevice
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsUCK877/rpms/vdr-softhddevice
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module vdr-softhddevice
--- NEW FILE Makefile ---
# Top level Makefile for module vdr-softhddevice
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, 11 months
rpms/vdr-softhddevice - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-softhddevice
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsUCK877/rpms/vdr-softhddevice
Log Message:
Directory /cvs/free/rpms/vdr-softhddevice added to the repository
10 years, 11 months
rpms/vdr-softhddevice/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdr-softhddevice/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsUCK877/rpms/vdr-softhddevice/devel
Log Message:
Directory /cvs/free/rpms/vdr-softhddevice/devel added to the repository
10 years, 11 months
rpms/libbdplus/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libbdplus/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsR31053/rpms/libbdplus/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module libbdplus
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: libbdplus
# $Id: Makefile,v 1.1 2014/01/11 11:33:56 kwizart Exp $
NAME := libbdplus
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, 11 months
rpms/libbdplus Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libbdplus
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsR31053/rpms/libbdplus
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module libbdplus
--- NEW FILE Makefile ---
# Top level Makefile for module libbdplus
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, 11 months
rpms/libbdplus/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libbdplus/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsR31053/rpms/libbdplus/devel
Log Message:
Directory /cvs/free/rpms/libbdplus/devel added to the repository
10 years, 11 months