rpms/libopenshot-audio Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libopenshot-audio
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsM29019/rpms/libopenshot-audio
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module libopenshot-audio
--- NEW FILE Makefile ---
# Top level Makefile for module libopenshot-audio
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, 2 months
rpms/libopenshot-audio - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libopenshot-audio
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsM29019/rpms/libopenshot-audio
Log Message:
Directory /cvs/free/rpms/libopenshot-audio added to the repository
10 years, 2 months
rpms/x265 Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/x265
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsE28680/rpms/x265
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module x265
--- NEW FILE Makefile ---
# Top level Makefile for module x265
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, 2 months
rpms/x265/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/x265/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsE28680/rpms/x265/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module x265
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: x265
# $Id: Makefile,v 1.1 2014/09/03 21:29:50 kwizart Exp $
NAME := x265
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, 2 months
rpms/x265/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/x265/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsE28680/rpms/x265/devel
Log Message:
Directory /cvs/free/rpms/x265/devel added to the repository
10 years, 2 months
rpms/x265 - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/x265
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsE28680/rpms/x265
Log Message:
Directory /cvs/free/rpms/x265 added to the repository
10 years, 2 months
rpms/mpv/devel .cvsignore, 1.11, 1.12 mpv-config.patch, 1.3, 1.4 mpv.spec, 1.28, 1.29 sources, 1.11, 1.12
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4230
Modified Files:
.cvsignore mpv-config.patch mpv.spec sources
Log Message:
* Wed Sep 03 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.5.1-1
- New version 0.5.1
- Add BR ncurses-devel (#3233)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 8 Jul 2014 13:19:15 -0000 1.11
+++ .cvsignore 3 Sep 2014 13:35:10 -0000 1.12
@@ -1 +1 @@
-v0.4.0.tar.gz
+v0.5.1.tar.gz
mpv-config.patch:
example.conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Index: mpv-config.patch
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv-config.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpv-config.patch 11 Nov 2013 12:38:34 -0000 1.3
+++ mpv-config.patch 3 Sep 2014 13:35:11 -0000 1.4
@@ -1,5 +1,5 @@
diff --git a/etc/example.conf b/etc/example.conf
-index 7084ab4..abcb4b8 100644
+index cf9089f..8bb9b7b 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -1,7 +1,7 @@
@@ -7,8 +7,8 @@
# mpv configuration file
#
-# Configuration files are read system-wide from /usr/local/etc/mpv.conf
-+# Configuration files are read system-wide from /etc/mpv/mpv.conf
- # and per-user from ~/.mpv/config, where per-user settings override
++# Configuration files are read system-wide from /etc/mpv.conf
+ # and per-user from ~/.config/mpv/mpv.conf, where per-user settings override
# system-wide settings, all of which are overridden by the command line.
#
@@ -28,6 +28,7 @@
@@ -19,7 +19,7 @@
# Start in fullscreen mode by default.
#fs=yes
-@@ -51,6 +52,7 @@
+@@ -50,6 +51,7 @@
# Specify default audio driver (see --ao=help for a list).
#ao=alsa
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mpv.spec 7 Aug 2014 01:44:20 -0000 1.28
+++ mpv.spec 3 Sep 2014 13:35:11 -0000 1.29
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.4.0
-Release: 2%{?dist}
+Version: 0.5.1
+Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -35,6 +35,7 @@
BuildRequires: libxkbcommon-devel
BuildRequires: lirc-devel
BuildRequires: lua-devel
+BuildRequires: ncurses-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: python-docutils
BuildRequires: waf
@@ -111,6 +112,10 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Wed Sep 03 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.5.1-1
+- New version 0.5.1
+- Add BR ncurses-devel (#3233)
+
* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 0.4.0-2
- Rebuilt for ffmpeg-2.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 8 Jul 2014 13:19:15 -0000 1.11
+++ sources 3 Sep 2014 13:35:11 -0000 1.12
@@ -1 +1 @@
-6b1ec7e8e3a2bcb5af68d62cea4577ba v0.4.0.tar.gz
+c6d0efd6e89660857f06103c30fb682e v0.5.1.tar.gz
10 years, 2 months
rpms/vdr-markad/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdr-markad.spec, 1.2, 1.3
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-markad/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9020/devel
Modified Files:
.cvsignore sources vdr-markad.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 8 May 2014 18:28:14 -0000 1.2
+++ .cvsignore 2 Sep 2014 18:17:44 -0000 1.3
@@ -1 +1 @@
-vdr-plugin-markad-3c99d4782fa62a1e24aabb510ce6230dc00a5b31.tar.bz2
+vdr-plugin-markad-c55f43f413dff8740f99d684e8879835d4409920.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 8 May 2014 18:28:14 -0000 1.2
+++ sources 2 Sep 2014 18:17:44 -0000 1.3
@@ -1 +1 @@
-9dd847068922e5b0beae8c5804b6c345 vdr-plugin-markad-3c99d4782fa62a1e24aabb510ce6230dc00a5b31.tar.bz2
+7c9b53c5a8f565c11504444add2d5609 vdr-plugin-markad-c55f43f413dff8740f99d684e8879835d4409920.tar.bz2
Index: vdr-markad.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/devel/vdr-markad.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-markad.spec 7 Aug 2014 01:45:24 -0000 1.2
+++ vdr-markad.spec 2 Sep 2014 18:17:44 -0000 1.3
@@ -1,6 +1,6 @@
-%global commit 3c99d4782fa62a1e24aabb510ce6230dc00a5b31
+%global commit c55f43f413dff8740f99d684e8879835d4409920
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20140421
+%global gitdate 20140902
Name: vdr-markad
Version: 0.1.4
@@ -68,8 +68,8 @@
%{vdr_vardir}/markad/
%changelog
-* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 0.1.4-5.20140421git3c99d47
-- Rebuilt for ffmpeg-2.3
+* Tue Sep 02 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-5.20140902gitc55f43f
+- rebuild for new git version
* Fri May 02 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-4.20140421git3c99d47
- removed %%config(noreplace) flag in %%file section for logo dir
10 years, 2 months
rpms/vdr-markad/F-20 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdr-markad.spec, 1.1, 1.2
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-markad/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8853/F-20
Modified Files:
.cvsignore sources vdr-markad.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/F-20/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 8 May 2014 18:22:54 -0000 1.2
+++ .cvsignore 2 Sep 2014 18:17:24 -0000 1.3
@@ -1 +1 @@
-vdr-plugin-markad-3c99d4782fa62a1e24aabb510ce6230dc00a5b31.tar.bz2
+vdr-plugin-markad-c55f43f413dff8740f99d684e8879835d4409920.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/F-20/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 8 May 2014 18:22:54 -0000 1.2
+++ sources 2 Sep 2014 18:17:24 -0000 1.3
@@ -1 +1 @@
-9dd847068922e5b0beae8c5804b6c345 vdr-plugin-markad-3c99d4782fa62a1e24aabb510ce6230dc00a5b31.tar.bz2
+7c9b53c5a8f565c11504444add2d5609 vdr-plugin-markad-c55f43f413dff8740f99d684e8879835d4409920.tar.bz2
Index: vdr-markad.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/F-20/vdr-markad.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-markad.spec 8 May 2014 18:22:54 -0000 1.1
+++ vdr-markad.spec 2 Sep 2014 18:17:24 -0000 1.2
@@ -1,10 +1,10 @@
-%global commit 3c99d4782fa62a1e24aabb510ce6230dc00a5b31
+%global commit c55f43f413dff8740f99d684e8879835d4409920
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20140421
+%global gitdate 20140902
Name: vdr-markad
Version: 0.1.4
-Release: 4.%{gitdate}git%{shortcommit}%{?dist}
+Release: 5.%{gitdate}git%{shortcommit}%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
# how to get the tarball
@@ -68,6 +68,9 @@
%{vdr_vardir}/markad/
%changelog
+* Tue Sep 02 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-5.20140902gitc55f43f
+- rebuild for new git version
+
* Fri May 02 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-4.20140421git3c99d47
- removed %%config(noreplace) flag in %%file section for logo dir
- added %%{optflags} macro in build section
10 years, 2 months
rpms/moc/F-20 moc.spec,1.5,1.6
by Antonio
Author: sagitter
Update of /cvs/free/rpms/moc/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8059/F-20
Modified Files:
moc.spec
Log Message:
SPEC cleanups.
Index: moc.spec
===================================================================
RCS file: /cvs/free/rpms/moc/F-20/moc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- moc.spec 30 Aug 2014 13:20:40 -0000 1.5
+++ moc.spec 2 Sep 2014 17:52:41 -0000 1.6
@@ -4,7 +4,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+ and GPLv3+
URL: http://www.moc.daper.net
@@ -37,19 +37,12 @@
BuildRequires: libtool
BuildRequires: librcc-devel
BuildRequires: libquvi-devel, popt-devel
-
-%ifnarch armv6hl armv7hl
BuildRequires: ffmpeg-devel
BuildRequires: libmad-devel
-%endif
-
BuildRequires: autoconf, automake
-%ifnarch armv6hl armv7hl
Requires: ffmpeg
-%endif
-
Requires: opus
Requires: libquvi, libquvi-scripts, popt
@@ -67,21 +60,12 @@
## Compilation files built temporary
mv configure.in configure.ac
autoreconf -ivf
-%ifarch armv6hl armv7hl
-%configure --disable-static --disable-silent-rules \
- --disable-rpath --with-rcc \
- --with-oss --with-alsa --with-jack --without-aac --with-mp3 \
- --with-musepack --with-vorbis --with-flac --with-wavpack \
- --with-sndfile --with-modplug --without-ffmpeg --with-speex \
- --with-samplerate --with-curl --disable-debug --without-magic
-%else
%configure --disable-static --disable-silent-rules \
--disable-rpath --with-rcc \
--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
--with-musepack --with-vorbis --with-flac --with-wavpack \
--with-sndfile --with-modplug --with-ffmpeg --with-speex \
--with-samplerate --with-curl --disable-debug --without-magic
-%endif
make %{?_smp_mflags}
%install
@@ -90,14 +74,6 @@
rm -f $RPM_BUILD_ROOT%_libdir/*.la
rm -f $RPM_BUILD_ROOT%_libdir/moc/decoder_plugins/*.la
-%ifarch armv6hl armv7hl
-pushd $RPM_BUILD_ROOT
- for i in `find . -perm /644 -type f \( -name "*.so" -o -name "mocp" \)`; do
- chmod a+x $i
-done
-popd
-%endif
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -111,6 +87,9 @@
%{_libdir}/%{name}/decoder_plugins
%changelog
+* Tue Sep 02 2014 Antonio Trande <sagitter(a)fedoraproject.org> 2.5.0-2
+- Spec cleanups
+
* Sat Aug 30 2014 Antonio Trande <sagitter(a)fedoraproject.org> 2.5.0-1
- Update to release 2.5.0 (Consolidation)
10 years, 2 months