1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 19:26:02 +00:00
Commit graph

7354 commits

Author SHA1 Message Date
Mathijs Kwik bda93fb1e8 minidlna: pin to ffmpeg 0.10 2013-12-23 11:03:11 +01:00
Mathijs Kwik ef214655d6 cfdg: use default/latest ffmpeg 2013-12-23 11:03:11 +01:00
Mathijs Kwik d735014548 acoustid_fingerprinter: pin to ffmpeg_1 2013-12-23 11:03:10 +01:00
Mathijs Kwik 70c2d2416b gst-ffmpeg: stick to ffmpeg 0.10 2013-12-23 11:03:10 +01:00
Mathijs Kwik 5b4635d6fa ffmpeg: change default 0.10 -> 2.0
This commit, and the "pinnings" that follow should not cause major issues.
I personally checked (build-only) each and every package that depends
on ffmpeg to find the maximum supported version.
I performed this on stdenv-updates+glibc2.18+x-updates but I don't expect
that to matter.
2013-12-23 11:03:10 +01:00
Mathijs Kwik d2ccef5140 ffmpeg: order and cleanup versions 2013-12-23 11:03:09 +01:00
Mathijs Kwik e3acde0b44 ffmpeg: switch to default versioning-scheme 2013-12-23 11:03:09 +01:00
Mathijs Kwik 3493b7cacf webkit: pin to bison 2.7 2013-12-23 10:25:17 +01:00
Mathijs Kwik c9cf6ecd40 bogofilter: get rid of bdb alias 2013-12-23 10:25:16 +01:00
Mathijs Kwik 9f83c13dde go: change default to 1.2 2013-12-23 10:25:13 +01:00
Mathijs Kwik e2e923644f add rethinkdb 2013-12-23 10:21:20 +01:00
Mathijs Kwik 1b9884b7ae opusfile: new package 2013-12-23 10:21:19 +01:00
Lluís Batlle i Rossell 10f250f65c Adding go 1.2.
It doesn't include godoc anymore.

I could reproduce this, building this package:
http://code.google.com/p/go/issues/detail?id=6999
2013-12-23 09:43:19 +01:00
Karn Kallio a0297b7be4 Add older mdds as libreoffice does not build with current version. 2013-12-22 20:29:07 +02:00
Lluís Batlle i Rossell a7a7e414f0 Updating mpv, and making it use ffmpeg_2 2013-12-22 19:00:05 +01:00
Vladimír Čunát 2b24f1349a Merge master into x-updates 2013-12-21 10:20:55 +01:00
Evgeny Egorochkin 9fa0c71401 add libgcrypt-1.6 2013-12-21 02:28:26 +02:00
Eelco Dolstra dc5cc7cfb3 ncurses: Remove version 5.4
It's not used anywhere, and doesn't build:

http://hydra.nixos.org/build/7204910
2013-12-20 14:48:19 +01:00
Bjørn Forsman 74f63a62f8 docbook2odf: new package
Tested like this:

  nix-build -A docbook2odf
  ./result/bin/docbook2odf --verbose --debug result/share/doc/docbook2odf/examples/book.docbook
  swriter book.odt  # verify that the document looks ok
2013-12-20 12:25:57 +01:00
Vladimír Čunát 4c5a71f777 Merge master into x-updates
Conflicts:
	pkgs/desktops/gnome-2/desktop/gvfs/default.nix
	pkgs/development/libraries/cogl/default.nix
	pkgs/development/libraries/libsoup/2.44.nix
2013-12-18 23:21:29 +01:00
Eelco Dolstra 134ba27ea2 Merge remote-tracking branch 'origin/master' into glibc-2.18 2013-12-18 15:42:54 +01:00
David Virgilio 84b09e26e5 dzen2: new package
"Dzen is a general purpose messaging, notification and menuing program for X11. It was designed to be fast, tiny and scriptable in any language." -- https://github.com/robm/dzen
2013-12-17 12:05:42 +00:00
Eelco Dolstra c9cd03f3e5 Fix the right compiler
Doh!
2013-12-17 11:29:08 +01:00
Eelco Dolstra fcf462eb5d gcc: Disable profiled build
This can fail randomly with an error like:

