[packages/nightingale] new; songbird fork

glen glen at pld-linux.org
Fri Jan 19 00:20:49 CET 2018


commit 2b88054f0724164bdb104f9d41948f283f92d712
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Fri Jan 19 01:19:59 2018 +0200

    new; songbird fork
    
    good luck compiling this!

 nightingale.spec | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
---
diff --git a/nightingale.spec b/nightingale.spec
new file mode 100644
index 0000000..2ea4fae
--- /dev/null
+++ b/nightingale.spec
@@ -0,0 +1,39 @@
+Summary:	Nightingale Media Player
+Name:		nightingale
+Version:	1.12.1
+Release:	0.1
+License:	GPL-2, BSD, MPL
+Group:		X11/Applications/Multimedia
+Source0:	https://github.com/nightingale-media-player/nightingale-hacking/archive/%{name}-%{version}.tar.gz
+URL:		https://getnightingale.com/
+BuildRequires:	bash
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nightingale is a community based fork of the Songbird Media player
+distributed under the GNU GPL and portions (XULRunner and Mozilla
+libs) licensed under the Mozilla MPL/BSD license.
+
+The goal of Nightingale is to create a Media Player, which will
+eventually use only system libraries to conserve space. Currently,
+some libraries are still bundled, but progress is being made to change
+this fact.
+
+This git tree is the Songbird trunk, rebranded for Nightingale. It's a
+reflection of what our Xul 6+ releases will be like.
+
+%prep
+%setup -qc
+mv nightingale-hacking-nightingale-%{version}/* .
+
+%build
+bash -x ./build.sh
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nightingale.git/commitdiff/2b88054f0724164bdb104f9d41948f283f92d712



More information about the pld-cvs-commit mailing list