Commits

Frank Schima authored 00faebe6713
smpeg: Add and conform to modeline.

De-tab.
No tags

multimedia/smpeg/Portfile

Modified
1 -PortSystem 1.0
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 +PortSystem 1.0
2 3
3 -name smpeg
4 -version 0.4.4
5 -revision 9
6 -categories multimedia
4 +name smpeg
5 +version 0.4.4
6 +revision 9
7 +categories multimedia
7 8 # libs are LGPL, executables are GPL
8 9 # the readme says LGPLv2 but the actual source files say "or any later version"
9 -license {GPL-2+ LGPL} BSD IJG
10 -maintainers nomaintainer
11 -platforms darwin
12 -description a general purpose MPEG video/audio player/library
13 -long_description smpeg is a general purpose MPEG video/audio player and \
14 - library programmed by Loki entertainment and others
10 +license {GPL-2+ LGPL} BSD IJG
11 +maintainers nomaintainer
12 +platforms darwin
15 13
16 -homepage https://icculus.org/smpeg/
17 -master_sites macports freebsd
14 +description a general purpose MPEG video/audio player/library
15 +long_description smpeg is a general purpose MPEG video/audio player and \
16 + library programmed by Loki entertainment and others
18 17
19 -checksums rmd160 d55249ad53417fa0df3d925aed0e83d2204e28b7 \
20 - sha256 1efa7984d0aada0c2954cd0aaef357e9d7871dadd3368dbe742ab5f260523e57
18 +homepage https://icculus.org/smpeg/
19 +master_sites macports freebsd
21 20
22 -depends_lib port:libsdl
21 +checksums rmd160 d55249ad53417fa0df3d925aed0e83d2204e28b7 \
22 + sha256 1efa7984d0aada0c2954cd0aaef357e9d7871dadd3368dbe742ab5f260523e57
23 23
24 -patchfiles patch-smpeg.h.diff patch-glmovie-tile.c.diff \
25 - patch-glmovie.c.diff \
26 - patch-smpeg.m4.diff patch-MPEGaudio.h.diff patch-video.h.diff \
27 - patch-MPEG.cpp.diff patch-smpeg-gtkm4.diff patch-automake-as.diff \
28 - patch-configure-flags.diff patch-Makefile.am.diff
24 +depends_lib port:libsdl
25 +
26 +patchfiles patch-smpeg.h.diff patch-glmovie-tile.c.diff \
27 + patch-glmovie.c.diff \
28 + patch-smpeg.m4.diff patch-MPEGaudio.h.diff patch-video.h.diff \
29 + patch-MPEG.cpp.diff patch-smpeg-gtkm4.diff patch-automake-as.diff \
30 + patch-configure-flags.diff patch-Makefile.am.diff
29 31
30 32 post-patch {
31 - file delete ${worksrcpath}/acinclude.m4
32 - touch ${worksrcpath}/NEWS
33 - touch ${worksrcpath}/AUTHORS
34 - touch ${worksrcpath}/ChangeLog
33 + file delete ${worksrcpath}/acinclude.m4
34 + touch ${worksrcpath}/NEWS
35 + touch ${worksrcpath}/AUTHORS
36 + touch ${worksrcpath}/ChangeLog
35 37 }
36 38
37 -use_autoreconf yes
38 -autoreconf.args --include=${worksrcpath}/m4 -fvi
39 +use_autoreconf yes
40 +autoreconf.args --include=${worksrcpath}/m4 -fvi
39 41
40 -configure.args --without-x \
41 - --disable-gtktest \
42 - --disable-gtk-player \
43 - --enable-static \
44 - --enable-shared \
45 - --disable-sdltest \
46 - --mandir=${prefix}/share/man
42 +configure.args --without-x \
43 + --disable-gtktest \
44 + --disable-gtk-player \
45 + --enable-static \
46 + --enable-shared \
47 + --disable-sdltest \
48 + --mandir=${prefix}/share/man
47 49
48 -configure.ldflags-append -framework OpenGL
50 +configure.ldflags-append \
51 + -framework OpenGL
49 52
50 -use_parallel_build no
53 +use_parallel_build no
51 54
52 -livecheck.type none
55 +livecheck.type none

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut