about summary refs log tree commit diff
path: root/pkgs/applications/video/vlc
AgeCommit message (Collapse)AuthorFilesLines
2022-01-03vlc: add myself as maintainerAndersonTorres1-0/+1
2022-01-03vlc: refactorAndersonTorres1-35/+156
Split long lines, one attribute per line, refactor the Aarch flag and other minor things. Also, remove the indiscriminated use of `with lib;`.
2022-01-03vlc: document patchAndersonTorres1-0/+1
2021-12-15libspatialaudio: init at 0.3.0;vlc: fix headphones modeKris La1-3/+9
2021-10-16vlc: remove live555 dependency on 32-bit ARM (#141215)Piper McCorkle1-2/+2
2021-10-06libgpg-error: rename from libgpgerrorRyan Burns1-2/+2
Matches pname and upstream project name
2021-07-29vlc: add srt supportoxalica1-3/+11
This enables the protocol `srt://` for vlc and downstream packages.
2021-07-26vlc: add ncurses supportNathan Ringo1-1/+2
This allows building the nvlc program, resolving #130119.
2021-07-01vlc: 3.0.12 -> 3.0.16Mustafa Çalışkan1-2/+2
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-03-06treewide: unzip buldInputs to nativeBuildInputs (2)Ben Siraphob1-2/+2
2021-02-11vlc: replace ffmpeg_3 with ffmpegTredwellGit1-2/+2
2021-01-22vlc: 3.0.11.1 -> 3.0.12tu-maurice2-48/+2
2021-01-17vlc: add skin support (#109235)Lucas Eduardo1-3/+4
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-21vlc: Use qt515 (add QPainterPath patch from OpenSUSE)Doron Behar2-1/+43
2020-10-05fixPeter Hoeg1-1/+1
2020-10-05f/vlc: change name for library only versionPeter Hoeg1-1/+1
2020-09-26vlc: fix meta.brokenThomas Tuegel1-1/+1
2020-09-07vlc: mark broken with Qt 5.15Thomas Tuegel1-0/+1
2020-07-30libsForQt5.vlc: 3.0.11 -> 3.0.11.1R. RyanTM1-2/+2
2020-06-17vlc: 3.0.10 -> 3.0.11Valentin Lorentz1-2/+2
Includes a security fix for CVE-2020-13428. Also available at: http://git.videolan.org/?p=vlc/vlc-3.0.git;a=blobdiff;f=modules/packetizer/hxxx_nal.c;h=6bdfd5a2a58ab9397d5758726ef16dfb27fec2a0;hp=73450606e382329a301e04d37c5ac259951448e8;hb=d5c43c21c747ff30ed19fcca745dea3481c733e0;hpb=441907f4352107737523bf9cfb56eabe3563edb4 Release notes: http://git.videolan.org/?p=vlc/vlc-3.0.git;a=tag;h=1519d3219a8d151bca792f40003051fa8b967734
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-05-10libsForQt5.vlc: 3.0.8 -> 3.0.10R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-25vlc: Add libssh2 as dependency to support sftp inputsDaniel Albert1-2/+2
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-21vlc: 3.0.7.1 -> 3.0.8 (security)Vladimír Čunát1-2/+2
https://www.videolan.org/security/sb-vlc308.html I've been using it briefly without any issues; the NEWS seem fairly safe: https://www.videolan.org/developers/vlc-branch/NEWS
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-28vlc: use wrapQtAppsHookIoannis Koutras1-3/+4
2019-06-18libsForQt5.vlc: 3.0.7 -> 3.0.7.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vlc/versions
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
* treewide: remove unused variables * making ofborg happy
2019-06-10vlc: 3.0.7 - security!Will Dietz1-2/+2
http://www.jbkempf.com/blog/post/2019/VLC-3.0.7-and-security NEWS here: https://www.videolan.org/developers/vlc-branch/NEWS (will likely always point to latest release, FWIW, scroll as needed)
2019-04-01vlc: add chromecastSupport optionAndrey Petrov1-2/+13
Enables Chromecast support by default in VLC. Fixes #58365. Includes release note.
2019-01-13vlc: 3.0.5 -> 3.0.6Will Dietz1-2/+2
https://www.videolan.org/news.html#news-2019-01-10
2019-01-01libsForQt5.vlc: 3.0.4 -> 3.0.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vlc/versions
2018-11-18live555: broken on aarch64c0bw3b1-3/+4
2018-11-18vlc: fix build without qt5Jan Malakhovski1-1/+1
2018-10-27vlc: remove references to the Qt development headersAndrew Dunham1-2/+7
2018-10-27vlc: shrink runtime closure size by removing CONFIGURE_LINEAndrew Dunham1-0/+5
2018-09-26vlc: 3.0.3 -> 3.0.4 (#47406)Corey O'Connor1-14/+2
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-2/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-06-18vlc: Fixes build with fribidi version 1.0 (#42130)Bastian Köcher1-0/+4
2018-06-05vlc: 3.0.1 -> 3.0.3 (#41483)Bastian Köcher1-2/+10
Besides updating the version, a patch is applied for building with QT5.11.
2018-05-02vlc_npapi: drop it as firefox no longer support NPAPIPeter Hoeg1-34/+0
2018-05-02vlc: 2.2.8 -> 3.0.1Peter Hoeg1-52/+47
2018-04-16vlc: drop unused onlyLibVLC argumentPiotr Bogdan1-3/+1
nothing within nixpkgs uses this and the package doesn't actually build if it's supplied.
2017-12-21vlc: 2.2.6 -> 2.2.8Peter Hoeg1-10/+2