lethalman
b214a6ab72
Merge pull request #5532 from bobvanderlinden/mjpg-streamer
...
add package MJPG-streamer
2015-01-21 10:16:38 +01:00
Sebastián Bernardo Galkin
390c838c7f
Fixup zfs python scripts
...
zfs ships with a couple of python scripts that needed shebang rewriting. Adding
python as a build dependency enables fixup to do the rewrite.
2015-01-20 23:54:51 -08:00
Austin Seipp
4b76c1f897
Merge pull request #5880 from puffnfresh/feature/fix-upgrade-docker
...
Fix and upgrade Docker
2015-01-21 01:35:41 -06:00
Austin Seipp
978954b2e7
Merge pull request #5831 from mcox/unbound-fix-5728
...
nixpkgs: patch unbound 1.5.1 for linux < 3.15
2015-01-21 01:34:43 -06:00
Austin Seipp
1d60f8efb9
Merge pull request #5877 from benley/riemann-0.2.8
...
Riemann: update to 0.2.8
2015-01-21 01:32:41 -06:00
宋文武
b202dcb606
tiled: Update to 0.11.0, renamed from tiled-qt.
2015-01-21 13:14:12 +08:00
Charles Strahan
5f1622e95f
ruby: allow for passing build arguments
2015-01-20 23:33:57 -05:00
Charles Strahan
7d8b2f0d60
ruby: make buildInputs work
2015-01-20 22:20:28 -05:00
Brian McKenna
ca2143ee29
Upgrade Jansson to 2.7
2015-01-20 19:52:38 -07:00
Brian McKenna
a26b8bcb5d
Upgrade to Docker 1.4
2015-01-20 19:49:10 -07:00
Brian McKenna
6e0c30afbf
Fix Docker SQLite and setgid problems
...
Docker doesn't support Go 1.4 yet. It compiles but it causes multiple
bugs. We should use Go 1.3 to build until the next release.
This seems to fix the following two problems I've been having:
https://github.com/docker/docker/issues/9649
https://bugzilla.redhat.com/show_bug.cgi?id=1169151
2015-01-20 19:48:32 -07:00
Sou Bunnbu
524881e4a1
Merge pull request #5840 from puffnfresh/feature/gst-enable-experimental
...
Enable experimental for gst-plugins-good
2015-01-21 09:56:34 +08:00
Charles Strahan
dfc225d143
Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-ruby
...
Conflicts:
pkgs/applications/version-management/git-and-tools/default.nix
pkgs/applications/version-management/git-and-tools/hub/default.nix
pkgs/tools/audio/mpdcron/default.nix
2015-01-20 20:21:03 -05:00
Charles Strahan
bd53746646
ruby: patching gems works
2015-01-20 19:09:02 -05:00
Peter Simons
c55b5eb245
haskell-ng: disable some test suites that run forever
2015-01-21 00:10:12 +01:00
Peter Simons
e6b8f4de94
hakyll: fix build (by disabling the failing test suite)
2015-01-20 23:59:31 +01:00
Peter Simons
1d6d5932cd
haskell-streaming-commons: fix build on older GHC versions some more
2015-01-20 23:56:56 +01:00
William A. Kennington III
ba67ad3c88
python-ldap: 2.4.15 -> 2.4.19
2015-01-20 14:50:39 -08:00
Peter Simons
c64088f0ec
haskell-streaming-commons: fix build on older GHC versions by way of bytestring-builder
2015-01-20 23:43:29 +01:00
Peter Simons
0eb306c5f7
haskell-cookie: fix build with older compilers
2015-01-20 23:43:29 +01:00
Peter Simons
3617e3b4df
haskell-ng: disable lots of failing test suites
2015-01-20 23:43:29 +01:00
Peter Simons
99b46b64df
haskell-ncurses: this package requires a pre 0.21 version of c2hs
...
Otherwise, the build fails, saying:
c2hs: Errors during expansion of binding hooks:
/nix/store/d6m9m2wqaymfiwbx11frdsm1cz7qjkdm-ncurses-5.9/include/curses.h:405: (column 2) [ERROR] >>> Illegal type!
The type specifiers of this declaration do not form a legal ANSI C(89) type.
This patch fixes https://github.com/NixOS/nixpkgs/issues/5873 .
2015-01-20 23:43:29 +01:00
Peter Simons
1d61ab7860
haskell-glade: fix build some more
2015-01-20 23:43:29 +01:00
Peter Simons
b5fb80ffa3
haskell-aeson: fix build with ghc 7.6.x
2015-01-20 23:43:28 +01:00
Peter Simons
02016e9026
haskell-ng: disable lots of failing test suites
2015-01-20 23:43:28 +01:00
Bob van der Linden
d4b80026df
mjpg-streamer: renamed attribute mjpg_streamer to mjpg-streamer
2015-01-20 23:28:35 +01:00
Domen Kožar
5cd76cd85e
gevent: fix ssl patch
2015-01-20 22:40:58 +01:00
Ricardo M. Correia
a94c0d2b0f
racerRust: Update from 2015-01-07 -> 2015-01-20
2015-01-20 22:19:17 +01:00
Ricardo M. Correia
e7d72312c8
rustcMaster: Update from 0.13-dev-g6539cb4 -> 1.0.0-dev-ga833337
2015-01-20 22:19:17 +01:00
Ricardo M. Correia
9526284cfe
rustc: Update from 0.12 -> 1.0.0-alpha
2015-01-20 22:19:16 +01:00
Ricardo M. Correia
550124c126
rustc: Rename 0.12.nix -> 1.0.0-alpha.nix
2015-01-20 22:19:16 +01:00
Bjørn Forsman
11aa06c574
gstreamer: wrap gst-{launch,inspect,typefind} with GST_PLUGIN_SYSTEM_PATH
...
So that the tools become useable. The cool thing about wrapping them
like this (looping over $NIX_PROFILES) is that they will work on
non-NixOS systems too, given that $NIX_PROFILES is set correctly.
If you want the old (pure?) behaviour, just run gst-launch etc. with
empty $NIX_PROFILES.
2015-01-20 21:48:09 +01:00
Benjamin Staffin
e1f2da5314
Riemann: update to 0.2.8
...
Change-Id: I42b8e5f1341df826e8424141e9f9623e60b63767
2015-01-20 14:37:28 -05:00
Moritz Kiefer
1af7967007
Add cocreature as maintainer of openjdk8
2015-01-20 19:07:54 +01:00
Vincent Laporte
1df8208839
Adds ocaml-jsonm
...
Jsonm is an OCaml non-blocking streaming codec to decode and encode the
JSON data format.
Homepage: http://erratique.ch/software/jsonm
2015-01-20 18:02:51 +01:00
Peter Simons
0484f9f4b6
Disable many test suites.
2015-01-20 17:43:49 +01:00
Peter Simons
3948b71e83
Fix HList, digit, and filestore.
2015-01-20 17:43:49 +01:00
Peter Simons
127d278775
tasty-kat: disable test suite to fix build
2015-01-20 17:43:49 +01:00
Peter Simons
0be78f7b64
haskell-assertions: disable failing test suite
2015-01-20 17:43:49 +01:00
Peter Simons
fa7b936217
haskell-simple-sendfile: fix build some more
2015-01-20 17:43:49 +01:00
Peter Simons
5f2db0b0e5
cabal2nix: bump version
2015-01-20 17:43:49 +01:00
Peter Simons
c1dde7669b
haskell-simple-sendfile: fix build by disabling the test suite
2015-01-20 17:43:49 +01:00
Peter Simons
039493ee89
haskell-tabular: the library works without a jailbreak now
2015-01-20 17:43:48 +01:00
Peter Simons
2ab7e1d950
disable test suites for graceful and serialport.
2015-01-20 17:43:48 +01:00
Peter Simons
d2c7b78cbf
haskell-permutation: disable test suite
...
The build uses QuickCheck, but doesn't declare it as a dependency. I
tried adding QuickCheck to the list, but then it wouldn't compile with
the latest version. Duh. Seems unmaintained to me.
2015-01-20 17:43:48 +01:00
Peter Simons
b671ab161f
haskell-zip-archive: fix test suite
2015-01-20 17:43:48 +01:00
Peter Simons
5dac8b316c
haskell-glade: fix build
2015-01-20 17:43:48 +01:00
Peter Simons
a83e3ac32c
Fix vector and parallel builds with ghc 6.12.x.
2015-01-20 17:43:48 +01:00
Peter Simons
e5f3a7b5ed
haskell-trifecta: fix sha256 hash for patch file
2015-01-20 17:43:48 +01:00
Peter Simons
4531b31d75
haskell-doctest: fix builds with old ghc
2015-01-20 17:43:48 +01:00
Peter Simons
0b05129b88
happy: fix build with GHC 7.2.x
2015-01-20 17:43:48 +01:00
Peter Simons
4ab133a2c4
haskell-ng: fix 'gio' and 'pango' builds
...
This fixes https://github.com/NixOS/nixpkgs/issues/5863 .
2015-01-20 17:43:48 +01:00
Peter Simons
b9c761966b
happy: fix build with ghc-7.2.x
2015-01-20 17:43:48 +01:00
Peter Simons
8065da399c
hackage-packages.nix: update from Hackage 2015-01-20T16:19:05+0100
2015-01-20 17:43:48 +01:00
Kosyrev Serge
bd3f891c1c
debootstrap: 1.0.64.tar.xz -> 1.0.66.tar.gz ( close #5548 )
...
It was 404.
@vcunat: convert URLs to mirror://debian.
2015-01-20 16:51:46 +01:00
Domen Kožar
9c24b48e0c
Merge pull request #5871 from osener/avfs
...
New package: avfs-1.0.2
2015-01-20 16:48:51 +01:00
Robert Helgesson
a9b2e757e2
unifont: update from 5.1-20080907 to 7.0.06 ( close #5748 )
...
Also expand meta set and add myself as maintainer.
2015-01-20 16:38:49 +01:00
Franz Pletz
07e1566b7d
fetchurl: add mirrors for OpenBSD ( close #5551 )
...
This changes source URLs for openssh and libressl accordingly.
2015-01-20 16:24:00 +01:00
Shea Levy
3dbebb27be
Merge branch 'openjdk8' of git://github.com/cocreature/nixpkgs
2015-01-20 10:17:58 -05:00
Peter Simons
9ab8a12b06
haskell-generic-builder: re-enable the checkPhase that was accidentally broken in the earlier re-factoring
2015-01-20 16:17:14 +01:00
Georges Dubus
0c2271c579
Merge pull request #5868 from berdario/redis
...
Update redis to 2.8.19
2015-01-20 16:16:52 +01:00
Kurt Dietrich
f101f632b7
Add game-music-emu, a decoder plugin for mpd ( close #5431 )
...
@vcunat: nitpicks and add meta.license.
2015-01-20 16:08:01 +01:00
Ozan Sener
df08df795b
New package: avfs-1.0.2
2015-01-20 17:04:52 +02:00
Eelco Dolstra
83d9dd40f6
gdb: Don't pass guile
...
The configure script doesn't detect guile, so there is no sense in
having a build dependency on it:
checking for usable guile from /nix/store/hpnsswyh6qkjy5yvrf0a50k6cgm8cws8-pkg-config-0.28/bin/pkg-config... no
2015-01-20 16:00:29 +01:00
Eelco Dolstra
f3ee32559d
gdb: Update to 7.8.2
2015-01-20 15:52:11 +01:00
muflax
98556ef150
git-remote-hg: fix compatibility with mercurial 3.2
...
Close #5458 .
2015-01-20 15:49:59 +01:00
Eelco Dolstra
6c4d79191c
spotify: Drop more unused dependencies
2015-01-20 15:47:34 +01:00
Eelco Dolstra
836cc2f64d
spotify: Drop unused qt4webkit dependency
2015-01-20 15:47:33 +01:00
Eelco Dolstra
3ea88fec96
spotify: Install in $out/lib/spotify instead of $out/lib
...
This prevents nix-env collisions with other packages like Hipchat due
to private copies of libQtWebKit.so.4 and other libraries.
2015-01-20 15:47:33 +01:00
bbarker
d013149b59
dmtcp: major update ( close #5229 )
...
@vcunat: correct location of patched files, use license attribute,
remove file with the older version.
2015-01-20 15:25:39 +01:00
Vladimír Čunát
f484050a81
ikiwiki: maintenance update, and use a stable URL
...
CC maintainer @peti.
2015-01-20 14:05:25 +01:00
Domen Kožar
61d5c2c0af
eventlet: disable tests, too much of a burden
...
(cherry picked from commit 676e8d7aa4
)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-20 13:48:06 +01:00
Pascal Wittmann
c661352de2
gmtk: update from 1.0.8 to 1.0.9b
2015-01-20 13:02:45 +01:00
Pascal Wittmann
20d68c20e9
fswatch: update from 1.4.5.3 to 1.4.6
2015-01-20 13:02:45 +01:00
Lluís Batlle i Rossell
8aaac406bf
Updating megatools to 1.9.94.
...
Fixing the glib network part splice, which wasn't working.
2015-01-20 12:49:50 +01:00
Lluís Batlle i Rossell
1e561eb230
Updating glib-networking to match glib (2.42.1)
...
I think it's better if they match. Not that I hit a problem with the old
version though.
2015-01-20 12:49:50 +01:00
Pascal Wittmann
2be76b5405
Merge pull request #5865 from nckx/do-checks
...
Run tests for eid-{mw,viewer} and lz4
2015-01-20 12:26:58 +01:00
Eelco Dolstra
1ccbc2cbcc
Merge pull request #5861 from nckx/perl-remove-URIURL
...
Perl: remove unused URIURL (duplicate of URI)
2015-01-20 12:15:43 +01:00
Dario Bertini
0919d6322b
Update redis to 2.8.19
2015-01-20 10:56:53 +00:00
lethalman
5e7501cd41
Merge pull request #5864 from nckx/cassandra
...
cassandra 2.1.0 -> 2.1.2
2015-01-20 10:57:00 +01:00
Tobias Geerinckx-Rice
f02ced85c6
cassandra 2.1.0 -> 2.1.2
...
The old tarball was gone. I'll maintain it while I use it.
2015-01-20 10:28:26 +01:00
Bob van der Linden
7ee3b0023f
mjpg-streamer: use postFixup instead of dontPatchElf and NIX_LDFLAGS
2015-01-20 10:24:27 +01:00
Vincent Laporte
ba0e5d7be1
Adds monodevelop 5.1
2015-01-20 09:30:09 +01:00
Vincent Laporte
1da730d910
Adds gnome-sharp
...
A .Net language binding for assorted GNOME libraries
2015-01-20 09:30:09 +01:00
Vincent Laporte
038c7b3fbb
fsharp: update from 3.1.1.26 to 3.1.1.31
2015-01-20 09:30:09 +01:00
Vincent Laporte
46e3a701a5
mono: update from 3.2.8 to 3.8.0
2015-01-20 09:30:09 +01:00
Vincent Laporte
6d15aef1e3
Removes gtksourceview-sharp (broken)
2015-01-20 09:30:09 +01:00
Vincent Laporte
9ca516b081
Removes legacy gtk-sharp-1
2015-01-20 09:30:09 +01:00
Vincent Laporte
480148f2ce
Removes f-spot (broken)
2015-01-20 09:30:09 +01:00
Vincent Laporte
dea34aeb4b
Removes monodoc (obsolete and broken)
2015-01-20 09:30:08 +01:00
Vincent Laporte
1556527ddc
Removes monodevelop (obsolete and broken)
2015-01-20 09:30:08 +01:00
Moritz Kiefer
9b7e398a3c
Patch sh paths
2015-01-20 09:02:08 +01:00
Moritz Kiefer
46d59c3251
Add meta attribute to openjdk8
2015-01-20 09:02:07 +01:00
Moritz Kiefer
9d9f33863b
Add openjdk8
2015-01-20 09:02:07 +01:00
Tobias Geerinckx-Rice
d14ba81572
lz4: run tests
...
Data safety > valgrind.
2015-01-20 07:31:00 +01:00
Tobias Geerinckx-Rice
0fd09d1165
eid-{mw,viewer}: run tests
...
Not doing so in this case seems downright irresponsible.
2015-01-20 07:26:48 +01:00
Edward Tjörnhammar
02e7a4d403
Merge pull request #5860 from DamienCassou/heimdall-1.4.1
...
Update heimdall to 1.4.1
2015-01-20 07:24:11 +01:00
Damien Cassou
50ee0f020b
Update heimdall to 1.4.1
2015-01-20 07:10:23 +01:00
Charles Strahan
221509b0a6
ruby: refactoring, and package bundix
2015-01-20 01:07:55 -05:00
Tobias Geerinckx-Rice
4dc43d8c3e
Perl: remove unused URIURL (duplicate of URI)
2015-01-20 06:36:35 +01:00
Tobias Geerinckx-Rice
4a3c873e17
Python: add pgcli 0.13.0: command line interface for Postgres
2015-01-20 06:22:27 +01:00
Tobias Geerinckx-Rice
6a2175e4f2
Python: psycopg2 2.5.3 -> 2.5.4
2015-01-20 06:22:27 +01:00
Tobias Geerinckx-Rice
75573d02f2
Python: add sqlparse 0.1.14: SQL parser
2015-01-20 06:22:26 +01:00
Tobias Geerinckx-Rice
6b74454634
Python: add wcwidth 0.1.4: measure wide-character columns
2015-01-20 06:22:26 +01:00
Tobias Geerinckx-Rice
b3747c9180
Python: add prompt_toolkit 0.26: powerful command lines
2015-01-20 06:22:25 +01:00
Charles Strahan
bf16d03075
ruby: support for proper bundler installs
2015-01-19 20:02:47 -05:00
Peter Simons
f8710f9d81
haskell-ng: fix several builds with old versions of GHC
2015-01-19 23:15:29 +01:00
Peter Simons
8959aade32
haskell-generic-builder: allow setting preUnpack and postUnpack hooks
...
This is useful for Hydra builds that have more than one package in the
same repository and need to change to the proper directory.
2015-01-19 23:15:29 +01:00
Peter Simons
8d19893725
hackage-packages.nix: re-generate from Hackage 2015-01-19T13:54:06+0100
2015-01-19 23:15:29 +01:00
Michael Raskin
ed85662e55
Merge pull request #5842 from garrison/julia-overspecified-version
...
Don't overspecify the julia version
2015-01-19 23:52:37 +03:00
Edward Tjörnhammar
14f6ea9d3c
ihaskell: be more paranoid about profile initialization
2015-01-19 21:11:04 +01:00
vbgl
413acf4b9f
Merge pull request #4898 from vbgl/qgis
...
Updates qgis and dependencies
2015-01-19 18:56:19 +01:00
Robert Helgesson
f4bcecbda4
Fix build of 'pyacoustid' under Python 3.
2015-01-19 18:42:23 +01:00
Jim Garrison
90181a4a3d
Don't overspecify the julia version
...
This is to bring the julia version information into accordance with
section 7.3.2 of the nixpkgs manual:
The version in the filename should leave out unnecessary detail.
For instance, if we keep the latest Firefox 2.0.x and 3.5.x
versions in Nixpkgs, they should be named firefox/2.0.nix and
firefox/3.5.nix, respectively (which, at a given point, might
contain versions 2.0.0.20 and 3.5.4).
Julia uses semantic versioning (http://semver.org ), so the third
digit (the patch level) represents backwards-compatible bug fixes
only.
2015-01-19 09:35:18 -08:00
Peter Simons
59f107dd5d
Merge pull request #5853 from garrison/julia-enable-tests
...
Enable tests for Julia 0.3.X
2015-01-19 18:27:52 +01:00
Jim Garrison
9dba81cd29
Enable tests for Julia 0.3.X
...
It was mentioned in PR #5842 that Julia's testsuite fails under nixpkgs.
This PR enables the testsuite for Julia 0.3.X to demonstrate that it
works.
Since Julia is numerical software, I think it is a great idea to
merge this current PR so that Julia will always be tested in the
future.
I was unable to get the tests to pass on the 0.2.X branch. However,
this branch is dead (its latest commit was Aug 8) and will receive
no more releases.
2015-01-19 08:57:06 -08:00
Pascal Wittmann
78c5ebbce6
Merge pull request #5839 from nckx/vnstat
...
Update vnstat 1.11 -> 1.13
2015-01-19 17:36:11 +01:00
Tobias Geerinckx-Rice
baef95ebd1
Update vnstat 1.11 -> 1.13
2015-01-19 17:10:57 +01:00
Vincent Laporte
7ffd6825e1
qgis: update from 2.4.0 to 2.6.1
2015-01-19 16:18:01 +01:00
Vincent Laporte
b23a6aaab4
qscintilla: update from 2.8.3 to 2.8.4
2015-01-19 16:18:01 +01:00
Vincent Laporte
d7857e05c9
libspatialite: update from 4.1.1 to 4.2.0
2015-01-19 16:18:01 +01:00
Vincent Laporte
c2064921a2
proj: update from 4.5.0 to 4.8.0
2015-01-19 16:18:01 +01:00
Vincent Laporte
20d994031e
grass: tag as broken
2015-01-19 16:18:01 +01:00
John Wiegley
0ab226f71c
Merge pull request #5852 from berdario/master
...
hoogle-local-wrapper should quote the command argument
2015-01-19 09:17:21 -06:00
Moritz Ulrich
4f17a18423
cura(engine): update to 14.12.1
2015-01-19 15:52:46 +01:00
Moritz Ulrich
33fb7e6975
pngcrush: Update to 1.7.82.
2015-01-19 15:47:16 +01:00
Moritz Ulrich
4fbe003c99
Weechat: Update to 1.1.0.
2015-01-19 15:47:06 +01:00
Moritz Ulrich
e6e9a73424
Egg2nix: Bump to 0.5.
2015-01-19 15:43:25 +01:00
lethalman
d957d9e6bc
Merge pull request #5517 from paraseba/bumblebee
...
Bumblebee config to enable multiple monitors
2015-01-19 15:00:11 +01:00
lethalman
7fdbd2a394
Merge pull request #5537 from nckx/perlUpdates
...
perl: Glib 1.306 -> 1.307, Gtk2 1.2923 -> 1.2494
2015-01-19 14:54:01 +01:00
lethalman
ec7c028e14
Merge pull request #5563 from nckx/gdrivefs
...
Add gdrivefs (Python Google Drive FUSE client) and dependencies
2015-01-19 14:52:47 +01:00
Wout Mertens
7c3fa29e30
Fix LOCALE_ARCHIVE handling
2015-01-19 14:50:52 +01:00
lethalman
3d65a59e9f
Merge pull request #5703 from eduarrrd/gnuplot-5
...
gnuplot: bump to 5.0.0, allow choosing qt version
2015-01-19 14:50:14 +01:00
lethalman
19a105ac9e
Merge pull request #5823 from vandenoever/emscripten
...
Update emscripten to 1.29.3.
2015-01-19 14:41:31 +01:00
Dario Bertini
ddb32dcb7e
hoogle-local-wrapper should quote the command argument
2015-01-19 13:19:10 +00:00
wmertens
e5703d21a7
Fix glibclocales reference
...
Environment is auto-added if supported on the platform
2015-01-19 14:10:45 +01:00
Peter Simons
134d1a80c6
Add a package set for GHC 7.10.1-rc1 and bump GHC HEAD to 7.11.x.
...
Fixes https://github.com/NixOS/nixpkgs/issues/5836 .
2015-01-19 13:55:31 +01:00
Michael Raskin
f366483f36
Making StumpWM contrib separately available in line with upstream recommendations
2015-01-19 15:09:29 +03:00
Vincent Laporte
763b2a7718
merlin: update from 2.0 to 2.1
2015-01-19 12:07:00 +01:00
Vincent Laporte
547f11f015
tyxml: update from 3.3.0 to 3.4.0
2015-01-19 12:06:59 +01:00
Kris Jenkins
fb4a6119b6
Updating Elm packages.
...
This includes updates to elm -compiler, -make, -package and -reactor.
-repl's test suite currently breaks.
The build for elm-reactor could be more concise, but it's clean. The
final build step for elm-reactor ultimately relies on elm-package
downloading some libraries, so anything radically better would probably
need nix to step in and somehow emulate elm-package. That would take
more knowledge about elm & nix than I have...
2015-01-19 09:31:35 +00:00
Kris Jenkins
cc49382d26
Updating shake to the latest version.
2015-01-19 09:29:37 +00:00
Kris Jenkins
a413fa8e2d
Fixing shake test-suite run.
2015-01-19 09:29:37 +00:00
Michael Raskin
c163baca3b
Clean up glibcLocales environment handling -- manual merge of patch by wmertens (except Haskell part)
2015-01-19 11:06:11 +03:00
Michael Raskin
f33979461d
Merge pull request #5815 from eduarrrd/3dfsb
...
Add 3dfsb
2015-01-19 09:20:08 +03:00
Brian McKenna
8c66a5e8c0
Enable experimental for gst-plugins-good
...
This enables v4l2sink, a way of piping input into v4l2loopback. This is
useful for using a phone camera as a webcam, for example.
2015-01-18 22:46:50 -07:00
William A. Kennington III
fb921695b6
kernel: Fix grsec patch for 3.18.3
2015-01-18 21:11:07 -08:00
William A. Kennington III
2c02b7caff
kernel: 3.14.28 -> 3.14.29
2015-01-18 21:11:07 -08:00
William A. Kennington III
f23cb7d925
kernel: 3.12.35 -> 3.12.36
2015-01-18 21:11:07 -08:00
William A. Kennington III
9fce7cced9
kernel: 3.10.64 -> 3.10.65
2015-01-18 21:11:07 -08:00