Date: Sat, 3 Mar 2007 23:06:32 GMT From: Diego Depaoli<trebestie@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/109825: [NEW PORT] multimedia/manencode: Utility to simply transcode your videos Message-ID: <200703032306.l23N6Wx8051747@www.freebsd.org> Resent-Message-ID: <200703032310.l23NA4U8090316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109825 >Category: ports >Synopsis: [NEW PORT] multimedia/manencode: Utility to simply transcode your videos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 03 23:10:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Diego Depaoli >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: FreeBSD extrapizza.casadep.home 7.0-CURRENT FreeBSD 7.0-CURRENT #8: Thu Mar 1 22:12:46 CET 2007 root@extrapizza.casadep.home:/usr/obj/usr/src/sys/VENEFIC2 i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # manencode # manencode/distinfo # manencode/pkg-descr # manencode/pkg-plist # manencode/Makefile # echo c - manencode mkdir -p manencode > /dev/null 2>&1 echo x - manencode/distinfo sed 's/^X//' >manencode/distinfo << 'END-of-manencode/distinfo' XMD5 (Manencode-0.8.tar.gz) = 993f7675e4d2cc6144ceb0d70ca2bb6c XSHA256 (Manencode-0.8.tar.gz) = cd7b64d9df216c702c46b1341ed82bfd81f9cfbc864495cac903bca5189d08ce XSIZE (Manencode-0.8.tar.gz) = 545136 END-of-manencode/distinfo echo x - manencode/pkg-descr sed 's/^X//' >manencode/pkg-descr << 'END-of-manencode/pkg-descr' XA KDE program to simply transcode your videos X XWWW: http://kde-apps.org/content/show.php?content=52228 END-of-manencode/pkg-descr echo x - manencode/pkg-plist sed 's/^X//' >manencode/pkg-plist << 'END-of-manencode/pkg-plist' Xbin/Manencode X%%DATADIR%%/Interface/DVD.png X%%DATADIR%%/Interface/DVDOK.png X%%DATADIR%%/Interface/bt_play.png X%%DATADIR%%/Interface/bt_stop.png X%%DATADIR%%/Interface/contrast.png X%%DATADIR%%/Interface/cut_end.png X%%DATADIR%%/Interface/cut_start.png X%%DATADIR%%/Interface/debut.png X%%DATADIR%%/Interface/executer.png X%%DATADIR%%/Interface/fin.png X%%DATADIR%%/Interface/forward.png X%%DATADIR%%/Interface/france.png X%%DATADIR%%/Interface/lumiere.png X%%DATADIR%%/Interface/menu_select.png X%%DATADIR%%/Interface/moins.png X%%DATADIR%%/Interface/ombre.png X%%DATADIR%%/Interface/pb_pleine.png X%%DATADIR%%/Interface/pb_vide.png X%%DATADIR%%/Interface/plus.png X%%DATADIR%%/Interface/poubelle.png X%%DATADIR%%/Interface/raz.png X%%DATADIR%%/Interface/render.png X%%DATADIR%%/Interface/rewind.png X%%DATADIR%%/Interface/son.png X%%DATADIR%%/Interface/rotation1.png X%%DATADIR%%/Interface/rotation2.png X%%DATADIR%%/Interface/saturation.png X%%DATADIR%%/Interface/sauvegarde.png X%%DATADIR%%/Interface/side_menu.png X%%DATADIR%%/Interface/sstitres.png X%%DATADIR%%/Interface/toolbar.PNG X%%DATADIR%%/Interface/toolbar_2.PNG X%%DATADIR%%/Interface/uk.png X%%DATADIR%%/Interface/window.png X%%DATADIR%%/manencode_en.qm X%%DATADIR%%/Manencode X@dirrm %%DATADIR%%/Interface X@dirrm %%DATADIR%% END-of-manencode/pkg-plist echo x - manencode/Makefile sed 's/^X//' >manencode/Makefile << 'END-of-manencode/Makefile' X# New ports collection makefile for: manencode X# Date created: Sab 3 Mar 2007 21:52:49 CET X# Whom: Diego Depaoli <trebestie@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= manencode XDISTVERSION= 0.8 XCATEGORIES= multimedia kde XMASTER_SITES= http://csgib36.ifrance.com/Manencode/ XDISTNAME= Manencode XDISTFILES= ${DISTNAME}-${PORTVERSION}${EXTRACT_SUFX} X XMAINTAINER= trebestie@gmail.com XCOMMENT= Utility to simply transcode your videos X XBUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 XRUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mplayer \ X mplayer:${PORTSDIR}/multimedia/mplayer \ X transcode:${PORTSDIR}/multimedia/transcode X XUSE_QT_VER= 4 XUSE_KDELIBS_VER=3 X XMANENCODEDIR= ${PREFIX}/share/${PORTNAME} XTRANSLATION= _en XINTERFACE= DVD.png DVDOK.png bt_play.png bt_stop.png \ X contrast.png cut_end.png cut_start.png debut.png \ X executer.png fin.png forward.png france.png \ X lumiere.png menu_select.png moins.png ombre.png \ X pb_pleine.png pb_vide.png plus.png poubelle.png \ X raz.png render.png rewind.png rotation1.png \ X rotation2.png saturation.png sauvegarde.png side_menu.png \ X son.png sstitres.png toolbar.PNG toolbar_2.PNG \ X uk.png window.png X XMAKE_ENV?= QTDIR=${QT_PREFIX} XQMAKE?= ${LOCALBASE}/bin/qmake-qt4 XQMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ XWRKSRC= ${WRKDIR}/${DISTNAME} X XDESKTOP_ENTRIES= "Manencode" \ X "Transcode your video" \ X "" \ X "Manencode" \ X "Application;AudioVideo;" \ X false X Xdo-configure: X @cd ${WRKSRC} \ X && ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} X Xpre-install: X ${MKDIR} ${MANENCODEDIR}/Interface X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/Manencode ${MANENCODEDIR}/ X X.for file in ${INTERFACE} X ${INSTALL_DATA} ${WRKSRC}/Interface/${file} ${MANENCODEDIR}/Interface X.endfor X X.for lang in ${TRANSLATION} X ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}${lang}.qm ${MANENCODEDIR} X.endfor X X ${LN} -fs ${MANENCODEDIR}/Manencode ${PREFIX}/bin/ X X.include <bsd.port.mk> END-of-manencode/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703032306.l23N6Wx8051747>