Remove pigment and py-pigment, they were only dependencies of moovida
but the latter was removed a while ago, and upstream is dead anyway. ok ajacoutot@ a while ago
This commit is contained in:
parent
89046c2316
commit
676371859b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.432 2017/03/04 16:08:55 krw Exp $
|
||||
# $OpenBSD: Makefile,v 1.433 2017/03/22 21:23:52 landry Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += DevIL
|
||||
@ -204,7 +204,6 @@
|
||||
SUBDIR += pdfsandwich
|
||||
SUBDIR += pecl-imagick
|
||||
SUBDIR += pho
|
||||
SUBDIR += pigment
|
||||
SUBDIR += pinta
|
||||
SUBDIR += png
|
||||
SUBDIR += png2ico
|
||||
@ -227,7 +226,6 @@
|
||||
SUBDIR += py-matplotlib
|
||||
SUBDIR += py-matplotlib,python3
|
||||
SUBDIR += py-opengl
|
||||
SUBDIR += py-pigment
|
||||
SUBDIR += py-pyx
|
||||
SUBDIR += py-sane
|
||||
SUBDIR += py-sane,python3
|
||||
|
@ -1,47 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2016/03/27 15:31:24 naddy Exp $
|
||||
|
||||
COMMENT = 3D scene graph library for rich UI
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
DISTNAME = pigment-0.3.17
|
||||
MASTER_SITES = https://distfiles.nl/
|
||||
|
||||
REVISION = 8
|
||||
|
||||
SHARED_LIBS += pigment-0.3 0.0 \
|
||||
pigment-gtk-0.3 0.0 \
|
||||
pigment-imaging-0.3 0.0
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
HOMEPAGE = https://code.fluendo.com/pigment/trac
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
#tslib is linux only
|
||||
CONFIGURE_ARGS = --enable-touchscreen=no \
|
||||
--enable-opengl-tests
|
||||
|
||||
CONFIGURE_ENV += LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include"
|
||||
|
||||
MODULES = devel/gettext
|
||||
USE_GMAKE = Yes
|
||||
# needs a check-enabled gstreamer
|
||||
NO_TEST = Yes
|
||||
|
||||
LIB_DEPENDS = x11/gtk+2 \
|
||||
multimedia/gstreamer-0.10/plugins-base
|
||||
|
||||
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
|
||||
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre xml2
|
||||
WANTLIB += pixman-1 png pthread-stubs xcb z gstbase-0.10 gstreamer-0.10
|
||||
WANTLIB += gdk_pixbuf-2.0 gdk_pixbuf_xlib-2.0 gtk-x11-2.0 gdk-x11-2.0
|
||||
WANTLIB += gstvideo-0.10 Xxf86vm drm ffi stdc++ xcb-render xcb-shm
|
||||
WANTLIB += X11-xcb glapi graphite2 harfbuzz lzma orc-0.4 pthread
|
||||
WANTLIB += xcb-dri2 xcb-glx
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (pigment-0.3.17.tar.gz) = eNNBL9hoKNcBo5qGesXgov8I16Iom6/YEi0Kwvz8Ias=
|
||||
SIZE (pigment-0.3.17.tar.gz) = 1204962
|
@ -1,27 +0,0 @@
|
||||
$OpenBSD: patch-plugins_opengles_pgmglesviewport_c,v 1.1 2013/09/08 13:08:16 landry Exp $
|
||||
https://code.fluendo.com/pigment/trac/changeset/1472
|
||||
--- plugins/opengles/pgmglesviewport.c.orig Sun Sep 8 15:03:29 2013
|
||||
+++ plugins/opengles/pgmglesviewport.c Sun Sep 8 15:03:59 2013
|
||||
@@ -1418,22 +1418,6 @@ pgm_gles_viewport_flush_update_queue (PgmGlesViewport
|
||||
void
|
||||
pgm_gles_viewport_update_drawable_projection (PgmGlesViewport *glesviewport)
|
||||
{
|
||||
- g_mutex_lock (glesviewport->layer_lock);
|
||||
-
|
||||
- /* Adapt position and size of all the drawables */
|
||||
- g_list_foreach (glesviewport->near_layer,
|
||||
- (GFunc) pgm_gles_drawable_update_projection, NULL);
|
||||
- g_list_foreach (glesviewport->middle_layer,
|
||||
- (GFunc) pgm_gles_drawable_update_projection, NULL);
|
||||
- g_list_foreach (glesviewport->far_layer,
|
||||
- (GFunc) pgm_gles_drawable_update_projection, NULL);
|
||||
-
|
||||
- g_mutex_unlock (glesviewport->layer_lock);
|
||||
-}
|
||||
-
|
||||
-void
|
||||
-pgm_gles_viewport_update_drawable_projection (PgmGlesViewport *glesviewport)
|
||||
-{
|
||||
GList *near_layer, *middle_layer, *far_layer;
|
||||
|
||||
/* Get copies of the layers */
|
@ -1,6 +0,0 @@
|
||||
Pigment is a library designed to easily build user interfaces for
|
||||
embedded multimedia. Its design allows to use it on several platforms,
|
||||
thanks to a plugin system allowing to choose the underlying graphical
|
||||
API.
|
||||
Note that it heavily uses OpenGL, so you need a decent hardware
|
||||
support for it.
|
@ -1,83 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2016/03/27 15:31:24 naddy Exp $
|
||||
include/pigment-0.3/
|
||||
include/pigment-0.3/pgm/
|
||||
include/pigment-0.3/pgm/gtk/
|
||||
include/pigment-0.3/pgm/gtk/pgmgtk.h
|
||||
include/pigment-0.3/pgm/imaging/
|
||||
include/pigment-0.3/pgm/imaging/pgmimaging.h
|
||||
include/pigment-0.3/pgm/pgm.h
|
||||
include/pigment-0.3/pgm/pgmcanvas.h
|
||||
include/pigment-0.3/pgm/pgmcommon.h
|
||||
include/pigment-0.3/pgm/pgmdrawable.h
|
||||
include/pigment-0.3/pgm/pgmenumtypes.h
|
||||
include/pigment-0.3/pgm/pgmevents.h
|
||||
include/pigment-0.3/pgm/pgmimage.h
|
||||
include/pigment-0.3/pgm/pgmimagesink.h
|
||||
include/pigment-0.3/pgm/pgmkeysyms.h
|
||||
include/pigment-0.3/pgm/pgmlinearalgebra.h
|
||||
include/pigment-0.3/pgm/pgmmarshal.h
|
||||
include/pigment-0.3/pgm/pgmmodule.h
|
||||
include/pigment-0.3/pgm/pgmplugin.h
|
||||
include/pigment-0.3/pgm/pgmtext.h
|
||||
include/pigment-0.3/pgm/pgmversion.h
|
||||
include/pigment-0.3/pgm/pgmviewport.h
|
||||
include/pigment-0.3/pgm/pgmviewportfactory.h
|
||||
lib/libpigment-0.3.a
|
||||
lib/libpigment-0.3.la
|
||||
@lib lib/libpigment-0.3.so.${LIBpigment-0.3_VERSION}
|
||||
lib/libpigment-gtk-0.3.a
|
||||
lib/libpigment-gtk-0.3.la
|
||||
@lib lib/libpigment-gtk-0.3.so.${LIBpigment-gtk-0.3_VERSION}
|
||||
lib/libpigment-imaging-0.3.a
|
||||
lib/libpigment-imaging-0.3.la
|
||||
@lib lib/libpigment-imaging-0.3.so.${LIBpigment-imaging-0.3_VERSION}
|
||||
lib/pigment-0.3/
|
||||
lib/pigment-0.3/0.3.17/
|
||||
lib/pigment-0.3/0.3.17/libpgmboilerplate.a
|
||||
lib/pigment-0.3/0.3.17/libpgmboilerplate.la
|
||||
lib/pigment-0.3/0.3.17/libpgmboilerplate.so
|
||||
lib/pigment-0.3/0.3.17/libpgmopengl.a
|
||||
lib/pigment-0.3/0.3.17/libpgmopengl.la
|
||||
lib/pigment-0.3/0.3.17/libpgmopengl.so
|
||||
lib/pigment-0.3/0.3.17/libpgmopengles.a
|
||||
lib/pigment-0.3/0.3.17/libpgmopengles.la
|
||||
lib/pigment-0.3/0.3.17/libpgmopengles.so
|
||||
lib/pkgconfig/pigment-0.3.pc
|
||||
lib/pkgconfig/pigment-gtk-0.3.pc
|
||||
lib/pkgconfig/pigment-imaging-0.3.pc
|
||||
share/gtk-doc/html/pigment/
|
||||
share/gtk-doc/html/pigment/PgmCanvas.html
|
||||
share/gtk-doc/html/pigment/PgmDrawable.html
|
||||
share/gtk-doc/html/pigment/PgmGtk.html
|
||||
share/gtk-doc/html/pigment/PgmImage.html
|
||||
share/gtk-doc/html/pigment/PgmImageSink.html
|
||||
share/gtk-doc/html/pigment/PgmText.html
|
||||
share/gtk-doc/html/pigment/PgmViewport.html
|
||||
share/gtk-doc/html/pigment/PgmViewportFactory.html
|
||||
share/gtk-doc/html/pigment/api-index.html
|
||||
share/gtk-doc/html/pigment/filled_layout.png
|
||||
share/gtk-doc/html/pigment/home.png
|
||||
share/gtk-doc/html/pigment/index.html
|
||||
share/gtk-doc/html/pigment/index.sgml
|
||||
share/gtk-doc/html/pigment/introduction.html
|
||||
share/gtk-doc/html/pigment/left.png
|
||||
share/gtk-doc/html/pigment/pgm-compiling.html
|
||||
share/gtk-doc/html/pigment/pgm-running.html
|
||||
share/gtk-doc/html/pigment/pigment-Pgm.html
|
||||
share/gtk-doc/html/pigment/pigment-PgmCommon.html
|
||||
share/gtk-doc/html/pigment/pigment-PgmEvents.html
|
||||
share/gtk-doc/html/pigment/pigment-PgmImaging.html
|
||||
share/gtk-doc/html/pigment/pigment-PgmLinearAlgebra.html
|
||||
share/gtk-doc/html/pigment/pigment-PgmPlugin.html
|
||||
share/gtk-doc/html/pigment/pigment-PgmVersion.html
|
||||
share/gtk-doc/html/pigment/pigment-core.html
|
||||
share/gtk-doc/html/pigment/pigment-hierarchy.html
|
||||
share/gtk-doc/html/pigment/pigment-library.html
|
||||
share/gtk-doc/html/pigment/pigment-overview.html
|
||||
share/gtk-doc/html/pigment/pigment.devhelp
|
||||
share/gtk-doc/html/pigment/pigment.devhelp2
|
||||
share/gtk-doc/html/pigment/right.png
|
||||
share/gtk-doc/html/pigment/scaled_layout.png
|
||||
share/gtk-doc/html/pigment/style.css
|
||||
share/gtk-doc/html/pigment/up.png
|
||||
share/gtk-doc/html/pigment/zoomed_layout.png
|
@ -1,42 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2015/11/06 15:00:38 ajacoutot Exp $
|
||||
|
||||
COMMENT = python bindings for pigment
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
V= 0.3.12
|
||||
DISTNAME = pigment-python-$V
|
||||
PKGNAME = py-pigment-$V
|
||||
REVISION = 7
|
||||
MASTER_SITES = http://elisa.fluendo.com/static/download/pigment/
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
||||
WANTLIB += Xrandr Xrender atk-1.0 cairo expat ffi fontconfig freetype
|
||||
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 graphite2 gstbase-0.10 gstreamer-0.10 gstvideo-0.10
|
||||
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz lzma m orc-0.4 pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pigment-0.3 pigment-gtk-0.3
|
||||
WANTLIB += pigment-imaging-0.3 pixman-1 png pthread pthread-stubs
|
||||
WANTLIB += xcb xcb-render xcb-shm xml2 z
|
||||
|
||||
HOMEPAGE = https://code.fluendo.com/pigment/trac
|
||||
|
||||
MODULES = lang/python \
|
||||
devel/gettext
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${X11BASE}/include -L${LOCALBASE}/include"
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
RUN_DEPENDS = multimedia/gstreamer-0.10/py-gstreamer
|
||||
BUILD_DEPENDS = multimedia/gstreamer-0.10/py-gstreamer
|
||||
|
||||
LIB_DEPENDS = graphics/pigment
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (pigment-python-0.3.12.tar.gz) = 1gtj0hZhgge1wdlk3OCQ7Dr9oNf5FrOgatSfC9rcUFg=
|
||||
SIZE (pigment-python-0.3.12.tar.gz) = 573736
|
@ -1,26 +0,0 @@
|
||||
$OpenBSD: patch-pgm_pgmmodule_c,v 1.1.1.1 2009/10/13 19:39:12 landry Exp $
|
||||
Needed for python to correctly view gl syms, has to be dlopened w/ RTLD_GLOBAL.
|
||||
--- pgm/pgmmodule.c.orig Wed May 20 19:08:27 2009
|
||||
+++ pgm/pgmmodule.c Tue Oct 13 13:05:29 2009
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <pygobject.h>
|
||||
#include <Python.h>
|
||||
#include <pgm/pgm.h>
|
||||
+#include <dlfcn.h>
|
||||
|
||||
void pypgm_register_classes (PyObject *d);
|
||||
void pypgm_add_constants (PyObject *module, const gchar *strip_prefix);
|
||||
@@ -57,6 +58,13 @@ init_pgm (void)
|
||||
argv = g_new (char *, argc);
|
||||
for (i = 0; i < argc; i++)
|
||||
argv[i] = g_strdup (PyString_AsString (PyList_GetItem (av, i)));
|
||||
+ }
|
||||
+
|
||||
+ /* for an unknown reason python doesn't load libGL, so force it */
|
||||
+ if (!dlopen ("libGL.so", RTLD_GLOBAL|RTLD_NOW))
|
||||
+ {
|
||||
+ perror(dlerror());
|
||||
+ return;
|
||||
}
|
||||
|
||||
if (!pgm_init_check (&argc, &argv))
|
@ -1,2 +0,0 @@
|
||||
Pigment-python contains modules that allow you to use Pigment in Python
|
||||
programs. At present, it is a fairly complete set of bindings.
|
@ -1,163 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/13 19:39:12 landry Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/_pgmgtkmodule.a
|
||||
lib/python${MODPY_VERSION}/site-packages/_pgmgtkmodule.la
|
||||
lib/python${MODPY_VERSION}/site-packages/_pgmgtkmodule.so
|
||||
lib/python${MODPY_VERSION}/site-packages/_pgmimagingmodule.a
|
||||
lib/python${MODPY_VERSION}/site-packages/_pgmimagingmodule.la
|
||||
lib/python${MODPY_VERSION}/site-packages/_pgmimagingmodule.so
|
||||
lib/python${MODPY_VERSION}/site-packages/_pgmmodule.a
|
||||
lib/python${MODPY_VERSION}/site-packages/_pgmmodule.la
|
||||
lib/python${MODPY_VERSION}/site-packages/_pgmmodule.so
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/__init__.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/__init__.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/drawable.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/drawable.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/drawable.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/group.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/group.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/group.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/image.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/image.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/image.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/text.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/text.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/graph/text.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/keysyms.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/keysyms.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/keysyms.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/__init__.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/controller.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/controller.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/controller.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/implicit.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/implicit.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/implicit.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/keyframe.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/keyframe.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/keyframe.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/modifier.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/modifier.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/modifier.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/ticker.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/ticker.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/timing/ticker.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/__init__.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/benchmark.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/benchmark.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/benchmark.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/classinit.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/classinit.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/classinit.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/image.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/image.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/image.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/maths.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/maths.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/utils/maths.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/__init__.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/button.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/button.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/button.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/circular_list_ng.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/circular_list_ng.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/circular_list_ng.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/console.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/console.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/console.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/const.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/const.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/const.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/grid_ng.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/grid_ng.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/grid_ng.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/list_ng.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/list_ng.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/list_ng.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/scrollbar.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/scrollbar.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/scrollbar.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/sliced_image.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/sliced_image.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pgm/widgets/sliced_image.pyo
|
||||
share/pigment-python/
|
||||
share/pigment-python/0.3/
|
||||
share/pigment-python/0.3/examples/
|
||||
share/pigment-python/0.3/examples/cloning.py
|
||||
share/pigment-python/0.3/examples/groups.py
|
||||
share/pigment-python/0.3/examples/image.py
|
||||
share/pigment-python/0.3/examples/implicit.py
|
||||
share/pigment-python/0.3/examples/layout.py
|
||||
share/pigment-python/0.3/examples/mappingmatrix.py
|
||||
share/pigment-python/0.3/examples/pgmgtk.py
|
||||
share/pigment-python/0.3/examples/pictures/
|
||||
share/pigment-python/0.3/examples/pictures/fluendo.png
|
||||
share/pigment-python/0.3/examples/pictures/line-pattern.png
|
||||
share/pigment-python/0.3/examples/pictures/meiko.jpg
|
||||
share/pigment-python/0.3/examples/sphere.py
|
||||
share/pigment-python/0.3/examples/text.py
|
||||
share/pigment-python/0.3/examples/timing.py
|
||||
share/pigment-python/0.3/examples/video.py
|
||||
share/pigment-python/0.3/examples/webcam.py
|
||||
share/pigment-python/0.3/examples/wrapping.py
|
||||
share/pigment-python/2.0/
|
||||
share/pigment-python/2.0/codegen/
|
||||
share/pigment-python/2.0/codegen/__init__.py
|
||||
share/pigment-python/2.0/codegen/__init__.pyc
|
||||
share/pigment-python/2.0/codegen/__init__.pyo
|
||||
share/pigment-python/2.0/codegen/argtypes.py
|
||||
share/pigment-python/2.0/codegen/argtypes.pyc
|
||||
share/pigment-python/2.0/codegen/argtypes.pyo
|
||||
share/pigment-python/2.0/codegen/codegen.py
|
||||
share/pigment-python/2.0/codegen/codegen.pyc
|
||||
share/pigment-python/2.0/codegen/codegen.pyo
|
||||
share/pigment-python/2.0/codegen/createdefs.py
|
||||
share/pigment-python/2.0/codegen/createdefs.pyc
|
||||
share/pigment-python/2.0/codegen/createdefs.pyo
|
||||
share/pigment-python/2.0/codegen/definitions.py
|
||||
share/pigment-python/2.0/codegen/definitions.pyc
|
||||
share/pigment-python/2.0/codegen/definitions.pyo
|
||||
share/pigment-python/2.0/codegen/defsparser.py
|
||||
share/pigment-python/2.0/codegen/defsparser.pyc
|
||||
share/pigment-python/2.0/codegen/defsparser.pyo
|
||||
share/pigment-python/2.0/codegen/docextract.py
|
||||
share/pigment-python/2.0/codegen/docextract.pyc
|
||||
share/pigment-python/2.0/codegen/docextract.pyo
|
||||
share/pigment-python/2.0/codegen/docgen.py
|
||||
share/pigment-python/2.0/codegen/docgen.pyc
|
||||
share/pigment-python/2.0/codegen/docgen.pyo
|
||||
share/pigment-python/2.0/codegen/docstuff.py
|
||||
share/pigment-python/2.0/codegen/docstuff.pyc
|
||||
share/pigment-python/2.0/codegen/docstuff.pyo
|
||||
share/pigment-python/2.0/codegen/h2def.py
|
||||
share/pigment-python/2.0/codegen/h2def.pyc
|
||||
share/pigment-python/2.0/codegen/h2def.pyo
|
||||
share/pigment-python/2.0/codegen/mergedefs.py
|
||||
share/pigment-python/2.0/codegen/mergedefs.pyc
|
||||
share/pigment-python/2.0/codegen/mergedefs.pyo
|
||||
share/pigment-python/2.0/codegen/mkskel.py
|
||||
share/pigment-python/2.0/codegen/mkskel.pyc
|
||||
share/pigment-python/2.0/codegen/mkskel.pyo
|
||||
share/pigment-python/2.0/codegen/override.py
|
||||
share/pigment-python/2.0/codegen/override.pyc
|
||||
share/pigment-python/2.0/codegen/override.pyo
|
||||
share/pigment-python/2.0/codegen/reversewrapper.py
|
||||
share/pigment-python/2.0/codegen/reversewrapper.pyc
|
||||
share/pigment-python/2.0/codegen/reversewrapper.pyo
|
||||
share/pigment-python/2.0/codegen/scmexpr.py
|
||||
share/pigment-python/2.0/codegen/scmexpr.pyc
|
||||
share/pigment-python/2.0/codegen/scmexpr.pyo
|
Loading…
Reference in New Issue
Block a user