Commits
Marius Schamschula authored a14b7ff620c
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | # https://bugzilla.gnome.org/show_bug.cgi?id=636134 |
6 6 | PortGroup muniversal 1.0 |
7 7 | |
8 8 | name gstreamer1-gst-plugins-ugly |
9 9 | set my_name gst-plugins-ugly |
10 10 | # please only commit stable updates (even numbered releases) |
11 - | version 1.14.2 |
11 + | version 1.14.3 |
12 12 | description A set of good-quality plug-ins for GStreamer that might pose distribution \ |
13 13 | problems. |
14 14 | long_description GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and \ |
15 15 | correct functionality, but distributing them might pose problems. The \ |
16 16 | license on either the plug-ins or the supporting libraries might not be how \ |
17 17 | we'd like. The code might be widely known to present patent problems. |
18 18 | maintainers nomaintainer |
19 19 | categories gnome |
20 20 | platforms darwin |
21 21 | homepage https://gstreamer.freedesktop.org/modules/${my_name}.html |
22 22 | master_sites https://gstreamer.freedesktop.org/src/${my_name}/ |
23 23 | distname ${my_name}-${version} |
24 24 | license GPL-2+ LGPL-2+ |
25 25 | use_xz yes |
26 26 | |
27 - | checksums rmd160 35f6151d5e80d860885f0953219ea6f8844d91e2 \ |
28 - | sha256 55e097d9d93921fdcf7abb0ff92d23b21dd9098e632f1ba433603b3bd1cf3d69 \ |
29 - | size 887116 |
27 + | checksums rmd160 a650d1fc8a4662d0fd3c7f24d74d5317e652ab6a \ |
28 + | sha256 43847fc4d1eae26dd48a6a93d0460146f5f0802582a7e8a9cc66f09dcb0b2306 \ |
29 + | size 889492 |
30 30 | |
31 31 | depends_build port:pkgconfig |
32 32 | depends_lib port:gstreamer1-gst-plugins-base \ |
33 33 | port:a52dec \ |
34 34 | port:libcdio \ |
35 35 | port:libdvdread \ |
36 36 | port:libmpeg2 \ |
37 37 | port:x264 |
38 38 | |
39 39 | configure.args-append \ |