diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /audio | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | freebsd-ports-gnome-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz freebsd-ports-gnome-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.zst freebsd-ports-gnome-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Diffstat (limited to 'audio')
-rw-r--r-- | audio/emphasis/Makefile | 7 | ||||
-rw-r--r-- | audio/emphasis/distinfo | 6 | ||||
-rw-r--r-- | audio/emphasis/pkg-plist | 10 | ||||
-rw-r--r-- | audio/ruby-xmms2-ecore/Makefile | 2 |
4 files changed, 17 insertions, 8 deletions
diff --git a/audio/emphasis/Makefile b/audio/emphasis/Makefile index 540d0c96ac26..015848832bc2 100644 --- a/audio/emphasis/Makefile +++ b/audio/emphasis/Makefile @@ -7,8 +7,8 @@ # PORTNAME= emphasis -PORTVERSION= 20070223 -PORTREVISION= 1 +PORTVERSION= 20080223 +PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ @@ -16,13 +16,12 @@ 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 +USE_EFL_ECORE= config GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/audio/emphasis/distinfo b/audio/emphasis/distinfo index a57d045f4dc2..27490c738f02 100644 --- a/audio/emphasis/distinfo +++ b/audio/emphasis/distinfo @@ -1,3 +1,3 @@ -MD5 (emphasis-20070223.tar.bz2) = 0a3835c8b63c5ebd4185078c6e7d2eb0 -SHA256 (emphasis-20070223.tar.bz2) = e17e2564a02b19142599a8d9c4b66dcae5c10de6ba17fb1f2f767cec68bc7950 -SIZE (emphasis-20070223.tar.bz2) = 327039 +MD5 (emphasis-20080223.tar.bz2) = 51c06c196ceafd4a70d380ea7ea51aaf +SHA256 (emphasis-20080223.tar.bz2) = d9fc8af7bd181b4dcbaf3cfa2b4d0dc87f940e10f350f15f3a52c3aedfd62a0d +SIZE (emphasis-20080223.tar.bz2) = 411094 diff --git a/audio/emphasis/pkg-plist b/audio/emphasis/pkg-plist index c990aa58c71e..ea992b00c7b2 100644 --- a/audio/emphasis/pkg-plist +++ b/audio/emphasis/pkg-plist @@ -10,5 +10,15 @@ bin/emphasis %%DATADIR%%/images/note.png %%DATADIR%%/images/sound_high.png %%DATADIR%%/images/sound_low.png +share/icons/hicolor/48x48/apps/emphasis.png +share/icons/hicolor/scalable/apps/emphasis.svg +share/applications/emphasis.desktop +@dirrmtry share/applications +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor +@dirrmtry share/icons @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% diff --git a/audio/ruby-xmms2-ecore/Makefile b/audio/ruby-xmms2-ecore/Makefile index 14231af03652..74648670eb01 100644 --- a/audio/ruby-xmms2-ecore/Makefile +++ b/audio/ruby-xmms2-ecore/Makefile @@ -14,12 +14,12 @@ COMMENT= Ruby ecore mainloop bindings for XMMS2 BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2 RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2 -LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore MASTERDIR= ${.CURDIR}/../xmms2 USE_RUBY= yes USE_GNOME= glib20 +USE_EFL= ecore USE_LDCONFIG= yes PLIST= ${.CURDIR}/pkg-plist |