diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-01-17 18:05:40 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-02-22 23:48:59 +0000 |
commit | 6a3017625b477466c8b1b1dfa1f6d13814375ef9 (patch) | |
tree | d37db376a7590689a307bf54a49cd377e952ff3e /Ports | |
parent | 5b593783f393083f3ddcf49a7c2fae2d7fa9ae30 (diff) | |
download | serenity-6a3017625b477466c8b1b1dfa1f6d13814375ef9.zip |
Ports: Add libmpeg2
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/AvailablePorts.md | 1 | ||||
-rwxr-xr-x | Ports/libmpeg2/package.sh | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index f4030b8c78..f365bbc6f2 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -90,6 +90,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`libjpeg`](libjpeg/) | libjpeg | 9e | https://ijg.org/ | | [`libmad`](libmad/) | libmad | 0.15.1b | https://www.underbit.com/products/mad/ | | [`libmodplug`](libmodplug/) | libmodplug | 0.8.8.5 | http://modplug-xmms.sourceforge.net/ | +| [`libmpeg2`](libmpeg2/) | libmpeg2 | 0.5.1 | https://libmpeg2.sourceforge.io/ | | [`libogg`](libogg/) | libogg | 1.3.5 | https://github.com/xiph/ogg | | [`liboggz`](liboggz/) | liboggz | 1.1.1 | https://www.xiph.org/oggz/ | | [`libopenal`](libopenal/) | OpenAL soft | 1.21.1 | https://openal-soft.org/ | diff --git a/Ports/libmpeg2/package.sh b/Ports/libmpeg2/package.sh new file mode 100755 index 0000000000..39617ca0fa --- /dev/null +++ b/Ports/libmpeg2/package.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env -S bash ../.port_include.sh +port=libmpeg2 +version=0.5.1 +useconfigure=true +use_fresh_config_sub=true +config_sub_path=.auto/config.sub +files="https://libmpeg2.sourceforge.io/files/libmpeg2-${version}.tar.gz libmpeg2-${version}.tar.gz dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4" +auth_type=sha256 |