Date: Sun, 22 Feb 2009 22:21:49 +0900 (YAKT) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/131971: [new port] multimedia/gnome-mplayer: GNOME frontend for MPlayer Message-ID: <200902221321.n1MDLnWj016368@blg.akavia.ru> Resent-Message-ID: <200902221330.n1MDU1al025471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131971 >Category: ports >Synopsis: [new port] multimedia/gnome-mplayer: GNOME frontend for MPlayer >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: Sun Feb 22 13:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.4-RELEASE i386 >Organization: >Environment: >Description: GNOME MPlayer is a simple GUI for MPlayer. It is intended to be a nice tight player and provide a simple and clean interface to MPlayer. GNOME MPlayer has a rich API that is exposed via DBus. Using DBus you can control a single or multiple instances of GNOME MPlayer from a single command. The player can be used to play media on websites when used with Gecko Mediaplayer. WWW: http://kdekorte.googlepages.com/gnomemplayer >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: # # gnome-mplayer # gnome-mplayer/Makefile # gnome-mplayer/distinfo # gnome-mplayer/pkg-descr # gnome-mplayer/pkg-plist # echo c - gnome-mplayer mkdir -p gnome-mplayer > /dev/null 2>&1 echo x - gnome-mplayer/Makefile sed 's/^X//' >gnome-mplayer/Makefile << '9c552f00ccc8510226de784283f9c10d' X# New ports collection makefile for: gnome-mplayer X# Date created: 21 February 2009 X# Whom: Alexander Logvinov <ports@logvinov.com> X# X# $FreeBSD$ X# X XPORTNAME= gnome-mplayer XPORTVERSION= 0.9.4 XCATEGORIES= multimedia gnome XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} X XMAINTAINER= ports@logvinov.com XCOMMENT= GNOME frontend for MPlayer X XLIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib XRUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer X XOPTIONS= GIO "Use GIO for file I/O" off \ X GCONF "Use Gconf to store preferences" off \ X NOTIFY "Send notifications of new media" off \ X GPOD "Add support for libgpod" off \ X BRAINZ3 "Add support for libmusicbrainz3" off X XGNU_CONFIGURE= yes XUSE_GETTEXT= yes XUSE_GNOME= glib20 gtk20 XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XCONFIGURE_ARGS+= --without-alsa X XPORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ X dbus.txt keyboard_shortcuts.txt plugin-interaction.txt X X.include <bsd.port.pre.mk> X X.if defined(WITH_GIO) XCONFIGURE_ARGS+= --with-gio X.else XCONFIGURE_ARGS+= --without-gio X.endif X X.if defined(WITH_GCONF) XUSE_GNOME+= gconf2 XCONFIGURE_ARGS+= --with-gconf XGCONF_SCHEMAS= ${PORTNAME}.schemas X.else XCONFIGURE_ARGS+= --without-gconf --disable-schemas-install X.endif X X.if defined(WITH_NOTIFY) XLIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify XRUN_DEPENDS+= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon XCONFIGURE_ARGS+= --with-libnotify X.else XCONFIGURE_ARGS+= --without-libnotify X.endif X X.if defined(WITH_GPOD) XLIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod XCONFIGURE_ARGS+= --with-libgpod X.else XCONFIGURE_ARGS+= --without-libgpod X.endif X X.if defined(WITH_BRAINZ3) XLIB_DEPENDS+= musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 XCONFIGURE_ARGS+= --with-libmusicbrainz3 X.else XCONFIGURE_ARGS+= --without-libmusicbrainz3 X.endif X Xpost-patch: X.if defined(NOPORTDOCS) X @${REINPLACE_CMD} -e \ X 's/install-desktopDATA install-gnome_mplayerdocDATA/install-desktopDATA/' \ X ${WRKSRC}/Makefile.in X.endif X X.include <bsd.port.post.mk> 9c552f00ccc8510226de784283f9c10d echo x - gnome-mplayer/distinfo sed 's/^X//' >gnome-mplayer/distinfo << 'af41347ad1886aa9d669b1a1305e6de7' XMD5 (gnome-mplayer-0.9.4.tar.gz) = 42722c0361a43c16fea6261b2b2118e9 XSHA256 (gnome-mplayer-0.9.4.tar.gz) = ed02688b294647aa53b5565be4a04553a08fdc203692fdd074b6182f9e060b75 XSIZE (gnome-mplayer-0.9.4.tar.gz) = 540526 af41347ad1886aa9d669b1a1305e6de7 echo x - gnome-mplayer/pkg-descr sed 's/^X//' >gnome-mplayer/pkg-descr << '2408caa73bd3568f8ffff3fee464caad' XGNOME MPlayer is a simple GUI for MPlayer. It is intended to be a nice tight Xplayer and provide a simple and clean interface to MPlayer. GNOME MPlayer has Xa rich API that is exposed via DBus. Using DBus you can control a single or Xmultiple instances of GNOME MPlayer from a single command. X XThe player can be used to play media on websites Xwhen used with Gecko Mediaplayer X XWWW: http://kdekorte.googlepages.com/gnomemplayer 2408caa73bd3568f8ffff3fee464caad echo x - gnome-mplayer/pkg-plist sed 's/^X//' >gnome-mplayer/pkg-plist << 'c49ea2bd097d804ec0f4b7eb858543f8' Xbin/gnome-mplayer Xshare/applications/gnome-mplayer.desktop Xshare/locale/bg/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/de/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/en/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/es/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/fr/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/it/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/ko/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/pl/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/pt_BR/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/ro/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/ru/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/sr/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/sr@latin/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/sv/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/tr/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/zh_CN/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/zh_HK/LC_MESSAGES/gnome-mplayer.mo Xshare/locale/zh_TW/LC_MESSAGES/gnome-mplayer.mo Xshare/pixmaps/gnome-mplayer.png X@dirrmtry share/applications c49ea2bd097d804ec0f4b7eb858543f8 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902221321.n1MDLnWj016368>