building toplev.o
../../gcc-4.6.3/gcc/reload.c: In function 'find_reloads':
../../gcc-4.6.3/gcc/reload.c:3778:11: error: corrupted value profile: value profile counter (93791 out of 95865) inconsistent with basic-block count (95759)

http://hydra.nixos.org/build/7185029

On the plus side, this makes building GCC much faster because it
re-enables parallel building.
2013-12-16 21:46:05 +01:00
Michael Raskin 06d079e089 Merge pull request #1382 from jagajaga/master
Add MOC (Music on console)
2013-12-14 22:58:09 -08:00
Michael Raskin 5a333ab0c9 Merge pull request #1381 from AndersonTorres/master
MPV: new package
2013-12-14 22:57:23 -08:00
Michael Raskin fc3a316d55 Merge pull request #1361 from iyzsong/ranger
add ranger 1.6.1
2013-12-14 22:51:15 -08:00
Michael Raskin 397721b870 Merge pull request #1360 from tomberek/add_shellinabox
Add shellinabox
2013-12-14 22:50:47 -08:00
Michael Raskin 152f7666af Merge pull request #1340 from bjornfor/ntopng
Add ntopng package and nixos service module
2013-12-14 22:46:49 -08:00
Michael Raskin d2c57ddabb Merge pull request #1383 from iyzsong/love2d
add love-0.9.0
2013-12-14 22:44:50 -08:00
Song Wenwu 87e572a3d1 add love-0.9.0 (use luajit by default) 2013-12-15 14:24:28 +08:00
Arseniy Seroka 674047ed91 Add moc music player 2013-12-15 01:16:18 +04:00
AndersonTorres ed05981c8a It is a first try to an expression for MPV video player.
It certainly needs a bit of improvement and testing, but it works
nicely - so it's a good time to put it to the great public!
2013-12-14 19:46:30 +01:00
Bjørn Forsman 4353a1a873 freecad: add matplotlib and pycollada dependencies
When FreeCAD is started it prints that it's missing matplotlib and
pycollada:

  $ FreeCAD
  [...]
  matplotlib not found, Plot module will be disabled
  pycollada not found, collada support will be disabled.

The closure size of freecad is currently at 1.9 GiB. Adding these two
deps increase it to 2.0 GiB.

Reflow the expression function argument list.
2013-12-14 13:00:46 +01:00
Vladimír Čunát 0fe37b7519 Merge #1269: add vagrant 2013-12-14 11:03:21 +01:00
Petr Rockai c592783741 stepmania: A dance (rhythm) game in the spirit of DDR. 2013-12-13 20:56:36 +02:00
Petr Rockai 8f583cced9 photivo: Add photivo photo processor / RAW development laboratory. 2013-12-13 20:56:35 +02:00
Vladimir Still 6ffa9261f9 tmpwatch: Add package. 2013-12-13 20:56:35 +02:00
Lluís Batlle i Rossell 2e09489895 Adding Apache Thrift. 2013-12-13 11:17:44 +01:00
Moritz Ulrich e69887ea67 LISP: Don't build/download texlive for every lispPackage.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-12-12 18:49:14 +01:00
Song Wenwu 85372d5fba add ranger 1.6.1 2013-12-12 11:04:38 +08:00
Thomas Bereknyei b7a9e1a998 Add shellinabox 2013-12-11 03:52:30 -05:00
Vladimír Čunát fac74b7aa9 Merge #1344: add cinnamon-session 2013-12-10 22:13:38 +01:00
Vladimír Čunát 1e113b8284 pangomm: update, so we can drop older cairo 2013-12-10 17:14:22 +01:00
Vladimír Čunát 089da3ee5c Merge master into x-updates
Conflicts (simple):
	pkgs/top-level/all-packages.nix
