Remove way outdated Enlightenment packages (Asparagus release)
This commit is contained in:
parent
b756516442
commit
008a67c5ff
37 changed files with 1 additions and 904 deletions
6
Makefile
6
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.2348 2006/08/27 18:00:40 airhead Exp $
|
||||
# $Id: Makefile,v 1.2349 2006/08/27 18:05:55 airhead Exp $
|
||||
#
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
@ -209,9 +209,7 @@ SUBDIR+= eboard-extras
|
|||
SUBDIR+= ecasound
|
||||
SUBDIR+= eciadsl-usermode
|
||||
SUBDIR+= ecl
|
||||
SUBDIR+= ecore
|
||||
SUBDIR+= editline
|
||||
SUBDIR+= edje
|
||||
SUBDIR+= eic
|
||||
SUBDIR+= ejourn
|
||||
SUBDIR+= electricsheep
|
||||
|
@ -239,8 +237,6 @@ SUBDIR+= epsg
|
|||
SUBDIR+= erc
|
||||
SUBDIR+= esdl
|
||||
SUBDIR+= ethtool
|
||||
SUBDIR+= evas
|
||||
SUBDIR+= evidence
|
||||
SUBDIR+= evieext
|
||||
SUBDIR+= evolution-sharp
|
||||
SUBDIR+= ezbounce
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Ecore is the event/X abstraction layer that makes doing selections,
|
||||
Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
|
||||
optimized, and convenient. It's a separate library so anyone can make
|
||||
use of the work put into Ecore to make this job easy for applications.
|
|
@ -1,21 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.6 2006/05/01 01:32:00 shattered Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ecore-1.0.0_pre7
|
||||
PKGNAME= ecore-1.0.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
|
||||
|
||||
MAINTAINER= Peter.Bex@student.kun.nl
|
||||
HOMEPAGE= http://www.enlightenment.org/Libraries/Ecore/
|
||||
COMMENT= Core events/X abstraction layer for Enlightenment
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../wip/evas/buildlink3.mk"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
53
ecore/PLIST
53
ecore/PLIST
|
@ -1,53 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/09/23 05:59:32 jlamwww Exp $
|
||||
bin/ecore-config
|
||||
bin/ecore_evas_test
|
||||
bin/ecore_test
|
||||
include/Ecore.h
|
||||
include/Ecore_Con.h
|
||||
include/Ecore_Config.h
|
||||
include/Ecore_Data.h
|
||||
include/Ecore_Evas.h
|
||||
include/Ecore_Ipc.h
|
||||
include/Ecore_Job.h
|
||||
include/Ecore_Txt.h
|
||||
include/Ecore_X.h
|
||||
include/Ecore_X_Cursor.h
|
||||
lib/ecore_config_ipc_ecore.la
|
||||
lib/libecore.la
|
||||
lib/libecore_con.la
|
||||
lib/libecore_config.la
|
||||
lib/libecore_evas.la
|
||||
lib/libecore_ipc.la
|
||||
lib/libecore_job.la
|
||||
lib/libecore_txt.la
|
||||
lib/libecore_x.la
|
||||
lib/pkgconfig/ecore.pc
|
||||
share/aclocal/ecore.m4
|
||||
share/ecore/data/fonts/Vera.ttf
|
||||
share/ecore/data/fonts/VeraBI.ttf
|
||||
share/ecore/data/fonts/VeraBd.ttf
|
||||
share/ecore/data/fonts/VeraIt.ttf
|
||||
share/ecore/data/fonts/VeraMoBI.ttf
|
||||
share/ecore/data/fonts/VeraMoBd.ttf
|
||||
share/ecore/data/fonts/VeraMoIt.ttf
|
||||
share/ecore/data/fonts/VeraMono.ttf
|
||||
share/ecore/data/fonts/VeraSe.ttf
|
||||
share/ecore/data/fonts/VeraSeBd.ttf
|
||||
share/ecore/data/fonts/fonts.alias
|
||||
share/ecore/data/fonts/fonts.dir
|
||||
share/ecore/data/images/ball.png
|
||||
share/ecore/data/images/bar.png
|
||||
share/ecore/data/images/bar_shad_above.png
|
||||
share/ecore/data/images/bar_shad_below.png
|
||||
share/ecore/data/images/bg.png
|
||||
share/ecore/data/images/crosshair.png
|
||||
share/ecore/data/images/e_logo.png
|
||||
share/ecore/data/images/evas_logo.png
|
||||
share/ecore/data/images/shadow.png
|
||||
share/ecore/data/pointers/mouse_pointer.png
|
||||
share/ecore/system.db
|
||||
@dirrm share/ecore/data/pointers
|
||||
@dirrm share/ecore/data/images
|
||||
@dirrm share/ecore/data/fonts
|
||||
@dirrm share/ecore/data
|
||||
@dirrm share/ecore
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: TODO,v 1.1.1.1 2004/09/16 15:39:59 airhead Exp $
|
||||
|
||||
TODO list for ecore:
|
||||
|
||||
- Make sure openssl gets detected even if it's in base. The problem lies
|
||||
deeper than just this package, though.
|
|
@ -1,22 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.4 2006/04/06 07:17:12 jeremy-c-reed Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
ECORE_BUILDLINK3_MK:= ${ECORE_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= ecore
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES+= ecore
|
||||
|
||||
.if !empty(ECORE_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_API_DEPENDS.ecore+= ecore>=1.0.0nb1
|
||||
BUILDLINK_PKGSRCDIR.ecore?= ../../wip/ecore
|
||||
.endif # ECORE_BUILDLINK3_MK
|
||||
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../wip/evas/buildlink3.mk"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/09/28 06:41:12 rillig Exp $
|
||||
|
||||
SHA1 (ecore-1.0.0_pre7.tar.gz) = 2d9e23f128ddf1da5af13fd15d2bde8777109958
|
||||
RMD160 (ecore-1.0.0_pre7.tar.gz) = 6d6746d51421c4ae0a5e0308134f3b85b972969d
|
||||
Size (ecore-1.0.0_pre7.tar.gz) = 992579 bytes
|
14
edje/DESCR
14
edje/DESCR
|
@ -1,14 +0,0 @@
|
|||
Edje is a complex graphical design and layout engine. It provides a
|
||||
mechanism for allowing configuration data to define visual elements in
|
||||
terms of layout, behavior, and appearance. Edje allows for multiple
|
||||
collections of layouts in one file, allowing a complete set of images,
|
||||
animations, and controls to exist as a unified whole.
|
||||
|
||||
Edje separates the arrangement, appearance, and behavior logic into
|
||||
distinct independent entities. This allows visual objects to share
|
||||
image data and configuration information without requiring them to do
|
||||
so. This separation and simplistic event driven style of programming
|
||||
can produce almost any look and feel one could want for basic visual
|
||||
elements. Anything more complex is likely the domain of an application
|
||||
or widget set that may use Edje as a conveneient way of being able to
|
||||
configure parts of the display.
|
|
@ -1,23 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.7 2006/05/01 01:32:00 shattered Exp $
|
||||
#
|
||||
|
||||
DISTNAME= edje-0.5.0
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
|
||||
|
||||
MAINTAINER= Peter.Bex@student.kun.nl
|
||||
HOMEPAGE= http://www.enlightenment.org/Libraries/Edje/
|
||||
COMMENT= Complex Graphical Design/Layout Engine
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../graphics/imlib2/buildlink3.mk"
|
||||
.include "../../devel/eet/buildlink3.mk"
|
||||
.include "../../wip/embryo/buildlink3.mk"
|
||||
.include "../../wip/ecore/buildlink3.mk"
|
||||
.include "../../wip/evas/buildlink3.mk"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
180
edje/PLIST
180
edje/PLIST
|
@ -1,180 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/09/23 05:59:33 jlamwww Exp $
|
||||
bin/edje
|
||||
bin/edje-config
|
||||
bin/edje_cc
|
||||
bin/edje_ls
|
||||
include/Edje.h
|
||||
include/Edje_Edit.h
|
||||
lib/libedje.la
|
||||
lib/libedje_edit.la
|
||||
share/edje/data/e_logo.sh
|
||||
share/edje/data/images/bg.png
|
||||
share/edje/data/images/e.png
|
||||
share/edje/data/images/e001.png
|
||||
share/edje/data/images/e002.png
|
||||
share/edje/data/images/e003.png
|
||||
share/edje/data/images/e004.png
|
||||
share/edje/data/images/e005.png
|
||||
share/edje/data/images/e006.png
|
||||
share/edje/data/images/e007.png
|
||||
share/edje/data/images/e008.png
|
||||
share/edje/data/images/e009.png
|
||||
share/edje/data/images/e010.png
|
||||
share/edje/data/images/e011.png
|
||||
share/edje/data/images/e012.png
|
||||
share/edje/data/images/e013.png
|
||||
share/edje/data/images/e014.png
|
||||
share/edje/data/images/e015.png
|
||||
share/edje/data/images/e016.png
|
||||
share/edje/data/images/e017.png
|
||||
share/edje/data/images/e018.png
|
||||
share/edje/data/images/e019.png
|
||||
share/edje/data/images/e020.png
|
||||
share/edje/data/images/e021.png
|
||||
share/edje/data/images/e022.png
|
||||
share/edje/data/images/e023.png
|
||||
share/edje/data/images/e024.png
|
||||
share/edje/data/images/e025.png
|
||||
share/edje/data/images/e026.png
|
||||
share/edje/data/images/e027.png
|
||||
share/edje/data/images/e028.png
|
||||
share/edje/data/images/e029.png
|
||||
share/edje/data/images/e030.png
|
||||
share/edje/data/images/e031.png
|
||||
share/edje/data/images/e032.png
|
||||
share/edje/data/images/e033.png
|
||||
share/edje/data/images/e034.png
|
||||
share/edje/data/images/e035.png
|
||||
share/edje/data/images/e036.png
|
||||
share/edje/data/images/e037.png
|
||||
share/edje/data/images/e038.png
|
||||
share/edje/data/images/e039.png
|
||||
share/edje/data/images/e040.png
|
||||
share/edje/data/images/e041.png
|
||||
share/edje/data/images/e042.png
|
||||
share/edje/data/images/e043.png
|
||||
share/edje/data/images/e044.png
|
||||
share/edje/data/images/e045.png
|
||||
share/edje/data/images/e046.png
|
||||
share/edje/data/images/e047.png
|
||||
share/edje/data/images/e048.png
|
||||
share/edje/data/images/e049.png
|
||||
share/edje/data/images/e050.png
|
||||
share/edje/data/images/e051.png
|
||||
share/edje/data/images/e052.png
|
||||
share/edje/data/images/e053.png
|
||||
share/edje/data/images/e054.png
|
||||
share/edje/data/images/e055.png
|
||||
share/edje/data/images/e056.png
|
||||
share/edje/data/images/e057.png
|
||||
share/edje/data/images/e058.png
|
||||
share/edje/data/images/e059.png
|
||||
share/edje/data/images/e060.png
|
||||
share/edje/data/images/e061.png
|
||||
share/edje/data/images/e062.png
|
||||
share/edje/data/images/e063.png
|
||||
share/edje/data/images/e064.png
|
||||
share/edje/data/images/e065.png
|
||||
share/edje/data/images/e066.png
|
||||
share/edje/data/images/e067.png
|
||||
share/edje/data/images/e068.png
|
||||
share/edje/data/images/e069.png
|
||||
share/edje/data/images/e070.png
|
||||
share/edje/data/images/e071.png
|
||||
share/edje/data/images/e072.png
|
||||
share/edje/data/images/e073.png
|
||||
share/edje/data/images/e074.png
|
||||
share/edje/data/images/e075.png
|
||||
share/edje/data/images/e076.png
|
||||
share/edje/data/images/e077.png
|
||||
share/edje/data/images/e078.png
|
||||
share/edje/data/images/e079.png
|
||||
share/edje/data/images/e080.png
|
||||
share/edje/data/images/e081.png
|
||||
share/edje/data/images/e082.png
|
||||
share/edje/data/images/e083.png
|
||||
share/edje/data/images/e084.png
|
||||
share/edje/data/images/e085.png
|
||||
share/edje/data/images/e086.png
|
||||
share/edje/data/images/e087.png
|
||||
share/edje/data/images/e088.png
|
||||
share/edje/data/images/e089.png
|
||||
share/edje/data/images/e090.png
|
||||
share/edje/data/images/e091.png
|
||||
share/edje/data/images/e092.png
|
||||
share/edje/data/images/e093.png
|
||||
share/edje/data/images/e094.png
|
||||
share/edje/data/images/e095.png
|
||||
share/edje/data/images/e096.png
|
||||
share/edje/data/images/e097.png
|
||||
share/edje/data/images/e098.png
|
||||
share/edje/data/images/e099.png
|
||||
share/edje/data/images/e100.png
|
||||
share/edje/data/images/e101.png
|
||||
share/edje/data/images/e102.png
|
||||
share/edje/data/images/e103.png
|
||||
share/edje/data/images/e104.png
|
||||
share/edje/data/images/e105.png
|
||||
share/edje/data/images/e106.png
|
||||
share/edje/data/images/e107.png
|
||||
share/edje/data/images/e108.png
|
||||
share/edje/data/images/e109.png
|
||||
share/edje/data/images/e110.png
|
||||
share/edje/data/images/e111.png
|
||||
share/edje/data/images/e112.png
|
||||
share/edje/data/images/e113.png
|
||||
share/edje/data/images/e114.png
|
||||
share/edje/data/images/e115.png
|
||||
share/edje/data/images/e116.png
|
||||
share/edje/data/images/e117.png
|
||||
share/edje/data/images/e118.png
|
||||
share/edje/data/images/e119.png
|
||||
share/edje/data/images/e120.png
|
||||
share/edje/data/include/edje.inc
|
||||
share/edje/data/src/e_logo.edc
|
||||
share/edje/data/src/test.edc
|
||||
share/edje/data/template/README
|
||||
share/edje/data/template/build_theme.sh
|
||||
share/edje/data/template/default.edc
|
||||
share/edje/data/template/embryo/global.edc
|
||||
share/edje/data/template/fonts/Vera.ttf
|
||||
share/edje/data/template/fonts/fonts.edc
|
||||
share/edje/data/template/hashes/hashes.edc
|
||||
share/edje/data/template/images/images.edc
|
||||
share/edje/data/template/macros/mymacro.edc
|
||||
share/edje/data/template/parts/bg.edc
|
||||
share/edje/data/template/programs/bg.edc
|
||||
share/edje/data/test/fonts/Vera.ttf
|
||||
share/edje/data/test/fonts/VeraBI.ttf
|
||||
share/edje/data/test/fonts/VeraBd.ttf
|
||||
share/edje/data/test/fonts/VeraIt.ttf
|
||||
share/edje/data/test/fonts/VeraMoBI.ttf
|
||||
share/edje/data/test/fonts/VeraMoBd.ttf
|
||||
share/edje/data/test/fonts/VeraMoIt.ttf
|
||||
share/edje/data/test/fonts/VeraMono.ttf
|
||||
share/edje/data/test/fonts/VeraSe.ttf
|
||||
share/edje/data/test/fonts/VeraSeBd.ttf
|
||||
share/edje/data/test/fonts/fonts.alias
|
||||
share/edje/data/test/fonts/fonts.dir
|
||||
share/edje/data/test/images/bg.png
|
||||
share/edje/data/test/images/border.png
|
||||
share/edje/data/test/images/item_normal.png
|
||||
share/edje/data/test/images/item_selected.png
|
||||
share/edje/data/test/images/item_title.png
|
||||
share/edje/data/test/images/shadow.png
|
||||
@dirrm share/edje/data/test/images
|
||||
@dirrm share/edje/data/test/fonts
|
||||
@dirrm share/edje/data/test
|
||||
@dirrm share/edje/data/template/programs
|
||||
@dirrm share/edje/data/template/parts
|
||||
@dirrm share/edje/data/template/macros
|
||||
@dirrm share/edje/data/template/images
|
||||
@dirrm share/edje/data/template/hashes
|
||||
@dirrm share/edje/data/template/fonts
|
||||
@dirrm share/edje/data/template/embryo
|
||||
@dirrm share/edje/data/template
|
||||
@dirrm share/edje/data/src
|
||||
@dirrm share/edje/data/include
|
||||
@dirrm share/edje/data/images
|
||||
@dirrm share/edje/data
|
||||
@dirrm share/edje
|
|
@ -1,26 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.5 2006/04/06 07:17:14 jeremy-c-reed Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
EDJE_BUILDLINK3_MK:= ${EDJE_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= edje
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES+= edje
|
||||
|
||||
.if !empty(EDJE_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_API_DEPENDS.edje+= edje>=0.5.0
|
||||
BUILDLINK_PKGSRCDIR.edje?= ../../wip/edje
|
||||
.endif # EDJE_BUILDLINK3_MK
|
||||
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../graphics/imlib2/buildlink3.mk"
|
||||
.include "../../devel/eet/buildlink3.mk"
|
||||
.include "../../wip/embryo/buildlink3.mk"
|
||||
.include "../../wip/ecore/buildlink3.mk"
|
||||
.include "../../wip/evas/buildlink3.mk"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/09/28 06:41:12 rillig Exp $
|
||||
|
||||
SHA1 (edje-0.5.0.tar.gz) = d2996541fdcc48bfa89dea418063cf7bd70bc708
|
||||
RMD160 (edje-0.5.0.tar.gz) = ca9bc4f326c07dd0c4669da13312170d8df5c758
|
||||
Size (edje-0.5.0.tar.gz) = 3116833 bytes
|
|
@ -1,3 +0,0 @@
|
|||
Evas is a clean display canvas API for several target display systems
|
||||
that can draw anti-aliased text, smooth super and sub-sampled scaled
|
||||
images, alpha-blend objects much and more.
|
|
@ -1,25 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.7 2006/05/01 01:32:00 shattered Exp $
|
||||
#
|
||||
|
||||
DISTNAME= evas-1.0.0_pre13
|
||||
PKGNAME= evas-1.0.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
|
||||
|
||||
MAINTAINER= Peter.Bex@student.kun.nl
|
||||
HOMEPAGE= http://www.enlightenment.org/Libraries/Evas/
|
||||
COMMENT= High level display-independent canvas API
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../databases/edb/buildlink3.mk"
|
||||
.include "../../devel/eet/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/Mesa/buildlink3.mk"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
39
evas/PLIST
39
evas/PLIST
|
@ -1,39 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/09/23 05:59:35 jlamwww Exp $
|
||||
bin/evas-config
|
||||
bin/evas_buffer_test
|
||||
bin/evas_gl_x11_test
|
||||
bin/evas_software_x11_perf_load
|
||||
bin/evas_software_x11_perf_test
|
||||
bin/evas_software_x11_test
|
||||
include/Evas.h
|
||||
include/Evas_Engine_Buffer.h
|
||||
include/Evas_Engine_GL_X11.h
|
||||
include/Evas_Engine_Software_X11.h
|
||||
lib/libevas.la
|
||||
lib/pkgconfig/evas.pc
|
||||
share/evas/data/Vera.ttf
|
||||
share/evas/data/VeraBI.ttf
|
||||
share/evas/data/VeraBd.ttf
|
||||
share/evas/data/VeraIt.ttf
|
||||
share/evas/data/VeraMoBI.ttf
|
||||
share/evas/data/VeraMoBd.ttf
|
||||
share/evas/data/VeraMoIt.ttf
|
||||
share/evas/data/VeraMono.ttf
|
||||
share/evas/data/VeraSe.ttf
|
||||
share/evas/data/VeraSeBd.ttf
|
||||
share/evas/data/backdrop.png
|
||||
share/evas/data/bg.png
|
||||
share/evas/data/e_logo.png
|
||||
share/evas/data/evas_logo.png
|
||||
share/evas/data/fonts.alias
|
||||
share/evas/data/fonts.dir
|
||||
share/evas/data/panel.png
|
||||
share/evas/data/panel_shadow.png
|
||||
share/evas/data/panel_top.png
|
||||
share/evas/data/sphere.png
|
||||
share/evas/data/sphere_shadow.png
|
||||
share/evas/data/t1.png
|
||||
share/evas/data/t2.png
|
||||
share/evas/data/test_pattern.png
|
||||
@dirrm share/evas/data
|
||||
@dirrm share/evas
|
|
@ -1,26 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.6 2006/04/06 07:17:15 jeremy-c-reed Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
EVAS_BUILDLINK3_MK:= ${EVAS_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= evas
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES+= evas
|
||||
|
||||
.if !empty(EVAS_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_API_DEPENDS.evas+= evas>=1.0.0nb1
|
||||
BUILDLINK_PKGSRCDIR.evas?= ../../wip/evas
|
||||
.endif # EVAS_BUILDLINK3_MK
|
||||
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../databases/edb/buildlink3.mk"
|
||||
.include "../../devel/eet/buildlink3.mk"
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/Mesa/buildlink3.mk"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
|
@ -1,19 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/09/28 06:41:12 rillig Exp $
|
||||
|
||||
SHA1 (evas-1.0.0_pre13.tar.gz) = 09bbac66048f6fb98a793e7a88ceac3aa9ff9341
|
||||
RMD160 (evas-1.0.0_pre13.tar.gz) = 2cdd6597a9db29b8370abc4385e28194ae9c1c88
|
||||
Size (evas-1.0.0_pre13.tar.gz) = 4245207 bytes
|
||||
SHA1 (patch-aa) = c6ac691edce243516a9633fbd616818abf506f66
|
||||
SHA1 (patch-ab) = 12c7370c5faedd6d592d605e11fc93f8e0319269
|
||||
SHA1 (patch-ac) = 27732dfb2e856fcd37342526a2c0f0a5eb25fa7d
|
||||
SHA1 (patch-ad) = a892b4fbd8947deef5f0f08e7d39c3ce2b0c8fdf
|
||||
SHA1 (patch-ae) = 33f6acff564f759a92584216589865508ed216ab
|
||||
SHA1 (patch-af) = ee7069dd4c7d1e59132c78713373175b0ceb4dcb
|
||||
SHA1 (patch-ag) = 1112a1b0d618fea3fa1f2ef4b60299eaeda5eb94
|
||||
SHA1 (patch-ah) = c1eb3771160b025f094137654cd12ac5fb03cbc8
|
||||
SHA1 (patch-ai) = 520025b70f0a09851662ba09303bb45f9d43b488
|
||||
SHA1 (patch-aj) = dbfa020647e8e68d67e5a77457f4acb1eaff0473
|
||||
SHA1 (patch-ak) = 33cacde54262e36bbd258a5b8189b60e482b3e7e
|
||||
SHA1 (patch-al) = d04eb8a54a4edaf7811d24dc698a27450c61f268
|
||||
SHA1 (patch-am) = 25a8015b48b3f105150f439bda660bd75455e829
|
||||
SHA1 (patch-an) = 95e483f395eddb0366d960c9d87e6b0ab93f38a3
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- configure.orig 2004-07-30 05:21:41.000000000 +0200
|
||||
+++ configure
|
||||
@@ -23036,7 +23036,7 @@ fi
|
||||
|
||||
fi
|
||||
|
||||
-function vser
|
||||
+vser ()
|
||||
{
|
||||
v=$1
|
||||
VSTART=`echo $v | awk -F_ '{printf("%s", $1);}'`
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/Makefile.in.orig 2004-07-30 05:21:51.000000000 +0200
|
||||
+++ src/lib/Makefile.in
|
||||
@@ -121,7 +121,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ @x_cflags@ @qt_cflags@ @DIRECTFB_CFLAGS@ @gl_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ac,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/canvas/Makefile.in.orig 2004-07-30 05:21:52.000000000 +0200
|
||||
+++ src/lib/canvas/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ @x_cflags@ @DIRECTFB_CFLAGS@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ad,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/data/Makefile.in.orig 2004-07-30 05:21:52.000000000 +0200
|
||||
+++ src/lib/data/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ae,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/engines/buffer/Makefile.in.orig 2004-07-30 05:21:54.000000000 +0200
|
||||
+++ src/lib/engines/buffer/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-af,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/engines/common/Makefile.in.orig 2004-07-30 05:21:53.000000000 +0200
|
||||
+++ src/lib/engines/common/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS = @VALGRIND_LIBS@
|
||||
+LDFLAGS = @LDFLAGS@ @VALGRIND_LIBS@
|
||||
INCLUDES = @freetype_cflags@ @VALGRIND_CFLAGS@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ag,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/engines/directfb/Makefile.in.orig 2004-07-30 05:21:54.000000000 +0200
|
||||
+++ src/lib/engines/directfb/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ @DIRECTFB_CFLAGS@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ah,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/engines/fb/Makefile.in.orig 2004-07-30 05:21:53.000000000 +0200
|
||||
+++ src/lib/engines/fb/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ai,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/engines/gl_common/Makefile.in.orig 2004-07-30 05:21:55.000000000 +0200
|
||||
+++ src/lib/engines/gl_common/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ @gl_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-aj,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/engines/gl_x11/Makefile.in.orig 2004-07-30 05:21:55.000000000 +0200
|
||||
+++ src/lib/engines/gl_x11/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ @x_cflags@ @gl_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ak,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/engines/software_qtopia/Makefile.in.orig 2004-07-30 05:21:54.000000000 +0200
|
||||
+++ src/lib/engines/software_qtopia/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ @qt_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-al,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/engines/software_x11/Makefile.in.orig 2004-07-30 05:21:53.000000000 +0200
|
||||
+++ src/lib/engines/software_x11/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ @x_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-am,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/file/Makefile.in.orig 2004-07-30 05:21:52.000000000 +0200
|
||||
+++ src/lib/file/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-an,v 1.1.1.1 2004/09/16 15:03:12 airhead Exp $
|
||||
|
||||
--- src/lib/imaging/Makefile.in.orig 2004-07-30 05:21:55.000000000 +0200
|
||||
+++ src/lib/imaging/Makefile.in
|
||||
@@ -119,7 +119,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
# A list of all the files in the current directory which can be regenerated
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
-LDFLAGS =
|
||||
+LDFLAGS = @LDFLAGS@
|
||||
INCLUDES = @freetype_cflags@ -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Evidence is a file-manager with plugins for everything -- from ultra-fast JPEG
|
||||
previews to MP3/ID3 and Ogg tag editing. No bloat -- what you don't need, you
|
||||
don't load. Micro-shell, MP3 thumbnailing and extensive theming opportunities
|
||||
complete this slightly different browser.
|
|
@ -1,74 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.6 2005/11/02 18:00:12 thomasklausner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= evidence-0.9.8
|
||||
CATEGORIES= sysutils x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=evidence/}
|
||||
|
||||
MAINTAINER= Peter.Bex@student.kun.nl
|
||||
HOMEPAGE= http://evidence.sourceforge.net/
|
||||
COMMENT= Enlightened file manager
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
# Optional modules. This variable is similar to the MPLAYER_DRIVERS variable.
|
||||
EVIDENCE_MODULES= \
|
||||
libvorbis audio/libvorbis libvorbis \
|
||||
id3 audio/id3lib id3 \
|
||||
curl www/curl curl \
|
||||
libxine multimedia/xine-lib thumbnailer-xine \
|
||||
libmpeg3 multimedia/libmpeg3 thumbnailer-mpeg3 \
|
||||
avifile multimedia/avifile thumbnailer-avi \
|
||||
freetype graphics/freetype2 plugin-ttf \
|
||||
glib devel/glib glib \
|
||||
ecore wip/ecore ecore \
|
||||
ecore wip/ecore ecore-ipc \
|
||||
kde x11/kdelibs3 dcop \
|
||||
kde x11/kdelibs3 backend-kio \
|
||||
gnome x11/gnome-libs canvas-gnomecanvas \
|
||||
gnome-vfs sysutils/gnome-vfs backend-gnomevfs2 \
|
||||
evas wip/evas canvas-evas2
|
||||
|
||||
#
|
||||
# By default, disable most modules. This can be overridden by putting
|
||||
# the variable in mk.conf. glib isn't disabled because the main-loop from
|
||||
# pkgsrc ecore is too old, so evidence can use glib's main-loop
|
||||
#
|
||||
EVIDENCE_DISABLE_MODULES?=libvorbis curl libxine libmpeg3 avifile kde \
|
||||
gnome gnome-vfs
|
||||
|
||||
# Modules for which we currently (apparently) do not have a package
|
||||
EVIDENCE_NOPKG_MODULES= shared-mime dbus attrs acls plugin-extractor
|
||||
|
||||
.for mod pkg val in ${EVIDENCE_MODULES}
|
||||
. if empty(EVIDENCE_DISABLE_MODULES:M${mod})
|
||||
CONFIGURE_ARGS+= --enable-${val}
|
||||
. include "../../${pkg}/buildlink3.mk"
|
||||
. else
|
||||
CONFIGURE_ARGS+= --disable-${val}
|
||||
. endif
|
||||
.endfor
|
||||
|
||||
# Explicitly disable this stuff so it won't be detected incorrectly
|
||||
.for val in ${EVIDENCE_NOPKG_MODULES}
|
||||
CONFIGURE_ARGS+= --disable-${val}
|
||||
.endfor
|
||||
|
||||
.include "../../devel/libltdl/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/imlib2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
|
||||
#
|
||||
# The following are really optional, but don't have configure switches.
|
||||
# They are detected @ configure time, but not having them as dependency
|
||||
# means users can simply remove a dependency and get into trouble. (?)
|
||||
#
|
||||
.include "../../sysutils/fam/buildlink3.mk"
|
||||
.include "../../graphics/epeg/buildlink3.mk"
|
||||
.include "../../devel/pcre/buildlink3.mk"
|
||||
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
113
evidence/PLIST
113
evidence/PLIST
|
@ -1,113 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/09/23 05:59:35 jlamwww Exp $
|
||||
bin/evcfg
|
||||
bin/evidence
|
||||
bin/evsh
|
||||
info/evidence.info
|
||||
lib/evidence/action/delete.la
|
||||
lib/evidence/action/info_dial.la
|
||||
lib/evidence/action/mkdir.la
|
||||
lib/evidence/action/name2tag.la
|
||||
lib/evidence/action/newwindow.la
|
||||
lib/evidence/action/null.la
|
||||
lib/evidence/action/playlist.la
|
||||
lib/evidence/action/rename.la
|
||||
lib/evidence/action/tag2name.la
|
||||
lib/evidence/action/thumbnail.la
|
||||
lib/evidence/backend/fsxs.so
|
||||
lib/evidence/backend/null.so
|
||||
lib/evidence/backend/posix.so
|
||||
lib/evidence/gui/efl/engines/bg_ebg.la
|
||||
lib/evidence/gui/efl/engines/bg_ebg_trans.la
|
||||
lib/evidence/gui/efl/engines/bg_scale.la
|
||||
lib/evidence/gui/efl/engines/bg_tile.la
|
||||
lib/evidence/gui/efl/engines/bg_trans.la
|
||||
lib/evidence/gui/efl/engines/ia_basic.la
|
||||
lib/evidence/gui/efl/engines/ia_colour.la
|
||||
lib/evidence/gui/efl/engines/ia_creepology.la
|
||||
lib/evidence/gui/efl/engines/ia_creepy.la
|
||||
lib/evidence/gui/efl/engines/ia_grey.la
|
||||
lib/evidence/gui/efl/engines/ia_grow.la
|
||||
lib/evidence/gui/efl/engines/ia_growfade.la
|
||||
lib/evidence/gui/efl/engines/ia_solid.la
|
||||
lib/evidence/gui/efl/engines/ia_throb.la
|
||||
lib/evidence/gui/efl/engines/ic_alignbelow.la
|
||||
lib/evidence/gui/efl/engines/ic_alignright.la
|
||||
lib/evidence/gui/efl/engines/ic_nautilus.la
|
||||
lib/evidence/gui/efl/engines/id_bubbles.la
|
||||
lib/evidence/gui/efl/engines/id_flutterby.la
|
||||
lib/evidence/gui/efl/engines/id_lain.la
|
||||
lib/evidence/gui/efl/engines/ix_LCARS.la
|
||||
lib/evidence/gui/efl/engines/ix_rephormed.la
|
||||
lib/evidence/gui/efl/engines/rb_edb.la
|
||||
lib/evidence/gui/efl/engines/rb_gradient.la
|
||||
lib/evidence/gui/efl/engines/rb_gradient2.la
|
||||
lib/evidence/gui/efl/engines/rb_nautilus.la
|
||||
lib/evidence/gui/efl/engines/sb_default.la
|
||||
lib/evidence/gui/efl/engines/sb_edb.la
|
||||
lib/evidence/gui/efl/engines/sb_example.la
|
||||
lib/evidence/gui/efl/engines/tb_default.la
|
||||
lib/evidence/gui/efl/engines/tt_centre.la
|
||||
lib/evidence/gui/efl/engines/tt_diagram.la
|
||||
lib/evidence/gui/efl/engines/tt_traditional.la
|
||||
lib/evidence/gui/efl/engines/tt_wholewindow.la
|
||||
lib/evidence/ipc/ipc_ecore.la
|
||||
lib/evidence/metadata/ape.la
|
||||
lib/evidence/metadata/exif.la
|
||||
lib/evidence/metadata/image.la
|
||||
lib/evidence/metadata/mp3.la
|
||||
lib/evidence/metadata/ttf.la
|
||||
lib/evidence/thumbnailer/epeg.la
|
||||
lib/evidence/thumbnailer/id3.la
|
||||
lib/evidence/thumbnailer/imlib.la
|
||||
lib/evidence/thumbnailer/ttf.la
|
||||
man/man1/evidence.1
|
||||
share/evidence/README
|
||||
share/evidence/azundris.png
|
||||
share/evidence/evidence.png
|
||||
share/evidence/filemanager.png
|
||||
share/evidence/hilite.png
|
||||
share/evidence/icons/Makefile
|
||||
share/evidence/icons/README
|
||||
share/evidence/icons/default
|
||||
share/evidence/icons/tosh_64/Readme.png
|
||||
share/evidence/icons/tosh_64/app_c_header.png
|
||||
share/evidence/icons/tosh_64/app_c_source.png
|
||||
share/evidence/icons/tosh_64/app_cc_source.png
|
||||
share/evidence/icons/tosh_64/app_executable.png
|
||||
share/evidence/icons/tosh_64/app_package.png
|
||||
share/evidence/icons/tosh_64/dev.png
|
||||
share/evidence/icons/tosh_64/doc_any.png
|
||||
share/evidence/icons/tosh_64/doc_audio.png
|
||||
share/evidence/icons/tosh_64/doc_core.png
|
||||
share/evidence/icons/tosh_64/doc_html.png
|
||||
share/evidence/icons/tosh_64/doc_image.png
|
||||
share/evidence/icons/tosh_64/doc_playlist.png
|
||||
share/evidence/icons/tosh_64/doc_text.png
|
||||
share/evidence/icons/tosh_64/doc_unknown.png
|
||||
share/evidence/icons/tosh_64/folder.png
|
||||
share/evidence/icons/tosh_64/font_any.png
|
||||
share/evidence/icons/tosh_64/home_azundris.png
|
||||
share/evidence/icons/tosh_64/mail.png
|
||||
share/evidence/icons/tosh_64/mime.icons
|
||||
share/evidence/icons/tosh_64/parent-folder.png
|
||||
share/evidence/icons/tosh_64/selection.png
|
||||
share/evidence/icons/tosh_64/sys_enterprise.png
|
||||
share/evidence/icons/tosh_64/sys_pc.png
|
||||
share/evidence/icons/tosh_64/sys_ql.png
|
||||
share/evidence/icons/tosh_64/video_any.png
|
||||
share/evidence/parent-folder.png
|
||||
share/evidence/themes/default
|
||||
@dirrm share/evidence/themes/fonts
|
||||
@dirrm share/evidence/themes
|
||||
@dirrm share/evidence/icons/tosh_64
|
||||
@dirrm share/evidence/icons
|
||||
@dirrm share/evidence
|
||||
@dirrm lib/evidence/thumbnailer
|
||||
@dirrm lib/evidence/metadata
|
||||
@dirrm lib/evidence/ipc
|
||||
@dirrm lib/evidence/gui/efl/engines
|
||||
@dirrm lib/evidence/gui/efl
|
||||
@dirrm lib/evidence/gui
|
||||
@dirrm lib/evidence/backend
|
||||
@dirrm lib/evidence/action
|
||||
@dirrm lib/evidence
|
|
@ -1,7 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/09/28 06:41:13 rillig Exp $
|
||||
|
||||
SHA1 (evidence-0.9.8.tar.gz) = 59b126f911f1f85ab5acb532e29e6158f70f13d0
|
||||
RMD160 (evidence-0.9.8.tar.gz) = e7f2918f8780e3aed0b2247c0ee22b7856b0822a
|
||||
Size (evidence-0.9.8.tar.gz) = 5895048 bytes
|
||||
SHA1 (patch-aa) = db59175212dad752da740a9acbc47604bc471047
|
||||
SHA1 (patch-ab) = 679d04bef03ae716865faf8337af903a220d2df2
|
|
@ -1,15 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2004/09/16 22:26:08 airhead Exp $
|
||||
|
||||
--- src/thumbnailer/Makefile.in.orig 2004-08-02 19:20:54.000000000 +0200
|
||||
+++ src/thumbnailer/Makefile.in
|
||||
@@ -295,8 +295,9 @@ xine_PLUGINS = @xine_PLUGINS@
|
||||
@BUILD_THUMBNAILER_MPEG3_TRUE@MPEG3_DIR = mpeg3
|
||||
@BUILD_THUMBNAILER_AVIFILE_TRUE@AVIFILE_DIR = avifile
|
||||
@BUILD_THUMBNAILER_ID3_TRUE@ID3_DIR = id3
|
||||
+@BUILD_THUMBNAILER_XINE_TRUE@XINE_DIR = xine
|
||||
|
||||
-SUBDIRS = epeg imlib_loaders ttf $(AVIFILE_DIR) $(ID3_DIR) $(MPEG3_DIR) xine
|
||||
+SUBDIRS = epeg imlib_loaders ttf $(AVIFILE_DIR) $(ID3_DIR) $(MPEG3_DIR) ${XINE_DIR}
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.4 foreign
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.1.1.1 2004/09/16 22:26:08 airhead Exp $
|
||||
|
||||
--- configure.orig 2004-08-02 19:20:57.000000000 +0200
|
||||
+++ configure
|
||||
@@ -25044,8 +25044,8 @@ echo "$as_me:$LINENO: result: $ac_cv_lib
|
||||
echo "${ECHO_T}$ac_cv_lib_ecore_ecore_main_loop_iterate" >&6
|
||||
if test $ac_cv_lib_ecore_ecore_main_loop_iterate = yes; then
|
||||
|
||||
-# ecore_cflags=`ecore-config --cflags`
|
||||
-# ecore_libs=`ecore-config --libs`
|
||||
+ ecore_cflags=`ecore-config --cflags`
|
||||
+ ecore_libs=`ecore-config --libs`
|
||||
ecore=yes
|
||||
if test X"$ac_use_ecore" = Xyes; then
|
||||
loop=eCore
|
||||
@@ -30692,7 +30692,7 @@ fi
|
||||
|
||||
|
||||
|
||||
-if test "loop" = "eCore"; then
|
||||
+if test "$loop" = "eCore"; then
|
||||
BUILD_ECORE_MAINLOOP_TRUE=
|
||||
BUILD_ECORE_MAINLOOP_FALSE='#'
|
||||
else
|
||||
@@ -31767,6 +31767,8 @@ s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t
|
||||
s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
|
||||
s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
|
||||
s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
|
||||
+s,@ecore_cflags@,$ecore_cflags,;t t
|
||||
+s,@ecore_libs@,$ecore_libs,;t t
|
||||
s,@exec_prefix@,$exec_prefix,;t t
|
||||
s,@prefix@,$prefix,;t t
|
||||
s,@program_transform_name@,$program_transform_name,;t t
|
Loading…
Reference in a new issue