Nightingale build deps - Windows, Linux, Mac - all the sources right here (for now) http://getnightingale.com/forum/
This repository has been archived on 2023-07-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2018-07-22 02:41:45 -05:00
buildbot -- Fix constructor so it matches the correct signatures 2010-03-28 05:04:39 +00:00
flac add some missing flac files 2015-10-02 00:48:34 -05:00
gettext gettext 0.19.6 2015-10-01 16:32:23 -08:00
glib now to get flac working 2015-10-02 01:18:29 -08:00
gst-plugins-bad use gstreamer 1.6.0 - we will want to merge gstreamer-1.0 in nightingale hacking to use this once we're sure everything builds on windows and mac 2015-10-01 00:55:53 -05:00
gst-plugins-base use gstreamer 1.6.0 - we will want to merge gstreamer-1.0 in nightingale hacking to use this once we're sure everything builds on windows and mac 2015-10-01 00:55:53 -05:00
gst-plugins-good use gstreamer 1.6.0 - we will want to merge gstreamer-1.0 in nightingale hacking to use this once we're sure everything builds on windows and mac 2015-10-01 00:55:53 -05:00
gst-plugins-ugly use gstreamer 1.6.0 - we will want to merge gstreamer-1.0 in nightingale hacking to use this once we're sure everything builds on windows and mac 2015-10-01 00:55:53 -05:00
gstreamer glib 2.44.1 2015-10-01 23:21:13 -08:00
libiconv update config programs with current version taken from http://git.savannah.gnu.org/cgit/config.git/tree/ 2014-07-22 18:21:08 +02:00
libIDL update config programs with current version taken from http://git.savannah.gnu.org/cgit/config.git/tree/ 2014-07-22 18:21:08 +02:00
libjpeg-turbo bump versions 2015-10-01 00:35:46 -05:00
libogg bump versions 2015-10-01 00:35:46 -05:00
libtheora Update autotools stuff for libtheora and build with -fno-aggressive-loop-optimizations 2015-11-23 07:27:11 +01:00
libtool update config programs with current version taken from http://git.savannah.gnu.org/cgit/config.git/tree/ 2014-07-22 18:21:08 +02:00
libvorbis bump versions 2015-10-01 00:35:46 -05:00
mozupdate Bug 23342: revert patch that to remove files in the removed-files-from lists in partials as well. r=redfive 2011-02-04 19:06:21 +00:00
packages Part of the Mac OS X ref image update for 2010Q1; XR 1.9.2 builds need autoconf 2.13, which isn't shipped on the Mac, and automated update tests need wget, so we compile from source. 2010-03-25 01:38:45 +00:00
private/platinum-upnp git-svn-id: http://publicsvn.songbirdnest.com/vendor/trunk@11415 37441250-4157-47a9-a2c9-f9fe3212d2d3 2012-05-23 21:28:37 +00:00
sqlite move aclocal.m4 2015-10-12 16:30:22 +02:00
taglib taglib: pass build flags 2015-10-09 22:34:49 +02:00
xulrunner-1.9.2 fix some things so we can build again 2018-07-22 02:41:45 -05:00
zlib bump versions 2015-10-01 00:35:46 -05:00
.gitignore Let's just add those three build arguments, they work for me and djcj 2014-07-31 11:17:08 +02:00
.travis.yml add .travis.yml from xul-9.0.1 branch so travis won't build xul-192-new 2014-06-03 13:59:23 -05:00
arwrapper.py Bug 15129: Move sqlite to vendor/vendor-binaries and stop using the amalgamation; this is the "test sqlite changes, build part, take 3" patch, with a couple of minor changes; patch=mook, r=me 2009-09-03 02:22:25 +00:00
build.sh cleanup my mess on th emain branch 2015-10-03 01:36:53 -08:00
call-nmake.py Forgot to check in call-nmake.py changes that were part of bug 18827 2009-11-20 03:37:44 +00:00
clwrapper.py Bug 18870: gstreamer executables are linked against the wrong CRT on win32; original patch by MikeS, with some tweaking by me; r=me. 2010-01-28 01:59:08 +00:00
fix-pkg-config-paths.pl 1. Re-add the libtoo .la fix on Win32; that was accidentally removed in rev 11013 2010-01-15 05:10:27 +00:00
fix-win32-libtool-la-paths.pl -- Only add one notification line about munging; if this gets called multiple times on the same file, it'll keep adding munging lines, which causes libtool to not recognize the .la file as a valid archive. (stupid) 2009-10-06 03:47:18 +00:00
lint-build.sh lint-build hardening flags 2015-10-09 22:36:38 +02:00
Makefile Makefile: clean and distclean targets 2015-02-24 13:15:08 +01:00
msys-recursive-cp Attempt to fix the random "will not create hard link" errors on Win32; this also turns out to be a win on other platforms for the source code copy case, where we don't want to copy the svn directories. r=mook 2009-04-16 18:50:07 +00:00
README Add readme, update build.sh so that we can lazily build (currently linux only) deps 2012-09-22 21:36:26 -05:00
sb-patcher.py Don't fail when pointed to a revision that doesn't exist. r=me 2009-11-04 08:48:28 +00:00
songbird-vendor-defs.mk use libjpeg-turbo 2015-10-01 00:26:26 -05:00
songbird-vendor-rules.mk Set correct path to symbolstore.py 2015-10-08 23:10:49 +02:00
vendor-binaries-checkin Make sure we check in vendor binaries as the birdbuilder user. 2009-11-12 02:46:57 +00:00
vendor-respin-manifest.txt requesting respin of gst-plugins-bad on win32 for bug 24902 2011-10-21 19:20:28 +00:00

Nightingale Build Dependencies
================================

This repo is based on the SVN dependencies from Songbird. Currently,
this repo only works 100% for sure with Linux. Linux only requires the
sqlite, taglib, and xulrunner dependencies.

Right now, both debug and release versions of these three dependencies 
will be built, in the future build.sh will allow you to choose.

Building
================================

To build, simply run build.sh if on Linux. Mac and Windows support coming
soon.