Skip to content

Instantly share code, notes, and snippets.

@ivoarch
Last active August 29, 2015 14:18
Show Gist options
  • Save ivoarch/cf016aae88406cd95991 to your computer and use it in GitHub Desktop.
Save ivoarch/cf016aae88406cd95991 to your computer and use it in GitHub Desktop.
--- exmplayer-orig.spec 2015-04-04 18:02:19.173215364 +0200
+++ exmplayer.spec 2015-03-20 13:31:32.000000000 +0100
@@ -3,17 +3,17 @@
Name: exmplayer
Version: 3.8.0
-Release: 1%{?dist}
-Summary: MPlayer GUI with thumbnail seeking, 3D Video support,
+Release: 2%{?dist}.sos
+Summary: MPlayer GUI with thumbnail seeking and 3D Video support.
License: GPLv2+
URL: http://%{name}.sourceforge.net/
Group: Development/Libraries
Source: https://launchpad.net/~%{name}-dev/+archive/%{name}/+files/%{name}_%{version}.tar.gz
+Patch0: qt4.6_compile_fix-el6.sos.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: qt-devel
-BuildRequires: ffmpeg-devel
-BuildRequires: ffmpeg
+BuildRequires: qt-devel ffmpeg-devel ffmpeg dos2unix
Requires: mplayer
Requires: ffmpeg
@@ -28,6 +28,8 @@
%prep
%setup -n %{realname}
+find src/ -name *.ui -exec dos2unix -f {} \;
+%patch0 -p1
%build
cd ./src
@@ -63,6 +65,11 @@
%changelog
+* Wed Mar 18 2015 Ivaylo Kuzev <ivo@stotinkaos.net> - 3.8.0-2
+- Rebuilt for StotinkaOS 6.6
+- Add dos2unix to BuildRequires
+- Apply qt4.6_compile_fix-el6.sos.patch
+
* Sat Feb 07 2015 David Vasquez <davidjeremias82 at gmail dot com> - 3.8.0-1
- initial build rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment