rpms/rpmfusion-free-remix-kickstarts/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvso24572/rpms/rpmfusion-free-remix-kickstarts/devel
Log Message:
Directory /cvs/free/rpms/rpmfusion-free-remix-kickstarts/devel added to the repository
15 years, 6 months
rpms/rpmfusion-free-remix-kickstarts - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvso24572/rpms/rpmfusion-free-remix-kickstarts
Log Message:
Directory /cvs/free/rpms/rpmfusion-free-remix-kickstarts added to the repository
15 years, 6 months
rpms/xmms-wma/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE sources, 1.2, NONE xmms-wma-1.0.5-build.patch, 1.2, NONE xmms-wma-ffmpeg.patch, 1.1, NONE xmms-wma-warnings.patch, 1.1, NONE xmms-wma.spec, 1.5, NONE
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/xmms-wma/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8434
Added Files:
dead.package
Removed Files:
Makefile sources xmms-wma-1.0.5-build.patch
xmms-wma-ffmpeg.patch xmms-wma-warnings.patch xmms-wma.spec
Log Message:
orphaned in favor of xmms-mplayer
--- NEW FILE dead.package ---
orphaned in favor of xmms-mplayer
--- Makefile DELETED ---
--- sources DELETED ---
--- xmms-wma-1.0.5-build.patch DELETED ---
--- xmms-wma-ffmpeg.patch DELETED ---
--- xmms-wma-warnings.patch DELETED ---
--- xmms-wma.spec DELETED ---
15 years, 6 months
rpms/xmms-mplayer/F-9 xmms-mplayer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/xmms-mplayer/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7280/F-9
Modified Files:
.cvsignore sources
Added Files:
xmms-mplayer.spec
Log Message:
* Thu May 21 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-2
- Use "install -p".
- Add [ -s NEWS ] && exit 1
* Thu Apr 02 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-1
- Initial build.
--- NEW FILE xmms-mplayer.spec ---
Name: xmms-mplayer
Summary: MPlayer plugin for XMMS
Version: 0.5
Release: 2%{?dist}
License: GPL+
Group: Applications/Multimedia
URL: http://xmmsmplayer.sourceforge.net
Source: http://downloads.sourceforge.net/xmmsmplayer/xmmsmplayer-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
BuildRequires: xmms-devel
Requires: mplayer
Requires: xmms
%description
Xmms-MPlayer is an input plugin for XMMS that allows you to play all audio and
video files in XMMS. Thus, allowing you to use XMMS as a playlist frontend for
MPlayer. This project aims at merely being a connecting link between XMMS and
MPlayer. It does not intend to get involved into any processing of video files,
all that is left to MPlayer.
%prep
%setup -q -n xmmsmplayer-%{version}
# To compile the shared version of the library:
sed -i 's|XMMS_LIBS=\(.*\)|XMMS_LIBS="-L%{_libdir} \1"|' aclocal.m4
cat /dev/null > acinclude.m4
aclocal
autoconf
libtoolize --force
# Check if there's anything new:
[ -s NEWS ] && exit 1
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
# Kill .la files
rm -f %{buildroot}%{_libdir}/xmms/Input/*.la
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/xmms/Input/libxmmsmplayer.*
%changelog
* Thu May 21 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-2
- Use "install -p".
- Add [ -s NEWS ] && exit 1
* Thu Apr 02 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-1
- Initial build.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xmms-mplayer/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 21 May 2009 17:54:46 -0000 1.1
+++ .cvsignore 21 May 2009 19:14:45 -0000 1.2
@@ -0,0 +1 @@
+xmmsmplayer-0.5.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmms-mplayer/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 21 May 2009 17:54:46 -0000 1.1
+++ sources 21 May 2009 19:14:45 -0000 1.2
@@ -0,0 +1 @@
+10adb012bd741af84b891958504866db xmmsmplayer-0.5.tar.gz
15 years, 6 months
rpms/xmms-mplayer/F-10 xmms-mplayer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/xmms-mplayer/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6957/F-10
Modified Files:
.cvsignore sources
Added Files:
xmms-mplayer.spec
Log Message:
* Thu May 21 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-2
- Use "install -p".
- Add [ -s NEWS ] && exit 1
* Thu Apr 02 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-1
- Initial build.
--- NEW FILE xmms-mplayer.spec ---
Name: xmms-mplayer
Summary: MPlayer plugin for XMMS
Version: 0.5
Release: 2%{?dist}
License: GPL+
Group: Applications/Multimedia
URL: http://xmmsmplayer.sourceforge.net
Source: http://downloads.sourceforge.net/xmmsmplayer/xmmsmplayer-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
BuildRequires: xmms-devel
Requires: mplayer
Requires: xmms
%description
Xmms-MPlayer is an input plugin for XMMS that allows you to play all audio and
video files in XMMS. Thus, allowing you to use XMMS as a playlist frontend for
MPlayer. This project aims at merely being a connecting link between XMMS and
MPlayer. It does not intend to get involved into any processing of video files,
all that is left to MPlayer.
%prep
%setup -q -n xmmsmplayer-%{version}
# To compile the shared version of the library:
sed -i 's|XMMS_LIBS=\(.*\)|XMMS_LIBS="-L%{_libdir} \1"|' aclocal.m4
cat /dev/null > acinclude.m4
aclocal
autoconf
libtoolize --force
# Check if there's anything new:
[ -s NEWS ] && exit 1
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
# Kill .la files
rm -f %{buildroot}%{_libdir}/xmms/Input/*.la
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/xmms/Input/libxmmsmplayer.*
%changelog
* Thu May 21 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-2
- Use "install -p".
- Add [ -s NEWS ] && exit 1
* Thu Apr 02 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-1
- Initial build.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xmms-mplayer/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 21 May 2009 17:54:46 -0000 1.1
+++ .cvsignore 21 May 2009 19:11:39 -0000 1.2
@@ -0,0 +1 @@
+xmmsmplayer-0.5.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmms-mplayer/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 21 May 2009 17:54:46 -0000 1.1
+++ sources 21 May 2009 19:11:39 -0000 1.2
@@ -0,0 +1 @@
+10adb012bd741af84b891958504866db xmmsmplayer-0.5.tar.gz
15 years, 6 months
rpms/xmms-mplayer/devel xmms-mplayer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/xmms-mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6360/devel
Modified Files:
.cvsignore sources
Added Files:
xmms-mplayer.spec
Log Message:
* Thu May 21 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-2
- Use "install -p".
- Add [ -s NEWS ] && exit 1
* Thu Apr 02 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-1
- Initial build.
--- NEW FILE xmms-mplayer.spec ---
Name: xmms-mplayer
Summary: MPlayer plugin for XMMS
Version: 0.5
Release: 2%{?dist}
License: GPL+
Group: Applications/Multimedia
URL: http://xmmsmplayer.sourceforge.net
Source: http://downloads.sourceforge.net/xmmsmplayer/xmmsmplayer-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
BuildRequires: xmms-devel
Requires: mplayer
Requires: xmms
%description
Xmms-MPlayer is an input plugin for XMMS that allows you to play all audio and
video files in XMMS. Thus, allowing you to use XMMS as a playlist frontend for
MPlayer. This project aims at merely being a connecting link between XMMS and
MPlayer. It does not intend to get involved into any processing of video files,
all that is left to MPlayer.
%prep
%setup -q -n xmmsmplayer-%{version}
# To compile the shared version of the library:
sed -i 's|XMMS_LIBS=\(.*\)|XMMS_LIBS="-L%{_libdir} \1"|' aclocal.m4
cat /dev/null > acinclude.m4
aclocal
autoconf
libtoolize --force
# Check if there's anything new:
[ -s NEWS ] && exit 1
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
# Kill .la files
rm -f %{buildroot}%{_libdir}/xmms/Input/*.la
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_libdir}/xmms/Input/libxmmsmplayer.*
%changelog
* Thu May 21 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-2
- Use "install -p".
- Add [ -s NEWS ] && exit 1
* Thu Apr 02 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.5-1
- Initial build.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xmms-mplayer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 21 May 2009 17:54:46 -0000 1.1
+++ .cvsignore 21 May 2009 19:08:35 -0000 1.2
@@ -0,0 +1 @@
+xmmsmplayer-0.5.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmms-mplayer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 21 May 2009 17:54:46 -0000 1.1
+++ sources 21 May 2009 19:08:35 -0000 1.2
@@ -0,0 +1 @@
+10adb012bd741af84b891958504866db xmmsmplayer-0.5.tar.gz
15 years, 6 months
rpms/xmms-mplayer Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xmms-mplayer
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsV31793/rpms/xmms-mplayer
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xmms-mplayer
--- NEW FILE Makefile ---
# Top level Makefile for module xmms-mplayer
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 ---
15 years, 6 months
rpms/xmms-mplayer/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xmms-mplayer/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsV31793/rpms/xmms-mplayer/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xmms-mplayer
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: xmms-mplayer
# $Id: Makefile,v 1.1 2009/05/21 17:54:46 thl Exp $
NAME := xmms-mplayer
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 ---
15 years, 6 months
rpms/xmms-mplayer/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xmms-mplayer/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsV31793/rpms/xmms-mplayer/devel
Log Message:
Directory /cvs/free/rpms/xmms-mplayer/devel added to the repository
15 years, 6 months
rpms/xmms-mplayer - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xmms-mplayer
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsV31793/rpms/xmms-mplayer
Log Message:
Directory /cvs/free/rpms/xmms-mplayer added to the repository
15 years, 6 months