Author: thl
Update of /cvs/free/rpms/vdr-mp3/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21583
Modified Files:
.cvsignore sources
Added Files:
vdr-mp3-0.10.1-no-debug.patch vdr-mp3-mediasources.sh
vdr-mp3-mp3.conf vdr-mp3-mplayer-minimal.sh
vdr-mp3-mplayer.conf vdr-mp3-mplayer.sh-0.8.7-defaults.patch
vdr-mp3-mplayer.sh-0.8.7-lircrc.patch
vdr-mp3-mplayer.sh-framedrop.patch
vdr-mp3-mplayer.sh-identify.patch vdr-mp3.spec
Log Message:
initial import from livna
vdr-mp3-0.10.1-no-debug.patch:
--- NEW FILE vdr-mp3-0.10.1-no-debug.patch ---
diff -up mp3-0.10.1/config.h~ mp3-0.10.1/config.h
--- mp3-0.10.1/config.h~ 2005-11-26 14:37:14.000000000 +0200
+++ mp3-0.10.1/config.h 2008-03-16 13:28:37.000000000 +0200
@@ -32,8 +32,8 @@
// Uncomment to enable generic debugging messages to the console. This may slow
// down operation in some cases.
-#define DEBUG
-//#define NO_DEBUG
+//#define DEBUG
+#define NO_DEBUG
// Defines the filename extention to use for playlist files.
#define PLAYLISTEXT ".m3u"
--- NEW FILE vdr-mp3-mediasources.sh ---
#!/bin/sh
#
http://www.pathname.com/fhs/pub/fhs-2.3.html#MEDIAMOUNTPOINT
for file in /media/* ; do
if [ -d "$file" ] ; then
type="`basename $file`"
if [ "$type" = cdrom ] ; then
echo "$file;CD-ROM;1"
elif [ "$type" = cdrecorder ] ; then
echo "$file;CD Writer;1"
elif [ "$type" = zip ] ; then
echo "$file;Zip Drive;1"
fi
fi
done
--- NEW FILE vdr-mp3-mp3.conf ---
# Configuration snippet for vdr-mp3 -*- sh -*-
#
# Add command line options to pass to the mp3 plugin to PLUGIN_OPTIONS.
# See /usr/share/doc/vdr-mp3-*/README for info about available options.
PLUGIN_OPTIONS="-C /var/cache/vdr/mp3"
--- NEW FILE vdr-mp3-mplayer-minimal.sh ---
#!/bin/sh
#
# Minimal script for launching MPlayer from VDR.
#
# Expectations:
# - mplayer is found in $PATH
# - everything is configured properly in mplayer's config files
file="$1"
opts=
case "$file" in
*.pls|*.m3u) opts="$opts -playlist" ;;
esac
while shift ; do
case "$1" in
SLAVE) opts="$opts -slave -quiet -nolirc" ;;
AID) opts="$opts -aid $2" ; shift ;;
esac
done
exec mplayer $opts "$file"
--- NEW FILE vdr-mp3-mplayer.conf ---
# Configuration snippet for vdr-mplayer -*- sh -*-
#
# Add command line options to pass to the mplayer plugin to PLUGIN_OPTIONS.
# See /usr/share/doc/vdr-mplayer-*/README for info about available options.
#
# In particular, you may want to change the script used to launch mplayer.
# The vdr-mplayer package ships two scripts of them; mplayer.sh (the
# default one) is a full featured one including support for playing DVD's,
# and mplayer-minimal.sh is a bare minimum one that you may want to use if
# you don't like the things done by the full one (scaling etc). Set
# "-M mplayer-minimal.sh" to use the minimal one.
PLUGIN_OPTIONS="-R /var/lib/vdr"
vdr-mp3-mplayer.sh-0.8.7-defaults.patch:
--- NEW FILE vdr-mp3-mplayer.sh-0.8.7-defaults.patch ---
diff -up m/mplayer.sh.conf.orig m/mplayer.sh.conf
--- m/mplayer.sh.conf.orig 2007-02-11 17:38:06.000000000 +0200
+++ m/mplayer.sh.conf 2008-03-16 13:46:04.000000000 +0200
@@ -1,4 +1,4 @@
-# Config File for mplayer.sh ...
+# Config File for mplayer.sh ... -*- sh -*-
#
# $Id: mplayer.sh.conf,v 1.24.2.3 2007/02/11 15:19:35 juri Exp $
#
@@ -23,7 +23,9 @@ VOP="lavc=5000"
# If the DVB card with the MPEG decoder is not the first device as seen
# by the drivers/VDR, then you have to specify which card it actually is.
# Do so with 'mpegpes:card=X', where X is the card number (see also AO)
+# More info:
http://www.mplayerhq.hu/DOCS/HTML/en/mpeg_decoders.html
#VO="dxr3"
+#VO="dxr3:prebuf"
#VO="dfbmga"
#VO="mpegpes:card=1"
VO="mpegpes"
@@ -67,9 +69,8 @@ USEAC3="false"
# how to play AC3 audio?
# for AC3 via sound card (ALSA driver):
-AC3AOUT="-ao alsa9 -ac hwac3"
-# for AC3 via DVB (doesn't need AC3overDVB patch);
-# needs MPlayer 0.90 final, or newer:
+AC3AOUT="-ao alsa -ac hwac3"
+# for AC3 via DVB (doesn't need AC3overDVB patch):
#AC3AOUT="-ac hwac3"
# what aspect ratio has your TV set?
@@ -81,17 +82,10 @@ TV_ASPECT="4/3"
# *** Optional Setting *** Simply Remove them if they do not fit your needs...
# ***
-# What detelecinig filter should we use to play NTSC material as PAL?
+# What detelecining filter should we use to play NTSC material as PAL?
# This is only used if you have set NTSC to false and PAL to true.
-# If you use MPlayer versions 1.0 or higher I recommend to use the
-# following setting "ivtc=1", but this is not supported by MPlayer 0.9x
-#DETC_FILTER="ivtc=1"
-DETC_FILTER="detc=dr=2:am=1"
-
-# What version of MPlayer do you have?
-# if you have 0.9x then choose 'false'
-# if you have 1.0(pre) then choose 'true'
-MPLAYER_V1="true"
+DETC_FILTER="ivtc=1"
+#DETC_FILTER="detc=dr=2:am=1"
# Cache Option for MPlayer
CACHE="4096"
@@ -115,10 +109,10 @@ LIRCRC="/video/.lircrc"
DVDFiles="/video/plugins/DVD-VCD"
# What is your DVD-ROM device ?
-DVD="/dev/hdc"
+DVD="/dev/dvd"
# What languages do your DVD's use ?
-DVDLANG="de"
+DVDLANG="en"
# extra DVD options
#DVDOPTIONS="-af volume=+10"
diff -up m/mplayer.sh.orig m/mplayer.sh
--- m/mplayer.sh.orig 2007-02-11 17:34:07.000000000 +0200
+++ m/mplayer.sh 2008-03-16 13:33:07.000000000 +0200
@@ -253,13 +253,6 @@ function initialize () {
SUFFIX=$(echo -e "${FILE:$[${#FILE}-4]:4}" | tr [A-Z] [a-z])
debugvar SUFFIX $SUFFIX
- if test -z "$MPLAYER_V1"; then
- echolog "*** MPLAYER_V1 not set! Setting it to 'false'."
- echolog "*** If you cannot play cue-files, then set it to
'true'."
- MPLAYER_V1="false"
- fi
- debugvar MPLAYER_V1 "$MPLAYER_V1"
-
return;
}
@@ -518,12 +511,7 @@ if test \( "$FILE" == "$DVDFiles/DVD" -o
fi
unset FILE
elif test "${SUFFIX}" == ".cue"; then
- if $MPLAYER_V1; then
- CMDLINE="$MPLAYER -vo $VO $AOUT $FDSTR $CACHESTR $REMOTE $USERDEF
cue://$FILE:2"
- unset FILE
- else
- CMDLINE="$MPLAYER -vo $VO $AOUT $FDSTR $CACHESTR $REMOTE $USERDEF -vcd 2
-cuefile"
- fi
+ CMDLINE="$MPLAYER -vo $VO $AOUT $FDSTR $CACHESTR $REMOTE $USERDEF
cue://$FILE:2"
else
# Try to determine the video attributes
if $DEBUG; then echolog "*** DEBUG: Calling getvidxy function to analyze source
video stream ..."; fi
vdr-mp3-mplayer.sh-0.8.7-lircrc.patch:
--- NEW FILE vdr-mp3-mplayer.sh-0.8.7-lircrc.patch ---
--- mplayer.sh.conf~ 2007-02-11 17:38:06.000000000 +0200
+++ mplayer.sh.conf 2007-02-25 13:31:21.000000000 +0200
@@ -100,7 +100,11 @@
FRAMEDROP="true"
# Lirc RC File
-LIRCRC="/video/.lircrc"
+if ldd "$MPLAYER" 2>/dev/null | grep liblirc_client >/dev/null
2>&1 ; then
+ LIRCRC="/etc/vdr/lircrc"
+else
+ LIRCRC=""
+fi
# do we have a slow CPU?
# if so, reduce the Y resolution to the half of the possible maximum:
vdr-mp3-mplayer.sh-framedrop.patch:
--- NEW FILE vdr-mp3-mplayer.sh-framedrop.patch ---
--- mplayer.sh~ 2004-11-06 23:00:00.000000000 +0200
+++ mplayer.sh 2004-12-24 11:58:18.949657706 +0200
@@ -189,7 +189,7 @@
if test -z "$FRAMEDROP" -o "$FRAMEDROP" != "true"; then
FRAMEDROP=false; fi
debugvar FRAMEDROP "$FRAMEDROP"
- if $FRAMEDROP; then FDSTR="-framedrop"; fi
+ if $FRAMEDROP; then FDSTR="-framedrop"; else FDSTR="-noframedrop";
fi
debugvar FDSTR "$FDSTR"
declare LIRCSTR="" # no extra Lirc option!
vdr-mp3-mplayer.sh-identify.patch:
--- NEW FILE vdr-mp3-mplayer.sh-identify.patch ---
--- mplayer.sh.orig 2004-11-06 23:00:00.000000000 +0200
+++ mplayer.sh 2005-07-18 20:53:04.000000000 +0300
@@ -268,7 +268,7 @@
local TEMP1 MPLAYER_RETURN
ORIG_X=0; ORIG_Y=0
- TEMP1=`$MPLAYER -identify -vo null -ao null -frames 0 "$FILE" 2>/dev/null
| grep -i -e "^ID_"`
+ TEMP1=`$MPLAYER -identify -vo null -nosound -frames 0 -cache-min 0 -nolirc -nojoystick
"$FILE" 2>/dev/null | grep -i -e "^ID_"`
MPLAYER_RETURN=$?
debugmsg "OutputFromMPLAYER:" "$TEMP1"
debugmsg "MPLAYER_RETURN: " "$MPLAYER_RETURN"
--- NEW FILE vdr-mp3.spec ---
# TODO:
# - mplayer.sh:
# - patch to allow playing audio files (currently insists to find video)
# - audio CD support?
%define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR)
%define configdir %(vdr-config --configdir 2>/dev/null || echo ERROR)
%define videodir %(vdr-config --videodir 2>/dev/null || echo ERROR)
%define audiodir %(vdr-config --audiodir 2>/dev/null || echo ERROR)
%define datadir %(vdr-config --datadir 2>/dev/null || echo ERROR)
%define cachedir %(vdr-config --cachedir 2>/dev/null || echo ERROR)
%define vardir %(vdr-config --vardir 2>/dev/null || echo ERROR)
%define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR)
%define vdr_user %(vdr-config --user 2>/dev/null || echo ERROR)
Name: vdr-mp3
Version: 0.10.1
Release: 4%{?dist}
Summary: Sound playback plugin for VDR
Group: Applications/Multimedia
License: GPLv2+
URL:
http://www.muempf.de/
Source0:
http://www.muempf.de/down/%{name}-%{version}.tar.gz
Source1:
http://batleth.sapienti-sat.org/projects/VDR/versions/mplayer.sh-0.8.7.ta...
Source2: %{name}-mediasources.sh
Source3: %{name}-mp3.conf
Source4: %{name}-mplayer.conf
Source5: %{name}-mplayer-minimal.sh
Patch0: %{name}-mplayer.sh-0.8.7-lircrc.patch
Patch1: %{name}-mplayer.sh-framedrop.patch
Patch2: %{name}-mplayer.sh-identify.patch
Patch3: %{name}-mplayer.sh-0.8.7-defaults.patch
Patch4: %{name}-0.10.1-no-debug.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: vdr-devel >= 1.4.0
BuildRequires: libsndfile-devel >= 1.0.0
BuildRequires: libvorbis-devel
BuildRequires: %{__perl}
BuildRequires: libmad-devel
BuildRequires: libid3tag-devel
Requires: vdr(abi) = %{apiver}
Requires: netpbm-progs
Requires: mjpegtools >= 1.8.0
Requires: file
%description
The MP3 plugin adds audio playback capability to VDR. Supported audio
formats are those supported by libmad, libsndfile and libvorbis.
%package -n vdr-mplayer
Summary: MPlayer plugin for VDR
Group: Applications/Multimedia
BuildRequires: %{__perl}
Requires: vdr(abi) = %{apiver}
Requires: mplayer >= 1.0-0.lvn.0.19.pre7
%description -n vdr-mplayer
The MPlayer plugin adds the ability to call MPlayer from within VDR,
allowing to replay all video formats supported by MPlayer over VDR's
primary output device.
%prep
%setup -q -n mp3-%{version} -a 1
%patch0
%patch1
%patch2
%patch3 -p1
%patch4 -p1
%{__perl} -pi -e \
's|CFGFIL=.*|CFGFIL="%{configdir}/plugins/mplayer.sh.conf"|' \
mplayer.sh
%{__perl} -pi -e \
's|"/var/cache/images/mp3"|"%{cachedir}/mp3/images"|' \
data-mp3.c README
%{__perl} -pi -e \
's|"/video/plugins/DVD-VCD"|"%{datadir}/DVD-VCD"| ;
s|^MPLAYER=.*|MPLAYER="%{_bindir}/mplayer"|' \
mplayer.sh.conf
for f in HISTORY MANUAL README ; do
iconv -f iso-8859-1 -t utf-8 $f > $f.utf-8 ; mv $f.utf-8 $f
done
sed -e 's|/var/lib/vdr|%{vardir}|' %{SOURCE4} > %{name}-mplayer.conf
%build
make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr WITH_OSS_OUTPUT=1 \
libvdr-mp3.so libvdr-mplayer.so
echo "%{audiodir};Local hard drive;0" > mp3sources.conf
echo "%{datadir}/DVD-VCD;DVD or VCD;0" > mplayersources.conf
%install
rm -rf $RPM_BUILD_ROOT
# Common dirs
install -dm 755 $RPM_BUILD_ROOT%{plugindir}
install -dm 755 $RPM_BUILD_ROOT%{configdir}/plugins
install -dm 755 $RPM_BUILD_ROOT%{plugindir}/bin
install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d
# Common files
install -pm 755 %{SOURCE2} $RPM_BUILD_ROOT%{plugindir}/bin/mediasources.sh
install -pm 755 examples/mount.sh.example \
$RPM_BUILD_ROOT%{plugindir}/bin/mount.sh
# MP3 files
install -pm 755 libvdr-mp3.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
install -pm 644 mp3sources.conf $RPM_BUILD_ROOT%{configdir}/plugins
install -pm 755 examples/image_convert.sh.example \
$RPM_BUILD_ROOT%{plugindir}/bin/image_convert.sh
%{__perl} -pe 's|/var/cache/vdr/|%{cachedir}/|' %{SOURCE3} \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/mp3.conf
chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/mp3.conf
install -dm 755 $RPM_BUILD_ROOT%{cachedir}/mp3/images
i=$RPM_BUILD_ROOT%{cachedir}/mp3/id3info.cache ; > $i ; chmod 644 $i
# MPlayer files
install -pm 755 libvdr-mplayer.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
install -dm 755 $RPM_BUILD_ROOT%{datadir}/DVD-VCD
touch $RPM_BUILD_ROOT%{datadir}/DVD-VCD/{DVD,VCD}
chmod 644 $RPM_BUILD_ROOT%{datadir}/DVD-VCD/*
install -pm 644 mplayersources.conf mplayer.sh.conf \
$RPM_BUILD_ROOT%{configdir}/plugins
install -pm 755 mplayer.sh $RPM_BUILD_ROOT%{plugindir}/bin/mplayer.sh
install -pm 755 %{SOURCE5} $RPM_BUILD_ROOT%{plugindir}/bin/mplayer-minimal.sh
install -pm 644 %{name}-mplayer.conf \
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/mplayer.conf
install -dm 755 $RPM_BUILD_ROOT%{vardir}
i=$RPM_BUILD_ROOT%{vardir}/global.mplayer.resume ; > $i ; chmod 644 $i
%clean
rm -rf $RPM_BUILD_ROOT
%post
if [ $1 -eq 1 ] ; then
%{plugindir}/bin/mediasources.sh \
> %{configdir}/plugins/mp3sources.conf || :
else
if ! grep %{audiodir} %{configdir}/plugins/mp3sources.conf &>/dev/null ; then
echo "%{audiodir}" >> %{configdir}/plugins/mp3sources.conf || :
fi
r=global.mplayer.resume
if [ -f %{videodir}/$r -a ! -f %{vardir}/$r ] ; then
mv %{videodir}/$r %{vardir}/$r
fi
fi
%post -n vdr-mplayer
if [ $1 -eq 1 ] ; then
%{plugindir}/bin/mediasources.sh \
> %{configdir}/plugins/mplayersources.conf || :
fi
%files
%defattr(-,root,root,-)
%doc COPYING HISTORY MANUAL README examples/mount.sh.example
%doc examples/mp3sources.conf.example examples/network.sh.example
%config(noreplace) %{configdir}/plugins/mp3sources.conf
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/mp3.conf
%{plugindir}/libvdr-mp3.so.%{apiver}
%{plugindir}/bin/image_convert.sh
%{plugindir}/bin/mediasources.sh
%{plugindir}/bin/mount.sh
%defattr(-,%{vdr_user},root,-)
%dir %{cachedir}/mp3/
%dir %{cachedir}/mp3/images/
%ghost %{cachedir}/mp3/id3info.cache
%files -n vdr-mplayer
%defattr(-,root,root,-)
%doc COPYING HISTORY MANUAL README examples/mplayer.sh.example
%doc examples/mount.sh.example
%config(noreplace) %{configdir}/plugins/mplayer*.conf
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/mplayer.conf
%{plugindir}/libvdr-mplayer.so.%{apiver}
%{plugindir}/bin/mediasources.sh
%{plugindir}/bin/mount.sh
%{plugindir}/bin/mplayer*.sh
%{datadir}/DVD-VCD/
%defattr(-,%{vdr_user},root,-)
%ghost %{vardir}/global.mplayer.resume
%changelog
* Mon Aug 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.10.1-4
- rebuild
* Tue Apr 8 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.10.1-3
- Rebuild for VDR 1.6.0.
* Sun Mar 16 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.10.1-2
- Suppress console debug messages.
- Add dxr3:prebuf example to mplayer.sh.conf.
* Mon Aug 27 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.10.1-1
- 0.10.1.
* Wed Aug 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.10.0-2
- License: GPLv2+
* Sun Jun 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.10.0-1
- 0.10.0.
- Fix path to mplayer in mplayer.sh.conf (full path needed after all).
* Sun Feb 25 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-5
- Apply upstream patch to check availability of last dir before accessing it.
- Update mplayer.sh to 0.8.7.
* Sun Jan 7 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-4
- Rebuild for VDR 1.4.5.
* Sat Nov 4 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-3
- Rebuild for VDR 1.4.4.
* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.9.15-2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
* Sat Sep 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-1
- 0.9.15, build for VDR 1.4.3.
* Sun Aug 6 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-0.6.pre14
- Rebuild for VDR 1.4.1-3.
* Sun Jul 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-0.5.pre14
- 0.9.15pre14 + Rolf Ahrenberg's Finnish patch.
- Plugin C(XX)FLAGS and zlib patches applied upstream.
- Re-enable MP3 plugin; it supposedly works just fine in most setups
(still not in my vdr-dxr3 one though).
* Mon Jul 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-0.5.pre10
- Patch to get plugin C(XX)FLAGS properly applied from Make.config.
* Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-0.4.pre10
- Include accidentally dropped mplayer.sh.conf.
* Sun Jun 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-0.3.pre10
- Rebuild for VDR 1.4.1.
* Sun Apr 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-0.2.pre10
- 0.9.15pre10, build for VDR 1.4.0.
- Move -mplayer global resume file to /var/lib/vdr.
* Sun Apr 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-0.2.pre6
- Require versioned vdr(abi) also in -mplayer.
* Mon Apr 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.15-0.1.pre6
- 0.9.15pre6, i18n fix applied upstream.
- Rebuild/adjust for VDR 1.3.47, require versioned vdr(abi).
- Trim pre-RLO %%changelog entries.
* Sun Mar 26 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.14-8
- Rebuild for VDR 1.3.45.
- Disable mp3 plugin, it doesn't work properly with NPTL (#844).
* Sat Mar 18 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.14-7
- Get rid of superfluous direct dependency on zlib (#813).
* Sat Mar 18 2006 Thorsten Leemhuis <fedora at leemhuis.info> - 0.9.14-6
- drop 0.lvn from release
* Wed Mar 1 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.14-0.lvn.6
- Rebuild for VDR 1.3.44.
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist
* Sun Feb 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.14-0.lvn.5
- Rebuild for VDR 1.3.43.
* Sun Feb 5 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.14-0.lvn.4
- Rebuild for VDR 1.3.42.
* Sun Jan 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.14-0.lvn.3
- Fix button translations with VDR >= 1.3.38.
- Add mplayer-minimal.sh, an alternative MPlayer launcher script.
- Rebuild for VDR 1.3.40.
* Sun Jan 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.14-0.lvn.2
- Rebuild for VDR 1.3.39.
* Sun Jan 8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.14-0.lvn.1
- 0.9.14.
- Patch to fix build with gcc 4.1.
- Rebuild for VDR 1.3.38.
* Mon Nov 28 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.10
- Rebuild for VDR 1.3.37.
* Sun Nov 6 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.9
- Rebuild for VDR 1.3.36.
* Tue Nov 1 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.8
- Rebuild for VDR 1.3.35.
* Mon Oct 3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.7
- Rebuild for VDR 1.3.34.
* Sun Sep 25 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.6
- Rebuild for VDR 1.3.33.
* Sun Sep 11 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.5
- Rebuild for VDR 1.3.32.
* Sun Aug 28 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.4
- Rebuild for VDR 1.3.31.
* Sun Aug 21 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.3
- Rebuild for VDR 1.3.30.
- Add audiodir to mp3sources.conf.
* Tue Aug 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.2
- Try to avoid build system problems by not using %%expand with vdr-config.
* Sat Aug 13 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.13-1.lvn.1
- Improve descriptions, convert docs to UTF-8.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-mp3/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:56:28 -0000 1.1
+++ .cvsignore 4 Aug 2008 18:46:44 -0000 1.2
@@ -0,0 +1,2 @@
+mplayer.sh-0.8.7.tar.gz
+vdr-mp3-0.10.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-mp3/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:56:28 -0000 1.1
+++ sources 4 Aug 2008 18:46:44 -0000 1.2
@@ -0,0 +1,2 @@
+cc2e48d4787b7ee739a0a8bb5b8c9fb2 mplayer.sh-0.8.7.tar.gz
+ca43583a7ccc9491bf24362dd6bebf4b vdr-mp3-0.10.1.tar.gz