Last change
on this file since 111914 was
111914,
checked in by nicos@…, 6 years ago
|
kdemultimedia ports: update to 4.11.2
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.4 KB
|
Line | |
---|
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 | # $Id: Portfile 111914 2013-10-06 03:01:23Z nicos@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup kde4 1.1 |
---|
6 | |
---|
7 | name ffmpegthumbs |
---|
8 | version 4.11.2 |
---|
9 | categories kde kde4 |
---|
10 | maintainers nicos openmaintainer |
---|
11 | license GPL-2+ |
---|
12 | description Ffmpeg-based thumbnail creator for video files. |
---|
13 | long_description ${description} |
---|
14 | homepage http://www.kde.org |
---|
15 | platforms darwin |
---|
16 | master_sites kde:stable/${version}/src/ |
---|
17 | use_xz yes |
---|
18 | checksums rmd160 759a2df4962bb5431b1012626290e83c3b978a8d \ |
---|
19 | sha256 b6cca2b55e9713dbd5d951ad532a49124c92a91e0d45706d83bc62cee8d30c96 |
---|
20 | |
---|
21 | #Binaries do not link to openssl, nor use the ssl backend of kdelibs4 |
---|
22 | license_noconflict openssl |
---|
23 | |
---|
24 | depends_lib-append port:kdelibs4 \ |
---|
25 | path:lib/libavcodec.dylib:ffmpeg |
---|
26 | |
---|
27 | pre-activate { |
---|
28 | #Deactivate hack for when kdemultimedia4 port has been fragmented into small ports |
---|
29 | if {[file exists ${prefix}/lib/kde4/ffmpegthumbs.so] |
---|
30 | && ![catch {set vers [lindex [registry_active kdemultimedia4] 0]}] |
---|
31 | && [rpm-vercomp [lindex $vers 1] 4.9.3] < 0} { |
---|
32 | registry_deactivate_composite kdemultimedia4 "" [list ports_nodepcheck 1] |
---|
33 | } |
---|
34 | } |
---|
35 | |
---|
36 | |
---|
37 | livecheck.url http://kde.mirrors.hoobly.com/stable |
---|
38 | livecheck.regex (\\d+(\\.\\d+)+) |
---|
Note: See
TracBrowser
for help on using the repository browser.