summary refs log tree commit diff
path: root/pkgs/development/libraries/mediastreamer
Commit message (Collapse)AuthorAge
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
|\
| * Merge master into staging-nextFrederik Rietdijk2019-11-25
| |\
| | * mediastreamer-openh264: 0.0pre20160801 -> 1.2.1c0bw3b2019-11-23
| | |
| | * mediastreamer2: fix meta.homepagec0bw3b2019-11-23
| | | | | | | | | | | | | | | + remove openssl from inputs (it's not used) + fix git version CFLAGS
| * | treewide: Get rid of libGLU_combinedadisbladis2019-11-18
| |/
* / mediastreamer: fix build with gcc9Franz Pletz2019-11-06
|/
* treewide: remove redundant quotesvolth2019-09-08
|
* Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk2019-09-08
|\ | | | | | | Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| * Merge remote-tracking branch 'origin/master' into gcc-8Franz Pletz2019-09-03
| |\
| * | mediastreamer2: fix build with gcc8Robin Gloster2019-06-17
| | |
* | | treewide: remove redundant recvolth2019-08-28
| |/ |/|
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* mediastreamer: 2.14.0 -> 2.16.0adisbladis2018-02-10
|
* misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson2017-09-21
| | | | | Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* mediastreamer-openh264: 1.0.0 -> git version from Belledonne Communications ↵Michael Raskin2016-09-06
| | | | fork (Linphone upstream) 2016-08-01
* mediastreamer2: 2.12.1 -> 2.14.0Michael Raskin2016-09-06
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* mediastreamer: 2.11.2 -> 2.12.1Vladimír Čunát2016-05-07
| | | | | This fixes the build broken by ortp update d4d6d9d3d. http://hydra.nixos.org/build/35224682
* mediastreamer: work around a build problemVladimír Čunát2015-11-20
| | | | The new deprecation was most likely triggered by ffmpeg update to 2.8.*
* mediastreamer-openh264: init at 1.0.0Thomas Strobel2015-08-26
|
* mediastreamer: introduce environment variable to set plugins directoryThomas Strobel2015-08-26
|
* mediastreamer: 2.11.1 -> 2.11.2Thomas Strobel2015-08-26
|
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* mediastreamer: 2.10.0 -> 2.11.1William A. Kennington III2015-04-06
|
* mediastreamer: fix build by updatingVladimír Čunát2014-04-19
| | | | Probably broken by major ffmpeg update.
* Linphone 3.6.1Lluís Batlle i Rossell2013-06-29
| | | | | | Lots of updates and new/old libs to get the latest linphone It segfaults on running.
* Merge remote-tracking branch 'upstream/master' into stdenv-updatesShea Levy2013-02-17
|\
| * mediastreamer: forgotten update needed for linphoneVladimír Čunát2013-02-16
| |
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
|/ | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* mediastreamer-2.8.0Yury G. Kudryashov2012-02-17
| | | | svn path=/nixpkgs/trunk/; revision=32343
* mediastreamer-2.7.2; drop my patches. TODO: forward-port plugins.patchYury G. Kudryashov2011-06-07
| | | | svn path=/nixpkgs/trunk/; revision=27375
* * composedArgsAndFun -> makeOverridable for consistency.Eelco Dolstra2010-07-29
| | | | | | * Rename a few single-version packages to "default.nix". svn path=/nixpkgs/trunk/; revision=22803
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* Mediastreamer: compilableYury G. Kudryashov2008-02-10
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10569
* added mediastreamer (failed to build now)Yury G. Kudryashov2008-02-07
svn path=/nixpkgs/branches/stdenv-updates/; revision=10539