summary refs log tree commit diff
path: root/pkgs/applications/video
Commit message (Collapse)AuthorAge
* * Added gecko-mediaplayer, a browser plugin that uses gnome-mplayer toEelco Dolstra2009-07-15
| | | | | | play video. Seems to be more stable than mplayerplug-in. svn path=/nixpkgs/trunk/; revision=16379
* Adding pkgconfig to MPlayer, as now it uses it for finding some libs as theora.Lluís Batlle i Rossell2009-05-17
| | | | svn path=/nixpkgs/trunk/; revision=15629
* Gnash: Remove pointless configure flag.Ludovic Courtès2009-05-11
| | | | svn path=/nixpkgs/trunk/; revision=15557
* Adding a patch I forgot needed for the xvidcap expressionLluís Batlle i Rossell2009-05-06
| | | | svn path=/nixpkgs/trunk/; revision=15479
* Updating xvidcap.Lluís Batlle i Rossell2009-05-03
| | | | svn path=/nixpkgs/trunk/; revision=15432
* * Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2009-04-23
| | | | | | | | | | builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
* * Another sync with the trunk.Eelco Dolstra2009-04-23
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
| * * Move the composition of Haskell packages out of all-packages.nixEelco Dolstra2009-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into haskell-packages.nix, which depends on an instance of GHC. This allows a consistent set of packages to be built with the same GHC. For instance, $ nix-build -A haskellPackages_ghc683.xmonad builds xmonad and all its dependencies with GHC 6.8.3, while $ nix-build -A haskellPackages_ghc6102.xmonad does the same with GHC 6.10.2. This is the same technique used with kernelPackages. It also means that we don't need things like "cabal682" and "cabal683" anymore. * The setup hook is now in a separate wrapper package so that we don't have to recompile all of GHC every time we want to make a small change. * cinelerra: this package appears to have an accidental dependency on the "X11" Haskell package. svn path=/nixpkgs/trunk/; revision=15125
* | * Sync with the trunk.Eelco Dolstra2009-04-15
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15065
| * Making mplayer compile with mesa, so it gets 'gl' output.Lluís Batlle i Rossell2009-04-14
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15041
* | * Simplified the pthread_cancel fix a bit: you just need to use -lgcc_s.Eelco Dolstra2009-04-13
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15017
* | * xine-ui: put $gcc/lib in the RPATH, because otherwise it will barfEelco Dolstra2009-04-09
| | | | | | | | | | | | | | (on exit) with "libgcc_s.so.1 must be installed for pthread_cancel to work". svn path=/nixpkgs/branches/stdenv-updates/; revision=14980
* | * Sync with the trunk.Eelco Dolstra2009-04-09
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
| * * vlc 0.9.9.Eelco Dolstra2009-04-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14872
* | * Sync with the trunk.Eelco Dolstra2009-03-16
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
| * * vlc: use faad.Eelco Dolstra2009-03-10
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14502
| * * ffmpeg: build with faad2 support. However, vlc still won't playEelco Dolstra2009-03-10
| | | | | | | | | | | | | | | | | | mp4a audio. * faad2: latest version. * vlc: fix the hard-coded OSD font path name. Dunno why they don't use fontconfig. svn path=/nixpkgs/trunk/; revision=14501
| * * MPlayer: updated to the SVN version.Eelco Dolstra2009-03-10
| | | | | | | | | | | | | | | | | | | | * VLC: updated to 0.9.8a. It now uses Qt for the GUI, which looks a lot better than the wxWidgets one. * libdvdread, libdvdnav: updated to 4.1.3. * ffmpeg: updated to 0.5 (a new release!). Got rid of the SVN version, which shouldn't be necessary anymore. svn path=/nixpkgs/trunk/; revision=14500
| * GNU Gnash 0.8.5.Ludovic Courtès2009-03-06
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14415
| * * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* | * MPlayer: disabled ivtv since it doesn't build.Eelco Dolstra2009-02-17
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14104
* added dvdauthorMarc Weber2009-01-14
| | | | svn path=/nixpkgs/trunk/; revision=13766
* removed mkDerivationByConfiguration, using composableDerivation insteadMarc Weber2008-12-20
| | | | | | qgis, vim_configurable both work now svn path=/nixpkgs/trunk/; revision=13661
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | svn path=/nixpkgs/trunk/; revision=13299
* Gnash: Use gst-ffmpeg and set the right `GST_PLUGIN_PATH'.Ludovic Courtès2008-11-12
| | | | | | This makes viewing YouTube videos work out-of-the-box! svn path=/nixpkgs/trunk/; revision=13256
* * Disable make check for now, still investigating...Eelco Dolstra2008-10-21
| | | | svn path=/nixpkgs/trunk/; revision=13101
* Gnash: Run the test suite.Ludovic Courtès2008-10-15
| | | | svn path=/nixpkgs/trunk/; revision=13073
* added meta tag to xvidcapMarc Weber2008-10-14
| | | | svn path=/nixpkgs/trunk/; revision=13071
* added cinelerra (video editing application)Marc Weber2008-10-14
| | | | svn path=/nixpkgs/trunk/; revision=13068
* GNU Gnash 0.8.4.Ludovic Courtès2008-10-14
| | | | svn path=/nixpkgs/trunk/; revision=13059
* GNU Gnash: Depend on Libtool.Ludovic Courtès2008-07-06
| | | | | | | | | This (1) allows Gnash to be linked against the available `libltdl' rather than its own, and (2) it prevents `libtld.h' to be installed (which was the case when Gnash's own libltdl was used), thereby avoiding a collision with Libtool. svn path=/nixpkgs/trunk/; revision=12292
* * mythtv: build with Xv/X11/XvMV support. However, for some strangeEelco Dolstra2008-06-25
| | | | | | Qt-related reason it currently needs libXmu in $LD_LIBRARY_PATH. svn path=/nixpkgs/trunk/; revision=12191
* * Fixes for a52dec and mpeg2dec to make vlc build on x86_64-linux.Eelco Dolstra2008-06-25
| | | | | | | | | | * Fixes to make par2cmdline and exult build on gcc 4.x, since gcc 3.4.x doesn't seem to work on x86_64-linux (NIXPKGS-91). * Disabled pidgin on x86_64-linux because it needs a dynamic libperl which we don't have right now. * Disabled wine on x86_64-linux because we still lack -m32 support. svn path=/nixpkgs/trunk/; revision=12187
* Gnash: Use the GNU mirror, honor $TMPDIR.Ludovic Courtès2008-06-25
| | | | svn path=/nixpkgs/trunk/; revision=12182
* * MythTV 0.21.Eelco Dolstra2008-06-23
| | | | svn path=/nixpkgs/trunk/; revision=12177
* * firefox-wrapper: plugins no longer have to declare additionalEelco Dolstra2008-06-14
| | | | | | | | | LD_LIBRARY_PATH elements, since they can use patchelf --rpath if necessary. * Flashplayer / JRE: do just that. * JRE: libstdcpp5 no longer seems to be necessary for the plugin. svn path=/nixpkgs/trunk/; revision=12094
* * Merged the stdenv branchEelco Dolstra2008-06-13
|\ | | | | | | | | | | | | (https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates -r10966:12061). svn path=/nixpkgs/trunk/; revision=12073
| * * Remove calls to fail().Eelco Dolstra2008-04-23
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
* | Gnash 0.8.3Michael Raskin2008-06-13
| | | | | | | | svn path=/nixpkgs/trunk/; revision=12070
* | Add real players codecs for MPlayer. (can now play *.rmvb files)Nicolas Pierron2008-04-10
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11552
* | Reverted unneeded setting of NIX_LDFLAGS.Michael Raskin2008-03-14
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11112
* | Unfortunately needed here on NixOS...Michael Raskin2008-03-11
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11054
* | Gnash: Add `libXext' to the `RPATH' of `gtk-gnash'.Ludovic Courtès2008-03-10
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11036
* | Gnash: Install Mozilla plug-in.Ludovic Courtès2008-03-10
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11034
* | GNU Gnash 0.8.2, Agg 2.5.Ludovic Courtès2008-03-10
| | | | | | | | svn path=/nixpkgs/trunk/; revision=11030
* | Added CDDA support to MPlayerMichael Raskin2008-03-06
|/ | | | svn path=/nixpkgs/trunk/; revision=10978
* Nix-expr style reviewYury G. Kudryashov2008-01-30
| | | | | | | | | | | | Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/trunk/; revision=10415
* xine should work nowYury G. Kudryashov2008-01-28
| | | | svn path=/nixpkgs/trunk/; revision=10353
* kino not finding dll fix. Now you can start itMarc Weber2008-01-13
| | | | svn path=/nixpkgs/trunk/; revision=10138
* kino (compiling but neither finding libX11 nor libghtread)Marc Weber2008-01-13
| | | | | | | and libiec61883 (dependency) added svn path=/nixpkgs/trunk/; revision=10133