forked from ports/contrib
mediainfo: initial commit
This commit is contained in:
parent
11e1e6aa30
commit
b96c9061a6
3
mediainfo/.footprint
Normal file
3
mediainfo/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/mediainfo
|
5
mediainfo/.signature
Normal file
5
mediainfo/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3y0k/fQyUPuzQAlJ1hMtgoaPq8/RP2g7oUH4f1lynDIcIYFWmyON7VHonGtOOQ1YPmym9oEt9TsE4hX89D2HawM=
|
||||
SHA256 (Pkgfile) = f69c5cfe10d51ff64ec718b1c66a4d4c13302918b2729f18937b7cc7df528881
|
||||
SHA256 (.footprint) = 5c58c2d9ba23f4b50961628d3da16016fe564912272f2a57be180401b54f408d
|
||||
SHA256 (mediainfo_19.04.tar.xz) = 65aec410ec00a9c83f4a3763a875eb3fe93c105bfb511c6aced79efe86788a87
|
17
mediainfo/Pkgfile
Normal file
17
mediainfo/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Supplies technical and tag information about a video or audio file (CLI interface)
|
||||
# URL: https://mediaarea.net/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: libmediainfo
|
||||
|
||||
name=mediainfo
|
||||
version=19.04
|
||||
release=1
|
||||
source=(https://mediaarea.net/download/source/mediainfo/$version/mediainfo_$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd MediaInfo/Project/GNU/CLI
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR="$PKG" install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user