mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
MediaInfo supplies technical and tag information about a video or audio file.
Supported formats: Video: AVI/OGM/MKV/MPG/VOB/MP4/3GP/... Audio: MP3/OGG/MKA/MP4/AAC/... WWW: http://mediainfo.sourceforge.net/ PR: ports/123196 Submitted by: freebsd-ports at evilcode.net
This commit is contained in:
parent
ceabe272a7
commit
5f86f5921d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212289
@ -134,6 +134,7 @@
|
||||
SUBDIR += mandvd
|
||||
SUBDIR += manencode
|
||||
SUBDIR += manslide
|
||||
SUBDIR += mediainfo
|
||||
SUBDIR += mencoder
|
||||
SUBDIR += mimms
|
||||
SUBDIR += miro
|
||||
|
31
multimedia/mediainfo/Makefile
Normal file
31
multimedia/mediainfo/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: mediainfo
|
||||
# Date created: 24 April 2008
|
||||
# Whom: freebsd-ports@evilcode.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mediainfo
|
||||
PORTVERSION= 0.7.6.3
|
||||
DISTVERSIONSUFFIX= _CLI_GNU_FromSource
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= MediaInfo_${PORTVERSION}${DISTVERSIONSUFFIX}
|
||||
|
||||
MAINTAINER= freebsd-ports@evilcode.net
|
||||
COMMENT= Supplies technical and tag information about a video or audio file
|
||||
|
||||
PLIST_FILES= bin/mediainfo
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_DOS2UNIX= int128s.cpp int128u.cpp
|
||||
|
||||
WRKSRC= ${WRKDIR}/MediaInfo${DISTVERSIONSUFFIX}
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC}/ && ${SH} ./CLI_Compile.sh --prefix=${PREFIX})
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/MediaInfo/Project/GNU/CLI/mediainfo ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/mediainfo/distinfo
Normal file
3
multimedia/mediainfo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (MediaInfo_0.7.6.3_CLI_GNU_FromSource.tar.bz2) = 08cd71f75eb4feb42a7d5f8fd25c4cd6
|
||||
SHA256 (MediaInfo_0.7.6.3_CLI_GNU_FromSource.tar.bz2) = ae4aaf6f6c39c466111d5d9bb6beb739d57e08631242cc7997ecbd6a4d04642c
|
||||
SIZE (MediaInfo_0.7.6.3_CLI_GNU_FromSource.tar.bz2) = 1052024
|
8
multimedia/mediainfo/files/patch-cli_compile
Normal file
8
multimedia/mediainfo/files/patch-cli_compile
Normal file
@ -0,0 +1,8 @@
|
||||
--- CLI_Compile.sh.old 2008-04-28 20:15:04.000000000 -0700
|
||||
+++ CLI_Compile.sh 2008-04-28 20:15:16.000000000 -0700
|
||||
@@ -102,4 +102,3 @@
|
||||
# Going home
|
||||
cd $Home
|
||||
echo "MediaInfo executable is in MediaInfo/Project/GNU/CLI"
|
||||
-echo "For installing, cd MediaInfo/Project/GNU/CLI && make install"
|
||||
\ No newline at end of file
|
13
multimedia/mediainfo/files/patch-int128s
Normal file
13
multimedia/mediainfo/files/patch-int128s
Normal file
@ -0,0 +1,13 @@
|
||||
--- ZenLib/Source/ZenLib/int128s.cpp 2008-04-12 10:52:16.000000000 -0700
|
||||
+++ ZenLib/Source/ZenLib/int128s.cpp 2008-04-24 23:30:33.000000000 -0700
|
||||
@@ -47,6 +47,9 @@
|
||||
#if defined (__MONTAVISTA__) || defined (__ARMEL__)
|
||||
#define fmodl fmod
|
||||
#endif
|
||||
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
+ #define fmodl fmod
|
||||
+#endif
|
||||
using namespace std;
|
||||
|
||||
namespace ZenLib
|
||||
|
12
multimedia/mediainfo/files/patch-int128u
Normal file
12
multimedia/mediainfo/files/patch-int128u
Normal file
@ -0,0 +1,12 @@
|
||||
--- ZenLib/Source/ZenLib/int128u.cpp 2008-04-12 10:52:16.000000000 -0700
|
||||
+++ ZenLib/Source/ZenLib/int128u.cpp 2008-04-24 23:31:13.000000000 -0700
|
||||
@@ -47,6 +47,9 @@
|
||||
#if defined (__MONTAVISTA__) || defined (__ARMEL__)
|
||||
#define fmodl fmod
|
||||
#endif
|
||||
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
+ #define fmodl fmod
|
||||
+#endif
|
||||
using namespace std;
|
||||
|
||||
namespace ZenLib
|
6
multimedia/mediainfo/pkg-descr
Normal file
6
multimedia/mediainfo/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
MediaInfo supplies technical and tag information about a video or audio file.
|
||||
Supported formats:
|
||||
Video: AVI/OGM/MKV/MPG/VOB/MP4/3GP/...
|
||||
Audio: MP3/OGG/MKA/MP4/AAC/...
|
||||
|
||||
WWW: http://mediainfo.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user