From owner-freebsd-gnome@FreeBSD.ORG Sat Sep 30 05:03:47 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B4D416A407; Sat, 30 Sep 2006 05:03:47 +0000 (UTC) (envelope-from verm@kawaii.mahou.org) Received: from kawaii.mahou.org (kawaii.mahou.org [209.67.221.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id A483743D45; Sat, 30 Sep 2006 05:03:46 +0000 (GMT) (envelope-from verm@kawaii.mahou.org) Received: from kawaii.mahou.org (localhost.mahou.org [127.0.0.1]) by kawaii.mahou.org (8.13.4/8.13.1) with ESMTP id k8U53ufG081677 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 30 Sep 2006 00:03:56 -0500 (CDT) (envelope-from verm@kawaii.mahou.org) Received: (from verm@localhost) by kawaii.mahou.org (8.13.4/8.13.1/Submit) id k8U53tgn081676; Sat, 30 Sep 2006 00:03:55 -0500 (CDT) (envelope-from verm) Date: Sat, 30 Sep 2006 00:03:55 -0500 From: Amar Takhar To: pfgshield-freebsd@yahoo.com Message-ID: <20060930050355.GA81573@darkbeer.org> Mail-Followup-To: pfgshield-freebsd@yahoo.com, Tom McLaughlin , gnome@freebsd.org, ports@freebsd.org References: <1159457043.2592.3.camel@localhost> <20060929015505.62997.qmail@web32701.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060929015505.62997.qmail@web32701.mail.mud.yahoo.com> Cc: gnome@freebsd.org, Tom McLaughlin , ports@freebsd.org Subject: Re: Using photoshop plugins with Gimp? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Sep 2006 05:03:47 -0000 On 2006-09-29 03:55 +0200, pfgshield-freebsd@yahoo.com wrote: > > --- Tom McLaughlin ha scritto: > > ... > > > > Why emulation? Why doesn't an interested person build it from src and > > do a port for it? Source is available on the site. > > > That was my initial thought also, unfortunately, to build the source you also > need the Photoshop SDK, and it's getting difficult to find. More information is > here: > > http://applications.linux.com/applications/06/04/05/1828238.shtml?tid=39 > > If anyone has an older version of Photoshop (less or equal to 6.0), building a > native pspi would be a nice way of contributing to FreeBSD. I tried it out last night (I managed to dig up an old PS6 CD) it actually works quite well!.. Pretty much every filter I tried worked without a single hitch. I'm on current at the moment and I can build binaries for 4,5,7 (no 6 but i'm sure I could borrow someone's machine for a few mins to handle this) When I eventually find time I'll make a port for it that will install the binary versions later on at some point I'll add an option to build from source if people have the PS6 SDK. I'm not sure how feasible distributing a binary version would be (yet), since: verm@peach# LD_LIBRARY_PATH=. ldd pspi.exe.so |wc -l 38 May cause a lot of issues, it just requires wine+gimp, however I havn't tried to see how portible it is between versions of the gimp. Amar.