rpms/oxine/devel 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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Jun 18 09:01:28 UTC 2007


Author: thias

Update of /cvs/extras/rpms/oxine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16453

Modified Files:
	.cvsignore sources 
Added Files:
	oxine.desktop oxine.png oxine.spec 
Log Message:
Initial import.



--- 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.6.6
Release: 3%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://oxine.sourceforge.net/
Source0: http://downloads.sf.net/oxine/oxine-0.6.tar.gz
Source1: oxine.desktop
Source2: oxine.png
Patch0: http://downloads.sf.net/oxine/oxine-0_6_0-to-0_6_6.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# We need xineplug_decode_image.so for the backgrounds
Requires: xine-lib-extras
BuildRequires: eject
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

%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 -n oxine-0.6
%patch0 -p1


%build
# --without-jsw until we get libjsw packaged, but that won't be very easy
%configure \
    --disable-rpath \
    --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.html
%{_bindir}/oxine
%{_datadir}/applications/oxine.desktop
%{_datadir}/icons/hicolor/64x64/apps/oxine.png
%{_datadir}/oxine/


%changelog
* 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/extras/rpms/oxine/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jun 2007 04:32:49 -0000	1.1
+++ .cvsignore	18 Jun 2007 09:00:47 -0000	1.2
@@ -0,0 +1,2 @@
+oxine-0.6.tar.gz
+oxine-0_6_0-to-0_6_6.patch


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/oxine/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jun 2007 04:32:49 -0000	1.1
+++ sources	18 Jun 2007 09:00:47 -0000	1.2
@@ -0,0 +1,2 @@
+618a8cb76ca0f6b3d21c5f8e2be75d72  oxine-0.6.tar.gz
+5fdfe563d4b75e8817ab66efe70974f0  oxine-0_6_0-to-0_6_6.patch




More information about the scm-commits mailing list