2013-12-10 13:00:02 +01:00
Vladimír Čunát c11747b3f5 merge #1197: gnuplot darwin changes 2013-12-10 12:46:45 +01:00
Song Wenwu 9c8789e8bc add webkitgtk 2.2.3
With minor changes from @vcunat, see #1197.
2013-12-10 12:45:21 +01:00
Eelco Dolstra ed463a7671 boost: Remove 1.53 and 1.54
These don't build against Glibc 2.18, but they're not used anyway
(except by source-highlight, which builds fine against 1.49).
2013-12-10 12:02:53 +01:00
Song Wenwu 7ae520404f libsoup: update from 2.44.1 to 2.44.2
Enable introspection
Renamed from libsoup_2_40 to libsoup_2_44
2013-12-10 10:48:59 +01:00
Bjørn Forsman 3cff0a8014 ntopng: new package
ntopng is a high-speed web-based traffic analysis and flow collection
tool. ntopng => ntop next generation.

http://www.ntop.org/products/ntop/
2013-12-09 21:35:01 +01:00
Shea Levy 088f472fe5 Add oracle jdk 7
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-12-09 11:37:40 -05:00
Peter Simons 6dfc18dc00 gnumake: add version 4.0 2013-12-09 16:14:41 +01:00
Peter Simons e2f8c7a208 all-packages.nix: strip trailing whitespace 2013-12-09 16:09:43 +01:00
Peter Simons aa58b5f571 gnumake: clean up directory structure; no functional change 2013-12-09 16:09:33 +01:00
Roelof Wobben 23bacdf6ea added cinnamon-session.nix 2013-12-08 21:40:52 +01:00
Evgeny Egorochkin a0d8196f60 Use old giflib for packages which lack new versions/compatibility patches for giflib5 2013-12-08 12:36:46 +02:00
Michael Raskin 4d33a94fae Passing giflib 4.1.x to OpenSceneGraph for now 2013-12-08 13:20:07 +04:00
Roelof Wobben 11b337fc76 added cinnamon-session 2013-12-07 20:00:54 +01:00
Vladimír Čunát b36ed39f2e cinnamon: various fixes
cinnamon-translations: use $out/share instead of $out/usr/share,
add version into name

all-packages.nix: refactor
2013-12-07 14:27:21 +01:00
Vladimír Čunát 6690c97569 Merge branch 'master' into x-updates
Conflicts (just different styles, same semantics):
	pkgs/development/libraries/libusb1/default.nix
2013-12-07 14:17:16 +01:00
Michael Raskin fa6e689dcb Use fresh libnl for ntrack 2013-12-07 12:36:31 +04:00
Michael Raskin 2afb58a8d5 Merge pull request #1316 from roelof1967/cinnamon-translations
new pakage:  Cinnamon translations
2013-12-07 00:13:24 -08:00
Michael Raskin 1ce105394b Merge pull request #1337 from codename68/master
Add ocaml packages for version 4.01.0
2013-12-07 00:04:49 -08:00
Michael Raskin 0c63a9283d Merge pull request #1338 from ktosiek/quassel
Rename quassel packages
2013-12-07 00:04:14 -08:00
Lluís Batlle i Rossell 142298495e Fixing the Ultrastardx build. Not tested if it works and how. 2013-12-07 00:07:35 +01:00
Andrew Morsillo 3814415be4 Add robomongo, a GUI for exploring mongodb data and building queries. 2013-12-06 19:40:40 +01:00
David Cadé ba2b36a1d7 Add ocaml packages for version 4.01.0 2013-12-06 15:16:58 +01:00
Tomasz Kontusz b4c5a6f15f Rename quassel packages 2013-12-05 23:56:11 +01:00
Vladimír Čunát 3d3b19d767 Merge #1325: linux-3.2 and grsecurity updates 2013-12-05 23:20:18 +01:00
David Cadé 9bda7275ce added OCaml package ocamlsdl 2013-12-05 16:20:32 +01:00
Michael Raskin 990d9684a4 Merge pull request #1321 from wkennington/mumble
Break mumble into client and server components
2013-12-04 20:56:36 -08:00
Michael Raskin a6087d9139 Merge pull request #1328 from lovek323/drush
drush: add expression
2013-12-04 20:54:52 -08:00
Jason "Don" O'Conal 1d7108d5f5 drush: add expression 2013-12-05 04:38:35 +00:00
Lluís Batlle i Rossell ad90f2f0b8 Adding ffmpeg 2.x 2013-12-04 21:04:30 +01:00
Ricardo M. Correia 61adb5962c grsecurity: Update to 3.0-3.2.53-201312021727 and 3.0-3.12.2-201312021733 2013-12-04 15:28:21 +01:00
Evgeny Egorochkin b0d281dd58 privoxy: update the build script, add documentation dependency 2013-12-04 04:41:25 +02:00
Peter Simons 01f13be7ae all-packages.nix: cosmetic, no functional change 2013-12-03 22:23:19 +01:00
Jason "Don" O'Conal 28722a265b sup: use specific version of mime types 2013-12-03 17:14:58 +01:00
Eelco Dolstra 929b7bdc4b Merge remote-tracking branch 'origin/master' into glibc-2.18
Conflicts:
	pkgs/development/libraries/glibc/2.17/locales.nix
