14 stdenv.mkDerivation (finalAttrs: {
18 src = fetchFromGitLab {
19 domain = "code.videolan.org";
22 rev = "v${finalAttrs.version}";
23 hash = "sha256-hq3LnLACZfV+E76ZDEHGlN51fS6AqFnNReE3JlWcv9M=";
37 preConfigure = "autoreconf --install";
40 updateScript = gitUpdater { rev-prefix = "v"; };
41 tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
45 description = "Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream";
46 homepage = "https://code.videolan.org/jeeb/aribb24/";
47 license = licenses.lgpl3Plus;
48 pkgConfigModules = [ "aribb24" ];
49 platforms = platforms.unix;
50 maintainers = with maintainers; [ jopejoe1 ];