aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/video/mythtv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mythtv: 30.0 -> 31.0Louis Tim Larsen2020-07-303-79/+36
| | | | PR #93486
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-181-2/+2
|
* mythtv: 29.1 -> 30.0 (#71002)Louis Tim Larsen2019-10-273-15/+85
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mythtv: fix build with exiv2 0.27.1worldofpeace2019-06-271-1/+10
|
* mythtv: 0.27.4 -> 29.1Daniel Fullmer2018-03-231-12/+17
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-241-2/+2
|
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-071-1/+1
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-151-2/+2
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-291-2/+2
|
* mythtv: 0.24.2 -> 0.27.4Jonathan Rudenberg2014-11-022-19/+16
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-281-1/+1
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* mythth-0.24.2Yury G. Kudryashov2012-03-164-136/+25
| | | | | | | | | New dependencies: * Qt4 * Pulseaudio (optional but I've hardcoded it) * fftw (single precision) svn path=/nixpkgs/trunk/; revision=33180
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-1/+1
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* State qt version (3/4) in packages, not in all-packages.nixYury G. Kudryashov2012-01-071-2/+4
| | | | svn path=/nixpkgs/trunk/; revision=31406
* * Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2009-04-231-1/+0
| | | | | | | | | | 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
* * mythtv: build with Xv/X11/XvMV support. However, for some strangeEelco Dolstra2008-06-252-4/+5
| | | | | | Qt-related reason it currently needs libXmu in $LD_LIBRARY_PATH. svn path=/nixpkgs/trunk/; revision=12191
* * MythTV 0.21.Eelco Dolstra2008-06-233-24/+27
| | | | svn path=/nixpkgs/trunk/; revision=12177
* * Remove calls to fail().Eelco Dolstra2008-04-231-2/+2
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-241-1/+1
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Remove the workaround for NIXPKGS-30.Eelco Dolstra2006-10-171-5/+2
| | | | | | * Add MythTV to the channel. svn path=/nixpkgs/trunk/; revision=6741
* * Quick fix for MythTV (NIXPKGS-30).Eelco Dolstra2006-10-151-0/+4
| | | | svn path=/nixpkgs/trunk/; revision=6737
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-121-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * Doh.Eelco Dolstra2006-09-141-0/+75
| | | | svn path=/nixpkgs/trunk/; revision=6523
* * It compiles!Eelco Dolstra2006-09-141-5/+8
| | | | svn path=/nixpkgs/trunk/; revision=6522
* * Qt: enable OpenGL, Xrandr, Xinerama support.Eelco Dolstra2006-09-141-2/+8
| | | | | | * MythTV: add OpenGL stuff. svn path=/nixpkgs/trunk/; revision=6520
* * MythTV 0.20 (doesn't work yet).Eelco Dolstra2006-09-142-5/+15
| | | | svn path=/nixpkgs/trunk/; revision=6519
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-301-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * "." -> "source".Eelco Dolstra2005-12-051-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * Upgraded MythTV to 0.18.1Martin Bravenboer2005-10-223-19/+14
| | | | svn path=/nixpkgs/trunk/; revision=4118
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-221-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Merge r2396.Eelco Dolstra2005-03-141-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=2397
* * MythTV 0.17.Eelco Dolstra2005-02-162-46/+12
| | | | svn path=/nixpkgs/trunk/; revision=2244
* * Set the QTDIR variable in a Qt setup hook.Eelco Dolstra2005-02-151-2/+0
| | | | svn path=/nixpkgs/trunk/; revision=2240
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-151-1/+1
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Qt: add optional support for MySQL.Eelco Dolstra2005-01-222-2/+11
| | | | | | | | | | | * MythTV: the setup program works :-). * Added XmlTV. This requires a huge number of Perl modules, so... * Added a generic builder for Perl modules. I'm lazy so the modules are defined directly in all-packages-generic.nix. The generic builder also patches Perl scripts to include a hard-coded Perl module search path (i.e., similar to an RPATH in ELF executables). svn path=/nixpkgs/trunk/; revision=2083
* * MythTV now installs properly, but it doesn't work yet since Qt hasEelco Dolstra2005-01-203-1/+54
| | | | | | to be built with MySql client support. svn path=/nixpkgs/trunk/; revision=2078
* * Added libXxf86vm and xf86vmext from xlibs CVS.Eelco Dolstra2005-01-202-0/+25
* Added MythTV. But it doesn't build properly yet (it compiles fine, but it ignores the prefix). svn path=/nixpkgs/trunk/; revision=2077