11 buildPythonPackage rec {
13 version = "3.0.20123";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-JE+7njkqAyaEH8qSbW0SoqNsVGmCGR9JPxSPoZ5msdQ=";
26 src = ./vlc-paths.patch;
27 libvlcPath = "${libvlc}/lib/libvlc.so.5";
31 propagatedBuildInputs = [ setuptools ];
36 pythonImportsCheck = [ "vlc" ];
39 description = "Python bindings for VLC, the cross-platform multimedia player and framework";
40 homepage = "https://wiki.videolan.org/PythonBinding";
41 license = licenses.lgpl21Plus;
42 maintainers = with maintainers; [ tbenst ];