diff options
author | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
commit | 173755349dc2dd22744f67ee65b533ef3b1c3649 (patch) | |
tree | fcddf9b33a006f3b495b40ac5641012787c2a99e /audio | |
parent | ed21c3e01f7d2d837804666f445b9249d985c327 (diff) | |
download | freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.gz freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.zst freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.zip |
- Move to LOCALBASE
- Use new EFL framework
- Update all e17 ports to the lates stable cvs snapshot
- Add additional knobs/options to ports makefiles to control the
feature set
- Add a bunch of new e17 applications/libraries
- Minor improvements/modification.
Approved by: vanilla (old maintainer), sem (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/emphasis/Makefile | 29 | ||||
-rw-r--r-- | audio/emphasis/distinfo | 3 | ||||
-rw-r--r-- | audio/emphasis/pkg-descr | 5 | ||||
-rw-r--r-- | audio/emphasis/pkg-plist | 14 | ||||
-rw-r--r-- | audio/euphoria/Makefile | 11 | ||||
-rw-r--r-- | audio/euphoria/distinfo | 6 | ||||
-rw-r--r-- | audio/euphoria/files/patch-euphoria | 8 | ||||
-rw-r--r-- | audio/euphoria/files/patch-lib_playlist_item.rb | 19 | ||||
-rw-r--r-- | audio/euphoria/pkg-plist | 4 |
9 files changed, 64 insertions, 35 deletions
diff --git a/audio/emphasis/Makefile b/audio/emphasis/Makefile new file mode 100644 index 000000000000..8f0a132a52cf --- /dev/null +++ b/audio/emphasis/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: emphasis +# Date created: 2006-08-14 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $MBSDlabs$ +# $FreeBSD$ +# + +PORTNAME= emphasis +PORTVERSION= 20060926 +CATEGORIES= audio +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ + +MAINTAINER= stas@FreeBSD.org +COMMENT= A simple MPD (Music Player Daemon) client written in C/Etk + +LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd +BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel +BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomehack pkgconfig gnometarget libxml2 +USE_EFL= ecore enhance etk +GNU_CONFIGURE= yes + +.include <bsd.port.pre.mk> +.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" +.include <bsd.port.post.mk> diff --git a/audio/emphasis/distinfo b/audio/emphasis/distinfo new file mode 100644 index 000000000000..d840d1d2d967 --- /dev/null +++ b/audio/emphasis/distinfo @@ -0,0 +1,3 @@ +MD5 (emphasis-20060926.tar.bz2) = ecc15f57ef069cc8e94866aee42d7a84 +SHA256 (emphasis-20060926.tar.bz2) = e7718857fa2f0e8b7cad7937603d75759f271d6539462c67cf3eb8264b0adbd4 +SIZE (emphasis-20060926.tar.bz2) = 332890 diff --git a/audio/emphasis/pkg-descr b/audio/emphasis/pkg-descr new file mode 100644 index 000000000000..b8c83da30ba2 --- /dev/null +++ b/audio/emphasis/pkg-descr @@ -0,0 +1,5 @@ +Emphasis is a simple MPD (Music Player Daemon) client writen in C/Etk. +It's a clone of MpcOS-X. + +Author: Samuel 'lok' Mendes <heka.lok@gmail.com> +WWW: http://www.enlightenment.org/ diff --git a/audio/emphasis/pkg-plist b/audio/emphasis/pkg-plist new file mode 100644 index 000000000000..c990aa58c71e --- /dev/null +++ b/audio/emphasis/pkg-plist @@ -0,0 +1,14 @@ +bin/emphasis +%%DATADIR%%/config.glade +%%DATADIR%%/emphasis.glade +%%DATADIR%%/images/haricot_musique-amor.png +%%DATADIR%%/images/haricot_musique-grrrr.png +%%DATADIR%%/images/haricot_musique-lalaa.png +%%DATADIR%%/images/haricot_musique-mario.png +%%DATADIR%%/images/haricot_musique-mooo.png +%%DATADIR%%/images/haricot_musique.png +%%DATADIR%%/images/note.png +%%DATADIR%%/images/sound_high.png +%%DATADIR%%/images/sound_low.png +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%% diff --git a/audio/euphoria/Makefile b/audio/euphoria/Makefile index be5f498a4c28..2652be89a382 100644 --- a/audio/euphoria/Makefile +++ b/audio/euphoria/Makefile @@ -6,13 +6,13 @@ # PORTNAME= euphoria -PORTVERSION= 20062006 -PORTREVISION= 1 +PORTVERSION= 20061008 +PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://mbsd.msk.ru/dist/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= XMMS2 GUI frontend written with Enlightenment e17 libraries BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \ @@ -27,6 +27,7 @@ SADIR= ${RUBY_SITEARCHLIBDIR} USE_BZIP2= yes USE_RUBY= yes +RUBY_SHEBANG_FILES= ${WRKSRC}/bin/euphoria .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/audio/euphoria/distinfo b/audio/euphoria/distinfo index 1f073b1043f4..1eeeb0e0faa5 100644 --- a/audio/euphoria/distinfo +++ b/audio/euphoria/distinfo @@ -1,3 +1,3 @@ -MD5 (euphoria-20062006.tar.bz2) = 0ee671f7d39dc44f8a6c689d2b17d028 -SHA256 (euphoria-20062006.tar.bz2) = 27a8bf9d725ab91581fefc767cbf1932c1c31cda08b49e9b89160add45704bc6 -SIZE (euphoria-20062006.tar.bz2) = 1610111 +MD5 (euphoria-20061008.tar.bz2) = f147191da3ea4ab28fb64dc1a28a22c5 +SHA256 (euphoria-20061008.tar.bz2) = 22c463c1706e0038e5436495b60a307adde6835f57a863583c86c32f6ddbd089 +SIZE (euphoria-20061008.tar.bz2) = 1607870 diff --git a/audio/euphoria/files/patch-euphoria b/audio/euphoria/files/patch-euphoria deleted file mode 100644 index e63fa35fa3f7..000000000000 --- a/audio/euphoria/files/patch-euphoria +++ /dev/null @@ -1,8 +0,0 @@ ---- bin/euphoria.orig Thu Jun 22 21:38:08 2006 -+++ bin/euphoria Thu Jun 22 21:38:53 2006 -@@ -1,4 +1,4 @@ --#!/usr/bin/ruby -w -+#!/usr/local/bin/ruby -w - - # $Id: euphoria,v 1.38 2006/05/13 14:59:17 tilman Exp $ - diff --git a/audio/euphoria/files/patch-lib_playlist_item.rb b/audio/euphoria/files/patch-lib_playlist_item.rb deleted file mode 100644 index 8ce8eaefc430..000000000000 --- a/audio/euphoria/files/patch-lib_playlist_item.rb +++ /dev/null @@ -1,19 +0,0 @@ ---- lib/playlist_item.rb.orig Mon Jul 10 11:30:20 2006 -+++ lib/playlist_item.rb Mon Jul 10 11:31:08 2006 -@@ -1,4 +1,4 @@ --# $Id: playlist_item.rb,v 1.17 2005/12/14 20:02:14 tsauerbeck Exp $ -+# $Id: playlist_item.rb,v 1.19 2006/07/08 12:25:31 tilman Exp $ - - class PlaylistItem - attr_reader :id, :edje, :position, :selected, :hilighted -@@ -23,9 +23,7 @@ - end - - def method_missing(method) -- tmp = @props[method] -- -- tmp || @props[:server][method] || "default" -+ @props[method] || "default" - end - - def duration diff --git a/audio/euphoria/pkg-plist b/audio/euphoria/pkg-plist index 80441c2d16ac..120ef0047191 100644 --- a/audio/euphoria/pkg-plist +++ b/audio/euphoria/pkg-plist @@ -5,8 +5,12 @@ bin/euphoria %%RUBY_SITELIBDIR%%/euphoria/playlist_item.rb %%RUBY_SITELIBDIR%%/euphoria/playtime_updater.rb %%RUBY_SITELIBDIR%%/euphoria/slider.rb +%%RUBY_SITELIBDIR%%/euphoria/volume_box.rb %%DATADIR%%/themes/iio.edj %%DATADIR%%/themes/winter.edj @dirrm %%RUBY_SITELIBDIR%%/euphoria +@dirrmtry %%RUBY_SITELIBDIR%% +@dirrmtry lib/ruby/site_ruby +@dirrmtry lib/ruby @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%% |