2013-12-03 09:22:24 -05:00
William A. Kennington III ff1d97f3a4 Add Build Script for Murmur 2013-12-02 20:15:01 -06:00
Vladimír Čunát d09b722f77 Merge master into x-updates 2013-12-02 21:41:16 +01:00
Roelof Wobben 81460560c3 add cinnamon-desktop (close #1314)
Reviewed and refactored by @vcunat.
2013-12-02 21:21:45 +01:00
Michael Raskin 8da629a3b9 Adding libnl 3.2.19 to use instead of the latest with ntrack
ntrack has a bug about fresher libnl compatilbility. There are no
updates since September.
2013-12-02 22:47:52 +04:00
Roelof Wobben a12367d991 changed wrong name in all-packages 2013-12-02 13:29:45 +01:00
Peter Simons 38418526e0 libopensc-dnie: fix reference to opensc
The package is still broken, though.
2013-12-02 13:26:28 +01:00
Peter Simons 1f626579f0 opensc: update to version 0.13.0 2013-12-02 12:37:24 +01:00
Roelof Wobben f3536a0dcb broken translation files 2013-12-02 09:24:08 +01:00
Michael Raskin c00898c7a7 Merge pull request #1297 from wkennington/sysworking2
Update lots of Linux Utilities 2
2013-12-01 05:33:54 -08:00
Vladimír Čunát 1e0865ce62 merge #1309: add cjs -- JavaScript bindings for cinnamon
I also fixed whitespace around.
2013-11-30 22:54:10 +01:00
Roelof Wobben f668fd37df broken patch 2013-11-30 22:46:39 +01:00
Roelof Wobben 34df0b45ba GJS error 2013-11-30 22:46:38 +01:00
Bjørn Forsman 5443dd4c00 pencil: new package
Pencil is a GUI prototyping/mockup tool.

Homepage: http://pencil.evolus.vn/
2013-11-30 17:51:47 +01:00
Michael Raskin b7df5cefc9 Merge pull request #1298 from lovek323/tintin
tintin: add expression
2013-11-29 09:27:16 -08:00
Michael Raskin 1e3ed11000 Merge pull request #1262 from Zoomulator/add_grafx2
grafx2: new package
2013-11-29 09:10:37 -08:00
Jason "Don" O'Conal d4789829fa tintin: add expression 2013-11-29 08:22:57 +00:00
William A. Kennington III 96dc58db9c Upgrade selinux from 20100904 -> 20131030 2013-11-29 02:08:53 -06:00
William A. Kennington III 3f449b8ae6 Add audit 2.3.2 for the new libsemanage 2013-11-29 02:08:52 -06:00
Michael Raskin 0851ed23d8 Merge pull request #1282 from wizeman/grsec-upd
grsecurity: Update to latest version and add patch for kernel 3.12
2013-11-28 21:42:27 -08:00
Moritz Ulrich 32fbf27bc3 Chicken: Downgrade to latest stable release & add pkgs.chicken-dev.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-11-28 22:08:30 +01:00
Michael Raskin 075883c218 Support LuaJIT usage when building love2d 2013-11-28 23:01:05 +04:00