rpms/xine-ui/devel default.ogv, NONE, 1.1 xine-ui-0.99.5-utf8doc.patch, NONE, 1.1 xine-ui.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/xine-ui/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4739/devel
Modified Files:
.cvsignore sources
Added Files:
default.ogv xine-ui-0.99.5-utf8doc.patch xine-ui.spec
Log Message:
Import package from Fedora.
--- NEW FILE default.ogv ---
OggS
11 years, 1 month
rpms/oxine/devel oxine-strptime.patch, NONE, 1.1 oxine.desktop, NONE, 1.1 oxine.png, NONE, 1.1 oxine.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/oxine/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4110/devel
Modified Files:
.cvsignore sources
Added Files:
oxine-strptime.patch oxine.desktop oxine.png oxine.spec
Log Message:
Import package from Fedora.
oxine-strptime.patch:
vdr.c | 2 ++
1 file changed, 2 insertions(+)
--- NEW FILE oxine-strptime.patch ---
--- oxine-0.7.1/src/vdr.c.org 2010-01-22 11:47:11.851715389 +0100
+++ oxine-0.7.1/src/vdr.c 2010-01-22 11:47:40.872682578 +0100
@@ -23,6 +23,8 @@
*/
#include "config.h"
+#define _GNU_SOURCE
+
#include <errno.h>
#include <netdb.h>
#include <stdio.h>
--- NEW FILE oxine.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=oxine
GenericName=OSD Xine
Comment=On Screen Display media application
Exec=oxine
Icon=oxine
Terminal=false
Type=Application
Categories=AudioVideo;
--- NEW FILE oxine.spec ---
Summary: Lightweight, purely OSD based xine frontend
Name: oxine
Version: 0.7.1
Release: 19%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://oxine.sourceforge.net/
Source0: http://downloads.sf.net/oxine/oxine-%{version}.tar.gz
Source1: oxine.desktop
Source2: oxine.png
Patch0: oxine-strptime.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# We need xineplug_decode_image.so for the backgrounds
Requires: xine-lib-extras
BuildRequires: libX11-devel, libXtst-devel, libXinerama-devel
Buildrequires: gettext
BuildRequires: xine-lib-devel >= 1.0.1
BuildRequires: curl-devel
BuildRequires: ImageMagick-devel
BuildRequires: lirc-devel
BuildRequires: mdsplib-devel
BuildRequires: desktop-file-utils
BuildRequires: dbus-glib-devel
BuildRequires: libexif-devel
BuildRequires: libcdio-devel
BuildRequires: gtk2-devel
# The build fails (0.7.0) if cdparanoia isn't found
Buildrequires: cdparanoia, vorbis-tools
%description
oxine is a lightweight gui for the famous xine engine which uses the on screen
display functionality of xine to display its user interface elements like
buttons, lists sliders and so on. Due to this, oxine can easily be ported to
any video output device the xine library provides (e.g. frame buffer, dxr3,...)
and is particularly suitable for appliances like set-top boxes, home
entertainment systems or kiosk systems.
%prep
%setup -q
%patch0 -p1
# Convert file to utf-8 (still as of 0.7.1)
for file in AUTHORS; do
iconv -f iso8859-1 -t utf-8 -o tmp ${file}
touch -r ${file} tmp
mv -f tmp ${file}
done
rm -f tmp
%build
# --without-jsw until we get libjsw packaged, but that won't be very easy
%configure \
--enable-vdr \
--without-jsw
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%find_lang %{name}
# Desktop file
desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications \
%{SOURCE1}
# This is the image we'll use for the desktop icon. Could be improved.
# (based on data/skins/oxinetic/backgrounds/icon-cdrom.png)
install -D -p -m 0644 %{SOURCE2} \
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/oxine.png
%clean
rm -rf %{buildroot}
%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%doc doc/keymapping.pdf doc/README.html
%{_bindir}/oxine
%{_datadir}/applications/oxine.desktop
%{_datadir}/icons/hicolor/64x64/apps/oxine.png
%{_datadir}/oxine/
%changelog
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.1-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sat Mar 30 2013 Kevin Fenzi <kevin(a)scrye.com> - 0.7.1-18
- Rebuild for broken deps in rawhide
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.1-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Jan 07 2013 Adrian Reber <adrian(a)lisas.de> 0.7.1-16
- Rebuild for libcdio-0.90
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.1-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Mar 29 2012 Matthias Saou <matthias(a)saou.eu> 0.7.1-14
- Rebuild for new ImageMagick.
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Sun Nov 20 2011 Adrian Reber <adrian(a)lisas.de> 0.7.1-12
- Rebuild for libcdio-0.83
* Tue Apr 26 2011 Matthias Saou <http://freshrpms.net/> 0.7.1-11
- Rebuild with hal disabled : hal is dead, obsoleted by udev.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Sep 29 2010 jkeating - 0.7.1-9
- Rebuilt for gcc bug 634757
* Fri Sep 24 2010 Dan Horák <dan[at]danny.cz> 0.7.1-8
- drop the BR: eject as it doesn't exist on all platforms, direct ioctl call is used instead,
also a corresponding R: was missing
* Mon Sep 20 2010 Tom "spot" Callaway <tcallawa(a)redhat.com> 0.7.1-7
- rebuild for new ImageMagick
* Fri Jan 22 2010 Adrian Reber <adrian(a)lisas.de> 0.7.1-6
- Rebuild for libcdio-0.82
- Added patch for "error: implicit declaration of function 'strptime'"
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Mar 11 2009 Matthias Saou <http://freshrpms.net/> 0.7.1-4
- Rebuild for new ImageMagick.
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Jan 13 2009 Adrian Reber <adrian(a)lisas.de> 0.7.1-2
- Rebuild for libcdio-0.81
* Tue May 13 2008 Matthias Saou <http://freshrpms.net/> 0.7.1-1
- Update to 0.7.1.
- Convert AUTHORS file to utf-8.
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng(a)fedoraproject.org>
- Autorebuild for GCC 4.3
* Thu Aug 30 2007 Matthias Saou <http://freshrpms.net/> 0.7.0-1
- Update to 0.7.0.
- Add new build requirements.
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 0.6.6-6
- Rebuild for new BuildID feature.
* Wed Aug 8 2007 Matthias Saou <http://freshrpms.net/> 0.6.6-5
- Include patch to pass (now mandatory) mode to O_CREAT open call.
* Sun Aug 5 2007 Matthias Saou <http://freshrpms.net/> 0.6.6-4
- Update License field.
* Fri Jun 15 2007 Matthias Saou <http://freshrpms.net/> 0.6.6-3
- Include desktop entry and icon based on a CD image from the default theme.
* Fri May 11 2007 Matthias Saou <http://freshrpms.net/> 0.6.6-2
- Fix black screen problem by requiring xine-lib-extras, where
xineplug_decode_image.so is available.
* Thu May 10 2007 Matthias Saou <http://freshrpms.net/> 0.6.6-1
- Update to 0.6.6 by including the official patch (no full sources available).
- Remove no longer needed (and possibly incorrect anyway) install patch.
* Tue May 8 2007 Matthias Saou <http://freshrpms.net/> 0.6-2
- Enable weather now that mdsplib is built.
* Mon Dec 18 2006 Matthias Saou <http://freshrpms.net/> 0.6-1
- Update to 0.6.
- Include install patch.
- Enable VDR.
- Disable (at least for now) weather and jsw because of not-yet-packaged libs.
* Wed Aug 31 2005 Matthias Saou <http://freshrpms.net/> 0.3.5-0.1.cvs
- Update to CVS snapshot.
* Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 0.2-3.fr
- Rebuild for Fedora Core 1.
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 9.
* Mon Mar 24 2003 Matthias Saou <http://freshrpms.net/>
- Update to 0.2.
* Tue Mar 18 2003 Matthias Saou <http://freshrpms.net/>
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/oxine/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 17 Oct 2013 07:14:48 -0000 1.1
+++ .cvsignore 17 Oct 2013 18:47:52 -0000 1.2
@@ -0,0 +1 @@
+oxine-0.7.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/oxine/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 17 Oct 2013 07:14:49 -0000 1.1
+++ sources 17 Oct 2013 18:47:52 -0000 1.2
@@ -0,0 +1 @@
+2a2d05ee21892624e35cf539e532c0dd oxine-0.7.1.tar.gz
11 years, 1 month
rpms/kaffeine/devel kaffeine-1.2.2-gcc47.patch, NONE, 1.1 kaffeine.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/kaffeine/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3737/devel
Modified Files:
.cvsignore sources
Added Files:
kaffeine-1.2.2-gcc47.patch kaffeine.spec
Log Message:
Import package from Fedora.
kaffeine-1.2.2-gcc47.patch:
dvbepg.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--- NEW FILE kaffeine-1.2.2-gcc47.patch ---
commit 2da9df1e67004c3cfa879578c351300a99f23da1
Author: Christoph Pfister <christophpfister(a)gmail.com>
Date: Wed Apr 4 21:22:09 2012 +0200
fix build for gcc 4.7
diff --git a/src/dvb/dvbepg.cpp b/src/dvb/dvbepg.cpp
index 7fc8f68..e70d8b8 100644
--- a/src/dvb/dvbepg.cpp
+++ b/src/dvb/dvbepg.cpp
@@ -690,15 +690,15 @@ void AtscEpgFilter::processEitSection(const char *data, int size)
// 1980-01-06T000000 minus 15 secs (= UTC - GPS in 2011)
QDateTime baseDateTime = QDateTime(QDate(1980, 1, 5), QTime(23, 59, 45), Qt::UTC);
- for (AtscEitSectionEntry entry = eitSection.entries(); (entryCount > 0) && entry.isValid();
- --entryCount, entry.advance()) {
+ for (AtscEitSectionEntry eitEntry = eitSection.entries();
+ (entryCount > 0) && eitEntry.isValid(); --entryCount, eitEntry.advance()) {
DvbEpgEntry epgEntry;
epgEntry.channel = channel;
- epgEntry.begin = baseDateTime.addSecs(entry.startTime());
- epgEntry.duration = QTime().addSecs(entry.duration());
- epgEntry.title = entry.title();
+ epgEntry.begin = baseDateTime.addSecs(eitEntry.startTime());
+ epgEntry.duration = QTime().addSecs(eitEntry.duration());
+ epgEntry.title = eitEntry.title();
- quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(entry.eventId()));
+ quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(eitEntry.eventId()));
DvbSharedEpgEntry entry = epgEntries.value(id);
if (entry.isValid() && (entry->channel == epgEntry.channel) &&
--- NEW FILE kaffeine.spec ---
Name: kaffeine
Version: 1.2.2
Release: 6%{?dist}
License: GPLv2+
Summary: KDE media player
Group: Applications/Multimedia
URL: http://kaffeine.kde.org/
Source0: http://downloads.sourceforge.net/sourceforge/kaffeine/kaffeine-%{version}...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
## upstream patches
# fix build with g++ 4.7 (Christoph Pfister)
# http://commits.kde.org/kaffeine/2da9df1e67004c3cfa879578c351300a99f23da1
Patch100: kaffeine-1.2.2-gcc47.patch
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: kdelibs4-devel
BuildRequires: xine-lib-devel libXScrnSaver-devel
Obsoletes: kaffeine-libs < 1.0
Obsoletes: kaffeine-devel < 1.0
Requires: kdebase-runtime
%{?_kde4_version:Requires: kdelibs4 >= %{_kde4_version}}
%description
Kaffeine is a KDE media player.
%prep
%setup -q -n kaffeine-%{version}
%patch100 -p1 -b .gcc47
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%install
rm -rf %{buildroot}
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang %{name} --with-kde
%check
desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/kaffeine.desktop
%clean
rm -rf %{buildroot}
%post
touch --no-create %{_kde4_iconsdir}/hicolor &>/dev/null || :
touch --no-create %{_kde4_iconsdir}/oxygen &>/dev/null || :
%postun
if [ $1 -eq 0 ] ; then
update-desktop-database %{_datadir}/applications &>/dev/null
touch --no-create %{_kde4_iconsdir}/hicolor &>/dev/null
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &>/dev/null || :
gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || :
fi
%posttrans
update-desktop-database %{_datadir}/applications &>/dev/null
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &>/dev/null || :
gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || :
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING README
%{_kde4_bindir}/kaffeine
%{_kde4_bindir}/kaffeine-xbu
%{_kde4_appsdir}/kaffeine/
%{_kde4_appsdir}/solid/actions/*.desktop
%{_kde4_datadir}/applications/kde4/kaffeine.desktop
%{_kde4_iconsdir}/hicolor/*/*/*
%{_kde4_iconsdir}/oxygen/*/*/*
%{_kde4_appsdir}/profiles/kaffeine.profile.xml
%changelog
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Apr 21 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 1.2.2-3
- backport upstream patch to fix FTBFS with g++ 4.7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon May 09 2011 Rex Dieter <rdieter(a)fedoraproject.org> 1.2.2-1
- 1.2.2
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Sep 06 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 1.1-1
- kaffeine 1.1
- fixes #618718
* Tue Aug 17 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 1.0-7
- reverted to source
* Tue Aug 17 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 1.0-6
- use ln now to have a kaffeine icon in hicolor
- working with upstream to get it fixed
- fixes #611273
* Sun Jul 04 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 1.0-5
- changed Requires to kdebase-runtime
- added kaffeine.png to fix #611273
* Sun Jul 04 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 1.0-4
- added Requires oxygen-icon-theme
* Mon Jun 21 2010 Rex Dieter <rdieter(a)fedoraproject.org> 1.0-3
- Unexpanded macro in kdelibs4 dependency (#606134)
- remove old/unused patches
* Tue Jun 01 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 1.0-2
- removed Require libXss, added BR libXss-devel
* Tue Jun 01 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 1.0-1
- kaffeine 1.0
- new dep libXss
- lots of improvements and bugfixes
* Thu Apr 15 2010 Thomas Janssen <thomasj(a)fedoraproject.org> 1.0-0.5.pre3
- deinterlace-optional patch thanks to Kevin Kofler
* Mon Feb 08 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 1.0-0.4.pre3
- kaffeine-1.0-pre3
- adjust summary/description: no longer phonon based (uses xine-lib)
* Fri Aug 14 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.0-0.3.pre2
- kaffeine-1.0-pre2
- update %%description/%%summary
- %%check: use desktop-file-validate
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0-0.2.pre1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sun Apr 26 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 1.0-0.1.pre1
- kaffeine-1.0-pre1
* Sun Apr 12 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 0.8.7-7
- re-enable dvb (#495379)
* Wed Mar 18 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.8.7-6
- Improve icon cache and desktop database update scriptlets.
- Update URL.
* Fri Mar 06 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 0.8.7-5
- s/nonfree/freeworld/
- --without-dvb (f11+)
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.8.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Aug 30 2008 Jussi Torhonen <jt at iki.fi> - 0.8.7-3
- EPG and OSD patch (#452421).
* Thu Aug 28 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.8.7-2
- Unfuzz optflags patch.
* Sun Jul 06 2008 Rex Dieter <rdieter(a)fedoraproject.org> 0.8.7-1
- kaffeine-0.8.7
* Thu Mar 20 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.8.6-4
- Patch to apply $RPM_OPT_FLAGS when building DVB libs.
* Fri Mar 07 2008 Rex Dieter <rdieter(a)fedoraproject.org> 0.8.6-3
- fix deps wrt kaffeine-libs (#436442)
- f7: xcb support (#373411)
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng(a)fedoraproject.org> - 0.8.6-2
- Autorebuild for GCC 4.3
* Sun Jan 20 2008 Rex Dieter <rdieter(a)fedoraproject.org> 0.8.6-1
- kaffeine-0.8.6
* Sun Jan 13 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.8.5-7
- Require kdelibs3-devel instead of kdelibs-devel in -devel.
* Sat Dec 08 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-6
- BR: kdelibs3-devel
* Mon Oct 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-5
- multiarch conflicts in kaffeine (#341681)
* Wed Sep 19 2007 Ville Skyttä <ville.skytta at iki.fi> 0.8.5-4
- Avoid autotools re-run after configure (unclean upstream tarball?)
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-3
- respin (BuildID)
* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-2
- License: GPLv2+
- BR: libxcb-devel (really)
* Mon Jul 30 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.5-1
- kaffeine-0.8.5
- BR: libxcb-devel
* Fri Jun 08 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.4-1
- kaffeine-0.8.4 (#243823)
* Thu Jan 18 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.8.3-4
- disable gst08 support (for now), it's been orphaned
* Wed Nov 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.3-3
- less globbing in %%files
* Wed Nov 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.3-2
- include libkaffeinepart.so in main pkg, not -devel (bug #217835)
* Sun Nov 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.3-1
- 0.8.3
* Sat Nov 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-6
- %%doc README
* Fri Nov 03 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-5
- fix chmod so it actually works.
* Thu Nov 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-4
- chmod -x AUTHORS ChangeLog TODO
- use rel symlinks under %%_docdir
* Wed Nov 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-3
- update %%description to not mention any specific mm containers
(like AVI, WMV).
* Wed Nov 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-2
- fixup for Extras
- support building kaffeine-extras-nonfree for that other repo.
* Tue Sep 12 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-1
- 0.8.2
* Thu Aug 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-5
- for kdelibs >= 3.5.4, omit
/usr/share/mimelnk/application/x-mplayer2.desktop (lvn bug #1132)
* Thu May 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-4
- BR: libXtst-devel libXinerama-devel (fc5+)
* Tue Apr 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-3
- (re)enable gstreamer support (fc3+)
* Mon Apr 24 2006 Rex Dieter <rexdieter[AT]users.sf.net. 0.8.1-2
- avoid re-auto'ing thing, breaks locale/po-files
* Mon Apr 03 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.1-1
- 0.8.1
- cdda patch (upsgream bug #1463542)
* Sat Mar 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.7.1-4
- drop --vendor=livna
- fdo icon spec fix
- kaffeine-0.7.x-CVE-2006-0051.patch
* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- switch to new release field
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist
* Thu Nov 03 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 0.7.1-0.lvn.3
- update-desktop-database (#645)
- -devel pkg (#645)
- -gstreamer subpkg, marked experimental (due to upstream #1254363)
- omit -desktop patch (#645)
- use desktop-file-install (#645)
* Wed Sep 7 2005 Thorsten Leemhuis <fedora at leemhuis.info> - 0:0.7.1-0.lvn.2
- configure with --with-qt-libraries=${QTDIR}/lib to fix build on x86_64
* Sun Sep 4 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.lvn.1
- 0.7.1, gcc visibility hack no longer needed.
* Mon Aug 8 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7-0.lvn.1
- 0.7, now with DVB support (FC4+ only).
- GStreamer support disabled by default due to upstream #1254363, rebuild
with "--with gstreamer" to enable.
- Quick and dirty workaround for upstream #1253989.
* Sun Mar 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6-0.lvn.1
- 0.6.
* Thu Dec 23 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.5-0.lvn.1
- Update to 0.5.
* Fri Nov 5 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.5-0.lvn.0.1.rc2
- Update to 0.5rc2.
* Sun Oct 3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.5-0.lvn.0.1.rc1
- Update to 0.5rc1.
- Requires KDE >= 3.2 -> FC2 only -> make some related cleanups.
- Purge libselinux workarounds, no longer needed.
- Improve GNOME HIG compliance of desktop entry, sync with KPlayer (bug 173).
- Disable dependency tracking to speed up the build.
- Provide -devel.
* Sat May 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.lvn.1.b
- Update to 0.4.3b.
- Add workaround for https://bugzilla.redhat.com/123853
* Mon May 3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.lvn.1
- Update to 0.4.3.
* Wed Mar 24 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.2-0.lvn.1
- Update to 0.4.2.
* Sat Jan 17 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.1-0.lvn.1
- Update to 0.4.1, patches applied upstream.
- Update description.
* Mon Nov 17 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4-0.lvn.1
- Update to 0.4.
- Disable rpath.
- Add Gnome icon.
* Tue Jul 29 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.3.2-0.fdr.2
- Own directories under %%{_datadir}/icons.
* Tue Jul 8 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.3.2-0.fdr.1
- First build.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/kaffeine/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 17 Oct 2013 07:13:47 -0000 1.1
+++ .cvsignore 17 Oct 2013 18:45:39 -0000 1.2
@@ -0,0 +1 @@
+kaffeine-1.2.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/kaffeine/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 17 Oct 2013 07:13:48 -0000 1.1
+++ sources 17 Oct 2013 18:45:39 -0000 1.2
@@ -0,0 +1 @@
+690e48d2e5fe123887109aa9b1bc1c31 kaffeine-1.2.2.tar.gz
11 years, 1 month
rpms/wxsvg/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 wxsvg.spec, 1.28, 1.29
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2697
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
* Thu Oct 17 2013 Sérgio Basto <sergio(a)serjux.com> - 1.2.1-1
- Update to 1.2.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore 6 Oct 2013 23:51:14 -0000 1.12
+++ .cvsignore 17 Oct 2013 18:34:33 -0000 1.13
@@ -1 +1 @@
-wxsvg-1.2.tar.bz2
+wxsvg-1.2.1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 6 Oct 2013 23:51:14 -0000 1.12
+++ sources 17 Oct 2013 18:34:33 -0000 1.13
@@ -1 +1 @@
-bf1f6918ba58e3eee22a4797737684fe wxsvg-1.2.tar.bz2
+4af430a040a4e85275cd108333ff4d4a wxsvg-1.2.1.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- wxsvg.spec 6 Oct 2013 23:51:14 -0000 1.28
+++ wxsvg.spec 17 Oct 2013 18:34:33 -0000 1.29
@@ -1,5 +1,5 @@
Name: wxsvg
-Version: 1.2
+Version: 1.2.1
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
@@ -67,6 +67,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Thu Oct 17 2013 Sérgio Basto <sergio(a)serjux.com> - 1.2.1-1
+- Update to 1.2.1
+
* Mon Oct 07 2013 Sérgio Basto <sergio(a)serjux.com> - 1.2-1
- Update to 1.2
11 years, 1 month
rpms/xine-ui/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xine-ui/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvst19107/rpms/xine-ui/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xine-ui
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: xine-ui
# $Id: Makefile,v 1.1 2013/10/17 07:15:38 kwizart Exp $
NAME := xine-ui
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 ---
11 years, 1 month
rpms/xine-ui/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xine-ui/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvst19107/rpms/xine-ui/devel
Log Message:
Directory /cvs/free/rpms/xine-ui/devel added to the repository
11 years, 1 month
rpms/xine-ui Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xine-ui
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvst19107/rpms/xine-ui
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xine-ui
--- NEW FILE Makefile ---
# Top level Makefile for module xine-ui
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 ---
11 years, 1 month
rpms/xine-ui - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xine-ui
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvst19107/rpms/xine-ui
Log Message:
Directory /cvs/free/rpms/xine-ui added to the repository
11 years, 1 month
rpms/oxine/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/oxine/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsb18884/rpms/oxine/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module oxine
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: oxine
# $Id: Makefile,v 1.1 2013/10/17 07:14:49 kwizart Exp $
NAME := oxine
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 ---
11 years, 1 month
rpms/oxine/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/oxine/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/free/owners/tmpcvsb18884/rpms/oxine/devel
Log Message:
Directory /cvs/free/rpms/oxine/devel added to the repository
11 years, 1 month