diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-06 18:23:38 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-06 18:23:38 +0800 |
commit | 1e6b6053dbfe9446fb98ff30943d5f5ae998431d (patch) | |
tree | eff0ce65b43fa0c936a7ccf073b999a412d633b5 /multimedia | |
parent | 3109569063b89a477ee5399bf65209beaa1c3659 (diff) | |
download | freebsd-ports-gnome-1e6b6053dbfe9446fb98ff30943d5f5ae998431d.tar.gz freebsd-ports-gnome-1e6b6053dbfe9446fb98ff30943d5f5ae998431d.tar.zst freebsd-ports-gnome-1e6b6053dbfe9446fb98ff30943d5f5ae998431d.zip |
Add manencode , utility to simply transcode your videos.
PR: ports/109825
Submitted by: Diego Depaoli <trebestie at gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/manencode/Makefile | 71 | ||||
-rw-r--r-- | multimedia/manencode/distinfo | 3 | ||||
-rw-r--r-- | multimedia/manencode/pkg-descr | 3 | ||||
-rw-r--r-- | multimedia/manencode/pkg-plist | 39 |
5 files changed, 117 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 4da82bbef4fd..0309e7ece5a2 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -142,6 +142,7 @@ SUBDIR += lsdvd SUBDIR += lxdvdrip SUBDIR += mandvd + SUBDIR += manencode SUBDIR += mjpegtools SUBDIR += mjpegtools-yuvfilters SUBDIR += mkvtoolnix diff --git a/multimedia/manencode/Makefile b/multimedia/manencode/Makefile new file mode 100644 index 000000000000..395a34a8691e --- /dev/null +++ b/multimedia/manencode/Makefile @@ -0,0 +1,71 @@ +# New ports collection makefile for: manencode +# Date created: Sab 3 Mar 2007 21:52:49 CET +# Whom: Diego Depaoli <trebestie@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= manencode +DISTVERSION= 0.8 +CATEGORIES= multimedia kde +MASTER_SITES= http://csgib36.ifrance.com/Manencode/ +DISTNAME= Manencode-${DISTVERSION} + +MAINTAINER= trebestie@gmail.com +COMMENT= Utility to simply transcode your videos + +BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 +RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mplayer \ + mplayer:${PORTSDIR}/multimedia/mplayer \ + transcode:${PORTSDIR}/multimedia/transcode + +USE_QT_VER= 4 +QT_COMPONENTS= gui moc rcc uic +#USE_KDELIBS_VER=3 + +MANENCODEDIR= ${PREFIX}/share/${PORTNAME} +TRANSLATION= _en +INTERFACE= DVD.png DVDOK.png bt_play.png bt_stop.png \ + contrast.png cut_end.png cut_start.png debut.png \ + executer.png fin.png forward.png france.png \ + lumiere.png menu_select.png moins.png ombre.png \ + pb_pleine.png pb_vide.png plus.png poubelle.png \ + raz.png render.png rewind.png rotation1.png \ + rotation2.png saturation.png sauvegarde.png side_menu.png \ + son.png sstitres.png toolbar.PNG toolbar_2.PNG \ + uk.png window.png + +MAKE_ENV?= QTDIR=${QT_PREFIX} +QMAKE?= ${LOCALBASE}/bin/qmake-qt4 +QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ +WRKSRC= ${WRKDIR}/${DISTNAME} + +DESKTOP_ENTRIES= "Manencode" \ + "Transcode your video" \ + "" \ + "Manencode" \ + "Application;AudioVideo;" \ + false + +do-configure: + @cd ${WRKSRC} \ + && ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} \ + INCLUDEPATH+=${X11BASE}/include + +pre-install: + ${MKDIR} ${MANENCODEDIR}/Interface + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/Manencode ${MANENCODEDIR}/ + +.for file in ${INTERFACE} + ${INSTALL_DATA} ${WRKSRC}/Interface/${file} ${MANENCODEDIR}/Interface +.endfor + +.for lang in ${TRANSLATION} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}${lang}.qm ${MANENCODEDIR} +.endfor + + ${LN} -fs ${MANENCODEDIR}/Manencode ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/multimedia/manencode/distinfo b/multimedia/manencode/distinfo new file mode 100644 index 000000000000..ad18e5356f45 --- /dev/null +++ b/multimedia/manencode/distinfo @@ -0,0 +1,3 @@ +MD5 (Manencode-0.8.tar.gz) = 993f7675e4d2cc6144ceb0d70ca2bb6c +SHA256 (Manencode-0.8.tar.gz) = cd7b64d9df216c702c46b1341ed82bfd81f9cfbc864495cac903bca5189d08ce +SIZE (Manencode-0.8.tar.gz) = 545136 diff --git a/multimedia/manencode/pkg-descr b/multimedia/manencode/pkg-descr new file mode 100644 index 000000000000..248c8afa08b7 --- /dev/null +++ b/multimedia/manencode/pkg-descr @@ -0,0 +1,3 @@ +A KDE program to simply transcode your videos + +WWW: http://kde-apps.org/content/show.php?content=52228 diff --git a/multimedia/manencode/pkg-plist b/multimedia/manencode/pkg-plist new file mode 100644 index 000000000000..871ee1c786e9 --- /dev/null +++ b/multimedia/manencode/pkg-plist @@ -0,0 +1,39 @@ +bin/Manencode +%%DATADIR%%/Interface/DVD.png +%%DATADIR%%/Interface/DVDOK.png +%%DATADIR%%/Interface/bt_play.png +%%DATADIR%%/Interface/bt_stop.png +%%DATADIR%%/Interface/contrast.png +%%DATADIR%%/Interface/cut_end.png +%%DATADIR%%/Interface/cut_start.png +%%DATADIR%%/Interface/debut.png +%%DATADIR%%/Interface/executer.png +%%DATADIR%%/Interface/fin.png +%%DATADIR%%/Interface/forward.png +%%DATADIR%%/Interface/france.png +%%DATADIR%%/Interface/lumiere.png +%%DATADIR%%/Interface/menu_select.png +%%DATADIR%%/Interface/moins.png +%%DATADIR%%/Interface/ombre.png +%%DATADIR%%/Interface/pb_pleine.png +%%DATADIR%%/Interface/pb_vide.png +%%DATADIR%%/Interface/plus.png +%%DATADIR%%/Interface/poubelle.png +%%DATADIR%%/Interface/raz.png +%%DATADIR%%/Interface/render.png +%%DATADIR%%/Interface/rewind.png +%%DATADIR%%/Interface/son.png +%%DATADIR%%/Interface/rotation1.png +%%DATADIR%%/Interface/rotation2.png +%%DATADIR%%/Interface/saturation.png +%%DATADIR%%/Interface/sauvegarde.png +%%DATADIR%%/Interface/side_menu.png +%%DATADIR%%/Interface/sstitres.png +%%DATADIR%%/Interface/toolbar.PNG +%%DATADIR%%/Interface/toolbar_2.PNG +%%DATADIR%%/Interface/uk.png +%%DATADIR%%/Interface/window.png +%%DATADIR%%/manencode_en.qm +%%DATADIR%%/Manencode +@dirrm %%DATADIR%%/Interface +@dirrm %%DATADIR%% |