Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
This commit is contained in:
parent
97dfcc1b41
commit
4acc6fb2a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201947
1446 changed files with 43051 additions and 35790 deletions
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $NetBSD: $
|
||||
# $MCom: ports/Mk/bsd.gnome.mk,v 1.414 2007/03/13 01:24:54 marcus Exp $
|
||||
# $MCom: ports/Mk/bsd.gnome.mk,v 1.429 2007/08/04 22:09:00 marcus Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
|
@ -40,9 +40,9 @@ Gnome_Pre_Include= bsd.gnome.mk
|
|||
# each .omf file found to track OMF registration database.
|
||||
#
|
||||
# INSTALLS_ICONS - If your port installs Freedesktop-style icons to
|
||||
# ${LOCALBASE}/share/icons or ${X11BASE}/share/icons, then
|
||||
# you should use this macro. If the icons are not cached,
|
||||
# they will not be displayed.
|
||||
# ${LOCALBASE}/share/icons, then you should use this
|
||||
# macro. If the icons are not cached, they will not be
|
||||
# displayed.
|
||||
#
|
||||
|
||||
# non-version specific components
|
||||
|
@ -59,40 +59,25 @@ _USE_GNOME_ALL+= bonobo gal gconf gdkpixbuf glib12 glibwww \
|
|||
_USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gail \
|
||||
gal2 gconf2 glib20 gnomecontrolcenter2 gnomedesktop gnomedocutils \
|
||||
gnomemenus gnomepanel gnomesharp20 gnomespeech gnomevfs2 gtk20 \
|
||||
gtkhtml3 gtksharp10 gtksharp20 gtksourceview libartlgpl2 libbonobo \
|
||||
libbonoboui libgailgnome libgda2 libgda3 libglade2 libgnome \
|
||||
libgnomecanvas libgnomedb libgnomeprint libgnomeprintui \
|
||||
libgnomeui libgsf libgsf_gnome libgtkhtml libidl librsvg2 libwnck \
|
||||
libxml2 libxslt libzvt linc metacity nautilus2 nautiluscdburner \
|
||||
orbit2 pango pygnome2 pygnomeextras pygtk2 vte pygnomedesktop \
|
||||
libgnomekbd
|
||||
gtkhtml3 gtksharp10 gtksharp20 gtksourceview gtksourceview2 \
|
||||
libartlgpl2 libbonobo libbonoboui libgailgnome libgda2 libgda3 \
|
||||
libglade2 libgnome libgnomecanvas libgnomedb libgnomekbd libgnomeprint \
|
||||
libgnomeprintui libgnomeui libgsf libgsf_gnome libgtkhtml libidl \
|
||||
librsvg2 libwnck libxml2 libxslt libzvt linc metacity nautilus2 \
|
||||
nautiluscdburner orbit2 pango pygnome2 pygnomedesktop pygnomeextras \
|
||||
pygtk2 pygtksourceview vte
|
||||
|
||||
GNOME_MAKEFILEIN?= Makefile.in
|
||||
SCROLLKEEPER_DIR= /var/db/scrollkeeper
|
||||
SCROLLKEEPER_DIR= /var/db/rarian
|
||||
gnomehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "${GNOME_MAKEFILEIN}*" -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|[(]GNOME_datadir[)]/gnome/|(datadir)/|g ; \
|
||||
s|[(]GNOME_datadir[)]/locale|(prefix)/share/locale|g ; \
|
||||
s|[(]datadir[)]/locale|(prefix)/share/locale|g ; \
|
||||
s|[(]libdir[)]/locale|(prefix)/share/locale|g ; \
|
||||
s|[(]gnomedatadir[)]/gnome|(gnomedatadir)|g ; \
|
||||
s|[(]datadir[)]/aclocal|(prefix)/share/aclocal|g ; \
|
||||
s|[(]datadir[)]/gnome/|(datadir)/|g ; \
|
||||
s|[(]datadir[)]/mime/|(prefix)/share/mime/|g ; \
|
||||
s|[(]datadir[)]/mime"|(prefix)/share/mime"|g ; \
|
||||
s|[(]datadir[)]/mime;|(prefix)/share/mime;|g ; \
|
||||
s|[(]datadir[)]/mime$$|(prefix)/share/mime|g ; \
|
||||
s|[(]datadir[)]/dbus-1|(prefix)/share/dbus-1|g ; \
|
||||
's|[(]libdir[)]/locale|(prefix)/share/locale|g ; \
|
||||
s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
|
||||
s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
|
||||
s|[$$][(]localstatedir[)]/scrollkeeper|${SCROLLKEEPER_DIR}|g ; \
|
||||
s|[(]datadir[)]/icons/hicolor|(prefix)/share/icons/hicolor|g ; \
|
||||
s|{datadir}/icons/hicolor|{prefix}/share/icons/hicolor|g ; \
|
||||
s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' ; \
|
||||
${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
|
||||
s|{datadir}/locale|{prefix}/share/locale|g ; \
|
||||
s|DATADIR/dbus-1/services|prefix/share/dbus-1/services|g ; \
|
||||
s|datadir/dbus-1/services|prefix/share/dbus-1/services|g ; \
|
||||
s|{libdir}/locale|{prefix}/share/locale|g'
|
||||
|
||||
referencehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
|
@ -109,12 +94,10 @@ GNOME_HTML_DIR?= ${PREFIX}/share/doc
|
|||
GCONF_CONFIG_OPTIONS?= merged
|
||||
GCONF_CONFIG_DIRECTORY?=etc/gconf/gconf.xml.defaults
|
||||
GCONF_CONFIG_SOURCE?=xml:${GCONF_CONFIG_OPTIONS}:${PREFIX}/${GCONF_CONFIG_DIRECTORY}
|
||||
GNOME_LOCALSTATEDIR?= ${PREFIX}/share/gnome
|
||||
GNOME_LOCALSTATEDIR?= ${PREFIX}/share
|
||||
gnomeprefix_CONFIGURE_ENV=GTKDOC="false"
|
||||
gnomeprefix_CONFIGURE_ARGS=--localstatedir=${GNOME_LOCALSTATEDIR} \
|
||||
--datadir=${PREFIX}/share/gnome \
|
||||
--with-html-dir=${GNOME_HTML_DIR} \
|
||||
--with-help-dir=${PREFIX}/share/gnome/help \
|
||||
--disable-gtk-doc \
|
||||
--with-gconf-source=${GCONF_CONFIG_SOURCE}
|
||||
gnomeprefix_USE_GNOME_IMPL=gnomehier
|
||||
|
@ -322,11 +305,11 @@ gnomevfs2_USE_GNOME_IMPL=gconf2 libbonobo gnomemimedata
|
|||
|
||||
gail_LIB_DEPENDS= gailutil.18:${PORTSDIR}/accessibility/gail
|
||||
gail_DETECT= ${LOCALBASE}/libdata/pkgconfig/gail.pc
|
||||
gail_USE_GNOME_IMPL= libgnomecanvas
|
||||
gail_USE_GNOME_IMPL= gtk20
|
||||
|
||||
libgnomecanvas_LIB_DEPENDS= gnomecanvas-2.0:${PORTSDIR}/graphics/libgnomecanvas
|
||||
libgnomecanvas_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomecanvas-2.0.pc
|
||||
libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2
|
||||
libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 gail
|
||||
|
||||
libartlgpl2_LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl
|
||||
libartlgpl2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libart-2.0.pc
|
||||
|
@ -369,7 +352,7 @@ gnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-2.0.pc
|
|||
gnomedesktop_USE_GNOME_IMPL= libgnomeui gnomedocutils
|
||||
gnomedesktop_GNOME_DESKTOP_VERSION=2
|
||||
|
||||
libwnck_LIB_DEPENDS= wnck-1.18:${PORTSDIR}/x11-toolkits/libwnck
|
||||
libwnck_LIB_DEPENDS= wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck
|
||||
libwnck_DETECT= ${LOCALBASE}/libdata/pkgconfig/libwnck-1.0.pc
|
||||
libwnck_USE_GNOME_IMPL= gtk20
|
||||
|
||||
|
@ -427,6 +410,10 @@ gtksourceview_LIB_DEPENDS= gtksourceview-1.0.0:${PORTSDIR}/x11-toolkits/gtksourc
|
|||
gtksourceview_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceview-1.0.pc
|
||||
gtksourceview_USE_GNOME_IMPL=libgnome libgnomeprintui
|
||||
|
||||
gtksourceview2_LIB_DEPENDS= gtksourceview-2.0.0:${PORTSDIR}/x11-toolkits/gtksourceview2
|
||||
gtksourceview2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtksourceview-2.0.pc
|
||||
gtksourceview2_USE_GNOME_IMPL=gtk20 libxml2
|
||||
|
||||
pkgconfig_DETECT= ${LOCALBASE}/bin/pkg-config
|
||||
pkgconfig_BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
||||
pkgconfig_RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
|
||||
|
@ -518,6 +505,11 @@ libgnomekbd_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgnomekbd.pc
|
|||
libgnomekbd_LIB_DEPENDS= gnomekbd.1:${PORTSDIR}/x11/libgnomekbd
|
||||
libgnomekbd_USE_GNOME_IMPL= libgnomeui
|
||||
|
||||
pygtksourceview_DETECT= ${LOCALBASE}/libdata/pkgconfig/pygtksourceview-2.0.pc
|
||||
pygtksourceview_BUILD_DEPENDS= ${pygtksourceview_DETECT}:${PORTSDIR}/x11-toolkits/py-gtksourceview
|
||||
pygtksourceview_RUN_DEPENDS= ${pygtksourceview_DETECT}:${PORTSDIR}/x11-toolkits/py-gtksourceview
|
||||
pygtksourceview_USE_GNOME_IMPL= gtksourceview2 pygtk2
|
||||
|
||||
# End component definition section
|
||||
|
||||
# This section defines tests for optional software. These work off four
|
||||
|
|
27
UPDATING
27
UPDATING
|
@ -6,6 +6,33 @@ You should get into the habit of checking this file for changes each
|
|||
time you update your ports collection, before attempting any port
|
||||
upgrades.
|
||||
|
||||
20071024:
|
||||
AFFECTS: All GNOME users and ports depend on gnomehier
|
||||
AUTHOR: gnome@FreeBSD.org
|
||||
|
||||
GNOME has been updated to 2.20.1. All ports that depend on gnomehier have
|
||||
had their DATADIR moved from share/gnome/ to share/ (e.g.
|
||||
${LOCALBASE}/share/gnome/ to ${LOCALBASE}/share/).
|
||||
This puts the FreeBSD GNOME ports more in line with the default
|
||||
GNOME installation hierarchy. To find the specific directories that
|
||||
have changed, see misc/gnomehier/files/dirlist. To upgrade your
|
||||
installed ports, you will need to use either sysutils/portupgrade or
|
||||
sysutils/portmaster.
|
||||
|
||||
Portupgrade users:
|
||||
# pkgdb -Ff
|
||||
# portupgrade -o textproc/rarian textproc/scrollkeeper
|
||||
# portupgrade -a
|
||||
|
||||
Portmaster users:
|
||||
# portmaster -o textproc/rarian textproc/scrollkeeper
|
||||
# portmaster -a
|
||||
|
||||
If some of icons, applets, themes or other customized items have
|
||||
disappered from your desktop in this upgrade, you will need to
|
||||
remove and re-add these items to make them appear again due to the
|
||||
DATADIR change.
|
||||
|
||||
20071024:
|
||||
AFFECTS: users of databases/mysql-connector-java
|
||||
AUTHOR: miwi@FreeBSD.org
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
COMMENT = Ports to help disabled users
|
||||
|
||||
SUBDIR += accerciser
|
||||
SUBDIR += at-poke
|
||||
SUBDIR += at-spi
|
||||
SUBDIR += at-spi-reference
|
||||
|
|
30
accessibility/accerciser/Makefile
Normal file
30
accessibility/accerciser/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: accerciser
|
||||
# Date created: 2007-09-17
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/accerciser/Makefile,v 1.4 2007/10/13 21:08:59 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= accerciser
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Interactive Python accessibility explorer for GNOME
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= pygnomedesktop
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_PYTHON= yes
|
||||
MAN1= accerciser.1
|
||||
INSTALLS_OMF= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_ICONS= yes
|
||||
GCONF_SCHEMAS= accerciser.schemas
|
||||
|
||||
.include <bsd.port.mk>
|
3
accessibility/accerciser/distinfo
Normal file
3
accessibility/accerciser/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (gnome2/accerciser-1.0.1.tar.bz2) = 0bfcef80d75ab5772fca31e5021721c4
|
||||
SHA256 (gnome2/accerciser-1.0.1.tar.bz2) = f444711071b15075ddb2c7871b58db3df6c49db62650ee33441d97715e0fdbc9
|
||||
SIZE (gnome2/accerciser-1.0.1.tar.bz2) = 858043
|
5
accessibility/accerciser/pkg-descr
Normal file
5
accessibility/accerciser/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Accerciser is an interactive Python accessibility explorer for the GNOME
|
||||
desktop. It uses AT-SPI to inspect and control widgets, allowing you to check
|
||||
if an application is providing correct information to assistive technologies
|
||||
and automated test frameworks. Accerciser has a simple plugin framework which
|
||||
you can use to create custom views of accessibility information.
|
270
accessibility/accerciser/pkg-plist
Normal file
270
accessibility/accerciser/pkg-plist
Normal file
|
@ -0,0 +1,270 @@
|
|||
bin/accerciser
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/accerciser.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/i18n.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/icons.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/icons.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/icons.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/main_window.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/node.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/node.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/node.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/pyatspi.zip
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/script_playback.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/tools.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/tools.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/tools.pyo
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.py
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyc
|
||||
%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyo
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/acceleratorlabel.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/alert.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/animation.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/arrow.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/calendar.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/canvas.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/care.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/character.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/chart.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/checkbox.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/checkmenuitem.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/clock.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/colorchooser.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/column.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/columnheader.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/combobox.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/cursor.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/dateeditor.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/desktopicon.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/dial.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/dialog.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/directorypane.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/drawingarea.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/embedded.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/endnote.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/entry.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/filechooser.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/filler.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/focustraversable.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/fontchooser.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/form.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/frame.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/glasspane.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/grip.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/heading.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/helpballoon.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/htmlcontainer.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/icon.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/image.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/imagemap.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/inputmethodwindow.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/invalid.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/label.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/link.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/list.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/listitem.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/menu.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/menubar.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/menuitem.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/pagetab.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/pagetablist.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/passwordtext.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/popupmenu.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/progressbar.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/pushbutton.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/radiobutton.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/radiomenuitem.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/row.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/ruler.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/scrollbar.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/scrollpane.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/section.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/separator.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/shape.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/slider.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/sound.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/spinbutton.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/splitpane.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/statusbar.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/table.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/tablecell.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/tearoffmenuitem.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/terminal.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/text.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/togglebutton.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/toolbar.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/tooltip.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/tree.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/treetable.png
|
||||
%%DATADIR%%/pixmaps/hicolor/22x22/window.png
|
||||
%%DATADIR%%/plugins/api_view.py
|
||||
%%DATADIR%%/plugins/console.py
|
||||
%%DATADIR%%/plugins/event_monitor.glade
|
||||
%%DATADIR%%/plugins/event_monitor.py
|
||||
%%DATADIR%%/plugins/interface_view.glade
|
||||
%%DATADIR%%/plugins/interface_view.py
|
||||
%%DATADIR%%/plugins/ipython_view.py
|
||||
%%DATADIR%%/plugins/quick_select.py
|
||||
%%DATADIR%%/plugins/script_recorder.glade
|
||||
%%DATADIR%%/plugins/script_recorder.py
|
||||
share/applications/accerciser.desktop
|
||||
share/gnome/help/accerciser/C/accerciser.xml
|
||||
share/gnome/help/accerciser/C/figures/accerciser.png
|
||||
share/gnome/help/accerciser/C/figures/api_browser.png
|
||||
share/gnome/help/accerciser/C/figures/event_monitor.png
|
||||
share/gnome/help/accerciser/C/figures/interface_viewer.png
|
||||
share/gnome/help/accerciser/C/figures/script_recorder.png
|
||||
share/gnome/help/accerciser/C/legal.xml
|
||||
share/gnome/help/accerciser/ca/accerciser.xml
|
||||
share/gnome/help/accerciser/ca/figures/accerciser.png
|
||||
share/gnome/help/accerciser/ca/figures/api_browser.png
|
||||
share/gnome/help/accerciser/ca/figures/event_monitor.png
|
||||
share/gnome/help/accerciser/ca/figures/interface_viewer.png
|
||||
share/gnome/help/accerciser/ca/figures/script_recorder.png
|
||||
share/gnome/help/accerciser/en_GB/accerciser.xml
|
||||
share/gnome/help/accerciser/en_GB/figures/accerciser.png
|
||||
share/gnome/help/accerciser/en_GB/figures/api_browser.png
|
||||
share/gnome/help/accerciser/en_GB/figures/event_monitor.png
|
||||
share/gnome/help/accerciser/en_GB/figures/interface_viewer.png
|
||||
share/gnome/help/accerciser/en_GB/figures/script_recorder.png
|
||||
share/gnome/help/accerciser/es/accerciser.xml
|
||||
share/gnome/help/accerciser/es/figures/accerciser.png
|
||||
share/gnome/help/accerciser/es/figures/api_browser.png
|
||||
share/gnome/help/accerciser/es/figures/event_monitor.png
|
||||
share/gnome/help/accerciser/es/figures/interface_viewer.png
|
||||
share/gnome/help/accerciser/es/figures/script_recorder.png
|
||||
share/gnome/help/accerciser/oc/accerciser.xml
|
||||
share/gnome/help/accerciser/oc/figures/accerciser.png
|
||||
share/gnome/help/accerciser/oc/figures/api_browser.png
|
||||
share/gnome/help/accerciser/oc/figures/event_monitor.png
|
||||
share/gnome/help/accerciser/oc/figures/interface_viewer.png
|
||||
share/gnome/help/accerciser/oc/figures/script_recorder.png
|
||||
share/gnome/help/accerciser/sv/accerciser.xml
|
||||
share/gnome/help/accerciser/sv/figures/accerciser.png
|
||||
share/gnome/help/accerciser/sv/figures/api_browser.png
|
||||
share/gnome/help/accerciser/sv/figures/event_monitor.png
|
||||
share/gnome/help/accerciser/sv/figures/interface_viewer.png
|
||||
share/gnome/help/accerciser/sv/figures/script_recorder.png
|
||||
share/icons/hicolor/16x16/apps/accerciser.png
|
||||
share/icons/hicolor/22x22/apps/accerciser.png
|
||||
share/icons/hicolor/32x32/apps/accerciser.png
|
||||
share/icons/hicolor/48x48/apps/accerciser.png
|
||||
share/icons/hicolor/scalable/apps/accerciser.svg
|
||||
share/locale/ar/LC_MESSAGES/accerciser.mo
|
||||
share/locale/bg/LC_MESSAGES/accerciser.mo
|
||||
share/locale/bn/LC_MESSAGES/accerciser.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/accerciser.mo
|
||||
share/locale/ca/LC_MESSAGES/accerciser.mo
|
||||
share/locale/da/LC_MESSAGES/accerciser.mo
|
||||
share/locale/de/LC_MESSAGES/accerciser.mo
|
||||
share/locale/dz/LC_MESSAGES/accerciser.mo
|
||||
share/locale/el/LC_MESSAGES/accerciser.mo
|
||||
share/locale/en_CA/LC_MESSAGES/accerciser.mo
|
||||
share/locale/en_GB/LC_MESSAGES/accerciser.mo
|
||||
share/locale/es/LC_MESSAGES/accerciser.mo
|
||||
share/locale/fi/LC_MESSAGES/accerciser.mo
|
||||
share/locale/fr/LC_MESSAGES/accerciser.mo
|
||||
share/locale/gl/LC_MESSAGES/accerciser.mo
|
||||
share/locale/gu/LC_MESSAGES/accerciser.mo
|
||||
share/locale/he/LC_MESSAGES/accerciser.mo
|
||||
share/locale/hi/LC_MESSAGES/accerciser.mo
|
||||
share/locale/hu/LC_MESSAGES/accerciser.mo
|
||||
share/locale/ja/LC_MESSAGES/accerciser.mo
|
||||
share/locale/lt/LC_MESSAGES/accerciser.mo
|
||||
share/locale/lv/LC_MESSAGES/accerciser.mo
|
||||
share/locale/mk/LC_MESSAGES/accerciser.mo
|
||||
share/locale/nb/LC_MESSAGES/accerciser.mo
|
||||
share/locale/oc/LC_MESSAGES/accerciser.mo
|
||||
share/locale/or/LC_MESSAGES/accerciser.mo
|
||||
share/locale/pa/LC_MESSAGES/accerciser.mo
|
||||
share/locale/pl/LC_MESSAGES/accerciser.mo
|
||||
share/locale/pt/LC_MESSAGES/accerciser.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/accerciser.mo
|
||||
share/locale/ru/LC_MESSAGES/accerciser.mo
|
||||
share/locale/si/LC_MESSAGES/accerciser.mo
|
||||
share/locale/sl/LC_MESSAGES/accerciser.mo
|
||||
share/locale/sq/LC_MESSAGES/accerciser.mo
|
||||
share/locale/sv/LC_MESSAGES/accerciser.mo
|
||||
share/locale/te/LC_MESSAGES/accerciser.mo
|
||||
share/locale/th/LC_MESSAGES/accerciser.mo
|
||||
share/locale/tr/LC_MESSAGES/accerciser.mo
|
||||
share/locale/uk/LC_MESSAGES/accerciser.mo
|
||||
share/locale/vi/LC_MESSAGES/accerciser.mo
|
||||
share/omf/accerciser/accerciser-C.omf
|
||||
share/omf/accerciser/accerciser-ca.omf
|
||||
share/omf/accerciser/accerciser-en_GB.omf
|
||||
share/omf/accerciser/accerciser-es.omf
|
||||
share/omf/accerciser/accerciser-oc.omf
|
||||
share/omf/accerciser/accerciser-sv.omf
|
||||
@dirrm share/omf/accerciser
|
||||
@dirrm share/gnome/help/accerciser/sv/figures
|
||||
@dirrm share/gnome/help/accerciser/sv
|
||||
@dirrm share/gnome/help/accerciser/oc/figures
|
||||
@dirrm share/gnome/help/accerciser/oc
|
||||
@dirrm share/gnome/help/accerciser/es/figures
|
||||
@dirrm share/gnome/help/accerciser/es
|
||||
@dirrm share/gnome/help/accerciser/en_GB/figures
|
||||
@dirrm share/gnome/help/accerciser/en_GB
|
||||
@dirrm share/gnome/help/accerciser/ca/figures
|
||||
@dirrm share/gnome/help/accerciser/ca
|
||||
@dirrm share/gnome/help/accerciser/C/figures
|
||||
@dirrm share/gnome/help/accerciser/C
|
||||
@dirrm share/gnome/help/accerciser
|
||||
@dirrm %%DATADIR%%/plugins
|
||||
@dirrm %%DATADIR%%/pixmaps/hicolor/22x22
|
||||
@dirrm %%DATADIR%%/pixmaps/hicolor
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/accerciser/plugin
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/accerciser
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/applications
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= at-poke
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
bin/at-poke
|
||||
share/gnome/at-poke/at-poke.glade2
|
||||
@dirrm share/gnome/at-poke
|
||||
share/at-poke/at-poke.glade2
|
||||
@dirrm share/at-poke
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/at-spi/Makefile,v 1.56 2007/03/12 13:22:49 ahze Exp $
|
||||
# $MCom: ports/accessibility/at-spi/Makefile,v 1.65 2007/10/15 17:22:02 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= at-spi
|
||||
PORTVERSION= 1.18.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 1.20.1
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
@ -23,14 +23,15 @@ USE_BZIP2= yes
|
|||
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \
|
||||
USE_GNOME= gnomehack gnomehier intltool gail libbonobo \
|
||||
intlhack
|
||||
USE_XLIB= yes
|
||||
USE_PYTHON= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-extract:
|
||||
@${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/at-spi-1.18.1.tar.bz2) = 46c531204df5d39f7e83822372b0ce69
|
||||
SHA256 (gnome2/at-spi-1.18.1.tar.bz2) = 3b0be3207eb5cf4b1c1666b1dcd341ac914802b5404defb812e3b2aa9e78e7aa
|
||||
SIZE (gnome2/at-spi-1.18.1.tar.bz2) = 780306
|
||||
MD5 (gnome2/at-spi-1.20.1.tar.bz2) = 9dc4ce96c17452cd285d006d03574e93
|
||||
SHA256 (gnome2/at-spi-1.20.1.tar.bz2) = d592833339a347d6e4b33946b717b7bbe61f7730d714112cd99715c5a3a3714e
|
||||
SIZE (gnome2/at-spi-1.20.1.tar.bz2) = 842254
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- docs/reference/idl/Makefile.in.orig Fri Mar 31 17:43:05 2006
|
||||
+++ docs/reference/idl/Makefile.in Fri Mar 31 17:43:28 2006
|
||||
@@ -233,7 +233,7 @@ sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
doxygen_configfile = Doxyfile
|
||||
EXTRA_DIST = Doxyfile README html
|
||||
-referencetopdir = $(datadir)/doc/at-spi-$(VERSION)/reference
|
||||
+referencetopdir = $(prefix)/share/doc/at-spi-$(VERSION)/reference
|
||||
referencedir = $(referencetopdir)/html
|
||||
all: all-am
|
||||
|
|
@ -8,6 +8,7 @@ include/at-spi-1.0/libspi/accessible.h
|
|||
include/at-spi-1.0/libspi/action.h
|
||||
include/at-spi-1.0/libspi/application.h
|
||||
include/at-spi-1.0/libspi/base.h
|
||||
include/at-spi-1.0/libspi/collection.h
|
||||
include/at-spi-1.0/libspi/component.h
|
||||
include/at-spi-1.0/libspi/devicelistener.h
|
||||
include/at-spi-1.0/libspi/document.h
|
||||
|
@ -20,6 +21,7 @@ include/at-spi-1.0/libspi/keymasks.h
|
|||
include/at-spi-1.0/libspi/keystrokelistener.h
|
||||
include/at-spi-1.0/libspi/libspi.h
|
||||
include/at-spi-1.0/libspi/listener.h
|
||||
include/at-spi-1.0/libspi/matchrule.h
|
||||
include/at-spi-1.0/libspi/relation.h
|
||||
include/at-spi-1.0/libspi/remoteobject.h
|
||||
include/at-spi-1.0/libspi/selection.h
|
||||
|
@ -51,34 +53,53 @@ lib/orbit-2.0/Accessibility_LoginHelper_module.so
|
|||
lib/orbit-2.0/Accessibility_module.a
|
||||
lib/orbit-2.0/Accessibility_module.la
|
||||
lib/orbit-2.0/Accessibility_module.so
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/accessible.py
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/accessible.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/accessible.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/constants.py
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/constants.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/constants.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/event.py
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/event.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/event.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/registry.py
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/registry.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/registry.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/utils.py
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/utils.pyo
|
||||
libdata/bonobo/servers/Accessibility_Registry.server
|
||||
libdata/pkgconfig/cspi-1.0.pc
|
||||
libdata/pkgconfig/libloginhelper-1.0.pc
|
||||
libdata/pkgconfig/libspi-1.0.pc
|
||||
libexec/at-spi-registryd
|
||||
share/gnome/idl/at-spi-1.0/Accessibility.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Accessible.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Action.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Application.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Component.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Desktop.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Document.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_EditableText.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Event.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Hyperlink.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Hypertext.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Image.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_LoginHelper.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Registry.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Relation.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Role.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Selection.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Selector.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_State.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_StreamableContent.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Table.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Text.idl
|
||||
share/gnome/idl/at-spi-1.0/Accessibility_Value.idl
|
||||
share/idl/at-spi-1.0/Accessibility.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Accessible.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Action.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Application.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Collection.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Component.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Desktop.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Document.idl
|
||||
share/idl/at-spi-1.0/Accessibility_EditableText.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Event.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Hyperlink.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Hypertext.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Image.idl
|
||||
share/idl/at-spi-1.0/Accessibility_LoginHelper.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Registry.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Relation.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Role.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Selection.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Selector.idl
|
||||
share/idl/at-spi-1.0/Accessibility_State.idl
|
||||
share/idl/at-spi-1.0/Accessibility_StreamableContent.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Table.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Text.idl
|
||||
share/idl/at-spi-1.0/Accessibility_Value.idl
|
||||
share/locale/ar/LC_MESSAGES/at-spi.mo
|
||||
share/locale/az/LC_MESSAGES/at-spi.mo
|
||||
share/locale/be/LC_MESSAGES/at-spi.mo
|
||||
|
@ -121,6 +142,7 @@ share/locale/nb/LC_MESSAGES/at-spi.mo
|
|||
share/locale/ne/LC_MESSAGES/at-spi.mo
|
||||
share/locale/nl/LC_MESSAGES/at-spi.mo
|
||||
share/locale/nn/LC_MESSAGES/at-spi.mo
|
||||
share/locale/oc/LC_MESSAGES/at-spi.mo
|
||||
share/locale/or/LC_MESSAGES/at-spi.mo
|
||||
share/locale/pa/LC_MESSAGES/at-spi.mo
|
||||
share/locale/pl/LC_MESSAGES/at-spi.mo
|
||||
|
@ -145,12 +167,13 @@ share/locale/xh/LC_MESSAGES/at-spi.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/at-spi.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/at-spi.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/at-spi.mo
|
||||
@dirrm share/gnome/idl/at-spi-1.0
|
||||
@dirrmtry lib/orbit-2.0
|
||||
@dirrm share/idl/at-spi-1.0
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pyatspi
|
||||
@dirrm include/at-spi-1.0/login-helper
|
||||
@dirrm include/at-spi-1.0/libspi
|
||||
@dirrm include/at-spi-1.0/cspi
|
||||
@dirrm include/at-spi-1.0
|
||||
@dirrmtry lib/orbit-2.0
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
|
@ -161,6 +184,8 @@ share/locale/zh_TW/LC_MESSAGES/at-spi.mo
|
|||
@dirrmtry share/locale/sr@ije
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/atk/Makefile,v 1.78 2007/03/12 13:28:58 ahze Exp $
|
||||
# $MCom: ports/accessibility/atk/Makefile,v 1.85 2007/09/17 12:52:17 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= atk
|
||||
PORTVERSION= 1.18.0
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 1.20.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/atk-1.18.0.tar.bz2) = 9fc33ec48fd32933f7f630479dfad667
|
||||
SHA256 (gnome2/atk-1.18.0.tar.bz2) = be2d537642a43b5a1e85a2d0f813167b8585781ff83203a4f68206c3ecd6a315
|
||||
SIZE (gnome2/atk-1.18.0.tar.bz2) = 655890
|
||||
MD5 (gnome2/atk-1.20.0.tar.bz2) = b1a9e28d9f54ea306bd85a4c84b25fb8
|
||||
SHA256 (gnome2/atk-1.20.0.tar.bz2) = 1f3b2f2cbb5b0d8da0924970c66c3ecbfe13c4e4360b0af1db7545401a3747c9
|
||||
SIZE (gnome2/atk-1.20.0.tar.bz2) = 705435
|
||||
|
|
|
@ -85,6 +85,7 @@ share/locale/nb/LC_MESSAGES/atk10.mo
|
|||
share/locale/ne/LC_MESSAGES/atk10.mo
|
||||
share/locale/nl/LC_MESSAGES/atk10.mo
|
||||
share/locale/nn/LC_MESSAGES/atk10.mo
|
||||
share/locale/oc/LC_MESSAGES/atk10.mo
|
||||
share/locale/or/LC_MESSAGES/atk10.mo
|
||||
share/locale/pa/LC_MESSAGES/atk10.mo
|
||||
share/locale/pl/LC_MESSAGES/atk10.mo
|
||||
|
@ -93,6 +94,7 @@ share/locale/pt_BR/LC_MESSAGES/atk10.mo
|
|||
share/locale/ro/LC_MESSAGES/atk10.mo
|
||||
share/locale/ru/LC_MESSAGES/atk10.mo
|
||||
share/locale/rw/LC_MESSAGES/atk10.mo
|
||||
share/locale/si/LC_MESSAGES/atk10.mo
|
||||
share/locale/sk/LC_MESSAGES/atk10.mo
|
||||
share/locale/sl/LC_MESSAGES/atk10.mo
|
||||
share/locale/sq/LC_MESSAGES/atk10.mo
|
||||
|
@ -131,8 +133,12 @@ share/locale/zh_TW/LC_MESSAGES/atk10.mo
|
|||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@ije/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr@ije
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/ku/LC_MESSAGES
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: lewiz <purple@lewiz.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/dasher/Makefile,v 1.50 2007/03/12 20:16:34 mezz Exp $
|
||||
# $MCom: ports/accessibility/dasher/Makefile,v 1.59 2007/10/15 22:05:41 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= dasher
|
||||
PORTVERSION= 4.4.2
|
||||
PORTVERSION= 4.6.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= accessibility editors x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
|
@ -17,8 +17,8 @@ DIST_SUBDIR= gnome2
|
|||
MAINTAINER= lewiz@compsoc.man.ac.uk
|
||||
COMMENT= Information efficient text-entry interface
|
||||
|
||||
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
||||
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
||||
BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
||||
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
|
@ -39,14 +39,19 @@ MAN1= dasher.1
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomespeech}!=""
|
||||
USE_GNOME+= gnomespeech
|
||||
CONFIGURE_ARGS+=--enable-speech
|
||||
.endif
|
||||
#.if ${HAVE_GNOME:Mgnomespeech}!=""
|
||||
#USE_GNOME+= gnomespeech
|
||||
#CONFIGURE_ARGS+=--enable-speech
|
||||
#.endif
|
||||
CONFIGURE_ARGS+= --disable-speech
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-O2||g'
|
||||
.if ${OSVERSION} >= 700042
|
||||
@${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \
|
||||
${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/dasher-4.4.2.tar.bz2) = ca50a357d5043e4e5f114ecda7cd1c73
|
||||
SHA256 (gnome2/dasher-4.4.2.tar.bz2) = 0ee0d5e7f867bd21f0ab13dcd72dd2dd7eb6bb0d7918c18971ece81d3c2a76ed
|
||||
SIZE (gnome2/dasher-4.4.2.tar.bz2) = 6880246
|
||||
MD5 (gnome2/dasher-4.6.1.tar.bz2) = 1457df5075477d757f7df5693947464d
|
||||
SHA256 (gnome2/dasher-4.6.1.tar.bz2) = 3f0ee0a37465f5262937e8d2746bf7710cc6505e704e80c318dc3e01806aebc8
|
||||
SIZE (gnome2/dasher-4.6.1.tar.bz2) = 6473483
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Src/DasherCore/BasicLog.cpp.orig Tue Dec 5 22:01:38 2006
|
||||
+++ Src/DasherCore/BasicLog.cpp Tue Dec 5 22:02:14 2006
|
||||
@@ -87,7 +87,7 @@ std::string CBasicLog::GetDateStamp() {
|
||||
szTimeLine = ctime(&(sTimeBuffer.time));
|
||||
#else
|
||||
gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
|
||||
- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
|
||||
+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
|
||||
#endif
|
||||
|
||||
return std::string(szTimeLine).substr(0, 24);
|
|
@ -1,11 +0,0 @@
|
|||
--- Src/DasherCore/FileLogger.cpp.orig Sun Dec 3 09:50:34 2006
|
||||
+++ Src/DasherCore/FileLogger.cpp Sun Dec 3 18:45:55 2006
|
||||
@@ -511,7 +511,7 @@ std::string CFileLogger::GetTimeDateStam
|
||||
szTimeLine = ctime(&(sTimeBuffer.time));
|
||||
#else
|
||||
gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
|
||||
- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
|
||||
+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
|
||||
#endif
|
||||
|
||||
// Format is:
|
|
@ -1,24 +0,0 @@
|
|||
--- Src/DasherCore/SimpleTimer.cpp.orig Wed May 31 00:14:12 2006
|
||||
+++ Src/DasherCore/SimpleTimer.cpp Wed May 31 00:14:23 2006
|
||||
@@ -34,8 +34,8 @@ CSimpleTimer::CSimpleTimer()
|
||||
m_iStartSecond = sTimeBuffer.time;
|
||||
#else
|
||||
gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
|
||||
- m_iStartMs = sTimeBuffer.tv_usec / 1000;
|
||||
- m_iStartSecond = sTimeBuffer.tv_sec;
|
||||
+ m_iStartMs = (int) sTimeBuffer.tv_usec / 1000;
|
||||
+ m_iStartSecond = (int) sTimeBuffer.tv_sec;
|
||||
#endif
|
||||
|
||||
}
|
||||
@@ -59,8 +59,8 @@ double CSimpleTimer::GetElapsed()
|
||||
int iEndSecond = sTimeBuffer.time;
|
||||
#else
|
||||
gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
|
||||
- int iEndMs = sTimeBuffer.tv_usec / 1000;
|
||||
- int iEndSecond = sTimeBuffer.tv_sec;
|
||||
+ int iEndMs = (int) sTimeBuffer.tv_usec / 1000;
|
||||
+ int iEndSecond = (int) sTimeBuffer.tv_sec;
|
||||
#endif
|
||||
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
--- Src/DasherCore/TimeSpan.cpp.orig Sun Dec 3 09:50:34 2006
|
||||
+++ Src/DasherCore/TimeSpan.cpp Sun Dec 3 18:47:02 2006
|
||||
@@ -122,7 +122,7 @@ string CTimeSpan::GetTimeStamp()
|
||||
szTimeLine = ctime(&(sTimeBuffer.time));
|
||||
#else
|
||||
gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
|
||||
- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
|
||||
+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
|
||||
#endif
|
||||
|
||||
if ((szTimeLine != NULL) && (strlen(szTimeLine) > 18))
|
||||
@@ -196,7 +196,7 @@ string CTimeSpan::GetDateStamp()
|
||||
szTimeLine = ctime(&(sTimeBuffer.time));
|
||||
#else
|
||||
gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
|
||||
- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
|
||||
+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
|
||||
#endif
|
||||
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
--- Src/DasherCore/UserLog.cpp.orig Fri Apr 21 17:41:02 2006
|
||||
+++ Src/DasherCore/UserLog.cpp Sun Jun 11 10:43:33 2006
|
||||
@@ -668,7 +668,7 @@
|
||||
szTimeLine = ctime(&(sTimeBuffer.time));
|
||||
#else
|
||||
gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
|
||||
- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
|
||||
+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
|
||||
#endif
|
||||
|
||||
if ((szTimeLine != NULL) && (strlen(szTimeLine) > 18))
|
||||
@@ -881,7 +881,7 @@
|
||||
double dTime = (sTimeBuffer.time * 1000.0) + sTimeBuffer.millitm;
|
||||
#else
|
||||
gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
|
||||
- double dTime = (sTimeBuffer.tv_sec * 1000.0) + sTimeBuffer.tv_usec / 1000;
|
||||
+ double dTime = (sTimeBuffer.tv_sec * 1000.0) + (int) (sTimeBuffer.tv_usec / 1000);
|
||||
#endif
|
||||
|
||||
|
|
@ -1,185 +1,188 @@
|
|||
bin/dasher
|
||||
share/gnome/applications/dasher.desktop
|
||||
share/gnome/dasher/alphabet.AfaanOromo.xml
|
||||
share/gnome/dasher/alphabet.Armenian.xml
|
||||
share/gnome/dasher/alphabet.Assamese.xml
|
||||
share/gnome/dasher/alphabet.Azerbaijani.xml
|
||||
share/gnome/dasher/alphabet.Belarusian.xml
|
||||
share/gnome/dasher/alphabet.Bulgarian.xml
|
||||
share/gnome/dasher/alphabet.Esperanto.xml
|
||||
share/gnome/dasher/alphabet.Estonian.xml
|
||||
share/gnome/dasher/alphabet.Filipino.xml
|
||||
share/gnome/dasher/alphabet.Greek.xml
|
||||
share/gnome/dasher/alphabet.Gujarati.xml
|
||||
share/gnome/dasher/alphabet.Hawaiian.xml
|
||||
share/gnome/dasher/alphabet.Hebrew.xml
|
||||
share/gnome/dasher/alphabet.Hindi.xml
|
||||
share/gnome/dasher/alphabet.Icelandic.xml
|
||||
share/gnome/dasher/alphabet.Igbo.xml
|
||||
share/gnome/dasher/alphabet.Indonesian.xml
|
||||
share/gnome/dasher/alphabet.IrishGaelic.xml
|
||||
share/gnome/dasher/alphabet.Kannada.xml
|
||||
share/gnome/dasher/alphabet.Katakana.xml
|
||||
share/gnome/dasher/alphabet.Malay.xml
|
||||
share/gnome/dasher/alphabet.Malayalam.xml
|
||||
share/gnome/dasher/alphabet.Marathi.xml
|
||||
share/gnome/dasher/alphabet.Moldavian.xml
|
||||
share/gnome/dasher/alphabet.Ndebele.xml
|
||||
share/gnome/dasher/alphabet.Oriya.xml
|
||||
share/gnome/dasher/alphabet.Punjabi.xml
|
||||
share/gnome/dasher/alphabet.Romanian.xml
|
||||
share/gnome/dasher/alphabet.Sami.xml
|
||||
share/gnome/dasher/alphabet.ScotsGaelic.xml
|
||||
share/gnome/dasher/alphabet.Sepedi.xml
|
||||
share/gnome/dasher/alphabet.Sesotho.xml
|
||||
share/gnome/dasher/alphabet.Sinhala.xml
|
||||
share/gnome/dasher/alphabet.Slovak.xml
|
||||
share/gnome/dasher/alphabet.Slovenian.xml
|
||||
share/gnome/dasher/alphabet.Swati.xml
|
||||
share/gnome/dasher/alphabet.Tajik.xml
|
||||
share/gnome/dasher/alphabet.Tamil.xml
|
||||
share/gnome/dasher/alphabet.Telugu.xml
|
||||
share/gnome/dasher/alphabet.Thai.xml
|
||||
share/gnome/dasher/alphabet.Thai2.xml
|
||||
share/gnome/dasher/alphabet.Tsonga.xml
|
||||
share/gnome/dasher/alphabet.Tswana.xml
|
||||
share/gnome/dasher/alphabet.Turkish.xml
|
||||
share/gnome/dasher/alphabet.Urdu.xml
|
||||
share/gnome/dasher/alphabet.Vietnamese.xml
|
||||
share/gnome/dasher/alphabet.Xhosa.xml
|
||||
share/gnome/dasher/alphabet.Yoruba.xml
|
||||
share/gnome/dasher/alphabet.Zulu.xml
|
||||
share/gnome/dasher/alphabet.abc.xml
|
||||
share/gnome/dasher/alphabet.adangbe.xml
|
||||
share/gnome/dasher/alphabet.afrikaans.xml
|
||||
share/gnome/dasher/alphabet.akan.xml
|
||||
share/gnome/dasher/alphabet.albanian.xml
|
||||
share/gnome/dasher/alphabet.amharic.xml
|
||||
share/gnome/dasher/alphabet.arabic.xml
|
||||
share/gnome/dasher/alphabet.basque.xml
|
||||
share/gnome/dasher/alphabet.bengali.xml
|
||||
share/gnome/dasher/alphabet.bopomofo.xml
|
||||
share/gnome/dasher/alphabet.bosnian.xml
|
||||
share/gnome/dasher/alphabet.breton.xml
|
||||
share/gnome/dasher/alphabet.catalan.xml
|
||||
share/gnome/dasher/alphabet.cherokee.xml
|
||||
share/gnome/dasher/alphabet.chinese.xml
|
||||
share/gnome/dasher/alphabet.chineseRuby.xml
|
||||
share/gnome/dasher/alphabet.corsican.xml
|
||||
share/gnome/dasher/alphabet.croatian.xml
|
||||
share/gnome/dasher/alphabet.czech.xml
|
||||
share/gnome/dasher/alphabet.danish.xml
|
||||
share/gnome/dasher/alphabet.dtd
|
||||
share/gnome/dasher/alphabet.dutch.xml
|
||||
share/gnome/dasher/alphabet.english.xml
|
||||
share/gnome/dasher/alphabet.englishC.xml
|
||||
share/gnome/dasher/alphabet.ethiopic.xml
|
||||
share/gnome/dasher/alphabet.ewe.xml
|
||||
share/gnome/dasher/alphabet.faroese.xml
|
||||
share/gnome/dasher/alphabet.finnish.xml
|
||||
share/gnome/dasher/alphabet.finnish2.xml
|
||||
share/gnome/dasher/alphabet.french.xml
|
||||
share/gnome/dasher/alphabet.ga.xml
|
||||
share/gnome/dasher/alphabet.galician.xml
|
||||
share/gnome/dasher/alphabet.georgian.xml
|
||||
share/gnome/dasher/alphabet.german.xml
|
||||
share/gnome/dasher/alphabet.hausa.xml
|
||||
share/gnome/dasher/alphabet.hiragana.xml
|
||||
share/gnome/dasher/alphabet.hiragana2.xml
|
||||
share/gnome/dasher/alphabet.hungarian.xml
|
||||
share/gnome/dasher/alphabet.ipa.xml
|
||||
share/gnome/dasher/alphabet.italian.xml
|
||||
share/gnome/dasher/alphabet.japanese.canna.xml
|
||||
share/gnome/dasher/alphabet.kazakh.xml
|
||||
share/gnome/dasher/alphabet.kirghiz.xml
|
||||
share/gnome/dasher/alphabet.kirundi.xml
|
||||
share/gnome/dasher/alphabet.klingon.xml
|
||||
share/gnome/dasher/alphabet.korean.xml
|
||||
share/gnome/dasher/alphabet.koreanNested.xml
|
||||
share/gnome/dasher/alphabet.kurdish.xml
|
||||
share/gnome/dasher/alphabet.lao.xml
|
||||
share/gnome/dasher/alphabet.latex.xml
|
||||
share/gnome/dasher/alphabet.latin.xml
|
||||
share/gnome/dasher/alphabet.latvian.xml
|
||||
share/gnome/dasher/alphabet.lithuanian.xml
|
||||
share/gnome/dasher/alphabet.luxembourgish.xml
|
||||
share/gnome/dasher/alphabet.macedonian.xml
|
||||
share/gnome/dasher/alphabet.malagasy.xml
|
||||
share/gnome/dasher/alphabet.maltese.xml
|
||||
share/gnome/dasher/alphabet.mongolian.xml
|
||||
share/gnome/dasher/alphabet.myanmar.xml
|
||||
share/gnome/dasher/alphabet.nepali.xml
|
||||
share/gnome/dasher/alphabet.norwegian.xml
|
||||
share/gnome/dasher/alphabet.occitan.xml
|
||||
share/gnome/dasher/alphabet.ogham.xml
|
||||
share/gnome/dasher/alphabet.pashto.xml
|
||||
share/gnome/dasher/alphabet.persian.xml
|
||||
share/gnome/dasher/alphabet.pinyin.xml
|
||||
share/gnome/dasher/alphabet.polish.xml
|
||||
share/gnome/dasher/alphabet.portuguese.xml
|
||||
share/gnome/dasher/alphabet.romansch.xml
|
||||
share/gnome/dasher/alphabet.runic.xml
|
||||
share/gnome/dasher/alphabet.russian.xml
|
||||
share/gnome/dasher/alphabet.sanskrit.xml
|
||||
share/gnome/dasher/alphabet.serbian.xml
|
||||
share/gnome/dasher/alphabet.somali.xml
|
||||
share/gnome/dasher/alphabet.spanish.xml
|
||||
share/gnome/dasher/alphabet.swahili.xml
|
||||
share/gnome/dasher/alphabet.swedish.xml
|
||||
share/gnome/dasher/alphabet.thaana.xml
|
||||
share/gnome/dasher/alphabet.tigrinya.xml
|
||||
share/gnome/dasher/alphabet.turkmen.xml
|
||||
share/gnome/dasher/alphabet.ukrainian.xml
|
||||
share/gnome/dasher/alphabet.uzbek.xml
|
||||
share/gnome/dasher/alphabet.venda.xml
|
||||
share/gnome/dasher/alphabet.welsh.xml
|
||||
share/gnome/dasher/alphabet.xsl
|
||||
share/gnome/dasher/colour.blue.xml
|
||||
share/gnome/dasher/colour.dtd
|
||||
share/gnome/dasher/colour.euroasian.xml
|
||||
share/gnome/dasher/colour.euroasian2.xml
|
||||
share/gnome/dasher/colour.euroasian3.xml
|
||||
share/gnome/dasher/colour.jamie.xml
|
||||
share/gnome/dasher/colour.rainbow.xml
|
||||
share/gnome/dasher/colour.thai.xml
|
||||
share/gnome/dasher/colour.vowels.xml
|
||||
share/gnome/dasher/colour.vowels2.xml
|
||||
share/gnome/dasher/colour.xml
|
||||
share/gnome/dasher/controllabels.dtd
|
||||
share/gnome/dasher/controllabels.xml
|
||||
share/gnome/dasher/dasher.compose.glade
|
||||
share/gnome/dasher/dasher.direct.glade
|
||||
share/gnome/dasher/dasher.fullscreen.glade
|
||||
share/gnome/dasher/dasher.traditional.glade
|
||||
share/gnome/dasher/dashermaemo.glade
|
||||
share/gnome/dasher/dashermaemofullscreen.glade
|
||||
share/gnome/dasher/training_albanian_SQ.txt
|
||||
share/gnome/dasher/training_basque_EU.txt
|
||||
share/gnome/dasher/training_bengali_BD.txt
|
||||
share/gnome/dasher/training_canna_JP.txt
|
||||
share/gnome/dasher/training_czech_CS.txt
|
||||
share/gnome/dasher/training_danish_DK.txt
|
||||
share/gnome/dasher/training_dutch_NL.txt
|
||||
share/gnome/dasher/training_english_GB.txt
|
||||
share/gnome/dasher/training_finnish_FI.txt
|
||||
share/gnome/dasher/training_french_FR.txt
|
||||
share/gnome/dasher/training_german_DE.txt
|
||||
share/gnome/dasher/training_greek_GR.txt
|
||||
share/gnome/dasher/training_hebrew_IL.txt
|
||||
share/gnome/dasher/training_hiragana60_JP.txt
|
||||
share/gnome/dasher/training_hiragana83_JP.txt
|
||||
share/gnome/dasher/training_hungarian_HU.txt
|
||||
share/gnome/dasher/training_italian_IT.txt
|
||||
share/gnome/dasher/training_mongolian_MN.txt
|
||||
share/gnome/dasher/training_persian_IR.txt
|
||||
share/gnome/dasher/training_polish_PL.txt
|
||||
share/gnome/dasher/training_portuguese_BR.txt
|
||||
share/gnome/dasher/training_russian_RU.txt
|
||||
share/gnome/dasher/training_spanish_ES.txt
|
||||
share/gnome/dasher/training_swahili_KE.txt
|
||||
share/gnome/dasher/training_swedish_SE.txt
|
||||
share/gnome/dasher/training_turkish_TR.txt
|
||||
share/gnome/dasher/training_welsh_GB.txt
|
||||
share/applications/dasher.desktop
|
||||
%%DATADIR%%/alphabet.AfaanOromo.xml
|
||||
%%DATADIR%%/alphabet.Armenian.xml
|
||||
%%DATADIR%%/alphabet.Assamese.xml
|
||||
%%DATADIR%%/alphabet.Austen.xml
|
||||
%%DATADIR%%/alphabet.Azerbaijani.xml
|
||||
%%DATADIR%%/alphabet.Belarusian.xml
|
||||
%%DATADIR%%/alphabet.Bulgarian.xml
|
||||
%%DATADIR%%/alphabet.Esperanto.xml
|
||||
%%DATADIR%%/alphabet.Estonian.xml
|
||||
%%DATADIR%%/alphabet.Filipino.xml
|
||||
%%DATADIR%%/alphabet.Greek.xml
|
||||
%%DATADIR%%/alphabet.Gujarati.xml
|
||||
%%DATADIR%%/alphabet.Hawaiian.xml
|
||||
%%DATADIR%%/alphabet.Hebrew.xml
|
||||
%%DATADIR%%/alphabet.Hindi.xml
|
||||
%%DATADIR%%/alphabet.Icelandic.xml
|
||||
%%DATADIR%%/alphabet.Igbo.xml
|
||||
%%DATADIR%%/alphabet.Indonesian.xml
|
||||
%%DATADIR%%/alphabet.IrishGaelic.xml
|
||||
%%DATADIR%%/alphabet.Kannada.xml
|
||||
%%DATADIR%%/alphabet.Katakana.xml
|
||||
%%DATADIR%%/alphabet.Malay.xml
|
||||
%%DATADIR%%/alphabet.Malayalam.xml
|
||||
%%DATADIR%%/alphabet.Marathi.xml
|
||||
%%DATADIR%%/alphabet.Moldavian.xml
|
||||
%%DATADIR%%/alphabet.Ndebele.xml
|
||||
%%DATADIR%%/alphabet.Oriya.xml
|
||||
%%DATADIR%%/alphabet.Punjabi.xml
|
||||
%%DATADIR%%/alphabet.Romanian.xml
|
||||
%%DATADIR%%/alphabet.Sami.xml
|
||||
%%DATADIR%%/alphabet.ScotsGaelic.xml
|
||||
%%DATADIR%%/alphabet.Sepedi.xml
|
||||
%%DATADIR%%/alphabet.Sesotho.xml
|
||||
%%DATADIR%%/alphabet.Sinhala.xml
|
||||
%%DATADIR%%/alphabet.Slovak.xml
|
||||
%%DATADIR%%/alphabet.Slovenian.xml
|
||||
%%DATADIR%%/alphabet.Swati.xml
|
||||
%%DATADIR%%/alphabet.Tajik.xml
|
||||
%%DATADIR%%/alphabet.Tamil.xml
|
||||
%%DATADIR%%/alphabet.Telugu.xml
|
||||
%%DATADIR%%/alphabet.Thai.xml
|
||||
%%DATADIR%%/alphabet.Thai2.xml
|
||||
%%DATADIR%%/alphabet.Tsonga.xml
|
||||
%%DATADIR%%/alphabet.Tswana.xml
|
||||
%%DATADIR%%/alphabet.Turkish.xml
|
||||
%%DATADIR%%/alphabet.Urdu.xml
|
||||
%%DATADIR%%/alphabet.Vietnamese.xml
|
||||
%%DATADIR%%/alphabet.Xhosa.xml
|
||||
%%DATADIR%%/alphabet.Yoruba.xml
|
||||
%%DATADIR%%/alphabet.Zulu.xml
|
||||
%%DATADIR%%/alphabet.abc.xml
|
||||
%%DATADIR%%/alphabet.adangbe.xml
|
||||
%%DATADIR%%/alphabet.afrikaans.xml
|
||||
%%DATADIR%%/alphabet.akan.xml
|
||||
%%DATADIR%%/alphabet.albanian.xml
|
||||
%%DATADIR%%/alphabet.amharic.xml
|
||||
%%DATADIR%%/alphabet.arabic.xml
|
||||
%%DATADIR%%/alphabet.basque.xml
|
||||
%%DATADIR%%/alphabet.bengali.xml
|
||||
%%DATADIR%%/alphabet.bopomofo.xml
|
||||
%%DATADIR%%/alphabet.bosnian.xml
|
||||
%%DATADIR%%/alphabet.breton.xml
|
||||
%%DATADIR%%/alphabet.catalan.xml
|
||||
%%DATADIR%%/alphabet.cherokee.xml
|
||||
%%DATADIR%%/alphabet.chinese.xml
|
||||
%%DATADIR%%/alphabet.chineseRuby.xml
|
||||
%%DATADIR%%/alphabet.corsican.xml
|
||||
%%DATADIR%%/alphabet.croatian.xml
|
||||
%%DATADIR%%/alphabet.czech.xml
|
||||
%%DATADIR%%/alphabet.danish.xml
|
||||
%%DATADIR%%/alphabet.dtd
|
||||
%%DATADIR%%/alphabet.dutch.xml
|
||||
%%DATADIR%%/alphabet.english.xml
|
||||
%%DATADIR%%/alphabet.englishC.xml
|
||||
%%DATADIR%%/alphabet.ethiopic.xml
|
||||
%%DATADIR%%/alphabet.ewe.xml
|
||||
%%DATADIR%%/alphabet.faroese.xml
|
||||
%%DATADIR%%/alphabet.finnish.xml
|
||||
%%DATADIR%%/alphabet.finnish2.xml
|
||||
%%DATADIR%%/alphabet.french.xml
|
||||
%%DATADIR%%/alphabet.ga.xml
|
||||
%%DATADIR%%/alphabet.galician.xml
|
||||
%%DATADIR%%/alphabet.georgian.xml
|
||||
%%DATADIR%%/alphabet.german.xml
|
||||
%%DATADIR%%/alphabet.hausa.xml
|
||||
%%DATADIR%%/alphabet.hiragana.xml
|
||||
%%DATADIR%%/alphabet.hiragana2.xml
|
||||
%%DATADIR%%/alphabet.hungarian.xml
|
||||
%%DATADIR%%/alphabet.ipa.xml
|
||||
%%DATADIR%%/alphabet.italian.xml
|
||||
%%DATADIR%%/alphabet.japanese.canna.xml
|
||||
%%DATADIR%%/alphabet.kazakh.xml
|
||||
%%DATADIR%%/alphabet.kirghiz.xml
|
||||
%%DATADIR%%/alphabet.kirundi.xml
|
||||
%%DATADIR%%/alphabet.klingon.xml
|
||||
%%DATADIR%%/alphabet.korean.xml
|
||||
%%DATADIR%%/alphabet.koreanNested.xml
|
||||
%%DATADIR%%/alphabet.kurdish.xml
|
||||
%%DATADIR%%/alphabet.lao.xml
|
||||
%%DATADIR%%/alphabet.latex.xml
|
||||
%%DATADIR%%/alphabet.latin.xml
|
||||
%%DATADIR%%/alphabet.latvian.xml
|
||||
%%DATADIR%%/alphabet.lithuanian.xml
|
||||
%%DATADIR%%/alphabet.luxembourgish.xml
|
||||
%%DATADIR%%/alphabet.macedonian.xml
|
||||
%%DATADIR%%/alphabet.maltese.xml
|
||||
%%DATADIR%%/alphabet.mongolian.xml
|
||||
%%DATADIR%%/alphabet.myanmar.xml
|
||||
%%DATADIR%%/alphabet.nepali.xml
|
||||
%%DATADIR%%/alphabet.norwegian.xml
|
||||
%%DATADIR%%/alphabet.occitan.xml
|
||||
%%DATADIR%%/alphabet.ogham.xml
|
||||
%%DATADIR%%/alphabet.pashto.xml
|
||||
%%DATADIR%%/alphabet.perl.xml
|
||||
%%DATADIR%%/alphabet.persian.xml
|
||||
%%DATADIR%%/alphabet.pinyin.xml
|
||||
%%DATADIR%%/alphabet.pinyin2.xml
|
||||
%%DATADIR%%/alphabet.polish.xml
|
||||
%%DATADIR%%/alphabet.portuguese.xml
|
||||
%%DATADIR%%/alphabet.romansch.xml
|
||||
%%DATADIR%%/alphabet.runic.xml
|
||||
%%DATADIR%%/alphabet.russian.xml
|
||||
%%DATADIR%%/alphabet.sanskrit.xml
|
||||
%%DATADIR%%/alphabet.serbian.xml
|
||||
%%DATADIR%%/alphabet.somali.xml
|
||||
%%DATADIR%%/alphabet.spanish.xml
|
||||
%%DATADIR%%/alphabet.swahili.xml
|
||||
%%DATADIR%%/alphabet.swedish.xml
|
||||
%%DATADIR%%/alphabet.thaana.xml
|
||||
%%DATADIR%%/alphabet.tigrinya.xml
|
||||
%%DATADIR%%/alphabet.turkmen.xml
|
||||
%%DATADIR%%/alphabet.ukrainian.xml
|
||||
%%DATADIR%%/alphabet.uzbek.xml
|
||||
%%DATADIR%%/alphabet.venda.xml
|
||||
%%DATADIR%%/alphabet.welsh.xml
|
||||
%%DATADIR%%/alphabet.xsl
|
||||
%%DATADIR%%/colour.blue.xml
|
||||
%%DATADIR%%/colour.dtd
|
||||
%%DATADIR%%/colour.euroasian.xml
|
||||
%%DATADIR%%/colour.euroasian2.xml
|
||||
%%DATADIR%%/colour.euroasian3.xml
|
||||
%%DATADIR%%/colour.jamie.xml
|
||||
%%DATADIR%%/colour.rainbow.xml
|
||||
%%DATADIR%%/colour.thai.xml
|
||||
%%DATADIR%%/colour.vowels.xml
|
||||
%%DATADIR%%/colour.vowels2.xml
|
||||
%%DATADIR%%/colour.xml
|
||||
%%DATADIR%%/controllabels.dtd
|
||||
%%DATADIR%%/controllabels.xml
|
||||
%%DATADIR%%/dasher.compose.glade
|
||||
%%DATADIR%%/dasher.direct.glade
|
||||
%%DATADIR%%/dasher.fullscreen.glade
|
||||
%%DATADIR%%/dasher.traditional.glade
|
||||
%%DATADIR%%/dashermaemo.glade
|
||||
%%DATADIR%%/dashermaemofullscreen.glade
|
||||
%%DATADIR%%/training_albanian_SQ.txt
|
||||
%%DATADIR%%/training_basque_EU.txt
|
||||
%%DATADIR%%/training_bengali_BD.txt
|
||||
%%DATADIR%%/training_bengali_bn.txt
|
||||
%%DATADIR%%/training_canna_JP.txt
|
||||
%%DATADIR%%/training_czech_CS.txt
|
||||
%%DATADIR%%/training_danish_DK.txt
|
||||
%%DATADIR%%/training_dutch_NL.txt
|
||||
%%DATADIR%%/training_english_GB.txt
|
||||
%%DATADIR%%/training_finnish_FI.txt
|
||||
%%DATADIR%%/training_french_FR.txt
|
||||
%%DATADIR%%/training_german_DE.txt
|
||||
%%DATADIR%%/training_greek_GR.txt
|
||||
%%DATADIR%%/training_hebrew_IL.txt
|
||||
%%DATADIR%%/training_hiragana60_JP.txt
|
||||
%%DATADIR%%/training_hiragana83_JP.txt
|
||||
%%DATADIR%%/training_hungarian_HU.txt
|
||||
%%DATADIR%%/training_italian_IT.txt
|
||||
%%DATADIR%%/training_mongolian_MN.txt
|
||||
%%DATADIR%%/training_persian_IR.txt
|
||||
%%DATADIR%%/training_polish_PL.txt
|
||||
%%DATADIR%%/training_portuguese_BR.txt
|
||||
%%DATADIR%%/training_russian_RU.txt
|
||||
%%DATADIR%%/training_spanish_ES.txt
|
||||
%%DATADIR%%/training_swahili_KE.txt
|
||||
%%DATADIR%%/training_swedish_SE.txt
|
||||
%%DATADIR%%/training_turkish_TR.txt
|
||||
%%DATADIR%%/training_welsh_GB.txt
|
||||
share/gnome/help/dasher/C/dasher.xml
|
||||
share/gnome/help/dasher/C/figures/a-z.gif
|
||||
share/gnome/help/dasher/C/figures/aa-az.gif
|
||||
|
@ -228,6 +231,22 @@ share/gnome/help/dasher/fr/figures/prefs2.png
|
|||
share/gnome/help/dasher/fr/figures/prefs3.png
|
||||
share/gnome/help/dasher/fr/figures/prefs4.png
|
||||
share/gnome/help/dasher/fr/figures/prefs5.png
|
||||
share/gnome/help/dasher/ru/dasher.xml
|
||||
share/gnome/help/dasher/ru/figures/a-z.gif
|
||||
share/gnome/help/dasher/ru/figures/aa-az.gif
|
||||
share/gnome/help/dasher/ru/figures/ala-alz.gif
|
||||
share/gnome/help/dasher/ru/figures/exampleHad2.png
|
||||
share/gnome/help/dasher/ru/figures/exampleHad2a.png
|
||||
share/gnome/help/dasher/ru/figures/exampleHad3a.png
|
||||
share/gnome/help/dasher/ru/figures/exampleHad4.png
|
||||
share/gnome/help/dasher/ru/figures/figure2.png
|
||||
share/gnome/help/dasher/ru/figures/main.png
|
||||
share/gnome/help/dasher/ru/figures/object.gif
|
||||
share/gnome/help/dasher/ru/figures/prefs1.png
|
||||
share/gnome/help/dasher/ru/figures/prefs2.png
|
||||
share/gnome/help/dasher/ru/figures/prefs3.png
|
||||
share/gnome/help/dasher/ru/figures/prefs4.png
|
||||
share/gnome/help/dasher/ru/figures/prefs5.png
|
||||
share/gnome/help/dasher/sv/dasher.xml
|
||||
share/gnome/help/dasher/sv/figures/a-z.gif
|
||||
share/gnome/help/dasher/sv/figures/aa-az.gif
|
||||
|
@ -244,15 +263,12 @@ share/gnome/help/dasher/sv/figures/prefs2.png
|
|||
share/gnome/help/dasher/sv/figures/prefs3.png
|
||||
share/gnome/help/dasher/sv/figures/prefs4.png
|
||||
share/gnome/help/dasher/sv/figures/prefs5.png
|
||||
share/gnome/omf/dasher/dasher-C.omf
|
||||
share/gnome/omf/dasher/dasher-es.omf
|
||||
share/gnome/omf/dasher/dasher-fr.omf
|
||||
share/gnome/omf/dasher/dasher-sv.omf
|
||||
share/icons/hicolor/48x48/apps/dasher.png
|
||||
share/icons/hicolor/scalable/apps/dasher.svg
|
||||
share/locale/ar/LC_MESSAGES/dasher.mo
|
||||
share/locale/az/LC_MESSAGES/dasher.mo
|
||||
share/locale/be/LC_MESSAGES/dasher.mo
|
||||
share/locale/be@latin/LC_MESSAGES/dasher.mo
|
||||
share/locale/bg/LC_MESSAGES/dasher.mo
|
||||
share/locale/bn/LC_MESSAGES/dasher.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/dasher.mo
|
||||
|
@ -298,6 +314,7 @@ share/locale/nb/LC_MESSAGES/dasher.mo
|
|||
share/locale/ne/LC_MESSAGES/dasher.mo
|
||||
share/locale/nl/LC_MESSAGES/dasher.mo
|
||||
share/locale/nn/LC_MESSAGES/dasher.mo
|
||||
share/locale/oc/LC_MESSAGES/dasher.mo
|
||||
share/locale/or/LC_MESSAGES/dasher.mo
|
||||
share/locale/pa/LC_MESSAGES/dasher.mo
|
||||
share/locale/pl/LC_MESSAGES/dasher.mo
|
||||
|
@ -306,6 +323,7 @@ share/locale/pt_BR/LC_MESSAGES/dasher.mo
|
|||
share/locale/ro/LC_MESSAGES/dasher.mo
|
||||
share/locale/ru/LC_MESSAGES/dasher.mo
|
||||
share/locale/rw/LC_MESSAGES/dasher.mo
|
||||
share/locale/si/LC_MESSAGES/dasher.mo
|
||||
share/locale/sk/LC_MESSAGES/dasher.mo
|
||||
share/locale/sl/LC_MESSAGES/dasher.mo
|
||||
share/locale/sq/LC_MESSAGES/dasher.mo
|
||||
|
@ -318,13 +336,21 @@ share/locale/tk/LC_MESSAGES/dasher.mo
|
|||
share/locale/tr/LC_MESSAGES/dasher.mo
|
||||
share/locale/ug/LC_MESSAGES/dasher.mo
|
||||
share/locale/uk/LC_MESSAGES/dasher.mo
|
||||
share/locale/uz@cyrillic/LC_MESSAGES/dasher.mo
|
||||
share/locale/vi/LC_MESSAGES/dasher.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/dasher.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/dasher.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/dasher.mo
|
||||
@dirrm share/gnome/omf/dasher
|
||||
share/omf/dasher/dasher-C.omf
|
||||
share/omf/dasher/dasher-es.omf
|
||||
share/omf/dasher/dasher-fr.omf
|
||||
share/omf/dasher/dasher-ru.omf
|
||||
share/omf/dasher/dasher-sv.omf
|
||||
@dirrm share/omf/dasher
|
||||
@dirrm share/gnome/help/dasher/sv/figures
|
||||
@dirrm share/gnome/help/dasher/sv
|
||||
@dirrm share/gnome/help/dasher/ru/figures
|
||||
@dirrm share/gnome/help/dasher/ru
|
||||
@dirrm share/gnome/help/dasher/fr/figures
|
||||
@dirrm share/gnome/help/dasher/fr
|
||||
@dirrm share/gnome/help/dasher/es/figures
|
||||
|
@ -332,13 +358,19 @@ share/locale/zh_TW/LC_MESSAGES/dasher.mo
|
|||
@dirrm share/gnome/help/dasher/C/figures
|
||||
@dirrm share/gnome/help/dasher/C
|
||||
@dirrm share/gnome/help/dasher
|
||||
@dirrm share/gnome/dasher
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
|
||||
@dirrmtry share/locale/uz@cyrillic
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/mg/LC_MESSAGES
|
||||
|
@ -351,3 +383,6 @@ share/locale/zh_TW/LC_MESSAGES/dasher.mo
|
|||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/gail/Makefile,v 1.57 2007/03/12 13:34:38 ahze Exp $
|
||||
# $MCom: ports/accessibility/gail/Makefile,v 1.67 2007/10/15 13:36:14 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gail
|
||||
PORTVERSION= 1.18.0
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 1.20.1
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
@ -26,7 +26,7 @@ USE_XLIB= yes
|
|||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GNOME= gnomehack ltverhack libgnomecanvas lthack referencehack
|
||||
USE_GNOME= gnomehack ltverhack gtk20 lthack referencehack
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-gtk-doc \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/gail-1.18.0.tar.bz2) = d58ad8cc79d3cb6778bc015ef69fb499
|
||||
SHA256 (gnome2/gail-1.18.0.tar.bz2) = 1a047f1aa43ad455baff1e9a0abf94c957c42490d365ffde19707d0f039a9705
|
||||
SIZE (gnome2/gail-1.18.0.tar.bz2) = 610187
|
||||
MD5 (gnome2/gail-1.20.1.tar.bz2) = 3925b85849c720d4768682ff4eab1c58
|
||||
SHA256 (gnome2/gail-1.20.1.tar.bz2) = 9fa0cbb8f2a7689b2eb7f6e5545f842496ad9eb7c0464629f7054bcf121a4c59
|
||||
SIZE (gnome2/gail-1.20.1.tar.bz2) = 658769
|
||||
|
|
|
@ -60,6 +60,7 @@ share/locale/nb/LC_MESSAGES/gail.mo
|
|||
share/locale/ne/LC_MESSAGES/gail.mo
|
||||
share/locale/nl/LC_MESSAGES/gail.mo
|
||||
share/locale/nn/LC_MESSAGES/gail.mo
|
||||
share/locale/oc/LC_MESSAGES/gail.mo
|
||||
share/locale/or/LC_MESSAGES/gail.mo
|
||||
share/locale/pa/LC_MESSAGES/gail.mo
|
||||
share/locale/pl/LC_MESSAGES/gail.mo
|
||||
|
@ -75,6 +76,7 @@ share/locale/sr/LC_MESSAGES/gail.mo
|
|||
share/locale/sr@Latn/LC_MESSAGES/gail.mo
|
||||
share/locale/sv/LC_MESSAGES/gail.mo
|
||||
share/locale/ta/LC_MESSAGES/gail.mo
|
||||
share/locale/te/LC_MESSAGES/gail.mo
|
||||
share/locale/th/LC_MESSAGES/gail.mo
|
||||
share/locale/tk/LC_MESSAGES/gail.mo
|
||||
share/locale/tr/LC_MESSAGES/gail.mo
|
||||
|
@ -84,15 +86,19 @@ share/locale/xh/LC_MESSAGES/gail.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/gail.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/gail.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gail.mo
|
||||
@dirrm include/gail-1.0/gail
|
||||
@dirrm include/gail-1.0/libgail-util
|
||||
@dirrm include/gail-1.0/gail
|
||||
@dirrm include/gail-1.0
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
@dirrmtry share/locale/xh
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mi/LC_MESSAGES
|
||||
@dirrmtry share/locale/mi
|
||||
@dirrmtry share/locale/mg/LC_MESSAGES
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.27 2007/03/11 06:58:01 marcus Exp $
|
||||
# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.37 2007/09/17 16:05:19 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-mag
|
||||
PORTVERSION= 0.14.4
|
||||
PORTVERSION= 0.14.10
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
@ -23,8 +23,8 @@ USE_GMAKE= yes
|
|||
USE_GETTEXT= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/gnome-mag-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/gnome-mag-0.14.4.tar.bz2) = 1e7a2259bc241e77a3959dd438d41777
|
||||
SHA256 (gnome2/gnome-mag-0.14.4.tar.bz2) = 0df7a60eb65f25c24eff505f0573a536df92a86680490bb45a067d053ec7d5f4
|
||||
SIZE (gnome2/gnome-mag-0.14.4.tar.bz2) = 796260
|
||||
MD5 (gnome2/gnome-mag-0.14.10.tar.bz2) = e3e498c7df873ecc7acabd52a7b4ddc7
|
||||
SHA256 (gnome2/gnome-mag-0.14.10.tar.bz2) = d610d637bd6006f2831f751a25ed77c371fcfebbe06104968524d5b78f3a155c
|
||||
SIZE (gnome2/gnome-mag-0.14.10.tar.bz2) = 505530
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- docs/reference/Makefile.in.orig Fri Feb 3 00:25:58 2006
|
||||
+++ docs/reference/Makefile.in Fri Feb 3 00:26:09 2006
|
||||
@@ -220,7 +220,7 @@
|
||||
target_alias = @target_alias@
|
||||
doxygen_configfile = Doxyfile
|
||||
EXTRA_DIST = README Doxyfile html
|
||||
-referencetopdir = $(datadir)/doc/gnome-mag-$(VERSION)/reference
|
||||
+referencetopdir = $(prefix)/share/doc/gnome-mag-$(VERSION)/reference
|
||||
referencedir = $(referencetopdir)/html
|
||||
all: all-am
|
||||
|
|
@ -1,59 +0,0 @@
|
|||
--- magnifier/zoom-region.c~ Tue Feb 14 22:37:24 2006
|
||||
+++ magnifier/zoom-region.c Thu Mar 16 15:36:55 2006
|
||||
@@ -1794,10 +1794,10 @@
|
||||
gdk_window_end_paint (zoom_region->priv->w->window);
|
||||
g_timer_stop (mag_timing.scale);
|
||||
if (timing_test) {
|
||||
- mag_timing.num_scale_samples++;
|
||||
-
|
||||
gulong microseconds;
|
||||
|
||||
+ mag_timing.num_scale_samples++;
|
||||
+
|
||||
mag_timing.scale_val =
|
||||
g_timer_elapsed (mag_timing.scale,
|
||||
µseconds);
|
||||
@@ -1971,12 +1971,11 @@
|
||||
float x_scroll_incr, y_scroll_incr;
|
||||
int width = magnifier->target_bounds.x2 - magnifier->target_bounds.x1;
|
||||
int height = magnifier->target_bounds.y2 - magnifier->target_bounds.y1;
|
||||
+ gulong microseconds;
|
||||
|
||||
mag_timing.num_frame_samples++;
|
||||
g_timer_stop (mag_timing.frame);
|
||||
|
||||
- gulong microseconds;
|
||||
-
|
||||
mag_timing.frame_val = g_timer_elapsed (mag_timing.frame,
|
||||
µseconds);
|
||||
|
||||
@@ -2094,10 +2093,10 @@
|
||||
g_timer_stop (mag_timing.idle);
|
||||
|
||||
if (timing_test) {
|
||||
- mag_timing.num_idle_samples++;
|
||||
-
|
||||
gulong microseconds;
|
||||
|
||||
+ mag_timing.num_idle_samples++;
|
||||
+
|
||||
mag_timing.idle_val = g_timer_elapsed (mag_timing.idle,
|
||||
µseconds);
|
||||
mag_timing.idle_total += mag_timing.idle_val;
|
||||
@@ -2472,6 +2471,7 @@
|
||||
int screen_height, height;
|
||||
int pixel_position;
|
||||
int pixel_direction;
|
||||
+ gulong microseconds;
|
||||
|
||||
screen_height = gdk_screen_get_height (
|
||||
gdk_display_get_screen (magnifier->source_display,
|
||||
@@ -2484,8 +2484,6 @@
|
||||
roi.x2 = zoom_region->roi.x2;
|
||||
|
||||
g_timer_stop (mag_timing.process);
|
||||
-
|
||||
- gulong microseconds;
|
||||
|
||||
total_time = g_timer_elapsed (mag_timing.process, µseconds);
|
||||
|
|
@ -9,230 +9,27 @@ lib/orbit-2.0/GNOME_Magnifier_module.la
|
|||
lib/orbit-2.0/GNOME_Magnifier_module.so
|
||||
libdata/bonobo/servers/GNOME_Magnifier.server
|
||||
libdata/pkgconfig/gnome-mag-1.0.pc
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier-common_8c-source.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier-common_8c.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier-imodule_8c-source.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier-imodule_8c.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier-skels_8c-source.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier-skels_8c.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier-stubs_8c-source.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier-stubs_8c.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier_8h-source.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier_8h.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier_8idl-source.html
|
||||
%%DOCSDIR%%/reference/html/GNOME__Magnifier_8idl.html
|
||||
%%DOCSDIR%%/reference/html/annotated.html
|
||||
%%DOCSDIR%%/reference/html/dir_13ad882efed71f625fc815d9016b8292.html
|
||||
%%DOCSDIR%%/reference/html/dir_fb436069bdb66ac1a75ca6bf141af2e2.html
|
||||
%%DOCSDIR%%/reference/html/dirs.html
|
||||
%%DOCSDIR%%/reference/html/doxygen.css
|
||||
%%DOCSDIR%%/reference/html/doxygen.png
|
||||
%%DOCSDIR%%/reference/html/files.html
|
||||
%%DOCSDIR%%/reference/html/functions.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x61.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x62.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x63.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x64.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x65.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x66.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x67.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x68.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x69.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x6c.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x6d.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x6e.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x6f.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x70.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x71.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x72.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x73.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x74.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x75.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x76.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x77.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x78.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x79.html
|
||||
%%DOCSDIR%%/reference/html/functions_0x7a.html
|
||||
%%DOCSDIR%%/reference/html/functions_enum.html
|
||||
%%DOCSDIR%%/reference/html/functions_eval.html
|
||||
%%DOCSDIR%%/reference/html/functions_func.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x61.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x62.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x63.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x64.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x65.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x66.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x67.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x68.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x69.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x6c.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x6d.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x6e.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x6f.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x70.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x71.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x72.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x73.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x74.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x75.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x76.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x77.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x78.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x79.html
|
||||
%%DOCSDIR%%/reference/html/functions_vars_0x7a.html
|
||||
%%DOCSDIR%%/reference/html/globals.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x61.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x62.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x63.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x64.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x65.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x66.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x67.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x69.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x6c.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x6d.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x6e.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x6f.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x70.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x72.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x73.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x74.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x75.html
|
||||
%%DOCSDIR%%/reference/html/globals_0x7a.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x62.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x63.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x64.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x65.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x67.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x69.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x6d.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x6f.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x70.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x74.html
|
||||
%%DOCSDIR%%/reference/html/globals_defs_0x7a.html
|
||||
%%DOCSDIR%%/reference/html/globals_enum.html
|
||||
%%DOCSDIR%%/reference/html/globals_eval.html
|
||||
%%DOCSDIR%%/reference/html/globals_func.html
|
||||
%%DOCSDIR%%/reference/html/globals_func_0x62.html
|
||||
%%DOCSDIR%%/reference/html/globals_func_0x63.html
|
||||
%%DOCSDIR%%/reference/html/globals_func_0x67.html
|
||||
%%DOCSDIR%%/reference/html/globals_func_0x69.html
|
||||
%%DOCSDIR%%/reference/html/globals_func_0x6d.html
|
||||
%%DOCSDIR%%/reference/html/globals_func_0x70.html
|
||||
%%DOCSDIR%%/reference/html/globals_func_0x72.html
|
||||
%%DOCSDIR%%/reference/html/globals_func_0x74.html
|
||||
%%DOCSDIR%%/reference/html/globals_func_0x7a.html
|
||||
%%DOCSDIR%%/reference/html/globals_type.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x61.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x62.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x63.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x64.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x66.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x67.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x6c.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x6d.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x6e.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x6f.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x70.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x72.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x73.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x74.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x75.html
|
||||
%%DOCSDIR%%/reference/html/globals_vars_0x7a.html
|
||||
%%DOCSDIR%%/reference/html/gmag-events_8c-source.html
|
||||
%%DOCSDIR%%/reference/html/gmag-events_8c.html
|
||||
%%DOCSDIR%%/reference/html/gmag-events_8h-source.html
|
||||
%%DOCSDIR%%/reference/html/gmag-events_8h.html
|
||||
%%DOCSDIR%%/reference/html/index.html
|
||||
%%DOCSDIR%%/reference/html/interfaceGNOME_1_1Magnifier_1_1Magnifier.html
|
||||
%%DOCSDIR%%/reference/html/interfaceGNOME_1_1Magnifier_1_1ZoomRegion.html
|
||||
%%DOCSDIR%%/reference/html/magnifier-main_8c-source.html
|
||||
%%DOCSDIR%%/reference/html/magnifier-main_8c.html
|
||||
%%DOCSDIR%%/reference/html/magnifier-private_8h-source.html
|
||||
%%DOCSDIR%%/reference/html/magnifier-private_8h.html
|
||||
%%DOCSDIR%%/reference/html/magnifier_8c-source.html
|
||||
%%DOCSDIR%%/reference/html/magnifier_8c.html
|
||||
%%DOCSDIR%%/reference/html/magnifier_8h-source.html
|
||||
%%DOCSDIR%%/reference/html/magnifier_8h.html
|
||||
%%DOCSDIR%%/reference/html/namespaceGNOME.html
|
||||
%%DOCSDIR%%/reference/html/namespaceGNOME_1_1Magnifier.html
|
||||
%%DOCSDIR%%/reference/html/namespacemembers.html
|
||||
%%DOCSDIR%%/reference/html/namespacemembers_type.html
|
||||
%%DOCSDIR%%/reference/html/namespaces.html
|
||||
%%DOCSDIR%%/reference/html/structBonobo__EventSource__UnknownListener__type.html
|
||||
%%DOCSDIR%%/reference/html/structBonobo__Pair__type.html
|
||||
%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__BackendFailed__type.html
|
||||
%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__InvalidType__type.html
|
||||
%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__NotFound__type.html
|
||||
%%DOCSDIR%%/reference/html/structBonobo__PropertyBag__ReadOnly__type.html
|
||||
%%DOCSDIR%%/reference/html/structCORBA__sequence__Bonobo__Pair.html
|
||||
%%DOCSDIR%%/reference/html/structCORBA__sequence__CORBA__Object.html
|
||||
%%DOCSDIR%%/reference/html/structCORBA__sequence__CORBA__string.html
|
||||
%%DOCSDIR%%/reference/html/structGNOME_1_1Magnifier_1_1Point.html
|
||||
%%DOCSDIR%%/reference/html/structGNOME_1_1Magnifier_1_1RectBounds.html
|
||||
%%DOCSDIR%%/reference/html/structGNOME__Magnifier__Point__type.html
|
||||
%%DOCSDIR%%/reference/html/structGNOME__Magnifier__RectBounds__type.html
|
||||
%%DOCSDIR%%/reference/html/structMagLoginHelper.html
|
||||
%%DOCSDIR%%/reference/html/structMagLoginHelperClass.html
|
||||
%%DOCSDIR%%/reference/html/structMagnifier.html
|
||||
%%DOCSDIR%%/reference/html/structMagnifierClass.html
|
||||
%%DOCSDIR%%/reference/html/structMagnifierOptions.html
|
||||
%%DOCSDIR%%/reference/html/structMagnifierZoomRegionSaveProps.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__ConfigDatabase.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__ConfigDatabase____epv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__ConfigDatabase____vepv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__EventSource.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__EventSource____epv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__EventSource____vepv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__Listener.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__Listener____epv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__Listener____vepv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__PropertyBag.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__PropertyBag____epv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__Bonobo__PropertyBag____vepv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__Magnifier.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__Magnifier____epv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__Magnifier____vepv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__ZoomRegion.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__ZoomRegion____epv.html
|
||||
%%DOCSDIR%%/reference/html/structPOA__GNOME__Magnifier__ZoomRegion____vepv.html
|
||||
%%DOCSDIR%%/reference/html/structZoomRegion.html
|
||||
%%DOCSDIR%%/reference/html/structZoomRegionClass.html
|
||||
%%DOCSDIR%%/reference/html/struct__GmagWin.html
|
||||
%%DOCSDIR%%/reference/html/struct__MagnifierPrivate.html
|
||||
%%DOCSDIR%%/reference/html/struct__ZoomRegionPrivate.html
|
||||
%%DOCSDIR%%/reference/html/structtiming.html
|
||||
%%DOCSDIR%%/reference/html/tabs.css
|
||||
%%DOCSDIR%%/reference/html/zoom-region-private_8h-source.html
|
||||
%%DOCSDIR%%/reference/html/zoom-region-private_8h.html
|
||||
%%DOCSDIR%%/reference/html/zoom-region_8c-source.html
|
||||
%%DOCSDIR%%/reference/html/zoom-region_8c.html
|
||||
%%DOCSDIR%%/reference/html/zoom-region_8h-source.html
|
||||
%%DOCSDIR%%/reference/html/zoom-region_8h.html
|
||||
share/gnome/gnome-mag/1_32/appstart.xpm
|
||||
share/gnome/gnome-mag/1_32/bottom_left_corner.xpm
|
||||
share/gnome/gnome-mag/1_32/bottom_side.xpm
|
||||
share/gnome/gnome-mag/1_32/busy.xpm
|
||||
share/gnome/gnome-mag/1_32/crosshair.xpm
|
||||
share/gnome/gnome-mag/1_32/default.xpm
|
||||
share/gnome/gnome-mag/1_32/fleur.xpm
|
||||
share/gnome/gnome-mag/1_32/hand.xpm
|
||||
share/gnome/gnome-mag/1_32/left_ptr.xpm
|
||||
share/gnome/gnome-mag/1_32/left_side.xpm
|
||||
share/gnome/gnome-mag/1_32/no.xpm
|
||||
share/gnome/gnome-mag/1_32/right_side.xpm
|
||||
share/gnome/gnome-mag/1_32/sb_h_double_arrow.xpm
|
||||
share/gnome/gnome-mag/1_32/sb_v_double_arrow.xpm
|
||||
share/gnome/gnome-mag/1_32/top_left_corner.xpm
|
||||
share/gnome/gnome-mag/1_32/top_right_corner.xpm
|
||||
share/gnome/gnome-mag/1_32/top_side.xpm
|
||||
share/gnome/gnome-mag/1_32/up.xpm
|
||||
share/gnome/gnome-mag/1_32/xterm.xpm
|
||||
share/gnome/gnome-mag/default-cursor.xpm
|
||||
share/gnome/idl/gnome-mag-1.0/GNOME_Magnifier.idl
|
||||
%%DATADIR%%/1_32/appstart.xpm
|
||||
%%DATADIR%%/1_32/bottom_left_corner.xpm
|
||||
%%DATADIR%%/1_32/bottom_side.xpm
|
||||
%%DATADIR%%/1_32/busy.xpm
|
||||
%%DATADIR%%/1_32/crosshair.xpm
|
||||
%%DATADIR%%/1_32/default.xpm
|
||||
%%DATADIR%%/1_32/fleur.xpm
|
||||
%%DATADIR%%/1_32/hand.xpm
|
||||
%%DATADIR%%/1_32/left_ptr.xpm
|
||||
%%DATADIR%%/1_32/left_side.xpm
|
||||
%%DATADIR%%/1_32/no.xpm
|
||||
%%DATADIR%%/1_32/right_side.xpm
|
||||
%%DATADIR%%/1_32/sb_h_double_arrow.xpm
|
||||
%%DATADIR%%/1_32/sb_v_double_arrow.xpm
|
||||
%%DATADIR%%/1_32/top_left_corner.xpm
|
||||
%%DATADIR%%/1_32/top_right_corner.xpm
|
||||
%%DATADIR%%/1_32/top_side.xpm
|
||||
%%DATADIR%%/1_32/up.xpm
|
||||
%%DATADIR%%/1_32/xterm.xpm
|
||||
%%DATADIR%%/default-cursor.xpm
|
||||
share/idl/gnome-mag-1.0/GNOME_Magnifier.idl
|
||||
share/locale/ang/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/ar/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/as/LC_MESSAGES/gnome-mag.mo
|
||||
|
@ -289,6 +86,7 @@ share/locale/nb/LC_MESSAGES/gnome-mag.mo
|
|||
share/locale/ne/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/nn/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/oc/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/or/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/pa/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-mag.mo
|
||||
|
@ -305,6 +103,7 @@ share/locale/sr/LC_MESSAGES/gnome-mag.mo
|
|||
share/locale/sr@Latn/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/te/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/th/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/tk/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-mag.mo
|
||||
|
@ -314,9 +113,9 @@ share/locale/vi/LC_MESSAGES/gnome-mag.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/gnome-mag.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo
|
||||
@dirrm share/gnome/idl/gnome-mag-1.0
|
||||
@dirrm share/gnome/gnome-mag/1_32
|
||||
@dirrm share/gnome/gnome-mag
|
||||
@dirrm share/idl/gnome-mag-1.0
|
||||
@dirrm %%DATADIR%%/1_32
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%DOCSDIR%%/reference/html
|
||||
@dirrm %%DOCSDIR%%/reference
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
@ -326,10 +125,14 @@ share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo
|
|||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/mi/LC_MESSAGES
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.83 2006/08/22 02:55:02 marcus Exp $
|
||||
# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.85 2007/07/23 19:03:49 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnopernicus
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= accessibility x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
|
|
@ -45,35 +45,35 @@ lib/gnopernicus-1.0/libsrutil.so
|
|||
lib/gnopernicus-1.0/libsrutil.so.%%SHLIB_VERSION%%
|
||||
libdata/pkgconfig/gnopernicus-1.0.pc
|
||||
libexec/brlmonitor
|
||||
share/gnome/applications/gnopernicus.desktop
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings/braille_monitor_settings.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/attribute_settings.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_device.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_fill_char.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_mapping.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_settings.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_style.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/cursor_settings.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/status_cell.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/translation_table.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Find/find.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Find/text_selected_24.png
|
||||
share/gnome/gnopernicus/glade/gnopi_files/General_Settings/general_settings.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings/keyboard_mouse_settings.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Language/language.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Load_Default/load_default.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Magnifier_Settings/magnifier_settings.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Presentation/presentation.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Screen_Review/screen_review.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/Speech_Settings/speech_settings.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/User_Properties/user_properties.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/braille.xpm
|
||||
share/gnome/gnopernicus/glade/gnopi_files/gnopi.glade2
|
||||
share/gnome/gnopernicus/glade/gnopi_files/keyboard.xpm
|
||||
share/gnome/gnopernicus/glade/gnopi_files/monitor.png
|
||||
share/gnome/gnopernicus/glade/gnopi_files/start_up.png
|
||||
share/gnome/gnopernicus/presentation/default.xml
|
||||
share/gnome/gnopernicus/presentation/verbose.xml
|
||||
share/applications/gnopernicus.desktop
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings/braille_monitor_settings.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Settings/attribute_settings.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_device.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_fill_char.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_mapping.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_settings.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_style.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Settings/cursor_settings.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Settings/status_cell.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Braille_Settings/translation_table.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Find/find.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Find/text_selected_24.png
|
||||
share/gnopernicus/glade/gnopi_files/General_Settings/general_settings.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings/keyboard_mouse_settings.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Language/language.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Load_Default/load_default.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Magnifier_Settings/magnifier_settings.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Presentation/presentation.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Screen_Review/screen_review.glade2
|
||||
share/gnopernicus/glade/gnopi_files/Speech_Settings/speech_settings.glade2
|
||||
share/gnopernicus/glade/gnopi_files/User_Properties/user_properties.glade2
|
||||
share/gnopernicus/glade/gnopi_files/braille.xpm
|
||||
share/gnopernicus/glade/gnopi_files/gnopi.glade2
|
||||
share/gnopernicus/glade/gnopi_files/keyboard.xpm
|
||||
share/gnopernicus/glade/gnopi_files/monitor.png
|
||||
share/gnopernicus/glade/gnopi_files/start_up.png
|
||||
share/gnopernicus/presentation/default.xml
|
||||
share/gnopernicus/presentation/verbose.xml
|
||||
share/gnome/help/brlmonitor/C/brlmonitor.xml
|
||||
share/gnome/help/brlmonitor/C/legal.xml
|
||||
share/gnome/help/brlmonitor/es/brlmonitor.xml
|
||||
|
@ -85,10 +85,10 @@ share/gnome/help/gnopernicus/es/legal.xml
|
|||
share/gnome/help/gnopernicus/pt_BR/figures/gnopernicus.png
|
||||
share/gnome/help/gnopernicus/pt_BR/gnopernicus.xml
|
||||
share/gnome/help/gnopernicus/pt_BR/legal.xml
|
||||
share/gnome/omf/gnopernicus/brlmonitor-C.omf
|
||||
share/gnome/omf/gnopernicus/brlmonitor-es.omf
|
||||
share/gnome/omf/gnopernicus/gnopernicus-C.omf
|
||||
share/gnome/omf/gnopernicus/gnopernicus-es.omf
|
||||
share/omf/gnopernicus/brlmonitor-C.omf
|
||||
share/omf/gnopernicus/brlmonitor-es.omf
|
||||
share/omf/gnopernicus/gnopernicus-C.omf
|
||||
share/omf/gnopernicus/gnopernicus-es.omf
|
||||
share/icons/hicolor/48x48/apps/gnopernicus.png
|
||||
share/locale/ar/LC_MESSAGES/gnopernicus.mo
|
||||
share/locale/az/LC_MESSAGES/gnopernicus.mo
|
||||
|
@ -152,7 +152,7 @@ share/locale/vi/LC_MESSAGES/gnopernicus.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/gnopernicus.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo
|
||||
@dirrm share/gnome/omf/gnopernicus
|
||||
@dirrm share/omf/gnopernicus
|
||||
@dirrm share/gnome/help/gnopernicus/pt_BR/figures
|
||||
@dirrm share/gnome/help/gnopernicus/pt_BR
|
||||
@dirrm share/gnome/help/gnopernicus/es
|
||||
|
@ -161,22 +161,22 @@ share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo
|
|||
@dirrm share/gnome/help/brlmonitor/es
|
||||
@dirrm share/gnome/help/brlmonitor/C
|
||||
@dirrm share/gnome/help/brlmonitor
|
||||
@dirrm share/gnome/gnopernicus/presentation
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/User_Properties
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Speech_Settings
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Screen_Review
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Presentation
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Magnifier_Settings
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Load_Default
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Language
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/General_Settings
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Find
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings
|
||||
@dirrm share/gnome/gnopernicus/glade/gnopi_files
|
||||
@dirrm share/gnome/gnopernicus/glade
|
||||
@dirrm share/gnome/gnopernicus
|
||||
@dirrm share/gnopernicus/presentation
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/User_Properties
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Speech_Settings
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Screen_Review
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Presentation
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Magnifier_Settings
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Load_Default
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Language
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/General_Settings
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Find
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Braille_Settings
|
||||
@dirrm share/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings
|
||||
@dirrm share/gnopernicus/glade/gnopi_files
|
||||
@dirrm share/gnopernicus/glade
|
||||
@dirrm share/gnopernicus
|
||||
@dirrm lib/gnopernicus-1.0
|
||||
@dirrm include/gnopernicus-1.0/libsrutil
|
||||
@dirrm include/gnopernicus-1.0/libsrs
|
||||
|
@ -200,3 +200,4 @@ share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo
|
|||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Adam Weinberger <adamw@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/gok/Makefile,v 1.72 2006/08/26 03:50:50 marcus Exp $
|
||||
# $MCom: ports/accessibility/gok/Makefile,v 1.83 2007/10/15 13:40:59 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gok
|
||||
PORTVERSION= 1.2.5
|
||||
PORTVERSION= 1.3.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= accessibility sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
|
@ -26,8 +26,8 @@ USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \
|
|||
USE_GMAKE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
GCONF_SCHEMAS= gok.schemas
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/gok-1.2.5.tar.bz2) = 2ef1f171385a37f93408dbca7ecfdf11
|
||||
SHA256 (gnome2/gok-1.2.5.tar.bz2) = 780dd1e5b13036062f3c843a54b8a30d3759b4136e6d0fbcc025521fd9df7099
|
||||
SIZE (gnome2/gok-1.2.5.tar.bz2) = 1229265
|
||||
MD5 (gnome2/gok-1.3.7.tar.bz2) = 14b2407604ceec0ffcbf4866fef35502
|
||||
SHA256 (gnome2/gok-1.3.7.tar.bz2) = 075442504ab2179484cfb02bc062ba5861efc5f34286702b17f488b80ea242d5
|
||||
SIZE (gnome2/gok-1.3.7.tar.bz2) = 1293913
|
||||
|
|
10
accessibility/gok/files/patch-gok_main.c
Normal file
10
accessibility/gok/files/patch-gok_main.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- gok/main.c.orig 2007-10-13 16:43:20.000000000 -0400
|
||||
+++ gok/main.c 2007-10-13 16:47:05.000000000 -0400
|
||||
@@ -1229,6 +1229,7 @@ static gboolean gok_main_xevie_io (GIOCh
|
||||
{
|
||||
#ifdef HAVE_XEVIE
|
||||
while (xevie_dpy && XPending (xevie_dpy)) {
|
||||
+ XEvent xevie_event;
|
||||
XMotionEvent *motion_event;
|
||||
gboolean has_active_key = gok_scanner_key_is_active ();
|
||||
/* Xevie has a motion event for us to check */
|
File diff suppressed because it is too large
Load diff
|
@ -3,13 +3,12 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/orca/Makefile,v 1.15 2007/03/13 00:05:30 marcus Exp $
|
||||
# $MCom: ports/accessibility/orca/Makefile,v 1.32 2007/10/13 21:13:14 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= orca
|
||||
PORTVERSION= 2.18.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility x11 gnome
|
||||
PORTVERSION= 2.20.0.1
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -36,8 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
MAN1= orca.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
|
||||
s|/usr/X11R6|${X11BASE}|g' \
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
||||
${WRKSRC}/src/orca/orca.in
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
||||
${WRKSRC}/src/orca/orca_i18n.py
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/orca-2.18.1.tar.bz2) = 764f170af318c3ffd63b9cdfdcd19248
|
||||
SHA256 (gnome2/orca-2.18.1.tar.bz2) = 98ba4d3c8d6f306423f0806c573d8ad92f9fa24cccbefc34bb3bdc53125e5a31
|
||||
SIZE (gnome2/orca-2.18.1.tar.bz2) = 934098
|
||||
MD5 (gnome2/orca-2.20.0.1.tar.bz2) = dda6808aaf7815582ba84b648f3902a2
|
||||
SHA256 (gnome2/orca-2.20.0.1.tar.bz2) = d266203141fc7e3bcfa0f8daf1110d32cdb4d4791901593d08f127bd1a089ba3
|
||||
SIZE (gnome2/orca-2.20.0.1.tar.bz2) = 1401038
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
--- src/orca/platform.py.in.orig Sun Mar 25 01:07:40 2007
|
||||
+++ src/orca/platform.py.in Sun Mar 25 01:07:56 2007
|
||||
@@ -40,4 +40,4 @@ package = "@PACKAGE@"
|
||||
|
||||
# The name of the data directory (usually "share").
|
||||
#
|
||||
-datadirname = "@DATADIRNAME@"
|
||||
+datadirname = "@datadir@"
|
|
@ -11,9 +11,15 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/acss.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/acss.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/acss.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/app_gui_prefs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/atspi.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/atspi.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/atspi.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/bookmarks.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/bookmarks.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/braille.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/braille.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/braille.pyo
|
||||
|
@ -55,9 +61,6 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/hierarchical_presenter.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/hierarchical_presenter.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/hierarchical_presenter.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/httpserver.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/httpserver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/httpserver.pyo
|
||||
|
@ -160,12 +163,18 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-keyring-ask.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-keyring-ask.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-keyring-ask.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-power-manager.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-power-manager.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-power-manager.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-mud.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-mud.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-mud.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-panel.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-panel.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-panel.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-search-tool.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-search-tool.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-search-tool.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-system-monitor.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-system-monitor.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-system-monitor.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-terminal.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-terminal.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/gnome-terminal.pyo
|
||||
|
@ -181,39 +190,43 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/metacity.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/metacity.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/metacity.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/nautilus.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/nautilus.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/nautilus.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/notification-daemon.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/notification-daemon.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/notification-daemon.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/planner.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/planner.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/planner.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/users-admin.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/users-admin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/users-admin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/settings.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/settings.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/settings.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/speech.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/speech.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/speech.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/speechgenerator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/speechgenerator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/speechgenerator.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/speechserver.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/speechserver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/speechserver.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/util.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/util.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/util.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/where_am_I.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/where_am_I.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/where_am_I.pyo
|
||||
share/gnome/applications/orca.desktop
|
||||
share/gnome/orca/glade/orca-find.glade
|
||||
share/gnome/orca/glade/orca-mainwin.glade
|
||||
share/gnome/orca/glade/orca-quit.glade
|
||||
share/gnome/orca/glade/orca-setup.glade
|
||||
share/applications/orca.desktop
|
||||
share/icons/hicolor/16x16/apps/orca.png
|
||||
share/icons/hicolor/22x22/apps/orca.png
|
||||
share/icons/hicolor/24x24/apps/orca.png
|
||||
share/icons/hicolor/32x32/apps/orca.png
|
||||
share/icons/hicolor/48x48/apps/orca.png
|
||||
share/icons/hicolor/scalable/apps/orca.svg
|
||||
share/locale/ar/LC_MESSAGES/orca.mo
|
||||
share/locale/bg/LC_MESSAGES/orca.mo
|
||||
share/locale/bn/LC_MESSAGES/orca.mo
|
||||
|
@ -247,6 +260,7 @@ share/locale/mr/LC_MESSAGES/orca.mo
|
|||
share/locale/nb/LC_MESSAGES/orca.mo
|
||||
share/locale/ne/LC_MESSAGES/orca.mo
|
||||
share/locale/nl/LC_MESSAGES/orca.mo
|
||||
share/locale/oc/LC_MESSAGES/orca.mo
|
||||
share/locale/or/LC_MESSAGES/orca.mo
|
||||
share/locale/pa/LC_MESSAGES/orca.mo
|
||||
share/locale/pl/LC_MESSAGES/orca.mo
|
||||
|
@ -254,7 +268,9 @@ share/locale/pt/LC_MESSAGES/orca.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/orca.mo
|
||||
share/locale/ru/LC_MESSAGES/orca.mo
|
||||
share/locale/rw/LC_MESSAGES/orca.mo
|
||||
share/locale/si/LC_MESSAGES/orca.mo
|
||||
share/locale/sl/LC_MESSAGES/orca.mo
|
||||
share/locale/sq/LC_MESSAGES/orca.mo
|
||||
share/locale/sr/LC_MESSAGES/orca.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/orca.mo
|
||||
share/locale/sv/LC_MESSAGES/orca.mo
|
||||
|
@ -266,17 +282,26 @@ share/locale/vi/LC_MESSAGES/orca.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/orca.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/orca.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/orca.mo
|
||||
@dirrm share/gnome/orca/glade
|
||||
@dirrm share/gnome/orca
|
||||
%%DATADIR%%/glade/orca-find.glade
|
||||
%%DATADIR%%/glade/orca-mainwin.glade
|
||||
%%DATADIR%%/glade/orca-quit.glade
|
||||
%%DATADIR%%/glade/orca-setup.glade
|
||||
@dirrm %%DATADIR%%/glade
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= katoob
|
||||
PORTVERSION= 0.3.5
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= arabic
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= arabeyes
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
bin/katoob
|
||||
share/gnome/applications/katoob.desktop
|
||||
share/gnome/katoob/close.png
|
||||
share/gnome/katoob/emulator/arabic
|
||||
share/gnome/katoob/green.png
|
||||
share/gnome/katoob/katoob.png
|
||||
share/gnome/katoob/katoob-small.png
|
||||
share/gnome/katoob/landscape.png
|
||||
share/gnome/katoob/portrait.png
|
||||
share/gnome/katoob/red.png
|
||||
share/gnome/pixmaps/katoob-icon.png
|
||||
share/applications/katoob.desktop
|
||||
share/katoob/close.png
|
||||
share/katoob/emulator/arabic
|
||||
share/katoob/green.png
|
||||
share/katoob/katoob.png
|
||||
share/katoob/katoob-small.png
|
||||
share/katoob/landscape.png
|
||||
share/katoob/portrait.png
|
||||
share/katoob/red.png
|
||||
share/pixmaps/katoob-icon.png
|
||||
share/locale/ar/LC_MESSAGES/katoob.mo
|
||||
share/locale/pl/LC_MESSAGES/katoob.mo
|
||||
share/locale/sv/LC_MESSAGES/katoob.mo
|
||||
@dirrm share/gnome/katoob/emulator
|
||||
@dirrm share/gnome/katoob
|
||||
@dirrm share/katoob/emulator
|
||||
@dirrm share/katoob
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Anders Nordby <anders@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/archivers/file-roller/Makefile,v 1.117 2007/03/12 23:23:57 marcus Exp $
|
||||
# $MCom: ports/archivers/file-roller/Makefile,v 1.129 2007/10/15 21:06:05 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= file-roller
|
||||
PORTVERSION= 2.18.4
|
||||
PORTVERSION= 2.20.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/file-roller-2.18.4.tar.bz2) = f651f951d5c1c24288c1a25b1f567be0
|
||||
SHA256 (gnome2/file-roller-2.18.4.tar.bz2) = a977a20e1d41c68e12a7e37de855e7fcdd12b895554760e8dbf525d76b698f05
|
||||
SIZE (gnome2/file-roller-2.18.4.tar.bz2) = 1175112
|
||||
MD5 (gnome2/file-roller-2.20.1.tar.bz2) = d99d9cc2ae3007eb5c8a6c7eb7d861aa
|
||||
SHA256 (gnome2/file-roller-2.20.1.tar.bz2) = fb92243c93d1c1660a16250438ceddaf79032dc11d74e85807b6522847a9b887
|
||||
SIZE (gnome2/file-roller-2.20.1.tar.bz2) = 1223800
|
||||
|
|
|
@ -3,21 +3,25 @@ lib/nautilus/extensions-1.0/libnautilus-fileroller.a
|
|||
lib/nautilus/extensions-1.0/libnautilus-fileroller.la
|
||||
lib/nautilus/extensions-1.0/libnautilus-fileroller.so
|
||||
libexec/file-roller/isoinfo.sh
|
||||
libexec/file-roller/move-here.sh
|
||||
share/applications/file-roller.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
share/gnome/applications/file-roller.desktop
|
||||
share/gnome/file-roller/glade/ask-password.glade
|
||||
share/gnome/file-roller/glade/file-roller.glade
|
||||
share/gnome/file-roller/icons/hicolor/16x16/actions/add-files-to-archive.png
|
||||
share/gnome/file-roller/icons/hicolor/16x16/actions/add-folder-to-archive.png
|
||||
share/gnome/file-roller/icons/hicolor/16x16/actions/extract-archive.png
|
||||
share/gnome/file-roller/icons/hicolor/24x24/actions/add-files-to-archive.png
|
||||
share/gnome/file-roller/icons/hicolor/24x24/actions/add-folder-to-archive.png
|
||||
share/gnome/file-roller/icons/hicolor/24x24/actions/extract-archive.png
|
||||
share/gnome/file-roller/icons/hicolor/24x24/actions/preview-file.png
|
||||
%%DATADIR%%/glade/add-options.glade
|
||||
%%DATADIR%%/glade/batch-add-files.glade
|
||||
%%DATADIR%%/glade/batch-password.glade
|
||||
%%DATADIR%%/glade/delete.glade
|
||||
%%DATADIR%%/glade/open-with.glade
|
||||
%%DATADIR%%/glade/password.glade
|
||||
%%DATADIR%%/glade/properties.glade
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/add-files-to-archive.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/add-folder-to-archive.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/extract-archive.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/add-files-to-archive.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/add-folder-to-archive.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/extract-archive.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/preview-file.png
|
||||
share/gnome/help/file-roller/C/figures/file-roller_home.png
|
||||
share/gnome/help/file-roller/C/figures/file-roller_leftarrow.png
|
||||
share/gnome/help/file-roller/C/figures/file-roller_main_window.png
|
||||
|
@ -61,6 +65,12 @@ share/gnome/help/file-roller/nl/figures/file-roller_main_window.png
|
|||
share/gnome/help/file-roller/nl/figures/file-roller_rightarrow.png
|
||||
share/gnome/help/file-roller/nl/figures/file-roller_uparrow.png
|
||||
share/gnome/help/file-roller/nl/file-roller.xml
|
||||
share/gnome/help/file-roller/oc/figures/file-roller_home.png
|
||||
share/gnome/help/file-roller/oc/figures/file-roller_leftarrow.png
|
||||
share/gnome/help/file-roller/oc/figures/file-roller_main_window.png
|
||||
share/gnome/help/file-roller/oc/figures/file-roller_rightarrow.png
|
||||
share/gnome/help/file-roller/oc/figures/file-roller_uparrow.png
|
||||
share/gnome/help/file-roller/oc/file-roller.xml
|
||||
share/gnome/help/file-roller/ru/figures/file-roller_home.png
|
||||
share/gnome/help/file-roller/ru/figures/file-roller_leftarrow.png
|
||||
share/gnome/help/file-roller/ru/figures/file-roller_main_window.png
|
||||
|
@ -79,16 +89,6 @@ share/gnome/help/file-roller/uk/figures/file-roller_main_window.png
|
|||
share/gnome/help/file-roller/uk/figures/file-roller_rightarrow.png
|
||||
share/gnome/help/file-roller/uk/figures/file-roller_uparrow.png
|
||||
share/gnome/help/file-roller/uk/file-roller.xml
|
||||
share/gnome/omf/file-roller/file-roller-C.omf
|
||||
share/gnome/omf/file-roller/file-roller-bg.omf
|
||||
share/gnome/omf/file-roller/file-roller-de.omf
|
||||
share/gnome/omf/file-roller/file-roller-es.omf
|
||||
share/gnome/omf/file-roller/file-roller-fr.omf
|
||||
share/gnome/omf/file-roller/file-roller-it.omf
|
||||
share/gnome/omf/file-roller/file-roller-nl.omf
|
||||
share/gnome/omf/file-roller/file-roller-ru.omf
|
||||
share/gnome/omf/file-roller/file-roller-sv.omf
|
||||
share/gnome/omf/file-roller/file-roller-uk.omf
|
||||
share/icons/hicolor/16x16/apps/file-roller.png
|
||||
share/icons/hicolor/22x22/apps/file-roller.png
|
||||
share/icons/hicolor/32x32/apps/file-roller.png
|
||||
|
@ -155,6 +155,7 @@ share/locale/pt_BR/LC_MESSAGES/file-roller.mo
|
|||
share/locale/ro/LC_MESSAGES/file-roller.mo
|
||||
share/locale/ru/LC_MESSAGES/file-roller.mo
|
||||
share/locale/rw/LC_MESSAGES/file-roller.mo
|
||||
share/locale/si/LC_MESSAGES/file-roller.mo
|
||||
share/locale/sk/LC_MESSAGES/file-roller.mo
|
||||
share/locale/sl/LC_MESSAGES/file-roller.mo
|
||||
share/locale/sq/LC_MESSAGES/file-roller.mo
|
||||
|
@ -173,13 +174,26 @@ share/locale/xh/LC_MESSAGES/file-roller.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/file-roller.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/file-roller.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/file-roller.mo
|
||||
@dirrm share/gnome/omf/file-roller
|
||||
share/omf/file-roller/file-roller-C.omf
|
||||
share/omf/file-roller/file-roller-bg.omf
|
||||
share/omf/file-roller/file-roller-de.omf
|
||||
share/omf/file-roller/file-roller-es.omf
|
||||
share/omf/file-roller/file-roller-fr.omf
|
||||
share/omf/file-roller/file-roller-it.omf
|
||||
share/omf/file-roller/file-roller-nl.omf
|
||||
share/omf/file-roller/file-roller-oc.omf
|
||||
share/omf/file-roller/file-roller-ru.omf
|
||||
share/omf/file-roller/file-roller-sv.omf
|
||||
share/omf/file-roller/file-roller-uk.omf
|
||||
@dirrm share/omf/file-roller
|
||||
@dirrm share/gnome/help/file-roller/uk/figures
|
||||
@dirrm share/gnome/help/file-roller/uk
|
||||
@dirrm share/gnome/help/file-roller/sv/figures
|
||||
@dirrm share/gnome/help/file-roller/sv
|
||||
@dirrm share/gnome/help/file-roller/ru/figures
|
||||
@dirrm share/gnome/help/file-roller/ru
|
||||
@dirrm share/gnome/help/file-roller/oc/figures
|
||||
@dirrm share/gnome/help/file-roller/oc
|
||||
@dirrm share/gnome/help/file-roller/nl/figures
|
||||
@dirrm share/gnome/help/file-roller/nl
|
||||
@dirrm share/gnome/help/file-roller/it/figures
|
||||
|
@ -195,14 +209,14 @@ share/locale/zh_TW/LC_MESSAGES/file-roller.mo
|
|||
@dirrm share/gnome/help/file-roller/C/figures
|
||||
@dirrm share/gnome/help/file-roller/C
|
||||
@dirrm share/gnome/help/file-roller
|
||||
@dirrm share/gnome/file-roller/icons/hicolor/24x24/actions
|
||||
@dirrm share/gnome/file-roller/icons/hicolor/24x24
|
||||
@dirrm share/gnome/file-roller/icons/hicolor/16x16/actions
|
||||
@dirrm share/gnome/file-roller/icons/hicolor/16x16
|
||||
@dirrm share/gnome/file-roller/icons/hicolor
|
||||
@dirrm share/gnome/file-roller/icons
|
||||
@dirrm share/gnome/file-roller/glade
|
||||
@dirrm share/gnome/file-roller
|
||||
@dirrm %%DATADIR%%/icons/hicolor/24x24/actions
|
||||
@dirrm %%DATADIR%%/icons/hicolor/24x24
|
||||
@dirrm %%DATADIR%%/icons/hicolor/16x16/actions
|
||||
@dirrm %%DATADIR%%/icons/hicolor/16x16
|
||||
@dirrm %%DATADIR%%/icons/hicolor
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%/glade
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm libexec/file-roller
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
@ -215,6 +229,8 @@ share/locale/zh_TW/LC_MESSAGES/file-roller.mo
|
|||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@ije/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr@ije
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
|
@ -233,3 +249,4 @@ share/locale/zh_TW/LC_MESSAGES/file-roller.mo
|
|||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# $MCom: ports/astro/glunarclock/Makefile,v 1.5 2007/05/19 21:35:54 marcus Exp $
|
||||
|
||||
PORTNAME= glunarclock
|
||||
PORTVERSION= 0.32.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= astro gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -20,6 +20,7 @@ LIB_DEPENDS= xklavier.11:${PORTSDIR}/x11/libxklavier
|
|||
USE_XLIB= yes
|
||||
USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -30,8 +31,6 @@ PLIST_SUB= VERSION="${PORTVERSION:R}"
|
|||
GCONF_SCHEMAS= glunarclock.schemas
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|$${prefix}/share|$${datadir}|g' ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|-DGNOME_DISABLE_DEPRECATED||g'
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
libdata/bonobo/servers/GNOME_GLunarclockApplet_Factory.server
|
||||
libexec/glunarclock-applet-2
|
||||
share/gnome/glunarclock/glunarclock.glade
|
||||
share/gnome/gnome-2.0/ui/GNOME_GLunarclockApplet.xml
|
||||
share/glunarclock/glunarclock.glade
|
||||
share/gnome-2.0/ui/GNOME_GLunarclockApplet.xml
|
||||
share/gnome/help/glunarclock-applet-2/C/figures/glunarclock_applet.png
|
||||
share/gnome/help/glunarclock-applet-2/C/glunarclock-applet-2.xml
|
||||
share/gnome/help/glunarclock-applet-2/C/legal.xml
|
||||
share/gnome/omf/glunarclock/glunarclock-applet-2-C.omf
|
||||
share/gnome/pixmaps/glunarclock-logo.png
|
||||
share/gnome/pixmaps/glunarclock/cartoonmoon_12frames.png
|
||||
share/gnome/pixmaps/glunarclock/moon_56frames.png
|
||||
share/omf/glunarclock/glunarclock-applet-2-C.omf
|
||||
share/pixmaps/glunarclock-logo.png
|
||||
share/pixmaps/glunarclock/cartoonmoon_12frames.png
|
||||
share/pixmaps/glunarclock/moon_56frames.png
|
||||
share/locale/ast_ES/LC_MESSAGES/glunarclock-%%VERSION%%.mo
|
||||
share/locale/az/LC_MESSAGES/glunarclock-%%VERSION%%.mo
|
||||
share/locale/br/LC_MESSAGES/glunarclock-%%VERSION%%.mo
|
||||
|
@ -32,12 +32,12 @@ share/locale/sr/LC_MESSAGES/glunarclock-%%VERSION%%.mo
|
|||
share/locale/sv/LC_MESSAGES/glunarclock-%%VERSION%%.mo
|
||||
share/locale/vi/LC_MESSAGES/glunarclock-%%VERSION%%.mo
|
||||
share/locale/wa/LC_MESSAGES/glunarclock-%%VERSION%%.mo
|
||||
@dirrm share/gnome/pixmaps/glunarclock
|
||||
@dirrm share/gnome/omf/glunarclock
|
||||
@dirrm share/pixmaps/glunarclock
|
||||
@dirrm share/omf/glunarclock
|
||||
@dirrm share/gnome/help/glunarclock-applet-2/C/figures
|
||||
@dirrm share/gnome/help/glunarclock-applet-2/C
|
||||
@dirrm share/gnome/help/glunarclock-applet-2
|
||||
@dirrm share/gnome/glunarclock
|
||||
@dirrm share/glunarclock
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/ast_ES/LC_MESSAGES
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= nightfall
|
||||
PORTVERSION= 1.62
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://www.la-samhna.de/nightfall/ CENKES
|
||||
|
||||
|
@ -33,9 +34,7 @@ MAN1= nightfall.1
|
|||
.if ${HAVE_GNOME:Mlibgnomeui}!=""
|
||||
PKGNAMESUFFIX= -gnome
|
||||
USE_GNOME+= gnomeprefix libgnomeui
|
||||
CONFIGURE_ARGS+= --with-gnomedoc-prefix=${PREFIX}/share
|
||||
INSTALLS_OMF= yes
|
||||
DATADIR= ${PREFIX}/share/gnome/${PORTNAME}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-gnome
|
||||
.endif
|
||||
|
@ -69,12 +68,12 @@ pre-everything::
|
|||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|CFLAGS -O3|CFLAGS|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|^Icon=gnome|Icon=${DATADIR}/pixmaps/gnome|g' \
|
||||
@${REINPLACE_CMD} -e 's|^Icon=gnome|Icon=${DATADIR}/pixmaps|g' \
|
||||
${WRKSRC}/nightfall.desktop
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/gnome/applications
|
||||
@${MKDIR} ${PREFIX}/share/applications
|
||||
${INSTALL_DATA} ${WRKSRC}/nightfall.desktop \
|
||||
${PREFIX}/share/gnome/applications
|
||||
${PREFIX}/share/applications
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
bin/nightfall
|
||||
share/gnome/applications/nightfall.desktop
|
||||
share/applications/nightfall.desktop
|
||||
%%GNOME:%%share/gnome/help/nightfall/C/nightfall.xml
|
||||
%%GNOME:%%share/gnome/help/nightfall/de/nightfall.xml
|
||||
share/locale/de/LC_MESSAGES/nightfall.mo
|
||||
|
@ -83,9 +83,9 @@ share/locale/it/LC_MESSAGES/nightfall.mo
|
|||
%%DATADIR%%/pixmaps/starp_256.jpg
|
||||
%%DATADIR%%/pixmaps/stars_128.jpg
|
||||
%%DATADIR%%/pixmaps/stars_256.jpg
|
||||
%%GNOME:%%share/gnome/omf/nightfall/nightfall-C.omf
|
||||
%%GNOME:%%share/gnome/omf/nightfall/nightfall-de.omf
|
||||
%%GNOME:%%@dirrm share/gnome/omf/nightfall
|
||||
%%GNOME:%%share/omf/nightfall/nightfall-C.omf
|
||||
%%GNOME:%%share/omf/nightfall/nightfall-de.omf
|
||||
%%GNOME:%%@dirrm share/omf/nightfall
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%/doc/de
|
||||
@dirrm %%DATADIR%%/doc/C
|
||||
|
@ -96,3 +96,4 @@ share/locale/it/LC_MESSAGES/nightfall.mo
|
|||
%%GNOME:%%@dirrm share/gnome/help/nightfall/de
|
||||
%%GNOME:%%@dirrm share/gnome/help/nightfall/C
|
||||
%%GNOME:%%@dirrm share/gnome/help/nightfall
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -223,6 +223,7 @@
|
|||
SUBDIR += gnustep-cdplayer
|
||||
SUBDIR += gogo
|
||||
SUBDIR += gogo-petit
|
||||
SUBDIR += goobox
|
||||
SUBDIR += gqmpeg
|
||||
SUBDIR += gqmpeg-devel
|
||||
SUBDIR += gqradio
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= beast
|
||||
PORTVERSION= 0.6.6
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.6/ \
|
||||
http://beast.gtk.org/beast-ftp/v0.6/
|
||||
|
|
|
@ -200,62 +200,62 @@ lib/libsfi.la
|
|||
lib/libsfi.so
|
||||
libdata/pkgconfig/bse.pc
|
||||
libdata/pkgconfig/sfi.pc
|
||||
share/gnome/application-registry/beast.applications
|
||||
share/gnome/applications/beast.desktop
|
||||
share/gnome/beast/v0.6.6/docs/architecture.markup
|
||||
share/gnome/beast/v0.6.6/docs/beast-gxk.3.markup
|
||||
share/gnome/beast/v0.6.6/docs/beast-index.markup
|
||||
share/gnome/beast/v0.6.6/docs/beast.1.markup
|
||||
share/gnome/beast/v0.6.6/docs/bse-procs.3.markup
|
||||
share/gnome/beast/v0.6.6/docs/bse-structs.3.markup
|
||||
share/gnome/beast/v0.6.6/docs/bse.3.markup
|
||||
share/gnome/beast/v0.6.6/docs/bsesh.1.markup
|
||||
share/gnome/beast/v0.6.6/docs/engine-mplan.markup
|
||||
share/gnome/beast/v0.6.6/docs/faq.markup
|
||||
share/gnome/beast/v0.6.6/docs/objdoc.markup
|
||||
share/gnome/beast/v0.6.6/docs/plugin-devel.markup
|
||||
share/gnome/beast/v0.6.6/docs/quickstart.markup
|
||||
share/gnome/beast/v0.6.6/docs/release-news.markup
|
||||
share/gnome/beast/v0.6.6/docs/release-notes.markup
|
||||
share/gnome/beast/v0.6.6/docs/sfi.3.markup
|
||||
share/gnome/beast/v0.6.6/docs/sfidl-manual.markup
|
||||
share/gnome/beast/v0.6.6/docs/sfidl.1.markup
|
||||
share/gnome/beast/v0.6.6/images/beast-components.png
|
||||
share/gnome/beast/v0.6.6/images/beast-mime.png
|
||||
share/gnome/beast/v0.6.6/images/beast-progs.png
|
||||
share/gnome/beast/v0.6.6/images/beast-splash.png
|
||||
share/gnome/beast/v0.6.6/images/bse-mime.png
|
||||
share/gnome/beast/v0.6.6/images/module-voices.png
|
||||
share/gnome/beast/v0.6.6/keys/keyrc.de
|
||||
share/gnome/beast/v0.6.6/keys/keyrc.us
|
||||
share/gnome/beast/v0.6.6/skins/biogreen.skin
|
||||
share/gnome/beast/v0.6.6/skins/blueimpress.skin
|
||||
share/gnome/beast/v0.6.6/skins/brownforms.skin
|
||||
share/gnome/beast/v0.6.6/skins/images/biogreen.jpg
|
||||
share/gnome/beast/v0.6.6/skins/images/blueimpress.jpg
|
||||
share/gnome/beast/v0.6.6/skins/images/brownforms.jpg
|
||||
share/gnome/beast/v0.6.6/skins/images/moonpaper.png
|
||||
share/gnome/beast/v0.6.6/skins/images/silvervein.png
|
||||
share/gnome/beast/v0.6.6/skins/moonpaper.skin
|
||||
share/gnome/beast/v0.6.6/skins/silvervein.skin
|
||||
share/gnome/beast/v0.6.6/skins/white.skin
|
||||
share/gnome/bse/v0.6.6/demo/partymonster.bse
|
||||
share/gnome/bse/v0.6.6/demo/stereo-through.bse
|
||||
share/gnome/bse/v0.6.6/demo/x2-midi-test.bse
|
||||
share/gnome/bse/v0.6.6/effects/atan-canyon.bse
|
||||
share/gnome/bse/v0.6.6/instruments/synth-lead.bse
|
||||
share/gnome/bse/v0.6.6/instruments/test-string.bse
|
||||
share/gnome/bse/v0.6.6/scripts/bse-scm-glue.boot
|
||||
share/gnome/bse/v0.6.6/scripts/mixer-splitup-by-track.scm
|
||||
share/gnome/bse/v0.6.6/scripts/modules2grid.scm
|
||||
share/gnome/bse/v0.6.6/scripts/part-harmonic-transposer.scm
|
||||
share/gnome/bse/v0.6.6/scripts/progressor-example.scm
|
||||
share/gnome/bse/v0.6.6/scripts/record-midi.scm
|
||||
share/gnome/bse/v0.6.6/scripts/song-parts-operations.scm
|
||||
share/gnome/mime-info/bse.keys
|
||||
share/gnome/mime-info/bse.mime
|
||||
share/gnome/pixmaps/beast-audio-x-bse.png
|
||||
share/gnome/pixmaps/beast.png
|
||||
share/application-registry/beast.applications
|
||||
share/applications/beast.desktop
|
||||
share/beast/v0.6.6/docs/architecture.markup
|
||||
share/beast/v0.6.6/docs/beast-gxk.3.markup
|
||||
share/beast/v0.6.6/docs/beast-index.markup
|
||||
share/beast/v0.6.6/docs/beast.1.markup
|
||||
share/beast/v0.6.6/docs/bse-procs.3.markup
|
||||
share/beast/v0.6.6/docs/bse-structs.3.markup
|
||||
share/beast/v0.6.6/docs/bse.3.markup
|
||||
share/beast/v0.6.6/docs/bsesh.1.markup
|
||||
share/beast/v0.6.6/docs/engine-mplan.markup
|
||||
share/beast/v0.6.6/docs/faq.markup
|
||||
share/beast/v0.6.6/docs/objdoc.markup
|
||||
share/beast/v0.6.6/docs/plugin-devel.markup
|
||||
share/beast/v0.6.6/docs/quickstart.markup
|
||||
share/beast/v0.6.6/docs/release-news.markup
|
||||
share/beast/v0.6.6/docs/release-notes.markup
|
||||
share/beast/v0.6.6/docs/sfi.3.markup
|
||||
share/beast/v0.6.6/docs/sfidl-manual.markup
|
||||
share/beast/v0.6.6/docs/sfidl.1.markup
|
||||
share/beast/v0.6.6/images/beast-components.png
|
||||
share/beast/v0.6.6/images/beast-mime.png
|
||||
share/beast/v0.6.6/images/beast-progs.png
|
||||
share/beast/v0.6.6/images/beast-splash.png
|
||||
share/beast/v0.6.6/images/bse-mime.png
|
||||
share/beast/v0.6.6/images/module-voices.png
|
||||
share/beast/v0.6.6/keys/keyrc.de
|
||||
share/beast/v0.6.6/keys/keyrc.us
|
||||
share/beast/v0.6.6/skins/biogreen.skin
|
||||
share/beast/v0.6.6/skins/blueimpress.skin
|
||||
share/beast/v0.6.6/skins/brownforms.skin
|
||||
share/beast/v0.6.6/skins/images/biogreen.jpg
|
||||
share/beast/v0.6.6/skins/images/blueimpress.jpg
|
||||
share/beast/v0.6.6/skins/images/brownforms.jpg
|
||||
share/beast/v0.6.6/skins/images/moonpaper.png
|
||||
share/beast/v0.6.6/skins/images/silvervein.png
|
||||
share/beast/v0.6.6/skins/moonpaper.skin
|
||||
share/beast/v0.6.6/skins/silvervein.skin
|
||||
share/beast/v0.6.6/skins/white.skin
|
||||
share/bse/v0.6.6/demo/partymonster.bse
|
||||
share/bse/v0.6.6/demo/stereo-through.bse
|
||||
share/bse/v0.6.6/demo/x2-midi-test.bse
|
||||
share/bse/v0.6.6/effects/atan-canyon.bse
|
||||
share/bse/v0.6.6/instruments/synth-lead.bse
|
||||
share/bse/v0.6.6/instruments/test-string.bse
|
||||
share/bse/v0.6.6/scripts/bse-scm-glue.boot
|
||||
share/bse/v0.6.6/scripts/mixer-splitup-by-track.scm
|
||||
share/bse/v0.6.6/scripts/modules2grid.scm
|
||||
share/bse/v0.6.6/scripts/part-harmonic-transposer.scm
|
||||
share/bse/v0.6.6/scripts/progressor-example.scm
|
||||
share/bse/v0.6.6/scripts/record-midi.scm
|
||||
share/bse/v0.6.6/scripts/song-parts-operations.scm
|
||||
share/mime-info/bse.keys
|
||||
share/mime-info/bse.mime
|
||||
share/pixmaps/beast-audio-x-bse.png
|
||||
share/pixmaps/beast.png
|
||||
share/locale/az/LC_MESSAGES/beast-v0.6.6.mo
|
||||
share/locale/bg/LC_MESSAGES/beast-v0.6.6.mo
|
||||
share/locale/ca/LC_MESSAGES/beast-v0.6.6.mo
|
||||
|
@ -290,20 +290,21 @@ share/mime/packages/beast.xml
|
|||
@dirrm lib/bse/v0.6.6/plugins
|
||||
@dirrm lib/bse/v0.6.6
|
||||
@dirrm lib/bse
|
||||
@dirrm share/gnome/beast/v0.6.6/docs
|
||||
@dirrm share/gnome/beast/v0.6.6/images
|
||||
@dirrm share/gnome/beast/v0.6.6/keys
|
||||
@dirrm share/gnome/beast/v0.6.6/skins/images
|
||||
@dirrm share/gnome/beast/v0.6.6/skins
|
||||
@dirrm share/gnome/beast/v0.6.6
|
||||
@dirrm share/gnome/beast
|
||||
@dirrm share/gnome/bse/v0.6.6/demo
|
||||
@dirrm share/gnome/bse/v0.6.6/effects
|
||||
@dirrm share/gnome/bse/v0.6.6/instruments
|
||||
@dirrm share/gnome/bse/v0.6.6/scripts
|
||||
@dirrm share/gnome/bse/v0.6.6
|
||||
@dirrm share/gnome/bse
|
||||
@dirrm share/beast/v0.6.6/docs
|
||||
@dirrm share/beast/v0.6.6/images
|
||||
@dirrm share/beast/v0.6.6/keys
|
||||
@dirrm share/beast/v0.6.6/skins/images
|
||||
@dirrm share/beast/v0.6.6/skins
|
||||
@dirrm share/beast/v0.6.6
|
||||
@dirrm share/beast
|
||||
@dirrm share/bse/v0.6.6/demo
|
||||
@dirrm share/bse/v0.6.6/effects
|
||||
@dirrm share/bse/v0.6.6/instruments
|
||||
@dirrm share/bse/v0.6.6/scripts
|
||||
@dirrm share/bse/v0.6.6
|
||||
@dirrm share/bse
|
||||
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= cantus
|
||||
PORTVERSION= 3.0.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -testing.src
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
|
|
@ -17,20 +17,20 @@ lib/libcantusplugin_tag2filename.so.3
|
|||
lib/libcantusplugin_vorbis.la
|
||||
lib/libcantusplugin_vorbis.so
|
||||
lib/libcantusplugin_vorbis.so.3
|
||||
share/gnome/cantus/glade/cantus.glade
|
||||
share/gnome/cantus/glade/cantus.gladep
|
||||
share/gnome/cantus/glade/strings.c
|
||||
share/gnome/pixmaps/cantus/general/general.png
|
||||
share/gnome/pixmaps/cantus/logo/cantus.svg
|
||||
share/gnome/pixmaps/cantus/logo/cantus_tag.png
|
||||
share/cantus/glade/cantus.glade
|
||||
share/cantus/glade/cantus.gladep
|
||||
share/cantus/glade/strings.c
|
||||
share/pixmaps/cantus/general/general.png
|
||||
share/pixmaps/cantus/logo/cantus.svg
|
||||
share/pixmaps/cantus/logo/cantus_tag.png
|
||||
share/locale/de/LC_MESSAGES/cantus.mo
|
||||
share/locale/es/LC_MESSAGES/cantus.mo
|
||||
share/locale/fr/LC_MESSAGES/cantus.mo
|
||||
share/locale/it/LC_MESSAGES/cantus.mo
|
||||
share/locale/nl/LC_MESSAGES/cantus.mo
|
||||
share/locale/pl/LC_MESSAGES/cantus.mo
|
||||
@dirrm share/gnome/cantus/glade
|
||||
@dirrm share/gnome/cantus
|
||||
@dirrm share/gnome/pixmaps/cantus/general
|
||||
@dirrm share/gnome/pixmaps/cantus/logo
|
||||
@dirrm share/gnome/pixmaps/cantus
|
||||
@dirrm share/cantus/glade
|
||||
@dirrm share/cantus
|
||||
@dirrm share/pixmaps/cantus/general
|
||||
@dirrm share/pixmaps/cantus/logo
|
||||
@dirrm share/pixmaps/cantus
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= cowbell
|
||||
PORTVERSION= 0.2.7.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= http://more-cowbell.org/releases/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ lib/cowbell/cowbell.exe.config
|
|||
lib/cowbell/libtaglibsharpglue.a
|
||||
lib/cowbell/libtaglibsharpglue.la
|
||||
lib/cowbell/libtaglibsharpglue.so
|
||||
share/gnome/applications/cowbell.desktop
|
||||
share/applications/cowbell.desktop
|
||||
share/icons/hicolor/48x48/apps/cowbell.png
|
||||
share/icons/hicolor/scalable/apps/cowbell.svg
|
||||
share/locale/de/LC_MESSAGES/cowbell.mo
|
||||
|
@ -20,3 +20,4 @@ share/locale/pt_BR/LC_MESSAGES/cowbell.mo
|
|||
share/locale/sv/LC_MESSAGES/cowbell.mo
|
||||
share/locale/tr/LC_MESSAGES/cowbell.mo
|
||||
@dirrm lib/cowbell
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= easytag
|
||||
PORTVERSION= 2.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
bin/easytag
|
||||
share/gnome/applications/easytag.desktop
|
||||
share/gnome/easytag/ChangeLog
|
||||
share/gnome/easytag/EasyTAG_logo.xpm
|
||||
share/gnome/pixmaps/EasyTAG.xpm
|
||||
share/applications/easytag.desktop
|
||||
share/easytag/ChangeLog
|
||||
share/easytag/EasyTAG_logo.xpm
|
||||
share/pixmaps/EasyTAG.xpm
|
||||
share/locale/bg/LC_MESSAGES/easytag.mo
|
||||
share/locale/cs/LC_MESSAGES/easytag.mo
|
||||
share/locale/da/LC_MESSAGES/easytag.mo
|
||||
|
@ -22,6 +22,7 @@ share/locale/ru/LC_MESSAGES/easytag.mo
|
|||
share/locale/sv/LC_MESSAGES/easytag.mo
|
||||
share/locale/uk/LC_MESSAGES/easytag.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/easytag.mo
|
||||
@dirrm share/gnome/easytag
|
||||
@dirrm share/easytag
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= easytag
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
bin/easytag
|
||||
share/gnome/applications/easytag.desktop
|
||||
share/gnome/easytag/ChangeLog
|
||||
share/gnome/easytag/EasyTAG_logo.xpm
|
||||
share/gnome/pixmaps/EasyTAG.xpm
|
||||
share/applications/easytag.desktop
|
||||
share/easytag/ChangeLog
|
||||
share/easytag/EasyTAG_logo.xpm
|
||||
share/pixmaps/EasyTAG.xpm
|
||||
share/locale/bg/LC_MESSAGES/easytag.mo
|
||||
share/locale/cs/LC_MESSAGES/easytag.mo
|
||||
share/locale/da/LC_MESSAGES/easytag.mo
|
||||
|
@ -21,6 +21,7 @@ share/locale/ru/LC_MESSAGES/easytag.mo
|
|||
share/locale/sv/LC_MESSAGES/easytag.mo
|
||||
share/locale/uk/LC_MESSAGES/easytag.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/easytag.mo
|
||||
@dirrm share/gnome/easytag
|
||||
@dirrm share/easytag
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gai-album
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gai
|
||||
|
@ -26,14 +26,12 @@ USE_GNOME= gnomehack gnomeprefix
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \
|
||||
s|share\(/pixmaps\)|share/gnome\1|; \
|
||||
s|:GNOME_|:GAI-|g; \
|
||||
s|\(@APPLET_NAME@\)\(Applet\)|\1-\2|g; \
|
||||
s|\(Applet\)_\(Factory\)|\1-\2|' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|lib\(/bonobo\)|libdata\1|; \
|
||||
s|share\(/pixmaps\)|share/gnome\1|; \
|
||||
s|-O3||' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/gai-album
|
||||
libdata/bonobo/servers/GNOME_gai-albumApplet.server
|
||||
share/gnome/pixmaps/gai-album-icon.png
|
||||
share/gnome/pixmaps/gai-album/naif.png
|
||||
share/gnome/pixmaps/gai-album/no_xmms.png
|
||||
@dirrm share/gnome/pixmaps/gai-album
|
||||
share/pixmaps/gai-album-icon.png
|
||||
share/pixmaps/gai-album/naif.png
|
||||
share/pixmaps/gai-album/no_xmms.png
|
||||
@dirrm share/pixmaps/gai-album
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gai-visual-audio
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gai
|
||||
|
@ -33,7 +33,6 @@ post-patch:
|
|||
${WRKSRC}/GNOME_DefaultApplet.server.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|lib\(/bonobo\)|libdata\1|; \
|
||||
s|share\(/pixmaps\)|share/gnome\1|; \
|
||||
s|-O3||' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/plugin/Makefile
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
bin/gai-va
|
||||
libdata/bonobo/servers/GNOME_gai-vaApplet.server
|
||||
share/gnome/pixmaps/gai-va-icon.png
|
||||
share/gnome/pixmaps/gai-va/va.png
|
||||
@dirrm share/gnome/pixmaps/gai-va
|
||||
share/pixmaps/gai-va-icon.png
|
||||
share/pixmaps/gai-va/va.png
|
||||
@dirrm share/pixmaps/gai-va
|
||||
@cwd %%X11BASE%%
|
||||
lib/xmms/Visualization/spec_plugin.so
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= glame
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -29,60 +29,60 @@ lib/glame/tutorial.a
|
|||
lib/glame/tutorial.la
|
||||
lib/glame/tutorial.so
|
||||
share/gnome/apps/Multimedia/glame.desktop
|
||||
share/gnome/glame/default-accels
|
||||
share/gnome/glame/pixmaps/bandpass.png
|
||||
share/gnome/glame/pixmaps/const.png
|
||||
share/gnome/glame/pixmaps/default.png
|
||||
share/gnome/glame/pixmaps/delay.png
|
||||
share/gnome/glame/pixmaps/distortion.png
|
||||
share/gnome/glame/pixmaps/dots.png
|
||||
share/gnome/glame/pixmaps/drop.png
|
||||
share/gnome/glame/pixmaps/dup.png
|
||||
share/gnome/glame/pixmaps/echo.png
|
||||
share/gnome/glame/pixmaps/equalizer.png
|
||||
share/gnome/glame/pixmaps/extend.png
|
||||
share/gnome/glame/pixmaps/fade.png
|
||||
share/gnome/glame/pixmaps/fft.png
|
||||
share/gnome/glame/pixmaps/flanger.png
|
||||
share/gnome/glame/pixmaps/glame-logo.jpg
|
||||
share/gnome/glame/pixmaps/iir.png
|
||||
share/gnome/glame/pixmaps/input.png
|
||||
share/gnome/glame/pixmaps/invert.png
|
||||
share/gnome/glame/pixmaps/mix1.png
|
||||
share/gnome/glame/pixmaps/noisegate.png
|
||||
share/gnome/glame/pixmaps/null.png
|
||||
share/gnome/glame/pixmaps/one2n.png
|
||||
share/gnome/glame/pixmaps/output.png
|
||||
share/gnome/glame/pixmaps/pan.png
|
||||
share/gnome/glame/pixmaps/ping.png
|
||||
share/gnome/glame/pixmaps/pipe.png
|
||||
share/gnome/glame/pixmaps/play-button.png
|
||||
share/gnome/glame/pixmaps/play.png
|
||||
share/gnome/glame/pixmaps/prod.png
|
||||
share/gnome/glame/pixmaps/pulse.png
|
||||
share/gnome/glame/pixmaps/rect.png
|
||||
share/gnome/glame/pixmaps/repeat.png
|
||||
share/gnome/glame/pixmaps/resample.png
|
||||
share/gnome/glame/pixmaps/save.png
|
||||
share/gnome/glame/pixmaps/select_all.png
|
||||
share/gnome/glame/pixmaps/select_none.png
|
||||
share/gnome/glame/pixmaps/sine.png
|
||||
share/gnome/glame/pixmaps/statistics.png
|
||||
share/gnome/glame/pixmaps/stop-button.png
|
||||
share/gnome/glame/pixmaps/sum.png
|
||||
share/gnome/glame/pixmaps/volume_adjust.png
|
||||
share/gnome/glame/pixmaps/zoom_in.png
|
||||
share/gnome/glame/pixmaps/zoom_out.png
|
||||
share/gnome/glame/scripts/bassboost.scm
|
||||
share/gnome/glame/scripts/echo2.scm
|
||||
share/gnome/glame/scripts/glame.scm
|
||||
share/gnome/glame/scripts/glame_testsuite.scm
|
||||
share/gnome/glame/scripts/read_mp3.scm
|
||||
share/gnome/glame/scripts/resample.scm
|
||||
share/gnome/glame/scripts/write_mp3.scm
|
||||
share/glame/default-accels
|
||||
share/glame/pixmaps/bandpass.png
|
||||
share/glame/pixmaps/const.png
|
||||
share/glame/pixmaps/default.png
|
||||
share/glame/pixmaps/delay.png
|
||||
share/glame/pixmaps/distortion.png
|
||||
share/glame/pixmaps/dots.png
|
||||
share/glame/pixmaps/drop.png
|
||||
share/glame/pixmaps/dup.png
|
||||
share/glame/pixmaps/echo.png
|
||||
share/glame/pixmaps/equalizer.png
|
||||
share/glame/pixmaps/extend.png
|
||||
share/glame/pixmaps/fade.png
|
||||
share/glame/pixmaps/fft.png
|
||||
share/glame/pixmaps/flanger.png
|
||||
share/glame/pixmaps/glame-logo.jpg
|
||||
share/glame/pixmaps/iir.png
|
||||
share/glame/pixmaps/input.png
|
||||
share/glame/pixmaps/invert.png
|
||||
share/glame/pixmaps/mix1.png
|
||||
share/glame/pixmaps/noisegate.png
|
||||
share/glame/pixmaps/null.png
|
||||
share/glame/pixmaps/one2n.png
|
||||
share/glame/pixmaps/output.png
|
||||
share/glame/pixmaps/pan.png
|
||||
share/glame/pixmaps/ping.png
|
||||
share/glame/pixmaps/pipe.png
|
||||
share/glame/pixmaps/play-button.png
|
||||
share/glame/pixmaps/play.png
|
||||
share/glame/pixmaps/prod.png
|
||||
share/glame/pixmaps/pulse.png
|
||||
share/glame/pixmaps/rect.png
|
||||
share/glame/pixmaps/repeat.png
|
||||
share/glame/pixmaps/resample.png
|
||||
share/glame/pixmaps/save.png
|
||||
share/glame/pixmaps/select_all.png
|
||||
share/glame/pixmaps/select_none.png
|
||||
share/glame/pixmaps/sine.png
|
||||
share/glame/pixmaps/statistics.png
|
||||
share/glame/pixmaps/stop-button.png
|
||||
share/glame/pixmaps/sum.png
|
||||
share/glame/pixmaps/volume_adjust.png
|
||||
share/glame/pixmaps/zoom_in.png
|
||||
share/glame/pixmaps/zoom_out.png
|
||||
share/glame/scripts/bassboost.scm
|
||||
share/glame/scripts/echo2.scm
|
||||
share/glame/scripts/glame.scm
|
||||
share/glame/scripts/glame_testsuite.scm
|
||||
share/glame/scripts/read_mp3.scm
|
||||
share/glame/scripts/resample.scm
|
||||
share/glame/scripts/write_mp3.scm
|
||||
share/locale/de/LC_MESSAGES/glame.mo
|
||||
share/locale/fr/LC_MESSAGES/glame.mo
|
||||
@dirrm share/gnome/glame/scripts
|
||||
@dirrm share/gnome/glame/pixmaps
|
||||
@dirrm share/gnome/glame
|
||||
@dirrm share/glame/scripts
|
||||
@dirrm share/glame/pixmaps
|
||||
@dirrm share/glame
|
||||
@dirrm lib/glame
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gnome-audio/Makefile,v 1.3 2006/07/22 19:49:20 mezz Exp $
|
||||
# $MCom: ports/audio/gnome-audio/Makefile,v 1.6 2007/06/29 22:55:02 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-audio
|
||||
PORTVERSION= 2.0.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-audio/2.0
|
||||
|
@ -21,5 +21,6 @@ USE_XLIB= yes
|
|||
NO_BUILD= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gnomehier
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/sounds
|
||||
MAKE_ENV= prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -4,16 +4,3 @@
|
|||
-prefix=$(shell gnome-config --prefix)
|
||||
-
|
||||
LN_S=ln -sf
|
||||
@@ -14,4 +12,4 @@
|
||||
for I in *.wav */*.wav ; do \
|
||||
- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \
|
||||
- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \
|
||||
+ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \
|
||||
+ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \
|
||||
done
|
||||
@@ -19,3 +17,3 @@
|
||||
install-default-links:
|
||||
- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav
|
||||
- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav
|
||||
+ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav
|
||||
+ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
share/gnome/sounds/card_shuffle.wav
|
||||
share/gnome/sounds/email.wav
|
||||
share/gnome/sounds/error.wav
|
||||
share/gnome/sounds/generic.wav
|
||||
share/gnome/sounds/gtk-events/activate.wav
|
||||
share/gnome/sounds/gtk-events/clicked.wav
|
||||
share/gnome/sounds/gtk-events/toggled.wav
|
||||
share/gnome/sounds/info.wav
|
||||
share/gnome/sounds/login.wav
|
||||
share/gnome/sounds/logout.wav
|
||||
share/gnome/sounds/panel/slide.wav
|
||||
share/gnome/sounds/phone.wav
|
||||
share/gnome/sounds/question.wav
|
||||
share/gnome/sounds/shutdown1.wav
|
||||
share/gnome/sounds/startup3.wav
|
||||
share/gnome/sounds/warning.wav
|
||||
@dirrm share/gnome/sounds/gtk-events
|
||||
@dirrm share/gnome/sounds/panel
|
||||
share/sounds/card_shuffle.wav
|
||||
share/sounds/email.wav
|
||||
share/sounds/error.wav
|
||||
share/sounds/generic.wav
|
||||
share/sounds/gtk-events/activate.wav
|
||||
share/sounds/gtk-events/clicked.wav
|
||||
share/sounds/gtk-events/toggled.wav
|
||||
share/sounds/info.wav
|
||||
share/sounds/login.wav
|
||||
share/sounds/logout.wav
|
||||
share/sounds/panel/slide.wav
|
||||
share/sounds/phone.wav
|
||||
share/sounds/question.wav
|
||||
share/sounds/shutdown1.wav
|
||||
share/sounds/startup3.wav
|
||||
share/sounds/warning.wav
|
||||
@dirrm share/sounds/gtk-events
|
||||
@dirrm share/sounds/panel
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gnome-media/Makefile,v 1.105 2007/03/12 12:00:20 ahze Exp $
|
||||
# $MCom: ports/audio/gnome-media/Makefile,v 1.112 2007/09/19 12:22:57 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-media
|
||||
PORTVERSION= 2.18.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.20.1
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-media/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
@ -19,7 +18,7 @@ COMMENT= Multimedia applications for the GNOME 2 desktop
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -35,13 +34,10 @@ GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \
|
|||
gnome-cd.schemas gnome-sound-recorder.schemas \
|
||||
gnome-volume-control.schemas
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
|
||||
${WRKSRC}/gnome-cd/Makefile.in
|
||||
.if ${OSVERSION} > 501107
|
||||
@${REINPLACE_CMD} -e 's|acd0c|acd0|' ${WRKSRC}/configure
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e 's|acd0c|acd0|g ; s|== "xyes|= "xyes|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/gnome-media-2.18.0.tar.bz2) = a472d8c7733b119376bc6127ee55a82d
|
||||
SHA256 (gnome2/gnome-media-2.18.0.tar.bz2) = 9d52a03f98c5ad9230ac2bcf1cb65644786c71a1ded2f47f7c46a79ad7d769e3
|
||||
SIZE (gnome2/gnome-media-2.18.0.tar.bz2) = 3007639
|
||||
MD5 (gnome2/gnome-media-2.20.1.tar.bz2) = 75036a6990725c4323812afd4cd734f5
|
||||
SHA256 (gnome2/gnome-media-2.20.1.tar.bz2) = 273b9eb4bc5a0cd7f1589f4eb242b995b05d64db20c05ec379d07af3b90d9c29
|
||||
SIZE (gnome2/gnome-media-2.20.1.tar.bz2) = 1927211
|
||||
|
|
|
@ -1,74 +0,0 @@
|
|||
--- configure.orig Mon Feb 12 16:07:48 2007
|
||||
+++ configure Mon Feb 12 16:08:23 2007
|
||||
@@ -5808,7 +5808,7 @@ if test "${enable_cddbslave+set}" = set;
|
||||
else
|
||||
enable_cddbslave=yes
|
||||
fi;
|
||||
-if test "x$enable_cddbslave" == "xyes"; then
|
||||
+if test "x$enable_cddbslave" = "xyes"; then
|
||||
|
||||
pkg_failed=no
|
||||
echo "$as_me:$LINENO: checking for CDDBSLAVE" >&5
|
||||
@@ -6750,7 +6750,7 @@ if test "${enable_profiles+set}" = set;
|
||||
else
|
||||
enable_profiles=yes
|
||||
fi;
|
||||
-if test "x$enable_profiles" == "xyes"; then
|
||||
+if test "x$enable_profiles" = "xyes"; then
|
||||
|
||||
pkg_failed=no
|
||||
echo "$as_me:$LINENO: checking for GMP" >&5
|
||||
@@ -6967,7 +6967,7 @@ echo "$as_me: WARNING: Grecord will be
|
||||
PROGRAMS_GRECORD_ERROR=" gnome media profiles is disabled"
|
||||
fi
|
||||
|
||||
-if test "x$HAVE_GST" = "xyes" && test "x$enable_grecord" == "xyes"; then
|
||||
+if test "x$HAVE_GST" = "xyes" && test "x$enable_grecord" = "xyes"; then
|
||||
PROGRAMS_GRECORD="grecord"
|
||||
|
||||
gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
|
||||
@@ -24186,7 +24186,7 @@ if test "${enable_vumeter+set}" = set; t
|
||||
else
|
||||
enable_vumeter=yes
|
||||
fi;
|
||||
-if test -n "$we_have_esd" && test "x$enable_vumeter" == "xyes"; then
|
||||
+if test -n "$we_have_esd" && test "x$enable_vumeter" = "xyes"; then
|
||||
|
||||
pkg_failed=no
|
||||
echo "$as_me:$LINENO: checking for VUMETER" >&5
|
||||
@@ -24304,7 +24304,7 @@ if test "${enable_gnomecd+set}" = set; t
|
||||
else
|
||||
enable_gnomecd=yes
|
||||
fi;
|
||||
-if test "x$enable_gnomecd" == "xyes"; then
|
||||
+if test "x$enable_gnomecd" = "xyes"; then
|
||||
|
||||
pkg_failed=no
|
||||
echo "$as_me:$LINENO: checking for GNOMECD" >&5
|
||||
@@ -24640,7 +24640,7 @@ fi
|
||||
|
||||
|
||||
|
||||
-if test "x$HAVE_GNOMECD" = "xyes" && test "x$enable_gnomecd" == "xyes" ; then
|
||||
+if test "x$HAVE_GNOMECD" = "xyes" && test "x$enable_gnomecd" = "xyes" ; then
|
||||
cdrom_header=""
|
||||
|
||||
for ac_header in linux/cdrom.h
|
||||
@@ -25510,7 +25510,7 @@ if test "${enable_gstprops+set}" = set;
|
||||
else
|
||||
enable_gstprops=yes
|
||||
fi;
|
||||
-if test "x$HAVE_GST" = "xyes" && test "x$enable_gstprops" == "xyes";
|
||||
+if test "x$HAVE_GST" = "xyes" && test "x$enable_gstprops" = "xyes";
|
||||
then
|
||||
COMMON_MODULES="gconf-2.0 libgnomeui-2.0 libglade-2.0 >= 1.99.12 gstreamer-$GST_MAJORMINOR"
|
||||
|
||||
@@ -25673,7 +25673,7 @@ if test "${enable_gstmix+set}" = set; th
|
||||
else
|
||||
enable_gstmix=yes
|
||||
fi;
|
||||
-if test "x$HAVE_GST" = "xyes" && test "x$enable_gstmix" == "xyes";
|
||||
+if test "x$HAVE_GST" = "xyes" && test "x$enable_gstmix" = "xyes";
|
||||
then
|
||||
|
||||
pkg_failed=no
|
|
@ -26,29 +26,27 @@ libdata/bonobo/servers/GNOME_Media_CDDBSlave2.server
|
|||
libdata/pkgconfig/gnome-media-profiles.pc
|
||||
libexec/CDDBSlave2
|
||||
libexec/cddb-track-editor
|
||||
share/gnome/applications/cddb-slave.desktop
|
||||
share/gnome/applications/gnome-cd.desktop
|
||||
share/gnome/applications/gnome-sound-recorder.desktop
|
||||
share/gnome/applications/gnome-volume-control.desktop
|
||||
share/gnome/applications/gstreamer-properties.desktop
|
||||
share/gnome/applications/reclevel.desktop
|
||||
share/gnome/applications/vumeter.desktop
|
||||
share/gnome/gnome-media/glade/gnome-audio-profiles.glade2
|
||||
share/gnome/gnome-media/pixmaps/3dsound.png
|
||||
share/gnome/gnome-media/pixmaps/chain-broken.png
|
||||
share/gnome/gnome-media/pixmaps/chain.png
|
||||
share/gnome/gnome-media/pixmaps/headphones.png
|
||||
share/gnome/gnome-media/pixmaps/mixer.png
|
||||
share/gnome/gnome-media/pixmaps/noplay.png
|
||||
share/gnome/gnome-media/pixmaps/norecord.png
|
||||
share/gnome/gnome-media/pixmaps/phone.png
|
||||
share/gnome/gnome-media/pixmaps/play.png
|
||||
share/gnome/gnome-media/pixmaps/record.png
|
||||
share/gnome/gnome-media/pixmaps/tone.png
|
||||
share/gnome/gnome-media/pixmaps/video.png
|
||||
share/gnome/gnome-sound-recorder/ui/ui.xml
|
||||
share/gnome/gstreamer-properties/glade/gstreamer-properties.glade
|
||||
share/gnome/gstreamer-properties/icons/gstreamer-properties.png
|
||||
share/applications/cddb-slave.desktop
|
||||
share/applications/gnome-cd.desktop
|
||||
share/applications/gnome-sound-recorder.desktop
|
||||
share/applications/gnome-volume-control.desktop
|
||||
share/applications/gstreamer-properties.desktop
|
||||
share/applications/reclevel.desktop
|
||||
share/applications/vumeter.desktop
|
||||
%%DATADIR%%/glade/gnome-audio-profiles.glade2
|
||||
%%DATADIR%%/pixmaps/3dsound.png
|
||||
%%DATADIR%%/pixmaps/chain-broken.png
|
||||
%%DATADIR%%/pixmaps/chain.png
|
||||
%%DATADIR%%/pixmaps/headphones.png
|
||||
%%DATADIR%%/pixmaps/mixer.png
|
||||
%%DATADIR%%/pixmaps/noplay.png
|
||||
%%DATADIR%%/pixmaps/norecord.png
|
||||
%%DATADIR%%/pixmaps/phone.png
|
||||
%%DATADIR%%/pixmaps/play.png
|
||||
%%DATADIR%%/pixmaps/record.png
|
||||
%%DATADIR%%/pixmaps/tone.png
|
||||
%%DATADIR%%/pixmaps/video.png
|
||||
share/gnome-sound-recorder/ui/ui.xml
|
||||
share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/C/figures/cdplayer_window.png
|
||||
|
@ -63,31 +61,11 @@ share/gnome/help/gnome-cd/C/figures/rewind_button.png
|
|||
share/gnome/help/gnome-cd/C/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/C/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/C/legal.xml
|
||||
share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/de/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/de/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/de/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/de/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/de/figures/gnome-cd-prefs.png
|
||||
share/gnome/help/gnome-cd/de/figures/gnome-cd-track.png
|
||||
share/gnome/help/gnome-cd/de/figures/gnome-cd.png
|
||||
share/gnome/help/gnome-cd/de/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/de/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/de/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/de/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/de/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/de/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/de/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/de/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/de/legal.xml
|
||||
share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/es/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/es/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/es/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/es/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/es/figures/gnome-cd-prefs.png
|
||||
share/gnome/help/gnome-cd/es/figures/gnome-cd-track.png
|
||||
share/gnome/help/gnome-cd/es/figures/gnome-cd.png
|
||||
share/gnome/help/gnome-cd/es/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/es/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/es/figures/play_button.png
|
||||
|
@ -96,15 +74,11 @@ share/gnome/help/gnome-cd/es/figures/previous_button.png
|
|||
share/gnome/help/gnome-cd/es/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/es/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/es/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/es/legal.xml
|
||||
share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/fr/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/fr/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/fr/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/fr/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/fr/figures/gnome-cd-prefs.png
|
||||
share/gnome/help/gnome-cd/fr/figures/gnome-cd-track.png
|
||||
share/gnome/help/gnome-cd/fr/figures/gnome-cd.png
|
||||
share/gnome/help/gnome-cd/fr/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/fr/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/fr/figures/play_button.png
|
||||
|
@ -113,80 +87,11 @@ share/gnome/help/gnome-cd/fr/figures/previous_button.png
|
|||
share/gnome/help/gnome-cd/fr/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/fr/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/fr/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/fr/legal.xml
|
||||
share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/it/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/it/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/gnome-cd-prefs.png
|
||||
share/gnome/help/gnome-cd/it/figures/gnome-cd-track.png
|
||||
share/gnome/help/gnome-cd/it/figures/gnome-cd.png
|
||||
share/gnome/help/gnome-cd/it/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/it/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/it/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/it/legal.xml
|
||||
share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/ja/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/ja/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/ja/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/ja/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/ja/figures/gnome-cd-prefs.png
|
||||
share/gnome/help/gnome-cd/ja/figures/gnome-cd-track.png
|
||||
share/gnome/help/gnome-cd/ja/figures/gnome-cd.png
|
||||
share/gnome/help/gnome-cd/ja/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/ja/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/ja/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/ja/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/ja/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/ja/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/ja/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/ja/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/ja/legal.xml
|
||||
share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/ko/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/ko/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/ko/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/ko/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/ko/figures/gnome-cd-prefs.png
|
||||
share/gnome/help/gnome-cd/ko/figures/gnome-cd-track.png
|
||||
share/gnome/help/gnome-cd/ko/figures/gnome-cd.png
|
||||
share/gnome/help/gnome-cd/ko/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/ko/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/ko/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/ko/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/ko/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/ko/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/ko/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/ko/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/ko/legal.xml
|
||||
share/gnome/help/gnome-cd/nl/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/nl/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/nl/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/nl/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/nl/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/nl/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/nl/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/nl/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/nl/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/nl/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/nl/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/nl/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/nl/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/nl/legal.xml
|
||||
share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/sv/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/sv/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/sv/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/sv/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/sv/figures/gnome-cd-prefs.png
|
||||
share/gnome/help/gnome-cd/sv/figures/gnome-cd-track.png
|
||||
share/gnome/help/gnome-cd/sv/figures/gnome-cd.png
|
||||
share/gnome/help/gnome-cd/sv/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/sv/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/sv/figures/play_button.png
|
||||
|
@ -195,251 +100,49 @@ share/gnome/help/gnome-cd/sv/figures/previous_button.png
|
|||
share/gnome/help/gnome-cd/sv/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/sv/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/sv/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/sv/legal.xml
|
||||
share/gnome/help/gnome-cd/uk/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/uk/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/uk/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/uk/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/uk/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/uk/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/uk/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/uk/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/uk/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/uk/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/uk/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/uk/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/uk/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/uk/legal.xml
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-prefs.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd-track.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/gnome-cd.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/zh_CN/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/zh_CN/legal.xml
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_trackeditor_window.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/cdplayer_window.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/eject_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/forward_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-prefs.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd-track.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/gnome-cd.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/next_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/pause_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/play_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/preferences_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/previous_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/rewind_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/figures/stop_button.png
|
||||
share/gnome/help/gnome-cd/zh_TW/gnome-cd.xml
|
||||
share/gnome/help/gnome-cd/zh_TW/legal.xml
|
||||
share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/C/legal.xml
|
||||
share/gnome/help/gnome-sound-recorder/es/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/es/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/fr/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/fr/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/oc/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/oc/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/sv/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/sv/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png
|
||||
share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml
|
||||
share/gnome/help/gnome-sound-recorder/uk/legal.xml
|
||||
share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png
|
||||
share/gnome/help/gnome-volume-control/C/figures/gmix.png
|
||||
share/gnome/help/gnome-volume-control/C/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/C/legal.xml
|
||||
share/gnome/help/gnome-volume-control/uk/figures/gmix-prefs.png
|
||||
share/gnome/help/gnome-volume-control/uk/figures/gmix.png
|
||||
share/gnome/help/gnome-volume-control/uk/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/uk/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/uk/legal.xml
|
||||
share/gnome/help/grecord/de/figures/grecord-prefs-path.png
|
||||
share/gnome/help/grecord/de/figures/grecord-prefs-play.png
|
||||
share/gnome/help/grecord/de/figures/grecord-prefs-rec.png
|
||||
share/gnome/help/grecord/de/figures/grecord-prefs-sound.png
|
||||
share/gnome/help/grecord/de/figures/grecord-prefs-ui.png
|
||||
share/gnome/help/grecord/de/figures/grecord.png
|
||||
share/gnome/help/grecord/de/figures/grecord_window.png
|
||||
share/gnome/help/grecord/de/grecord.xml
|
||||
share/gnome/help/grecord/de/legal.xml
|
||||
share/gnome/help/grecord/es/figures/grecord-prefs-path.png
|
||||
share/gnome/help/grecord/es/figures/grecord-prefs-play.png
|
||||
share/gnome/help/grecord/es/figures/grecord-prefs-rec.png
|
||||
share/gnome/help/grecord/es/figures/grecord-prefs-sound.png
|
||||
share/gnome/help/grecord/es/figures/grecord-prefs-ui.png
|
||||
share/gnome/help/grecord/es/figures/grecord.png
|
||||
share/gnome/help/grecord/es/figures/grecord_window.png
|
||||
share/gnome/help/grecord/es/grecord.xml
|
||||
share/gnome/help/grecord/es/legal.xml
|
||||
share/gnome/help/grecord/fr/figures/grecord-prefs-path.png
|
||||
share/gnome/help/grecord/fr/figures/grecord-prefs-play.png
|
||||
share/gnome/help/grecord/fr/figures/grecord-prefs-rec.png
|
||||
share/gnome/help/grecord/fr/figures/grecord-prefs-sound.png
|
||||
share/gnome/help/grecord/fr/figures/grecord-prefs-ui.png
|
||||
share/gnome/help/grecord/fr/figures/grecord.png
|
||||
share/gnome/help/grecord/fr/figures/grecord_window.png
|
||||
share/gnome/help/grecord/fr/grecord.xml
|
||||
share/gnome/help/grecord/fr/legal.xml
|
||||
share/gnome/help/grecord/it/figures/grecord-prefs-path.png
|
||||
share/gnome/help/grecord/it/figures/grecord-prefs-play.png
|
||||
share/gnome/help/grecord/it/figures/grecord-prefs-rec.png
|
||||
share/gnome/help/grecord/it/figures/grecord-prefs-sound.png
|
||||
share/gnome/help/grecord/it/figures/grecord-prefs-ui.png
|
||||
share/gnome/help/grecord/it/figures/grecord.png
|
||||
share/gnome/help/grecord/it/figures/grecord_window.png
|
||||
share/gnome/help/grecord/it/grecord.xml
|
||||
share/gnome/help/grecord/it/legal.xml
|
||||
share/gnome/help/grecord/ja/figures/grecord-prefs-path.png
|
||||
share/gnome/help/grecord/ja/figures/grecord-prefs-play.png
|
||||
share/gnome/help/grecord/ja/figures/grecord-prefs-rec.png
|
||||
share/gnome/help/grecord/ja/figures/grecord-prefs-sound.png
|
||||
share/gnome/help/grecord/ja/figures/grecord-prefs-ui.png
|
||||
share/gnome/help/grecord/ja/figures/grecord.png
|
||||
share/gnome/help/grecord/ja/figures/grecord_window.png
|
||||
share/gnome/help/grecord/ja/grecord.xml
|
||||
share/gnome/help/grecord/ja/legal.xml
|
||||
share/gnome/help/grecord/ko/figures/grecord-prefs-path.png
|
||||
share/gnome/help/grecord/ko/figures/grecord-prefs-play.png
|
||||
share/gnome/help/grecord/ko/figures/grecord-prefs-rec.png
|
||||
share/gnome/help/grecord/ko/figures/grecord-prefs-sound.png
|
||||
share/gnome/help/grecord/ko/figures/grecord-prefs-ui.png
|
||||
share/gnome/help/grecord/ko/figures/grecord.png
|
||||
share/gnome/help/grecord/ko/figures/grecord_window.png
|
||||
share/gnome/help/grecord/ko/grecord.xml
|
||||
share/gnome/help/grecord/ko/legal.xml
|
||||
share/gnome/help/grecord/sv/figures/grecord-prefs-path.png
|
||||
share/gnome/help/grecord/sv/figures/grecord-prefs-play.png
|
||||
share/gnome/help/grecord/sv/figures/grecord-prefs-rec.png
|
||||
share/gnome/help/grecord/sv/figures/grecord-prefs-sound.png
|
||||
share/gnome/help/grecord/sv/figures/grecord-prefs-ui.png
|
||||
share/gnome/help/grecord/sv/figures/grecord.png
|
||||
share/gnome/help/grecord/sv/figures/grecord_window.png
|
||||
share/gnome/help/grecord/sv/grecord.xml
|
||||
share/gnome/help/grecord/sv/legal.xml
|
||||
share/gnome/help/grecord/zh_CN/figures/grecord-prefs-path.png
|
||||
share/gnome/help/grecord/zh_CN/figures/grecord-prefs-play.png
|
||||
share/gnome/help/grecord/zh_CN/figures/grecord-prefs-rec.png
|
||||
share/gnome/help/grecord/zh_CN/figures/grecord-prefs-sound.png
|
||||
share/gnome/help/grecord/zh_CN/figures/grecord-prefs-ui.png
|
||||
share/gnome/help/grecord/zh_CN/figures/grecord.png
|
||||
share/gnome/help/grecord/zh_CN/figures/grecord_window.png
|
||||
share/gnome/help/grecord/zh_CN/grecord.xml
|
||||
share/gnome/help/grecord/zh_CN/legal.xml
|
||||
share/gnome/help/grecord/zh_TW/figures/grecord-prefs-path.png
|
||||
share/gnome/help/grecord/zh_TW/figures/grecord-prefs-play.png
|
||||
share/gnome/help/grecord/zh_TW/figures/grecord-prefs-rec.png
|
||||
share/gnome/help/grecord/zh_TW/figures/grecord-prefs-sound.png
|
||||
share/gnome/help/grecord/zh_TW/figures/grecord-prefs-ui.png
|
||||
share/gnome/help/grecord/zh_TW/figures/grecord.png
|
||||
share/gnome/help/grecord/zh_TW/figures/grecord_window.png
|
||||
share/gnome/help/grecord/zh_TW/grecord.xml
|
||||
share/gnome/help/grecord/zh_TW/legal.xml
|
||||
share/gnome/help/gnome-volume-control/es/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/es/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/fr/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/fr/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/oc/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/oc/gnome-volume-control.xml
|
||||
share/gnome/help/gnome-volume-control/sv/figures/gnome-volume-control_window.png
|
||||
share/gnome/help/gnome-volume-control/sv/gnome-volume-control.xml
|
||||
share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/C/legal.xml
|
||||
share/gnome/help/gstreamer-properties/uk/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/uk/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/uk/legal.xml
|
||||
share/gnome/idl/GNOME_Media_CDDBSlave2.idl
|
||||
share/gnome/omf/gnome-media/gnome-cd-C.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-de.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-es.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-fr.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-it.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-ja.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-ko.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-nl.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-sv.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-uk.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-zh_CN.omf
|
||||
share/gnome/omf/gnome-media/gnome-cd-zh_TW.omf
|
||||
share/gnome/omf/gnome-media/gnome-volume-control-C.omf
|
||||
share/gnome/omf/gnome-media/gnome-volume-control-uk.omf
|
||||
share/gnome/omf/gnome-media/grecord-C.omf
|
||||
share/gnome/omf/gnome-media/grecord-de.omf
|
||||
share/gnome/omf/gnome-media/grecord-es.omf
|
||||
share/gnome/omf/gnome-media/grecord-fr.omf
|
||||
share/gnome/omf/gnome-media/grecord-it.omf
|
||||
share/gnome/omf/gnome-media/grecord-ja.omf
|
||||
share/gnome/omf/gnome-media/grecord-ko.omf
|
||||
share/gnome/omf/gnome-media/grecord-sv.omf
|
||||
share/gnome/omf/gnome-media/grecord-uk.omf
|
||||
share/gnome/omf/gnome-media/grecord-zh_CN.omf
|
||||
share/gnome/omf/gnome-media/grecord-zh_TW.omf
|
||||
share/gnome/omf/gnome-media/gstreamer-properties-C.omf
|
||||
share/gnome/omf/gnome-media/gstreamer-properties-uk.omf
|
||||
share/gnome/pixmaps/gnome-cd.png
|
||||
share/gnome/pixmaps/gnome-cd/cd.png
|
||||
share/gnome/pixmaps/gnome-cd/disc.png
|
||||
share/gnome/pixmaps/gnome-cd/media-eject.png
|
||||
share/gnome/pixmaps/gnome-cd/once.png
|
||||
share/gnome/pixmaps/gnome-cd/repeat.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/None.theme
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/a-eject-menu.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/a-first-menu.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/a-last-menu.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/a-play-menu.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/a-stop-menu.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/bottom-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/bottom-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/bottom.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/media-eject.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/media-fwd.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/media-next.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/media-pause.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/media-play.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/media-prev.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/media-rew.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/media-stop.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/middle-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/middle-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/middle.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/top-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/top-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/None/top.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/lcd.theme
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/middle-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/middle-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/middle.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/lcd/top.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/bottom.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/media.theme
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/middle.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/top-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/top-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/media/top.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/middle.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/red-lcd.theme
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-left.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png
|
||||
share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png
|
||||
share/gnome/pixmaps/gnome-cd/track.png
|
||||
share/gnome/pixmaps/gnome-grecord.png
|
||||
share/gnome/pixmaps/gnome-mixer.png
|
||||
share/gnome/pixmaps/gnome-reclevel.png
|
||||
share/gnome/pixmaps/gnome-vumeter.png
|
||||
share/gnome/pixmaps/gstreamer-properties.png
|
||||
share/gnome/help/gstreamer-properties/es/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/es/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/fr/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/fr/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/oc/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/oc/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/sv/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/sv/gstreamer-properties.xml
|
||||
share/gstreamer-properties/glade/gstreamer-properties.glade
|
||||
share/gstreamer-properties/icons/gstreamer-properties.png
|
||||
share/icons/hicolor/48x48/apps/gnome-cd.png
|
||||
share/icons/hicolor/48x48/apps/gnome-grecord.png
|
||||
share/icons/hicolor/48x48/apps/gnome-reclevel.png
|
||||
share/icons/hicolor/48x48/apps/gnome-vumeter.png
|
||||
share/icons/hicolor/48x48/apps/gstreamer-properties.png
|
||||
share/idl/GNOME_Media_CDDBSlave2.idl
|
||||
share/locale/am/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/az/LC_MESSAGES/gnome-media-2.0.mo
|
||||
|
@ -489,6 +192,7 @@ share/locale/nb/LC_MESSAGES/gnome-media-2.0.mo
|
|||
share/locale/ne/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/oc/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/or/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/pa/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-media-2.0.mo
|
||||
|
@ -497,6 +201,7 @@ share/locale/pt_BR/LC_MESSAGES/gnome-media-2.0.mo
|
|||
share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/rw/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/si/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo
|
||||
|
@ -514,87 +219,121 @@ share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
|
||||
@dirrm share/gnome/pixmaps/gnome-cd/themes/red-lcd
|
||||
@dirrm share/gnome/pixmaps/gnome-cd/themes/media
|
||||
@dirrm share/gnome/pixmaps/gnome-cd/themes/lcd
|
||||
@dirrm share/gnome/pixmaps/gnome-cd/themes/None
|
||||
@dirrm share/gnome/pixmaps/gnome-cd/themes
|
||||
@dirrm share/gnome/pixmaps/gnome-cd
|
||||
@dirrm share/gnome/omf/gnome-media
|
||||
@dirrm share/gnome/help/gstreamer-properties/uk/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/uk
|
||||
share/pixmaps/gnome-cd/disc.png
|
||||
share/pixmaps/gnome-cd/once.png
|
||||
share/pixmaps/gnome-cd/repeat.png
|
||||
share/pixmaps/gnome-cd/themes/None/None.theme
|
||||
share/pixmaps/gnome-cd/themes/None/bottom-left.png
|
||||
share/pixmaps/gnome-cd/themes/None/bottom-right.png
|
||||
share/pixmaps/gnome-cd/themes/None/bottom.png
|
||||
share/pixmaps/gnome-cd/themes/None/middle-left.png
|
||||
share/pixmaps/gnome-cd/themes/None/middle-right.png
|
||||
share/pixmaps/gnome-cd/themes/None/middle.png
|
||||
share/pixmaps/gnome-cd/themes/None/top-left.png
|
||||
share/pixmaps/gnome-cd/themes/None/top-right.png
|
||||
share/pixmaps/gnome-cd/themes/None/top.png
|
||||
share/pixmaps/gnome-cd/themes/lcd/bottom-left.png
|
||||
share/pixmaps/gnome-cd/themes/lcd/bottom-right.png
|
||||
share/pixmaps/gnome-cd/themes/lcd/bottom.png
|
||||
share/pixmaps/gnome-cd/themes/lcd/lcd.theme
|
||||
share/pixmaps/gnome-cd/themes/lcd/middle-left.png
|
||||
share/pixmaps/gnome-cd/themes/lcd/middle-right.png
|
||||
share/pixmaps/gnome-cd/themes/lcd/middle.png
|
||||
share/pixmaps/gnome-cd/themes/lcd/top-left.png
|
||||
share/pixmaps/gnome-cd/themes/lcd/top-right.png
|
||||
share/pixmaps/gnome-cd/themes/lcd/top.png
|
||||
share/pixmaps/gnome-cd/themes/media/bottom-left.png
|
||||
share/pixmaps/gnome-cd/themes/media/bottom-right.png
|
||||
share/pixmaps/gnome-cd/themes/media/bottom.png
|
||||
share/pixmaps/gnome-cd/themes/media/media.theme
|
||||
share/pixmaps/gnome-cd/themes/media/middle-left.png
|
||||
share/pixmaps/gnome-cd/themes/media/middle-right.png
|
||||
share/pixmaps/gnome-cd/themes/media/middle.png
|
||||
share/pixmaps/gnome-cd/themes/media/top-left.png
|
||||
share/pixmaps/gnome-cd/themes/media/top-right.png
|
||||
share/pixmaps/gnome-cd/themes/media/top.png
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/bottom.png
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/middle-left.png
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/middle-right.png
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/middle.png
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/red-lcd.theme
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/top-left.png
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/top-right.png
|
||||
share/pixmaps/gnome-cd/themes/red-lcd/top.png
|
||||
share/pixmaps/gnome-cd/track.png
|
||||
@dirrm share/pixmaps/gnome-cd/themes/red-lcd
|
||||
@dirrm share/pixmaps/gnome-cd/themes/media
|
||||
@dirrm share/pixmaps/gnome-cd/themes/lcd
|
||||
@dirrm share/pixmaps/gnome-cd/themes/None
|
||||
@dirrm share/pixmaps/gnome-cd/themes
|
||||
@dirrm share/pixmaps/gnome-cd
|
||||
@dirrm share/gstreamer-properties/icons
|
||||
@dirrm share/gstreamer-properties/glade
|
||||
@dirrm share/gstreamer-properties
|
||||
@dirrm share/gnome/help/gstreamer-properties/sv/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/sv
|
||||
@dirrm share/gnome/help/gstreamer-properties/oc/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/oc
|
||||
@dirrm share/gnome/help/gstreamer-properties/fr/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/fr
|
||||
@dirrm share/gnome/help/gstreamer-properties/es/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/es
|
||||
@dirrm share/gnome/help/gstreamer-properties/C/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/C
|
||||
@dirrm share/gnome/help/gstreamer-properties
|
||||
@dirrm share/gnome/help/grecord/zh_TW/figures
|
||||
@dirrm share/gnome/help/grecord/zh_TW
|
||||
@dirrm share/gnome/help/grecord/zh_CN/figures
|
||||
@dirrm share/gnome/help/grecord/zh_CN
|
||||
@dirrm share/gnome/help/grecord/sv/figures
|
||||
@dirrm share/gnome/help/grecord/sv
|
||||
@dirrm share/gnome/help/grecord/ko/figures
|
||||
@dirrm share/gnome/help/grecord/ko
|
||||
@dirrm share/gnome/help/grecord/ja/figures
|
||||
@dirrm share/gnome/help/grecord/ja
|
||||
@dirrm share/gnome/help/grecord/it/figures
|
||||
@dirrm share/gnome/help/grecord/it
|
||||
@dirrm share/gnome/help/grecord/fr/figures
|
||||
@dirrm share/gnome/help/grecord/fr
|
||||
@dirrm share/gnome/help/grecord/es/figures
|
||||
@dirrm share/gnome/help/grecord/es
|
||||
@dirrm share/gnome/help/grecord/de/figures
|
||||
@dirrm share/gnome/help/grecord/de
|
||||
@dirrm share/gnome/help/grecord
|
||||
@dirrm share/gnome/help/gnome-volume-control/uk/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/uk
|
||||
@dirrm share/gnome/help/gnome-volume-control/sv/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/sv
|
||||
@dirrm share/gnome/help/gnome-volume-control/oc/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/oc
|
||||
@dirrm share/gnome/help/gnome-volume-control/fr/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/fr
|
||||
@dirrm share/gnome/help/gnome-volume-control/es/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/es
|
||||
@dirrm share/gnome/help/gnome-volume-control/C/figures
|
||||
@dirrm share/gnome/help/gnome-volume-control/C
|
||||
@dirrm share/gnome/help/gnome-volume-control
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/uk/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/uk
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/sv/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/sv
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/oc/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/oc
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/fr/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/fr
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/es/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/es
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/C/figures
|
||||
@dirrm share/gnome/help/gnome-sound-recorder/C
|
||||
@dirrm share/gnome/help/gnome-sound-recorder
|
||||
@dirrm share/gnome/help/gnome-cd/zh_TW/figures
|
||||
@dirrm share/gnome/help/gnome-cd/zh_TW
|
||||
@dirrm share/gnome/help/gnome-cd/zh_CN/figures
|
||||
@dirrm share/gnome/help/gnome-cd/zh_CN
|
||||
@dirrm share/gnome/help/gnome-cd/uk/figures
|
||||
@dirrm share/gnome/help/gnome-cd/uk
|
||||
@dirrm share/gnome/help/gnome-cd/sv/figures
|
||||
@dirrm share/gnome/help/gnome-cd/sv
|
||||
@dirrm share/gnome/help/gnome-cd/nl/figures
|
||||
@dirrm share/gnome/help/gnome-cd/nl
|
||||
@dirrm share/gnome/help/gnome-cd/ko/figures
|
||||
@dirrm share/gnome/help/gnome-cd/ko
|
||||
@dirrm share/gnome/help/gnome-cd/ja/figures
|
||||
@dirrm share/gnome/help/gnome-cd/ja
|
||||
@dirrm share/gnome/help/gnome-cd/it/figures
|
||||
@dirrm share/gnome/help/gnome-cd/it
|
||||
@dirrm share/gnome/help/gnome-cd/fr/figures
|
||||
@dirrm share/gnome/help/gnome-cd/fr
|
||||
@dirrm share/gnome/help/gnome-cd/es/figures
|
||||
@dirrm share/gnome/help/gnome-cd/es
|
||||
@dirrm share/gnome/help/gnome-cd/de/figures
|
||||
@dirrm share/gnome/help/gnome-cd/de
|
||||
@dirrm share/gnome/help/gnome-cd/C/figures
|
||||
@dirrm share/gnome/help/gnome-cd/C
|
||||
@dirrm share/gnome/help/gnome-cd
|
||||
@dirrm share/gnome/gstreamer-properties/icons
|
||||
@dirrm share/gnome/gstreamer-properties/glade
|
||||
@dirrm share/gnome/gstreamer-properties
|
||||
@dirrm share/gnome/gnome-sound-recorder/ui
|
||||
@dirrm share/gnome/gnome-sound-recorder
|
||||
@dirrm share/gnome/gnome-media/pixmaps
|
||||
@dirrm share/gnome/gnome-media/glade
|
||||
@dirrm share/gnome/gnome-media
|
||||
@dirrm share/gnome-sound-recorder/ui
|
||||
@dirrm share/gnome-sound-recorder
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrm %%DATADIR%%/glade
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm include/gnome-media/profiles
|
||||
@dirrm include/gnome-media
|
||||
@dirrm include/cddb-slave2
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
@dirrmtry share/locale/xh
|
||||
@dirrmtry share/locale/si/LC_MESSAGES
|
||||
@dirrmtry share/locale/si
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/mg/LC_MESSAGES
|
||||
|
@ -603,3 +342,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
|
|||
@dirrmtry share/locale/ku
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gnomoradio
|
||||
PORTVERSION= 0.15.1
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -25,8 +25,8 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
|
|||
USE_XLIB= yes
|
||||
USE_GCC= 3.4+
|
||||
USE_GNOME= gnomehack gnomeprefix
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
LIBTOOLFLAGS= --tag=CXX
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -41,9 +41,10 @@ lib/libroboradio.la
|
|||
lib/libroboradio.so
|
||||
lib/libroboradio.so.0
|
||||
sbin/rainbow-hub
|
||||
share/gnome/applications/gnomoradio.desktop
|
||||
share/gnome/pixmaps/gnomoradio.png
|
||||
share/gnome/pixmaps/gnomoradio/gnomoradio-heart.png
|
||||
share/applications/gnomoradio.desktop
|
||||
share/pixmaps/gnomoradio.png
|
||||
share/pixmaps/gnomoradio/gnomoradio-heart.png
|
||||
@dirrm include/rainbow
|
||||
@dirrm include/roboradio
|
||||
@dirrm share/gnome/pixmaps/gnomoradio
|
||||
@dirrm share/pixmaps/gnomoradio
|
||||
@dirrmtry share/applications
|
||||
|
|
47
audio/goobox/Makefile
Normal file
47
audio/goobox/Makefile
Normal file
|
@ -0,0 +1,47 @@
|
|||
# New ports collection makefile for: guikachu
|
||||
# Date created: 11 Nov 2004
|
||||
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/goobox/Makefile,v 1.25 2007/08/15 03:03:09 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= goobox
|
||||
PORTVERSION= 1.9.2
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= CD player and ripper for GNOME Desktop environment
|
||||
|
||||
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libglade2 libbonobo \
|
||||
gnomedocutils nautiluscdburner
|
||||
USE_GSTREAMER= cdparanoia gconf core
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
GCONF_SCHEMAS= goobox.schemas
|
||||
|
||||
OPTIONS= NOTIFY "Enable libnotify support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_NOTIFY)
|
||||
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
|
||||
CONFIGURE_ARGS+= --enable-notification
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-notification
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
audio/goobox/distinfo
Normal file
3
audio/goobox/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (gnome2/goobox-1.9.2.tar.bz2) = c086c224e2680ebf0890695a6c6f417d
|
||||
SHA256 (gnome2/goobox-1.9.2.tar.bz2) = 09c025e6deab5101b23cfdcbea8a1e883e15d59bfb4c3a2888c101c7882408c5
|
||||
SIZE (gnome2/goobox-1.9.2.tar.bz2) = 553022
|
12
audio/goobox/files/patch-src_cd-drive.c
Normal file
12
audio/goobox/files/patch-src_cd-drive.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/cd-drive.c.orig Sun Dec 24 22:45:32 2006
|
||||
+++ src/cd-drive.c Sun Dec 24 22:45:12 2006
|
||||
@@ -82,6 +82,9 @@ struct CDDrivePriv {
|
||||
char *udi;
|
||||
};
|
||||
|
||||
+static int get_device_max_read_speed (char *device);
|
||||
+static int get_device_max_write_speed (char *device);
|
||||
+
|
||||
static CDDrive *cd_drive_new (void);
|
||||
|
||||
/* Utility functions, be careful to have a match with what's use in the
|
4
audio/goobox/pkg-descr
Normal file
4
audio/goobox/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Goobox is a CD player and ripper for the GNOME Desktop environment,
|
||||
it uses gstreamer to play and rip CDs and cddb-slave2 (distributed
|
||||
with gnome-media) to get and edit CD metadata such as track titles
|
||||
and album name.
|
70
audio/goobox/pkg-plist
Normal file
70
audio/goobox/pkg-plist
Normal file
|
@ -0,0 +1,70 @@
|
|||
bin/goobox
|
||||
libdata/bonobo/servers/GNOME_Goobox.server
|
||||
share/application-registry/goobox.applications
|
||||
share/applications/goobox.desktop
|
||||
share/gnome/help/goobox/C/goobox.xml
|
||||
share/gnome/help/goobox/C/legal.xml
|
||||
share/gnome/help/goobox/ca/goobox.xml
|
||||
share/gnome/help/goobox/es/goobox.xml
|
||||
share/gnome/help/goobox/sv/goobox.xml
|
||||
%%DATADIR%%/glade/cover_chooser.glade
|
||||
%%DATADIR%%/glade/extract_dialog.glade
|
||||
%%DATADIR%%/glade/format_dialog.glade
|
||||
%%DATADIR%%/glade/preferences.glade
|
||||
%%DATADIR%%/glade/properties.glade
|
||||
%%DATADIR%%/glade/ripper_dialog.glade
|
||||
share/icons/hicolor/48x48/apps/goobox.png
|
||||
share/locale/ar/LC_MESSAGES/goobox.mo
|
||||
share/locale/bg/LC_MESSAGES/goobox.mo
|
||||
share/locale/ca/LC_MESSAGES/goobox.mo
|
||||
share/locale/cs/LC_MESSAGES/goobox.mo
|
||||
share/locale/da/LC_MESSAGES/goobox.mo
|
||||
share/locale/de/LC_MESSAGES/goobox.mo
|
||||
share/locale/dz/LC_MESSAGES/goobox.mo
|
||||
share/locale/el/LC_MESSAGES/goobox.mo
|
||||
share/locale/en_CA/LC_MESSAGES/goobox.mo
|
||||
share/locale/en_GB/LC_MESSAGES/goobox.mo
|
||||
share/locale/es/LC_MESSAGES/goobox.mo
|
||||
share/locale/eu/LC_MESSAGES/goobox.mo
|
||||
share/locale/fi/LC_MESSAGES/goobox.mo
|
||||
share/locale/fr/LC_MESSAGES/goobox.mo
|
||||
share/locale/hu/LC_MESSAGES/goobox.mo
|
||||
share/locale/it/LC_MESSAGES/goobox.mo
|
||||
share/locale/ja/LC_MESSAGES/goobox.mo
|
||||
share/locale/ko/LC_MESSAGES/goobox.mo
|
||||
share/locale/lt/LC_MESSAGES/goobox.mo
|
||||
share/locale/lv/LC_MESSAGES/goobox.mo
|
||||
share/locale/nb/LC_MESSAGES/goobox.mo
|
||||
share/locale/ne/LC_MESSAGES/goobox.mo
|
||||
share/locale/nl/LC_MESSAGES/goobox.mo
|
||||
share/locale/oc/LC_MESSAGES/goobox.mo
|
||||
share/locale/pa/LC_MESSAGES/goobox.mo
|
||||
share/locale/pl/LC_MESSAGES/goobox.mo
|
||||
share/locale/pt/LC_MESSAGES/goobox.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/goobox.mo
|
||||
share/locale/ru/LC_MESSAGES/goobox.mo
|
||||
share/locale/rw/LC_MESSAGES/goobox.mo
|
||||
share/locale/sq/LC_MESSAGES/goobox.mo
|
||||
share/locale/sv/LC_MESSAGES/goobox.mo
|
||||
share/locale/vi/LC_MESSAGES/goobox.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/goobox.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/goobox.mo
|
||||
share/omf/goobox/goobox-C.omf
|
||||
share/omf/goobox/goobox-ca.omf
|
||||
share/omf/goobox/goobox-es.omf
|
||||
share/omf/goobox/goobox-sv.omf
|
||||
@dirrm share/omf/goobox
|
||||
@dirrm %%DATADIR%%/glade
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm share/gnome/help/goobox/sv
|
||||
@dirrm share/gnome/help/goobox/es
|
||||
@dirrm share/gnome/help/goobox/ca
|
||||
@dirrm share/gnome/help/goobox/C
|
||||
@dirrm share/gnome/help/goobox
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/applications
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gqmpeg
|
||||
PORTVERSION= 0.20.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES+= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -41,10 +41,8 @@ MAN1= gqmpeg.1
|
|||
USE_GNOME+= gnomeprefix gnomelibs
|
||||
PKGNAMESUFFIX= -gnome
|
||||
CONFIGURE_ENV+= USE_GNOME="yes"
|
||||
PLIST_SUB+= DATADIR="share/gnome"
|
||||
.else
|
||||
CONFIGURE_ENV+= USE_GNOME=""
|
||||
PLIST_SUB+= DATADIR="share"
|
||||
.endif
|
||||
|
||||
.if !defined(WITH_MPG321)
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig Sun Jan 20 09:20:14 2002
|
||||
+++ Makefile.in Sun Jan 20 09:20:32 2002
|
||||
@@ -118,7 +118,7 @@
|
||||
skindir = $(prefix)/share/gqmpeg/skins
|
||||
skin_DATA = SKIN-SPECS README
|
||||
|
||||
-@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/gnome/apps/Multimedia
|
||||
+@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/apps/Multimedia
|
||||
@HAVE_GNOME_TRUE@desktop_DATA = @HAVE_GNOME_TRUE@gqmpeg.desktop
|
||||
|
||||
@HAVE_GNOME_TRUE@icondir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/pixmaps
|
|
@ -1,7 +1,7 @@
|
|||
bin/gqmpeg
|
||||
bin/gqmpeg-shoutcast-plugin.sh
|
||||
%%GNOME:%%%%DATADIR%%/apps/Multimedia/gqmpeg.desktop
|
||||
%%GNOME:%%%%DATADIR%%/pixmaps/gqmpeg.png
|
||||
%%GNOME:%%share/gnome/apps/Multimedia/gqmpeg.desktop
|
||||
%%GNOME:%%share/pixmaps/gqmpeg.png
|
||||
share/gqmpeg/skins/README
|
||||
share/gqmpeg/skins/SKIN-SPECS
|
||||
share/gqmpeg/skins/mrclean/blue-handle-24.png
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gqradio
|
||||
PORTVERSION= 1.9.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=gqmpeg
|
||||
|
@ -25,9 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|share/gqradio|share/gnome/gqradio|; \
|
||||
s|\(doc/gqradio\)-\$$VERSION|\1|' \
|
||||
@${REINPLACE_CMD} -e 's|\(doc/gqradio\)-\$$VERSION|\1|' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^\(readmedir = \).*|\1$$(prefix)/share/doc/gqradio|; \
|
||||
|
|
|
@ -3,96 +3,97 @@ share/doc/gqradio/ChangeLog
|
|||
share/doc/gqradio/README
|
||||
share/doc/gqradio/SKIN-SPECS
|
||||
share/doc/gqradio/TODO
|
||||
share/gnome/applications/gqradio.desktop
|
||||
share/gnome/gqradio/skins/SKIN-SPECS
|
||||
share/gnome/gqradio/skins/default/btn-grey-34x12-advanced1.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-34x12-advanced2.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-34x12-clear.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-34x12-config.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-34x12-del.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-34x12-scan.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-34x12-set.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-34x20-mode.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-34x20-mute.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-42x20-down.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-42x20-up.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-expand.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-shrink.png
|
||||
share/gnome/gqradio/skins/default/btn-grey-sizer.png
|
||||
share/gnome/gqradio/skins/default/btn-pda-16-minus.png
|
||||
share/gnome/gqradio/skins/default/btn-pda-16-plus.png
|
||||
share/gnome/gqradio/skins/default/btn-pda-exit.png
|
||||
share/gnome/gqradio/skins/default/btn-pda-iconify.png
|
||||
share/gnome/gqradio/skins/default/btn-pos-14-down.png
|
||||
share/gnome/gqradio/skins/default/btn-pos-14-up.png
|
||||
share/gnome/gqradio/skins/default/digit-digital-15-aa.png
|
||||
share/gnome/gqradio/skins/default/digit-digital-24-aa.png
|
||||
share/gnome/gqradio/skins/default/item-cycle-6.png
|
||||
share/gnome/gqradio/skins/default/item-radio-mute-large.png
|
||||
share/gnome/gqradio/skins/default/item-radio-scanning-11.png
|
||||
share/gnome/gqradio/skins/default/item-radio-stereo.png
|
||||
share/gnome/gqradio/skins/default/item-radio-strength-9.png
|
||||
share/gnome/gqradio/skins/default/item-radio-tunemode.png
|
||||
share/gnome/gqradio/skins/default/item-radio-volume-19.png
|
||||
share/gnome/gqradio/skins/default/item-set.png
|
||||
share/gnome/gqradio/skins/default/list-pos-back.png
|
||||
share/gnome/gqradio/skins/default/list-pos-row-menu.png
|
||||
share/gnome/gqradio/skins/default/list-pos-row.png
|
||||
share/gnome/gqradio/skins/default/main-pos-blank.png
|
||||
share/gnome/gqradio/skins/default/main-pos-extra.png
|
||||
share/gnome/gqradio/skins/default/menu_back_green.png
|
||||
share/gnome/gqradio/skins/default/menu_list_icons.png
|
||||
share/gnome/gqradio/skins/default/pic-dot.png
|
||||
share/gnome/gqradio/skins/default/pic-mhz.png
|
||||
share/gnome/gqradio/skins/default/skindata
|
||||
share/gnome/gqradio/skins/default/skindata_advanced
|
||||
share/gnome/gqradio/skins/default/skindata_menu
|
||||
share/gnome/gqradio/skins/default/skindata_presets
|
||||
share/gnome/gqradio/skins/default/skindata_presets_advanced
|
||||
share/gnome/gqradio/skins/default/skindata_submenu
|
||||
share/gnome/gqradio/skins/default/slider-pos-14h.png
|
||||
share/gnome/gqradio/skins/skyblue/back-blue.png
|
||||
share/gnome/gqradio/skins/skyblue/back-list-blue.png
|
||||
share/gnome/gqradio/skins/skyblue/back-menu-blue.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-22-sizer2.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue14-fade-close.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue14-fade-down.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue14-fade-iconify.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue14-fade-up.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22-fade-clear.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22-fade-config.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22-fade-left.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22-fade-list.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22-fade-minus.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22-fade-mode3.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22-fade-mute.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22-fade-right.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22t-fade-add.png
|
||||
share/gnome/gqradio/skins/skyblue/btn-blue22t-fade-scan.png
|
||||
share/gnome/gqradio/skins/skyblue/digit-digital-15-aa.png
|
||||
share/gnome/gqradio/skins/skyblue/digit-digital-24-aa.png
|
||||
share/gnome/gqradio/skins/skyblue/item-cycle-6.png
|
||||
share/gnome/gqradio/skins/skyblue/item-radio-mute-large.png
|
||||
share/gnome/gqradio/skins/skyblue/item-radio-tunemode.png
|
||||
share/gnome/gqradio/skins/skyblue/item-set.png
|
||||
share/gnome/gqradio/skins/skyblue/item-signal4.png
|
||||
share/gnome/gqradio/skins/skyblue/item-volume12-shadow.png
|
||||
share/gnome/gqradio/skins/skyblue/list-back.png
|
||||
share/gnome/gqradio/skins/skyblue/list-menu-icons.png
|
||||
share/gnome/gqradio/skins/skyblue/list-menu-row20.png
|
||||
share/gnome/gqradio/skins/skyblue/list-row16.png
|
||||
share/gnome/gqradio/skins/skyblue/menu_list_icons.png
|
||||
share/gnome/gqradio/skins/skyblue/pic-dot.png
|
||||
share/gnome/gqradio/skins/skyblue/pic-mhz.png
|
||||
share/gnome/gqradio/skins/skyblue/skindata
|
||||
share/gnome/gqradio/skins/skyblue/skindata_menu
|
||||
share/gnome/gqradio/skins/skyblue/skindata_presets
|
||||
share/gnome/gqradio/skins/skyblue/skindata_submenu
|
||||
share/gnome/gqradio/skins/skyblue/slider-vert-24.png
|
||||
share/gnome/pixmaps/gqradio.png
|
||||
share/applications/gqradio.desktop
|
||||
share/gqradio/skins/SKIN-SPECS
|
||||
share/gqradio/skins/default/btn-grey-34x12-advanced1.png
|
||||
share/gqradio/skins/default/btn-grey-34x12-advanced2.png
|
||||
share/gqradio/skins/default/btn-grey-34x12-clear.png
|
||||
share/gqradio/skins/default/btn-grey-34x12-config.png
|
||||
share/gqradio/skins/default/btn-grey-34x12-del.png
|
||||
share/gqradio/skins/default/btn-grey-34x12-scan.png
|
||||
share/gqradio/skins/default/btn-grey-34x12-set.png
|
||||
share/gqradio/skins/default/btn-grey-34x20-mode.png
|
||||
share/gqradio/skins/default/btn-grey-34x20-mute.png
|
||||
share/gqradio/skins/default/btn-grey-42x20-down.png
|
||||
share/gqradio/skins/default/btn-grey-42x20-up.png
|
||||
share/gqradio/skins/default/btn-grey-expand.png
|
||||
share/gqradio/skins/default/btn-grey-shrink.png
|
||||
share/gqradio/skins/default/btn-grey-sizer.png
|
||||
share/gqradio/skins/default/btn-pda-16-minus.png
|
||||
share/gqradio/skins/default/btn-pda-16-plus.png
|
||||
share/gqradio/skins/default/btn-pda-exit.png
|
||||
share/gqradio/skins/default/btn-pda-iconify.png
|
||||
share/gqradio/skins/default/btn-pos-14-down.png
|
||||
share/gqradio/skins/default/btn-pos-14-up.png
|
||||
share/gqradio/skins/default/digit-digital-15-aa.png
|
||||
share/gqradio/skins/default/digit-digital-24-aa.png
|
||||
share/gqradio/skins/default/item-cycle-6.png
|
||||
share/gqradio/skins/default/item-radio-mute-large.png
|
||||
share/gqradio/skins/default/item-radio-scanning-11.png
|
||||
share/gqradio/skins/default/item-radio-stereo.png
|
||||
share/gqradio/skins/default/item-radio-strength-9.png
|
||||
share/gqradio/skins/default/item-radio-tunemode.png
|
||||
share/gqradio/skins/default/item-radio-volume-19.png
|
||||
share/gqradio/skins/default/item-set.png
|
||||
share/gqradio/skins/default/list-pos-back.png
|
||||
share/gqradio/skins/default/list-pos-row-menu.png
|
||||
share/gqradio/skins/default/list-pos-row.png
|
||||
share/gqradio/skins/default/main-pos-blank.png
|
||||
share/gqradio/skins/default/main-pos-extra.png
|
||||
share/gqradio/skins/default/menu_back_green.png
|
||||
share/gqradio/skins/default/menu_list_icons.png
|
||||
share/gqradio/skins/default/pic-dot.png
|
||||
share/gqradio/skins/default/pic-mhz.png
|
||||
share/gqradio/skins/default/skindata
|
||||
share/gqradio/skins/default/skindata_advanced
|
||||
share/gqradio/skins/default/skindata_menu
|
||||
share/gqradio/skins/default/skindata_presets
|
||||
share/gqradio/skins/default/skindata_presets_advanced
|
||||
share/gqradio/skins/default/skindata_submenu
|
||||
share/gqradio/skins/default/slider-pos-14h.png
|
||||
share/gqradio/skins/skyblue/back-blue.png
|
||||
share/gqradio/skins/skyblue/back-list-blue.png
|
||||
share/gqradio/skins/skyblue/back-menu-blue.png
|
||||
share/gqradio/skins/skyblue/btn-22-sizer2.png
|
||||
share/gqradio/skins/skyblue/btn-blue14-fade-close.png
|
||||
share/gqradio/skins/skyblue/btn-blue14-fade-down.png
|
||||
share/gqradio/skins/skyblue/btn-blue14-fade-iconify.png
|
||||
share/gqradio/skins/skyblue/btn-blue14-fade-up.png
|
||||
share/gqradio/skins/skyblue/btn-blue22-fade-clear.png
|
||||
share/gqradio/skins/skyblue/btn-blue22-fade-config.png
|
||||
share/gqradio/skins/skyblue/btn-blue22-fade-left.png
|
||||
share/gqradio/skins/skyblue/btn-blue22-fade-list.png
|
||||
share/gqradio/skins/skyblue/btn-blue22-fade-minus.png
|
||||
share/gqradio/skins/skyblue/btn-blue22-fade-mode3.png
|
||||
share/gqradio/skins/skyblue/btn-blue22-fade-mute.png
|
||||
share/gqradio/skins/skyblue/btn-blue22-fade-right.png
|
||||
share/gqradio/skins/skyblue/btn-blue22t-fade-add.png
|
||||
share/gqradio/skins/skyblue/btn-blue22t-fade-scan.png
|
||||
share/gqradio/skins/skyblue/digit-digital-15-aa.png
|
||||
share/gqradio/skins/skyblue/digit-digital-24-aa.png
|
||||
share/gqradio/skins/skyblue/item-cycle-6.png
|
||||
share/gqradio/skins/skyblue/item-radio-mute-large.png
|
||||
share/gqradio/skins/skyblue/item-radio-tunemode.png
|
||||
share/gqradio/skins/skyblue/item-set.png
|
||||
share/gqradio/skins/skyblue/item-signal4.png
|
||||
share/gqradio/skins/skyblue/item-volume12-shadow.png
|
||||
share/gqradio/skins/skyblue/list-back.png
|
||||
share/gqradio/skins/skyblue/list-menu-icons.png
|
||||
share/gqradio/skins/skyblue/list-menu-row20.png
|
||||
share/gqradio/skins/skyblue/list-row16.png
|
||||
share/gqradio/skins/skyblue/menu_list_icons.png
|
||||
share/gqradio/skins/skyblue/pic-dot.png
|
||||
share/gqradio/skins/skyblue/pic-mhz.png
|
||||
share/gqradio/skins/skyblue/skindata
|
||||
share/gqradio/skins/skyblue/skindata_menu
|
||||
share/gqradio/skins/skyblue/skindata_presets
|
||||
share/gqradio/skins/skyblue/skindata_submenu
|
||||
share/gqradio/skins/skyblue/slider-vert-24.png
|
||||
share/pixmaps/gqradio.png
|
||||
share/locale/fr/LC_MESSAGES/gqradio.mo
|
||||
@dirrm share/doc/gqradio
|
||||
@dirrm share/gnome/gqradio/skins/default
|
||||
@dirrm share/gnome/gqradio/skins/skyblue
|
||||
@dirrm share/gnome/gqradio/skins
|
||||
@dirrm share/gnome/gqradio
|
||||
@dirrm share/gqradio/skins/default
|
||||
@dirrm share/gqradio/skins/skyblue
|
||||
@dirrm share/gqradio/skins
|
||||
@dirrm share/gqradio
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: kbyanc@posi.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# $MCom: ports/audio/grip/Makefile,v 1.4 2007/05/19 21:35:57 marcus Exp $
|
||||
|
||||
PORTNAME= grip
|
||||
PORTVERSION= 3.2.0
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
bin/grip
|
||||
share/gnome/applications/grip.desktop
|
||||
share/applications/grip.desktop
|
||||
share/gnome/help/grip/C/cdconfig.png
|
||||
share/gnome/help/grip/C/cdplayer.png
|
||||
share/gnome/help/grip/C/cdplayersmall.png
|
||||
|
@ -48,7 +48,7 @@ share/gnome/help/grip/C/smile8.png
|
|||
share/gnome/help/grip/C/stop.png
|
||||
share/gnome/help/grip/C/trkedit.png
|
||||
share/gnome/help/grip/C/volume.png
|
||||
share/gnome/pixmaps/gripicon.png
|
||||
share/pixmaps/gripicon.png
|
||||
share/locale/be/LC_MESSAGES/grip-2.2.mo
|
||||
share/locale/bg/LC_MESSAGES/grip-2.2.mo
|
||||
share/locale/ca/LC_MESSAGES/grip-2.2.mo
|
||||
|
@ -67,3 +67,4 @@ share/locale/zh_TW/LC_MESSAGES/grip-2.2.mo
|
|||
@dirrm share/gnome/help/grip
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,10 +3,11 @@
|
|||
# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gspeakers/Makefile,v 1.6 2007/05/30 17:08:11 mezz Exp $
|
||||
|
||||
PORTNAME= gspeakers
|
||||
PORTVERSION= 0.11
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -37,18 +38,12 @@ post-extract:
|
|||
@${FIND} ${WRKSRC} -type l -delete
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/gnome/apps/|/apps/|g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|$$(datadir)/pixmaps|$$(pkgdatadir)/pixmaps|g' \
|
||||
${WRKSRC}/pixmaps/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|-Wall -O0|@CXXFLAGS@|g' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|$$(datadir)/xml|$$(pkgdatadir)/xml|g' \
|
||||
${WRKSRC}/xml/Makefile.in
|
||||
@${FIND} ${WRKSRC} \( -name "*.cc" -or -name "*.xml" \) | \
|
||||
${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|/share/pixmaps/|/share/gnome/gspeakers/pixmaps/|g ; \
|
||||
s|/share/xml/|/share/gnome/gspeakers/xml/|g'
|
||||
|
||||
pre-configure:
|
||||
@${CP} ${AUTOMAKE_DIR}/depcomp ${WRKSRC}
|
||||
|
|
|
@ -1,57 +1,57 @@
|
|||
bin/gspeakers
|
||||
share/gnome/apps/Utilities/gspeakers.desktop
|
||||
share/gnome/gspeakers/pixmaps/append_enclosure_24.png
|
||||
share/gnome/gspeakers/pixmaps/append_plot_enclosure_24.png
|
||||
share/gnome/gspeakers/pixmaps/delete_crossover_16.png
|
||||
share/gnome/gspeakers/pixmaps/delete_crossover_24.png
|
||||
share/gnome/gspeakers/pixmaps/delete_driver_16.png
|
||||
share/gnome/gspeakers/pixmaps/delete_driver_24.png
|
||||
share/gnome/gspeakers/pixmaps/delete_enclosure_16.png
|
||||
share/gnome/gspeakers/pixmaps/delete_enclosure_24.png
|
||||
share/gnome/gspeakers/pixmaps/delete_plot_16.png
|
||||
share/gnome/gspeakers/pixmaps/delete_plot_24.png
|
||||
share/gnome/gspeakers/pixmaps/driver_small.png
|
||||
share/gnome/gspeakers/pixmaps/filter_small.png
|
||||
share/gnome/gspeakers/pixmaps/measure_small.png
|
||||
share/gnome/gspeakers/pixmaps/open_xml_16.png
|
||||
share/gnome/gspeakers/pixmaps/open_xml_24.png
|
||||
share/gnome/gspeakers/pixmaps/opt_enclosure_16.png
|
||||
share/gnome/gspeakers/pixmaps/opt_enclosure_24.png
|
||||
share/gnome/gspeakers/pixmaps/plot_16.png
|
||||
share/gnome/gspeakers/pixmaps/save_as_xml_16.png
|
||||
share/gnome/gspeakers/pixmaps/save_as_xml_24.png
|
||||
share/gnome/gspeakers/pixmaps/save_xml_16.png
|
||||
share/gnome/gspeakers/pixmaps/save_xml_24.png
|
||||
share/gnome/gspeakers/pixmaps/speaker_small.png
|
||||
share/gnome/gspeakers/pixmaps/stock_menu_about.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_crossover_16.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_crossover_copy_16.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_crossover_copy_24.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_crossover_xml_16.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_crossover_xml_24.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_driver_16.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_driver_24.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_driver_xml_16.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_driver_xml_24.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_enclosure_16.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_enclosure_24.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_enclosure_copy_16.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_enclosure_copy_24.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_enclosure_xml_16.png
|
||||
share/gnome/gspeakers/pixmaps/stock_new_enclosure_xml_24.png
|
||||
share/gnome/gspeakers/pixmaps/stock_plot_crossover_16.png
|
||||
share/gnome/gspeakers/pixmaps/stock_plot_crossover_24.png
|
||||
share/gnome/gspeakers/xml/box1.xml
|
||||
share/gnome/gspeakers/xml/crossover1.xml
|
||||
share/gnome/gspeakers/xml/morelmdt32s.frf
|
||||
share/gnome/gspeakers/xml/peerles115dt-26-72sf.frf
|
||||
share/gnome/gspeakers/xml/seasl14rcyp.frf
|
||||
share/gnome/gspeakers/xml/seasl21rn4xp.frf
|
||||
share/gnome/gspeakers/xml/seast14rcyph.frf
|
||||
share/gnome/gspeakers/xml/vifa.xml
|
||||
share/gnome/gspeakers/xml/vifad27tg-05-06.frf
|
||||
share/gnome/gspeakers/xml/vifap21wo-20-08.frf
|
||||
share/gnome/pixmaps/gspeakers.png
|
||||
@dirrm share/gnome/gspeakers/xml
|
||||
@dirrm share/gnome/gspeakers/pixmaps
|
||||
@dirrm share/gnome/gspeakers
|
||||
share/gspeakers/pixmaps/append_enclosure_24.png
|
||||
share/gspeakers/pixmaps/append_plot_enclosure_24.png
|
||||
share/gspeakers/pixmaps/delete_crossover_16.png
|
||||
share/gspeakers/pixmaps/delete_crossover_24.png
|
||||
share/gspeakers/pixmaps/delete_driver_16.png
|
||||
share/gspeakers/pixmaps/delete_driver_24.png
|
||||
share/gspeakers/pixmaps/delete_enclosure_16.png
|
||||
share/gspeakers/pixmaps/delete_enclosure_24.png
|
||||
share/gspeakers/pixmaps/delete_plot_16.png
|
||||
share/gspeakers/pixmaps/delete_plot_24.png
|
||||
share/gspeakers/pixmaps/driver_small.png
|
||||
share/gspeakers/pixmaps/filter_small.png
|
||||
share/gspeakers/pixmaps/measure_small.png
|
||||
share/gspeakers/pixmaps/open_xml_16.png
|
||||
share/gspeakers/pixmaps/open_xml_24.png
|
||||
share/gspeakers/pixmaps/opt_enclosure_16.png
|
||||
share/gspeakers/pixmaps/opt_enclosure_24.png
|
||||
share/gspeakers/pixmaps/plot_16.png
|
||||
share/gspeakers/pixmaps/save_as_xml_16.png
|
||||
share/gspeakers/pixmaps/save_as_xml_24.png
|
||||
share/gspeakers/pixmaps/save_xml_16.png
|
||||
share/gspeakers/pixmaps/save_xml_24.png
|
||||
share/gspeakers/pixmaps/speaker_small.png
|
||||
share/gspeakers/pixmaps/stock_menu_about.png
|
||||
share/gspeakers/pixmaps/stock_new_crossover_16.png
|
||||
share/gspeakers/pixmaps/stock_new_crossover_copy_16.png
|
||||
share/gspeakers/pixmaps/stock_new_crossover_copy_24.png
|
||||
share/gspeakers/pixmaps/stock_new_crossover_xml_16.png
|
||||
share/gspeakers/pixmaps/stock_new_crossover_xml_24.png
|
||||
share/gspeakers/pixmaps/stock_new_driver_16.png
|
||||
share/gspeakers/pixmaps/stock_new_driver_24.png
|
||||
share/gspeakers/pixmaps/stock_new_driver_xml_16.png
|
||||
share/gspeakers/pixmaps/stock_new_driver_xml_24.png
|
||||
share/gspeakers/pixmaps/stock_new_enclosure_16.png
|
||||
share/gspeakers/pixmaps/stock_new_enclosure_24.png
|
||||
share/gspeakers/pixmaps/stock_new_enclosure_copy_16.png
|
||||
share/gspeakers/pixmaps/stock_new_enclosure_copy_24.png
|
||||
share/gspeakers/pixmaps/stock_new_enclosure_xml_16.png
|
||||
share/gspeakers/pixmaps/stock_new_enclosure_xml_24.png
|
||||
share/gspeakers/pixmaps/stock_plot_crossover_16.png
|
||||
share/gspeakers/pixmaps/stock_plot_crossover_24.png
|
||||
share/gspeakers/xml/box1.xml
|
||||
share/gspeakers/xml/crossover1.xml
|
||||
share/gspeakers/xml/morelmdt32s.frf
|
||||
share/gspeakers/xml/peerles115dt-26-72sf.frf
|
||||
share/gspeakers/xml/seasl14rcyp.frf
|
||||
share/gspeakers/xml/seasl21rn4xp.frf
|
||||
share/gspeakers/xml/seast14rcyph.frf
|
||||
share/gspeakers/xml/vifa.xml
|
||||
share/gspeakers/xml/vifad27tg-05-06.frf
|
||||
share/gspeakers/xml/vifap21wo-20-08.frf
|
||||
share/pixmaps/gspeakers.png
|
||||
@dirrm share/gspeakers/xml
|
||||
@dirrm share/gspeakers/pixmaps
|
||||
@dirrm share/gspeakers
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= libao
|
||||
PORTVERSION= 0.8.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/ao/
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -225,7 +225,7 @@
|
||||
--- Makefile.in.orig 2007-07-14 18:06:32.000000000 -0400
|
||||
+++ Makefile.in 2007-07-14 18:06:52.000000000 -0400
|
||||
@@ -225,7 +225,7 @@ target_alias = @target_alias@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
|
||||
-SUBDIRS = src include doc
|
||||
+SUBDIRS = src include $(DOC)
|
||||
m4datadir = $(prefix)/share/aclocal
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = ao.m4
|
||||
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libogg
|
||||
PORTVERSION= 1.1.3
|
||||
PORTEPOCH= 3
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/ogg/
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ $FreeBSD$
|
|||
AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
|
||||
-SUBDIRS = src include doc win32
|
||||
+SUBDIRS = src include $(DOC) win32
|
||||
m4datadir = $(prefix)/share/aclocal
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = ogg.m4
|
||||
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= libvorbis
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ \
|
||||
|
|
|
@ -9,6 +9,6 @@ $FreeBSD$
|
|||
AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2
|
||||
-SUBDIRS = lib include doc examples vq
|
||||
+SUBDIRS = lib include $(DOC) examples vq
|
||||
m4datadir = $(prefix)/share/aclocal
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = vorbis.m4
|
||||
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= liteamp
|
||||
PORTVERSION= 0.2.3.2
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= http://kldp.net/frs/download.php/547/
|
||||
|
||||
|
|
|
@ -1,31 +1,32 @@
|
|||
bin/liteamp
|
||||
share/locale/ko/LC_MESSAGES/liteamp.mo
|
||||
share/gnome/pixmaps/liteamp.png
|
||||
share/gnome/pixmaps/liteamp/adddir.png
|
||||
share/gnome/pixmaps/liteamp/addfile.png
|
||||
share/gnome/pixmaps/liteamp/icon-view.png
|
||||
share/gnome/pixmaps/liteamp/ladder-view.png
|
||||
share/gnome/pixmaps/liteamp/liteamp-logo.png
|
||||
share/gnome/pixmaps/liteamp/liteamp.png
|
||||
share/gnome/pixmaps/liteamp/loop.png
|
||||
share/gnome/pixmaps/liteamp/next.png
|
||||
share/gnome/pixmaps/liteamp/pause.png
|
||||
share/gnome/pixmaps/liteamp/play.png
|
||||
share/gnome/pixmaps/liteamp/playlist-all.png
|
||||
share/gnome/pixmaps/liteamp/playlist-audiocd.png
|
||||
share/gnome/pixmaps/liteamp/playlist-favorites.png
|
||||
share/gnome/pixmaps/liteamp/playlist-radio.png
|
||||
share/gnome/pixmaps/liteamp/playlist.png
|
||||
share/gnome/pixmaps/liteamp/pos.png
|
||||
share/gnome/pixmaps/liteamp/prev.png
|
||||
share/gnome/pixmaps/liteamp/seek.png
|
||||
share/gnome/pixmaps/liteamp/shuffle.png
|
||||
share/gnome/pixmaps/liteamp/start.png
|
||||
share/gnome/pixmaps/liteamp/stop.png
|
||||
share/gnome/pixmaps/liteamp/tree-view.png
|
||||
share/gnome/pixmaps/liteamp/vol.png
|
||||
share/gnome/pixmaps/liteamp/vol_down.png
|
||||
share/gnome/pixmaps/liteamp/vol_mute.png
|
||||
share/gnome/pixmaps/liteamp/vol_up.png
|
||||
share/gnome/applications/liteamp.desktop
|
||||
@dirrm share/gnome/pixmaps/liteamp
|
||||
share/pixmaps/liteamp.png
|
||||
share/pixmaps/liteamp/adddir.png
|
||||
share/pixmaps/liteamp/addfile.png
|
||||
share/pixmaps/liteamp/icon-view.png
|
||||
share/pixmaps/liteamp/ladder-view.png
|
||||
share/pixmaps/liteamp/liteamp-logo.png
|
||||
share/pixmaps/liteamp/liteamp.png
|
||||
share/pixmaps/liteamp/loop.png
|
||||
share/pixmaps/liteamp/next.png
|
||||
share/pixmaps/liteamp/pause.png
|
||||
share/pixmaps/liteamp/play.png
|
||||
share/pixmaps/liteamp/playlist-all.png
|
||||
share/pixmaps/liteamp/playlist-audiocd.png
|
||||
share/pixmaps/liteamp/playlist-favorites.png
|
||||
share/pixmaps/liteamp/playlist-radio.png
|
||||
share/pixmaps/liteamp/playlist.png
|
||||
share/pixmaps/liteamp/pos.png
|
||||
share/pixmaps/liteamp/prev.png
|
||||
share/pixmaps/liteamp/seek.png
|
||||
share/pixmaps/liteamp/shuffle.png
|
||||
share/pixmaps/liteamp/start.png
|
||||
share/pixmaps/liteamp/stop.png
|
||||
share/pixmaps/liteamp/tree-view.png
|
||||
share/pixmaps/liteamp/vol.png
|
||||
share/pixmaps/liteamp/vol_down.png
|
||||
share/pixmaps/liteamp/vol_mute.png
|
||||
share/pixmaps/liteamp/vol_up.png
|
||||
share/applications/liteamp.desktop
|
||||
@dirrm share/pixmaps/liteamp
|
||||
@dirrmtry share/applications
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $Id: Makefile,v 1.56 2007/10/10 16:52:55 killfill Exp $
|
||||
# $Id: Makefile,v 1.54 2007/01/26 03:17:25 tmclau02 Exp $
|
||||
#
|
||||
|
||||
PORTNAME= muine
|
||||
PORTVERSION= 0.8.7
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= http://muine-player.org/releases/
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue