From 9a7ebeb22e2a07f91a5b289b6b2442115c970fb8 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Thu, 12 Sep 2024 23:01:36 +0200 Subject: [PATCH] initial flatpak files --- flatpak/python3-aiohttp.json | 44 ++ flatpak/python3-argon2-cffi-bindings.json | 24 + flatpak/python3-cffi.yaml | 10 + flatpak/python3-customtkinter.json | 24 + flatpak/python3-expandvars.json | 14 + flatpak/python3-minio.json | 49 ++ flatpak/python3-pillow.json | 14 + flatpak/python3-platformdirs.json | 14 + flatpak/python3-poetry-core.json | 14 + flatpak/python3-pycparser.yaml | 10 + flatpak/python3-pyyaml.json | 14 + flatpak/python3-qrcode.json | 24 + flatpak/python3-requirements.json | 351 ++++++++++ flatpak/python3-tkcalendar.json | 19 + flatpak/python3-tktimepicker.json | 14 + flatpak/rocks.syng.syng-gui.yml | 746 ++++++++++++++++++++++ 16 files changed, 1385 insertions(+) create mode 100644 flatpak/python3-aiohttp.json create mode 100644 flatpak/python3-argon2-cffi-bindings.json create mode 100644 flatpak/python3-cffi.yaml create mode 100644 flatpak/python3-customtkinter.json create mode 100644 flatpak/python3-expandvars.json create mode 100644 flatpak/python3-minio.json create mode 100644 flatpak/python3-pillow.json create mode 100644 flatpak/python3-platformdirs.json create mode 100644 flatpak/python3-poetry-core.json create mode 100644 flatpak/python3-pycparser.yaml create mode 100644 flatpak/python3-pyyaml.json create mode 100644 flatpak/python3-qrcode.json create mode 100644 flatpak/python3-requirements.json create mode 100644 flatpak/python3-tkcalendar.json create mode 100644 flatpak/python3-tktimepicker.json create mode 100644 flatpak/rocks.syng.syng-gui.yml diff --git a/flatpak/python3-aiohttp.json b/flatpak/python3-aiohttp.json new file mode 100644 index 0000000..342a3f4 --- /dev/null +++ b/flatpak/python3-aiohttp.json @@ -0,0 +1,44 @@ +{ + "name": "python3-aiohttp", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"aiohttp\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/04/a4/e3679773ea7eb5b37a2c998e25b017cc5349edf6ba2739d1f32855cfb11b/aiohttp-3.9.5.tar.gz", + "sha256": "edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl", + "sha256": "f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl", + "sha256": "99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/cf/3d/2102257e7acad73efc4a0c306ad3953f68c504c16982bbdfee3ad75d8085/frozenlist-1.4.1.tar.gz", + "sha256": "c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8ed402b" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl", + "sha256": "82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/f9/79/722ca999a3a09a63b35aac12ec27dfa8e5bb3a38b0f857f7a1a209a88836/multidict-6.0.5.tar.gz", + "sha256": "f7e301075edaf50500f0b341543c41194d8df3ae5caf4702f2095f3ca73dd8da" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/e0/ad/bedcdccbcbf91363fd425a948994f3340924145c2bc8ccb296f4a1e52c28/yarl-1.9.4.tar.gz", + "sha256": "566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-argon2-cffi-bindings.json b/flatpak/python3-argon2-cffi-bindings.json new file mode 100644 index 0000000..73cda1c --- /dev/null +++ b/flatpak/python3-argon2-cffi-bindings.json @@ -0,0 +1,24 @@ +{ + "name": "python3-argon2-cffi-bindings", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"argon2-cffi-bindings\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/b9/e9/184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e/argon2-cffi-bindings-21.2.0.tar.gz", + "sha256": "bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/68/ce/95b0bae7968c65473e1298efb042e10cafc7bafc14d9e4f154008241c91d/cffi-1.16.0.tar.gz", + "sha256": "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl", + "sha256": "c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-cffi.yaml b/flatpak/python3-cffi.yaml new file mode 100644 index 0000000..1de54e1 --- /dev/null +++ b/flatpak/python3-cffi.yaml @@ -0,0 +1,10 @@ +# Generated with flatpak-pip-generator --yaml cffi +name: python3-cffi +buildsystem: simple +build-commands: + - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}" + --prefix=${FLATPAK_DEST} "cffi" --no-build-isolation +sources: + - type: file + url: https://files.pythonhosted.org/packages/68/ce/95b0bae7968c65473e1298efb042e10cafc7bafc14d9e4f154008241c91d/cffi-1.16.0.tar.gz + sha256: bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0 diff --git a/flatpak/python3-customtkinter.json b/flatpak/python3-customtkinter.json new file mode 100644 index 0000000..e5b2800 --- /dev/null +++ b/flatpak/python3-customtkinter.json @@ -0,0 +1,24 @@ +{ + "name": "python3-customtkinter", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"customtkinter\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/3b/b1/b43b33001a77256b335511e75f257d001082350b8506c8807f30c98db052/customtkinter-5.2.2-py3-none-any.whl", + "sha256": "14ad3e7cd3cb3b9eb642b9d4e8711ae80d3f79fb82545ad11258eeffb2e6b37c" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/f2/f2/728f041460f1b9739b85ee23b45fa5a505962ea11fd85bdbe2a02b021373/darkdetect-0.8.0-py3-none-any.whl", + "sha256": "a7509ccf517eaad92b31c214f593dbcf138ea8a43b2935406bbd565e15527a85" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl", + "sha256": "5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-expandvars.json b/flatpak/python3-expandvars.json new file mode 100644 index 0000000..6468c51 --- /dev/null +++ b/flatpak/python3-expandvars.json @@ -0,0 +1,14 @@ +{ + "name": "python3-expandvars", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"expandvars\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/df/b3/072c28eace372ba7630ea187b7efd7f09cc8bcebf847a96b5e03e9cc0828/expandvars-0.12.0-py3-none-any.whl", + "sha256": "7432c1c2ae50c671a8146583177d60020dd210ada7d940e52af91f1f84f753b2" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-minio.json b/flatpak/python3-minio.json new file mode 100644 index 0000000..a3a7b26 --- /dev/null +++ b/flatpak/python3-minio.json @@ -0,0 +1,49 @@ +{ + "name": "python3-minio", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"minio\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl", + "sha256": "c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/1c/d5/c84e1a17bf61d4df64ca866a1c9a913874b4e9bdc131ec689a0ad013fb36/certifi-2024.7.4-py3-none-any.whl", + "sha256": "c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/68/ce/95b0bae7968c65473e1298efb042e10cafc7bafc14d9e4f154008241c91d/cffi-1.16.0.tar.gz", + "sha256": "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/51/9a/66fc4e8c861fa4e3029da41569531a56c471abb3c3e08d236115807fb476/minio-7.2.7-py3-none-any.whl", + "sha256": "59d1f255d852fe7104018db75b3bebbd987e538690e680f7c5de835e422de837" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl", + "sha256": "c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/b9/ed/19223a0a0186b8a91ebbdd2852865839237a21c74f1fbc4b8d5b62965239/pycryptodome-3.20.0.tar.gz", + "sha256": "09609209ed7de61c2b560cc5c8c4fbf892f8b15b1faf7e4cbffac97db1fffda7" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl", + "sha256": "04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/ca/1c/89ffc63a9605b583d5df2be791a27bc1a42b7c32bab68d3c8f2f73a98cd4/urllib3-2.2.2-py3-none-any.whl", + "sha256": "a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472" + } + ] +} diff --git a/flatpak/python3-pillow.json b/flatpak/python3-pillow.json new file mode 100644 index 0000000..4387d7a --- /dev/null +++ b/flatpak/python3-pillow.json @@ -0,0 +1,14 @@ +{ + "name": "python3-pillow", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pillow\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/cd/74/ad3d526f3bf7b6d3f408b73fde271ec69dfac8b81341a318ce825f2b3812/pillow-10.4.0.tar.gz", + "sha256": "166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-platformdirs.json b/flatpak/python3-platformdirs.json new file mode 100644 index 0000000..0a4b990 --- /dev/null +++ b/flatpak/python3-platformdirs.json @@ -0,0 +1,14 @@ +{ + "name": "python3-platformdirs", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"platformdirs\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/68/13/2aa1f0e1364feb2c9ef45302f387ac0bd81484e9c9a4c5688a322fbdfd08/platformdirs-4.2.2-py3-none-any.whl", + "sha256": "2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-poetry-core.json b/flatpak/python3-poetry-core.json new file mode 100644 index 0000000..ff17e5d --- /dev/null +++ b/flatpak/python3-poetry-core.json @@ -0,0 +1,14 @@ +{ + "name": "python3-poetry-core", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"poetry-core\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/a1/8d/85fcf9bcbfefcc53a1402450f28e5acf39dcfde3aabb996a1d98481ac829/poetry_core-1.9.0-py3-none-any.whl", + "sha256": "4e0c9c6ad8cf89956f03b308736d84ea6ddb44089d16f2adc94050108ec1f5a1" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-pycparser.yaml b/flatpak/python3-pycparser.yaml new file mode 100644 index 0000000..8c71624 --- /dev/null +++ b/flatpak/python3-pycparser.yaml @@ -0,0 +1,10 @@ +# Generated with flatpak-pip-generator --yaml pycparser +name: python3-pycparser +buildsystem: simple +build-commands: + - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}" + --prefix=${FLATPAK_DEST} "pycparser" --no-build-isolation +sources: + - type: file + url: https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl + sha256: c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc diff --git a/flatpak/python3-pyyaml.json b/flatpak/python3-pyyaml.json new file mode 100644 index 0000000..eae93af --- /dev/null +++ b/flatpak/python3-pyyaml.json @@ -0,0 +1,14 @@ +{ + "name": "python3-pyyaml", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyyaml\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz", + "sha256": "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-qrcode.json b/flatpak/python3-qrcode.json new file mode 100644 index 0000000..3b33a9b --- /dev/null +++ b/flatpak/python3-qrcode.json @@ -0,0 +1,24 @@ +{ + "name": "python3-qrcode", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"qrcode\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/3e/b9/3766cc361d93edb2ce81e2e1f87dd98f314d7d513877a342d31b30741680/pypng-0.20220715.0-py3-none-any.whl", + "sha256": "4a43e969b8f5aaafb2a415536c1a8ec7e341cd6a3f957fd5b5f32a4cfeed902c" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/24/79/aaf0c1c7214f2632badb2771d770b1500d3d7cbdf2590ae62e721ec50584/qrcode-7.4.2-py3-none-any.whl", + "sha256": "581dca7a029bcb2deef5d01068e39093e80ef00b4a61098a2182eac59d01643a" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl", + "sha256": "04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-requirements.json b/flatpak/python3-requirements.json new file mode 100644 index 0000000..f2c60d9 --- /dev/null +++ b/flatpak/python3-requirements.json @@ -0,0 +1,351 @@ +{ + "name": "python3-requirements", + "buildsystem": "simple", + "build-commands": [], + "modules": [ + { + "name": "python3-bidict", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"bidict==0.23.1\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl", + "sha256": "5dae8d4d79b552a71cbabc7deb25dfe8ce710b17ff41711e13010ead2abfc3e5" + } + ] + }, + { + "name": "python3-brotli", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"brotli==1.1.0\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/2f/c2/f9e977608bdf958650638c3f1e28f85a1b075f075ebbe77db8555463787b/Brotli-1.1.0.tar.gz", + "sha256": "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724" + } + ] + }, + { + "name": "python3-certifi", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"certifi==2024.7.4\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/1c/d5/c84e1a17bf61d4df64ca866a1c9a913874b4e9bdc131ec689a0ad013fb36/certifi-2024.7.4-py3-none-any.whl", + "sha256": "c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90" + } + ] + }, + { + "name": "python3-charset-normalizer", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"charset-normalizer==3.3.2\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz", + "sha256": "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" + } + ] + }, + { + "name": "python3-h11", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"h11==0.14.0\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", + "sha256": "e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" + } + ] + }, + { + "name": "python3-idna", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"idna==3.7\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl", + "sha256": "82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" + } + ] + }, + { + "name": "python3-mutagen", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"mutagen==1.47.0\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/b0/7a/620f945b96be1f6ee357d211d5bf74ab1b7fe72a9f1525aafbfe3aee6875/mutagen-1.47.0-py3-none-any.whl", + "sha256": "edd96f50c5907a9539d8e5bba7245f62c9f520aef333d13392a79a4f70aca719" + } + ] + }, + { + "name": "python3-pycryptodomex", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pycryptodomex==3.20.0\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/31/a4/b03a16637574312c1b54c55aedeed8a4cb7d101d44058d46a0e5706c63e1/pycryptodomex-3.20.0.tar.gz", + "sha256": "7a710b79baddd65b806402e14766c721aee8fb83381769c27920f26476276c1e" + } + ] + }, + { + "name": "python3-python-engineio", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"python-engineio==4.9.1\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", + "sha256": "e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/ad/38/4642c75241686c9cf05d23c50b9ffbd760507292f12fdfb04adc2ab5d34a/python_engineio-4.9.1-py3-none-any.whl", + "sha256": "f995e702b21f6b9ebde4e2000cd2ad0112ba0e5116ec8d22fe3515e76ba9dddd" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/6d/ea/288a8ac1d9551354488ff60c0ac6a76acc3b6b60f0460ac1944c75e240da/simple_websocket-1.0.0-py3-none-any.whl", + "sha256": "1d5bf585e415eaa2083e2bcf02a3ecf91f9712e7b3e6b9fa0b461ad04e0837bc" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/78/58/e860788190eba3bcce367f74d29c4675466ce8dddfba85f7827588416f01/wsproto-1.2.0-py3-none-any.whl", + "sha256": "b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736" + } + ] + }, + { + "name": "python3-python-socketio", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"python-socketio==5.11.3\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl", + "sha256": "5dae8d4d79b552a71cbabc7deb25dfe8ce710b17ff41711e13010ead2abfc3e5" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", + "sha256": "e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/ad/38/4642c75241686c9cf05d23c50b9ffbd760507292f12fdfb04adc2ab5d34a/python_engineio-4.9.1-py3-none-any.whl", + "sha256": "f995e702b21f6b9ebde4e2000cd2ad0112ba0e5116ec8d22fe3515e76ba9dddd" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/e9/59/5ee858d5736594d75385b9a8c0f65af6eca5da2b359ed3fb6a7486526399/python_socketio-5.11.3-py3-none-any.whl", + "sha256": "2a923a831ff70664b7c502df093c423eb6aa93c1ce68b8319e840227a26d8b69" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/6d/ea/288a8ac1d9551354488ff60c0ac6a76acc3b6b60f0460ac1944c75e240da/simple_websocket-1.0.0-py3-none-any.whl", + "sha256": "1d5bf585e415eaa2083e2bcf02a3ecf91f9712e7b3e6b9fa0b461ad04e0837bc" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/78/58/e860788190eba3bcce367f74d29c4675466ce8dddfba85f7827588416f01/wsproto-1.2.0-py3-none-any.whl", + "sha256": "b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736" + } + ] + }, + { + "name": "python3-requests", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"requests==2.32.3\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/1c/d5/c84e1a17bf61d4df64ca866a1c9a913874b4e9bdc131ec689a0ad013fb36/certifi-2024.7.4-py3-none-any.whl", + "sha256": "c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz", + "sha256": "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl", + "sha256": "82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", + "sha256": "70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/ca/1c/89ffc63a9605b583d5df2be791a27bc1a42b7c32bab68d3c8f2f73a98cd4/urllib3-2.2.2-py3-none-any.whl", + "sha256": "a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472" + } + ] + }, + { + "name": "python3-simple-websocket", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"simple-websocket==1.0.0\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", + "sha256": "e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/6d/ea/288a8ac1d9551354488ff60c0ac6a76acc3b6b60f0460ac1944c75e240da/simple_websocket-1.0.0-py3-none-any.whl", + "sha256": "1d5bf585e415eaa2083e2bcf02a3ecf91f9712e7b3e6b9fa0b461ad04e0837bc" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/78/58/e860788190eba3bcce367f74d29c4675466ce8dddfba85f7827588416f01/wsproto-1.2.0-py3-none-any.whl", + "sha256": "b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736" + } + ] + }, + { + "name": "python3-urllib3", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"urllib3==2.2.2\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/ca/1c/89ffc63a9605b583d5df2be791a27bc1a42b7c32bab68d3c8f2f73a98cd4/urllib3-2.2.2-py3-none-any.whl", + "sha256": "a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472" + } + ] + }, + { + "name": "python3-websockets", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"websockets==12.0\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/2e/62/7a7874b7285413c954a4cca3c11fd851f11b2fe5b4ae2d9bee4f6d9bdb10/websockets-12.0.tar.gz", + "sha256": "81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b" + } + ] + }, + { + "name": "python3-wsproto", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"wsproto==1.2.0\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", + "sha256": "e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/78/58/e860788190eba3bcce367f74d29c4675466ce8dddfba85f7827588416f01/wsproto-1.2.0-py3-none-any.whl", + "sha256": "b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736" + } + ] + }, + { + "name": "python3-yt-dlp", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"yt-dlp==2024.7.9\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/2f/c2/f9e977608bdf958650638c3f1e28f85a1b075f075ebbe77db8555463787b/Brotli-1.1.0.tar.gz", + "sha256": "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/1c/d5/c84e1a17bf61d4df64ca866a1c9a913874b4e9bdc131ec689a0ad013fb36/certifi-2024.7.4-py3-none-any.whl", + "sha256": "c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz", + "sha256": "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl", + "sha256": "82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/b0/7a/620f945b96be1f6ee357d211d5bf74ab1b7fe72a9f1525aafbfe3aee6875/mutagen-1.47.0-py3-none-any.whl", + "sha256": "edd96f50c5907a9539d8e5bba7245f62c9f520aef333d13392a79a4f70aca719" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/31/a4/b03a16637574312c1b54c55aedeed8a4cb7d101d44058d46a0e5706c63e1/pycryptodomex-3.20.0.tar.gz", + "sha256": "7a710b79baddd65b806402e14766c721aee8fb83381769c27920f26476276c1e" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", + "sha256": "70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/ca/1c/89ffc63a9605b583d5df2be791a27bc1a42b7c32bab68d3c8f2f73a98cd4/urllib3-2.2.2-py3-none-any.whl", + "sha256": "a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/2e/62/7a7874b7285413c954a4cca3c11fd851f11b2fe5b4ae2d9bee4f6d9bdb10/websockets-12.0.tar.gz", + "sha256": "81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/c6/b3/456c9a96bc7cbfb6201cbc5144c06e2ab941f94afb8e5be3e0f3041a7351/yt_dlp-2024.7.9-py3-none-any.whl", + "sha256": "b50a595abde523b5cc84d788f97e69c642503bd673ba740f709ebf65b5ec6592" + } + ] + } + ] +} diff --git a/flatpak/python3-tkcalendar.json b/flatpak/python3-tkcalendar.json new file mode 100644 index 0000000..e5684f8 --- /dev/null +++ b/flatpak/python3-tkcalendar.json @@ -0,0 +1,19 @@ +{ + "name": "python3-tkcalendar", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"tkcalendar\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/27/45/377f7e32a5c93d94cd56542349b34efab5ca3f9e2fd5a68c5e93169aa32d/Babel-2.15.0-py3-none-any.whl", + "sha256": "08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/e9/d4/9528ea6ecb5d4394f425df651957da6f6a715b41c5b12d43d41888c14394/tkcalendar-1.6.1-py3-none-any.whl", + "sha256": "9d3a80816a7b32d64fab696fa3d2a007fb23c87953267d5e343a38ff4cd7c15c" + } + ] +} \ No newline at end of file diff --git a/flatpak/python3-tktimepicker.json b/flatpak/python3-tktimepicker.json new file mode 100644 index 0000000..f7ddc4c --- /dev/null +++ b/flatpak/python3-tktimepicker.json @@ -0,0 +1,14 @@ +{ + "name": "python3-tktimepicker", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"tktimepicker\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/6c/53/03403b6c745c87000d3f34d84892860d79bfab39bd288824bd9bb5c04c0d/tkTimePicker-2.0.2-py3-none-any.whl", + "sha256": "1c8232dcf1314815414a6c9cb69b1e277cc289d5989952ff98e61ba18a9c3150" + } + ] +} \ No newline at end of file diff --git a/flatpak/rocks.syng.syng-gui.yml b/flatpak/rocks.syng.syng-gui.yml new file mode 100644 index 0000000..2f48391 --- /dev/null +++ b/flatpak/rocks.syng.syng-gui.yml @@ -0,0 +1,746 @@ +id: rocks.syng.syng-gui +runtime: org.freedesktop.Platform +runtime-version: '23.08' +sdk: org.freedesktop.Sdk +finish-args: + # X11 + XShm access + - --socket=x11 + - --share=ipc + # Acceleration + - --device=dri + # Sound + - --socket=pulseaudio + # Ability to edit/save files anywhere + - --filesystem=host + # Printing + - --share=network +command: syng-gui +modules: + - python3-pillow.json + - python3-requirements.json + # - python3-python-socketio.json + # - python3-yt-dlp.json + # - python3-argon2-cffi-bindings.json + # - python3-minio.json + # - python3-mutagen.json + - python3-customtkinter.json + - python3-qrcode.json + # - python3-pymediainfo.json + # - python3-pyyaml.json + # - python3-tkcalendar.json + # - python3-tktimepicker.json + # - python3-platformdirs.json + # - python3-packaging.json + - name: tkinter + buildsystem: simple + build-commands: + - pip3 install --prefix=/app . + sources: + - type: git + url: https://github.com/iwalton3/tkinter-standalone + commit: 88aa05075d90d393a29a484bce676e237d311082 + modules: + - name: tcl + buildsystem: autotools + subdir: unix + post-install: + - chmod 755 /app/lib/libtcl*.so + cleanup: + - /bin + - /lib/pkgconfig + - /man + sources: + - type: archive + url: https://prdownloads.sourceforge.net/tcl/tcl8.6.14-src.tar.gz + sha256: 5880225babf7954c58d4fb0f5cf6279104ce1cd6aa9b71e9a6322540e1c4de66 + x-checker-data: + type: anitya + project-id: 4941 + stable-only: true + url-template: https://prdownloads.sourceforge.net/tcl/tcl$version-src.tar.gz + - name: tk + buildsystem: autotools + subdir: unix + post-install: + - chmod 755 /app/lib/libtk*.so + cleanup: + - /bin + - /lib/pkgconfig + - /man + sources: + - type: archive + url: https://prdownloads.sourceforge.net/tcl/tk8.6.14-src.tar.gz + sha256: 8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94 + x-checker-data: + type: anitya + project-id: 11426 + stable-only: true + url-template: https://prdownloads.sourceforge.net/tcl/tk$version-src.tar.gz + - python3-poetry-core.json + - python3-pyyaml.json + - python3-tkcalendar.json + - python3-tktimepicker.json + - python3-platformdirs.json + - python3-expandvars.json + - python3-aiohttp.json + - python3-pycparser.yaml + - python3-cffi.yaml + - python3-argon2-cffi-bindings.yaml + - python3-minio.json + - name: syng-gui + buildsystem: simple + build-commands: + - pip install --prefix=/app --no-deps . --no-build-isolation + - echo . + sources: + - type: git + url: https://github.com/christofsteel/syng.git + commit: d2d316078bd62354006ce6697d342cce0cd11298 + + # MPV and MPV deps + # This is basically copied from the mpv flatpak + - name: lmdb + sources: + - sha256: f3927859882eb608868c8c31586bb7eb84562a40a6bf5cc3e13b6b564641ea28 + type: archive + url: https://github.com/LMDB/lmdb/archive/LMDB_0.9.22.tar.gz + make-install-args: + - prefix=/app + no-autogen: true + subdir: libraries/liblmdb + + - name: parse-yapp + buildsystem: simple + build-commands: + - perl Makefile.PL INSTALL_BASE=/app + - make + - make install + sources: + - type: archive + url: https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-1.21.tar.gz + sha256: 3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5 + + - name: smbclient + config-opts: + - --without-json + - --without-ad-dc + - --without-ldap + - --without-ads + - --without-pam + - --disable-python + - --disable-cups + - --disable-iprint + - --without-systemd + - --bindir=. + - --sbindir=. + - --sysconfdir=. + cleanup: + - /lib/perl5 + build-options: + env: + PERL5LIB: /app/lib/perl5 + buildsystem: autotools + sources: + - type: archive + archive-type: tar + url: https://download.samba.org/pub/samba/stable/samba-4.20.2.tar.gz + sha256: f969ffed58ccf3e85cbbcc0e33a1726d025c2b40f42a653b1125b82b92d2e0e5 + x-checker-data: + type: html + url: https://download.samba.org/pub/samba/stable/?C=M;O=D + version-pattern: samba-(\d+\.\d+\.\d+).tar.gz + url-template: https://download.samba.org/pub/samba/stable/samba-$version.tar.gz + + - name: libXmu + buildsystem: autotools + sources: + - type: git + url: https://gitlab.freedesktop.org/xorg/lib/libxmu.git + tag: libXmu-1.2.1 + commit: 792f80402ee06ce69bca3a8f2a84295999c3a170 + x-checker-data: + type: git + tag-pattern: ^libXmu-([\d.]+)$ + + - name: xclip + buildsystem: autotools + sources: + - type: git + url: https://github.com/astrand/xclip.git + tag: '0.13' + commit: 9aa7090c3b8b437c6489edca32ae43d82e0c1281 + x-checker-data: + type: git + tag-pattern: ^(\d+\.\d+)$ + + - name: libXpresent + buildsystem: autotools + sources: + - type: git + url: https://gitlab.freedesktop.org/xorg/lib/libxpresent.git + tag: libXpresent-1.0.1 + commit: 37507b5f44332accfb1064ee69a4f6a833994747 + x-checker-data: + type: git + tag-pattern: ^libXpresent-([\d.]+)$ + + - name: luajit + no-autogen: true + cleanup: + - /bin + - /include + - /lib/pkgconfig + - /share/man + sources: + - type: git + url: https://github.com/LuaJIT/LuaJIT.git + mirror-urls: + - https://luajit.org/git/luajit.git + disable-shallow-clone: true + commit: 04dca7911ea255f37be799c18d74c305b921c1a6 + x-checker-data: + type: json + url: https://api.github.com/repos/LuaJIT/LuaJIT/commits + commit-query: first( .[].sha ) + version-query: first( .[].sha ) + timestamp-query: first( .[].commit.committer.date ) + - type: shell + commands: + - sed -i 's|/usr/local|/app|' ./Makefile + + - name: yt-dlp + no-autogen: true + no-make-install: true + make-args: + - yt-dlp + - PYTHON=/usr/bin/python3 + post-install: + - install yt-dlp /app/bin + sources: + - type: archive + url: https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.07/yt-dlp.tar.gz + sha256: c44daee08ec77efd64f31361511fcef5136b35458b3fac474434cdd25df65d98 + x-checker-data: + type: json + url: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest + version-query: .tag_name + url-query: .assets[] | select(.name=="yt-dlp.tar.gz") | .browser_download_url + + - name: uchardet + buildsystem: cmake-ninja + config-opts: + - -DCMAKE_BUILD_TYPE=Release + - -DBUILD_STATIC=0 + cleanup: + - /bin + - /include + - /lib/pkgconfig + - /share/man + sources: + - type: archive + url: https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.8.tar.xz + sha256: e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0 + x-checker-data: + type: html + url: https://www.freedesktop.org/software/uchardet/releases/ + version-pattern: uchardet-(\d\.\d+\.?\d*).tar.xz + url-template: https://www.freedesktop.org/software/uchardet/releases/uchardet-$version.tar.xz + + - name: libass + cleanup: + - /include + - /lib/pkgconfig + config-opts: + - --disable-static + sources: + - type: git + url: https://github.com/libass/libass.git + tag: 0.17.3 + commit: e46aedea0a0d17da4c4ef49d84b94a7994664ab5 + x-checker-data: + type: git + tag-pattern: ^(\d\.\d{1,3}\.\d{1,2})$ + + - name: libv4l2 + buildsystem: meson + cleanup: + - /include + - /lib/pkgconfig + - /share/man + config-opts: + - -Ddoxygen-html=false + - -Ddoxygen-doc=disabled + - -Dbpf=disabled + - -Dudevdir=/app/lib/udev + sources: + - type: git + url: https://git.linuxtv.org/v4l-utils.git + mirror-urls: + - https://github.com/gjasny/v4l-utils.git + tag: v4l-utils-1.26.1 + commit: 4aee01a027923cab1e40969f56f8ba58d3e6c0d1 + x-checker-data: + type: git + tag-pattern: ^v4l-utils-([\d.]+)$ + + - name: libcdio + config-opts: + - --disable-static + - --disable-example-progs + cleanup: + - /include + - /lib/pkgconfig + sources: + - type: archive + url: https://ftp.gnu.org/gnu/libcdio/libcdio-2.1.0.tar.bz2 + mirror-urls: + - https://mirrors.kernel.org/gnu/libcdio/libcdio-2.1.0.tar.bz2 + - https://mirrors.ocf.berkeley.edu/gnu/libcdio/libcdio-2.1.0.tar.bz2 + - https://ftpmirror.gnu.org/gnu/libcdio/libcdio-2.1.0.tar.bz2 + sha256: 8550e9589dbd594bfac93b81ecf129b1dc9d0d51e90f9696f1b2f9b2af32712b + x-checker-data: + type: html + url: https://ftp.gnu.org/gnu/libcdio/ + version-pattern: libcdio-(\d\.\d+\.?\d*).tar.bz2 + url-template: https://ftp.gnu.org/gnu/libcdio/libcdio-$version.tar.bz2 + + - name: libcdio-paranoia + config-opts: + - --disable-static + - --disable-example-progs + cleanup: + - /include + - /lib/pkgconfig + sources: + - type: archive + url: https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.bz2 + mirror-urls: + - https://mirrors.kernel.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.bz2 + - https://mirrors.ocf.berkeley.edu/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.bz2 + - https://ftpmirror.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.bz2 + sha256: 33b1cf305ccfbfd03b43936975615000ce538b119989c4bec469577570b60e8a + x-checker-data: + type: html + url: https://ftp.gnu.org/gnu/libcdio/ + version-pattern: libcdio-paranoia-([\d\.\+-]+).tar.bz2 + url-template: https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-$version.tar.bz2 + + - name: libdvdread + config-opts: + - --disable-static + cleanup: + - /include + - /lib/pkgconfig + sources: + - type: archive + url: https://download.videolan.org/pub/videolan/libdvdread/6.1.3/libdvdread-6.1.3.tar.bz2 + mirror-urls: + - https://videolan.mirror.ba/libdvdread/6.1.3/libdvdread-6.1.3.tar.bz2 + - https://videolan.c3sl.ufpr.br/libdvdread/6.1.3/libdvdread-6.1.3.tar.bz2 + sha256: ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369 + x-checker-data: + type: html + url: https://www.videolan.org/developers/libdvdnav.html + version-pattern: The latest version of libdvdread is ([\d\-\.]+)< + url-template: https://download.videolan.org/pub/videolan/libdvdread/$version/libdvdread-$version.tar.bz2 + + - name: libdvdnav + config-opts: + - --disable-static + cleanup: + - /include + - /lib/pkgconfig + sources: + - type: archive + url: https://download.videolan.org/pub/videolan/libdvdnav/6.1.1/libdvdnav-6.1.1.tar.bz2 + mirror-urls: + - https://videolan.mirror.ba/libdvdnav/6.1.1/libdvdnav-6.1.1.tar.bz2 + - https://videolan.c3sl.ufpr.br/libdvdnav/6.1.1/libdvdnav-6.1.1.tar.bz2 + sha256: c191a7475947d323ff7680cf92c0fb1be8237701885f37656c64d04e98d18d48 + x-checker-data: + type: html + url: https://www.videolan.org/developers/libdvdnav.html + version-pattern: The latest version of libdvdnav is ([\d\-\.]+)\. + url-template: https://download.videolan.org/pub/videolan/libdvdnav/$version/libdvdnav-$version.tar.bz2 + + - name: libaacs + config-opts: + - --disable-static + - --disable-bdjava-jar + cleanup: + - /include + - /lib/pkgconfig + sources: + - sha256: a88aa0ebe4c98a77f7aeffd92ab3ef64ac548c6b822e8248a8b926725bea0a39 + type: archive + url: https://download.videolan.org/pub/videolan/libaacs/0.11.1/libaacs-0.11.1.tar.bz2 + mirror-urls: + - https://videolan.mirror.ba/libaacs/0.11.1/libaacs-0.11.1.tar.bz2 + - https://videolan.c3sl.ufpr.br/libaacs/0.11.1/libaacs-0.11.1.tar.bz2 + x-checker-data: + type: html + url: https://www.videolan.org/developers/libaacs.html + version-pattern: Latest release is libaacs (\d\.\d+\.?\d*) + url-template: https://download.videolan.org/pub/videolan/libaacs/$version/libaacs-$version.tar.bz2 + + - name: libbluray + config-opts: + - --disable-static + - --disable-bdjava-jar + cleanup: + - /include + - /lib/pkgconfig + sources: + - sha256: 478ffd68a0f5dde8ef6ca989b7f035b5a0a22c599142e5cd3ff7b03bbebe5f2b + type: archive + url: https://download.videolan.org/pub/videolan/libbluray/1.3.4/libbluray-1.3.4.tar.bz2 + mirror-urls: + - https://videolan.mirror.ba/libbluray/1.3.4/libbluray-1.3.4.tar.bz2 + - https://videolan.c3sl.ufpr.br/libbluray/1.3.4/libbluray-1.3.4.tar.bz2 + x-checker-data: + type: html + url: https://www.videolan.org/developers/libbluray.html + version-pattern: Latest release is libbluray (\d\.\d+\.?\d*)\. + url-template: https://download.videolan.org/pub/videolan/libbluray/$version/libbluray-$version.tar.bz2 + + - name: zimg + config-opts: + - --disable-static + cleanup: + - /include + - /lib/pkgconfig + - /share/doc + sources: + - type: archive + archive-type: tar + url: https://api.github.com/repos/sekrit-twc/zimg/tarball/release-3.0.5 + sha256: 1b8998f03f4a49e4d730033143722b32bc28a5306ef809ccfb3b4bbb29e4b784 + x-checker-data: + type: json + url: https://api.github.com/repos/sekrit-twc/zimg/releases/latest + url-query: .tarball_url + version-query: .tag_name | sub("^release-"; "") + timestamp-query: .published_at + + - name: rubberband + buildsystem: meson + cleanup: + - /include + - /lib/pkgconfig + sources: + - type: git + url: https://github.com/breakfastquay/rubberband.git + mirror-urls: + - https://hg.sr.ht/~breakfastquay/rubberband + tag: v3.3.0 + commit: 2be46b0dffb13273a67396c77bc9278736bb03d2 + x-checker-data: + type: git + tag-pattern: ^v([\d.]+)$ + + - name: mujs + buildsystem: autotools + no-autogen: true + make-args: + - release + make-install-args: + - prefix=/app + - install-shared + cleanup: + - /bin + - /include + - /lib/pkgconfig + sources: + - type: git + url: https://github.com/ccxvii/mujs.git + mirror-urls: + - http://git.ghostscript.com/mujs.git + tag: 1.3.5 + commit: 0df0707f2f10187127e36acfbc3ba9b9ca5b5cf0 + x-checker-data: + type: git + url: https://api.github.com/repos/ccxvii/mujs/tags + tag-pattern: ^([\d.]+)$ + + - name: nv-codec-headers + cleanup: + - '*' + no-autogen: true + make-install-args: + - PREFIX=/app + sources: + - type: git + url: https://github.com/FFmpeg/nv-codec-headers.git + mirror-urls: + - https://git.videolan.org/git/ffmpeg/nv-codec-headers.git + tag: n12.2.72.0 + commit: c69278340ab1d5559c7d7bf0edf615dc33ddbba7 + x-checker-data: + type: git + tag-pattern: ^n([\d.]+)$ + + - name: x264 + cleanup: + - /include + - /lib/pkgconfig + - /share/man + config-opts: + - --disable-cli + - --enable-shared + sources: + - type: git + url: https://github.com/jpsdr/x264 + mirror-urls: + - https://code.videolan.org/videolan/x264.git + commit: 4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1 + # Every commit to the master branch is considered a release + # https://code.videolan.org/videolan/x264/-/issues/35 + x-checker-data: + type: json + url: https://code.videolan.org/api/v4/projects/536/repository/commits + commit-query: first( .[].id ) + version-query: first( .[].id ) + timestamp-query: first( .[].committed_date ) + + - name: x265 + buildsystem: cmake + subdir: source + config-opts: + - -DCMAKE_BUILD_TYPE=Release + - -DBUILD_STATIC=0 + cleanup: + - /include + - /lib/pkgconfig + - /share/man + sources: + - type: git + url: https://bitbucket.org/multicoreware/x265_git.git + tag: '3.6' + commit: aa7f602f7592eddb9d87749be7466da005b556ee + x-checker-data: + type: git + tag-pattern: ^([\d.]+)$ + + - name: libmysofa + buildsystem: cmake + config-opts: + - -DBUILD_TESTS=OFF + sources: + - type: git + commit: 33974839677da7044ef5a70be7ad5550735aae6e + tag: v1.3.2 + url: https://github.com/hoene/libmysofa.git + x-checker-data: + type: git + tag-pattern: ^v([\d.]+)$ + + - name: libbs2b + buildsystem: autotools + config-opts: + - --disable-static + cleanup: + - /include + - /lib/pkgconfig + sources: + - type: archive + archive-type: tar + url: https://downloads.sourceforge.net/sourceforge/bs2b/libbs2b-3.1.0.tar.gz + sha256: 6aaafd81aae3898ee40148dd1349aab348db9bfae9767d0e66e0b07ddd4b2528 + x-checker-data: + type: html + url: https://sourceforge.net/projects/bs2b/files/libbs2b/ + version-pattern: projects/bs2b/files/libbs2b/(\d+\.\d+\.\d+) + url-template: https://downloads.sourceforge.net/sourceforge/bs2b/libbs2b-$version.tar.gz + # https://src.fedoraproject.org/rpms/libbs2b/blob/rawhide/f/libbs2b.spec#_40 + - type: shell + commands: + - sed -i -e 's/lzma/xz/g' configure.ac + - autoreconf -vif + + - name: libjxl + buildsystem: cmake + config-opts: + - -DCMAKE_BUILD_TYPE=Release + - -DBUILD_TESTING=OFF + sources: + - type: git + url: https://github.com/libjxl/libjxl.git + tag: v0.10.3 + commit: 4a3b22d2600f92d8706fb72d85d52bfee2acbd54 + disable-shallow-clone: true + x-checker-data: + type: git + tag-pattern: ^v([\d.]+)$ + + - name: vulkan-headers + buildsystem: cmake-ninja + sources: + - type: archive + url: https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.286.tar.gz + sha256: a82a6982efe5e603e23505ca19b469e8f3d876fc677c46b7bfb6177f517bf8fe + + - name: ffmpeg + cleanup: + - /include + - /lib/pkgconfig + - /share/ffmpeg/examples + config-opts: + - --disable-debug + - --disable-doc + - --disable-static + - --enable-encoder=png + - --enable-gnutls + - --enable-gpl + - --enable-shared + - --enable-version3 + - --enable-libaom + - --enable-libass + - --enable-libbs2b + - --enable-libdav1d + - --enable-libfreetype + - --enable-libmp3lame + - --enable-libopus + - --enable-libjxl + - --enable-libmysofa + - --enable-libtheora + - --enable-libv4l2 + - --enable-libvorbis + - --enable-libvpx + - --enable-libx264 + - --enable-libx265 + - --enable-libwebp + - --enable-libsmbclient + - --enable-libxml2 + - --enable-vulkan + + sources: + - type: git + url: https://github.com/FFmpeg/FFmpeg.git + mirror-urls: + - https://git.ffmpeg.org/ffmpeg.git + commit: af25a4bfd2503caf3ee485b27b99b620302f5718 + tag: n7.0.1 + x-checker-data: + type: git + tag-pattern: ^n([\d.]{3,7})$ + + - name: libsixel + buildsystem: meson + cleanup: + - /include + - /lib/pkgconfig + sources: + - type: archive + archive-type: tar + url: https://api.github.com/repos/libsixel/libsixel/tarball/refs/tags/v1.10.3 + sha256: 7be774befba882d53701e131b6657836118f6cdb15a7515f92345c7bb6e2bb5c + x-checker-data: + type: json + url: https://api.github.com/repos/libsixel/libsixel/tags + url-query: .[0].tarball_url + version-query: .[0].name + + - name: vapoursynth + config-opts: + - --disable-static + - --with-python_prefix=/app + sources: + - type: git + url: https://github.com/vapoursynth/vapoursynth.git + tag: R69 + commit: 2804ed7a4926863f4a12e879d95155c4b05ecdf3 + x-checker-data: + type: git + tag-pattern: ^R([\d.]+)$ + + - name: libplacebo + buildsystem: meson + config-opts: + - -Dvulkan=enabled + - -Dshaderc=enabled + cleanup: + - /include + - /lib/pkgconfig + sources: + - type: git + url: https://github.com/haasn/libplacebo.git + mirror-urls: + - https://code.videolan.org/videolan/libplacebo.git + tag: v7.349.0 + commit: 1fd3c7bde7b943fe8985c893310b5269a09b46c5 + x-checker-data: + type: git + tag-pattern: ^v([\d.]+)$ + modules: + - name: shaderc + buildsystem: cmake-ninja + builddir: true + config-opts: + - -DSHADERC_SKIP_COPYRIGHT_CHECK=ON + - -DSHADERC_SKIP_EXAMPLES=ON + - -DSHADERC_SKIP_TESTS=ON + - -DSPIRV_SKIP_EXECUTABLES=ON + - -DENABLE_GLSLANG_BINARIES=OFF + cleanup: + - /bin + - /include + - /lib/cmake + - /lib/pkgconfig + sources: + - type: git + url: https://github.com/google/shaderc.git + #tag: v2023.7 + commit: 40bced4e1e205ecf44630d2dfa357655b6dabd04 + #x-checker-data: + # type: git + # tag-pattern: ^v(\d{4}\.\d{1,2})$ + - type: git + url: https://github.com/KhronosGroup/SPIRV-Tools.git + tag: v2024.1 + commit: 04896c462d9f3f504c99a4698605b6524af813c1 + dest: third_party/spirv-tools + #x-checker-data: + # type: git + # tag-pattern: ^v(\d{4}\.\d{1})$ + - type: git + url: https://github.com/KhronosGroup/SPIRV-Headers.git + #tag: sdk-1.3.250.1 + commit: 4f7b471f1a66b6d06462cd4ba57628cc0cd087d7 + dest: third_party/spirv-headers + #x-checker-data: + # type: git + # tag-pattern: ^sdk-([\d.]+)$ + - type: git + url: https://github.com/KhronosGroup/glslang.git + tag: 14.3.0 + commit: fa9c3deb49e035a8abcabe366f26aac010f6cbfb + dest: third_party/glslang + x-checker-data: + type: git + tag-pattern: ^(\d{1,2}\.\d{1,2}\.\d{1,4})$ + + - name: mpv + buildsystem: meson + config-opts: + - -Dbuild-date=false + - -Dlibmpv=true + - -Dmanpage-build=disabled + - -Dcdda=enabled + - -Ddvbin=enabled + - -Ddvdnav=enabled + - -Dlibarchive=enabled + - -Dsdl2=enabled + #- -Dshaderc=enabled + - -Dvulkan=enabled + - -Dvulkan-interop=enabled + cleanup: + - /include + - /lib/pkgconfig + sources: + - type: git + url: https://github.com/mpv-player/mpv.git + tag: v0.38.0 + commit: 02254b92dd237f03aa0a151c2a68778c4ea848f9 + x-checker-data: + type: git + tag-pattern: ^v([\d.]+)$