Re: NEW: homebank

2008-02-19 Thread Pierre-Emmanuel André
Le Mon, 18 Feb 2008 22:49:09 +0100 (CET),
Antoine Jacoutot [EMAIL PROTECTED] a écrit :

 On Mon, 18 Feb 2008, Antoine Jacoutot wrote:
  I do.
  Will try it tonight.
 
 Same issue here...
 Problem seems to be glib2 related.

Ok, thanks for your test Antoine.



cad/qcad and part library

2008-02-19 Thread Antti Harri


Hi,

I'm wondering if it's possible to distribute the Ribbonsoft's
part library with qcad?

The download page doesn't mention licensing:

http://www.qcad.org/qcad_downloads.html

Part Library (tar.gz, 12MB)
Version: 2.1.2.8

Neither does any file inside the tarball.

--
Antti Harri



vlc bug

2008-02-19 Thread Alexey Vatchenko
Hi!

I use vlc-0.8.6dp0. As long as ports@ is maintainer, so i report it here :)
It has a visual bug: its volume bar is a little bit higher than it should be.

Thanks!

-- 
Alexey Vatchenko
http://www.bsdua.org



Re: UPDATE: sonata version 1.4.1

2008-02-19 Thread Dmitri Alenitchev
Hello. Sorry for a long delay.

Mike Erdely wrote:
 On Thu, Feb 14, 2008 at 10:26:59AM -0500, Mike Erdely wrote:
  I have an updated diff below.  It removes the unecessary
  PKGNAME=${DISTNAME}p0.  It also fixes PLIST (removes the files that
  are not installed through the patch.  And fixes setup.py to install the
  man page in the right place.
 
  I tested this on i386.
  It also builds and packages on alpha, sparc64 and macppc.
 
  ok?

 As okan@ pointed out, SHARED_ONLY is in MODULES= lang/python

 New diff.  OK?
 Please respond soon, freeze is coming.

My ok. Thanks for update.



Re: editors/abiword diff

2008-02-19 Thread Andreas Kahari
The patch applies and the port now builds, installs, and runs again on i386.

Thanks,
Andreas

On 14/02/2008, Tim van der Molen [EMAIL PROTECTED] wrote:
 Hello,

 This diff unbreaks editors/abiword since x11/gnome/libgnomeprint no
 longer depends on devel/popt. It also adds gailutil to WANTLIB.

 Regards,
 Tim

 Index: Makefile
 ===
 RCS file: /cvs/ports/editors/abiword/Makefile,v
 retrieving revision 1.65
 diff -u -r1.65 Makefile
 --- Makefile15 Dec 2007 20:32:57 -  1.65
 +++ Makefile14 Feb 2008 16:50:06 -
 @@ -5,7 +5,7 @@
  VERSION=   2.4.6
  MAJORVER=  ${VERSION:C/..$//}
  DISTNAME=  abiword-${VERSION}
 -PKGNAME=   ${DISTNAME}p2
 +PKGNAME=   ${DISTNAME}p3
  CATEGORIES=editors

  HOMEPAGE=  http://www.abisource.com/
 @@ -14,6 +14,7 @@

  RUN_DEPENDS=   :desktop-file-utils-*:devel/desktop-file-utils
  LIB_DEPENDS=   fribidi::devel/fribidi \
 +   popt::devel/popt \
 gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
 gnomeprintui-2-2::x11/gnome/libgnomeprintui

 @@ -25,10 +26,10 @@

  WANTLIB=   ICE SM X11 Xext Xft Xrender art_lgpl_2 atk-1.0 c Xrandr \
 Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi Xinerama \
 -   expat fontconfig freetype glade-2.0 glib-2.0 gmodule-2.0 \
 -   gnomecanvas-2 gnomeprint-2-2 gobject-2.0 glitz \
 +   expat fontconfig freetype gailutil glade-2.0 glib-2.0 \
 +   gmodule-2.0 gnomecanvas-2 gnomeprint-2-2 gobject-2.0 glitz \
 gthread-2.0 m pango-1.0 pangocairo-1.0 cairo \
 -   pangoft2-1.0 pangoxft-1.0 png popt pthread stdc++ \
 +   pangoft2-1.0 pangoxft-1.0 png pthread stdc++ \
 xml2.=9 z

  MASTER_SITES=   ${HOMEPAGE}/downloads/abiword/${VERSION}/source/




-- 
Andreas Kahari
Somewhere in the general Cambridge area, UK



Re: sawfish update: 1.3-1.3.1

2008-02-19 Thread Giovanni Bechis

fulvio ciriaco ha scritto:

Hallo,
cvs diff for sawfish update to 1.3.1,
I have been using it for two weeks without any issues


PKGNAME is not needed, yesterday the 1.3.3 update was released,
I think you could try to update to this version.
 Cheers
  Giovanni



Re: vlc bug

2008-02-19 Thread Jacob Meuser
On Tue, Feb 19, 2008 at 04:26:05PM +, Alexey Vatchenko wrote:
 Hi!
 
 I use vlc-0.8.6dp0. As long as ports@ is maintainer, so i report it here :)
 It has a visual bug: its volume bar is a little bit higher than it should be.
yep.  that happened a while back, as the result of a gtk (or wxWidgets?)
update.  I looked at it, but couldn't figure out how to just move it back.
it's surprisingly complicated; never could get it to go where I wanted.

maybe someone who knows gtk or wxWidgets better than I can fix it?

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



[UPDATE] avidemux-2.4.1

2008-02-19 Thread Antoine Jacoutot

Hi.

This diff updates avidemux to the latest stable version: 2.4.1
It also adds support for esd. Note that for now, compiler optimisations 
are disabled (huge stability improvement).


Please test and comment.
Thanks!

--
AntoineIndex: Makefile
===
RCS file: /cvs/ports/multimedia/avidemux/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile17 Nov 2007 20:39:02 -  1.11
+++ Makefile18 Feb 2008 10:23:39 -
@@ -2,11 +2,13 @@
 
 COMMENT=   free video editor
 
-V= 2.3.0
+V= 2.4.1
 DISTNAME=  avidemux_${V}
-PKGNAME=   avidemux-${V}p4
+PKGNAME=   avidemux-${V}
+
 CATEGORIES=multimedia
-MASTER_SITES=  ${MASTER_SITE_BERLIOS:=avidemux/}
+
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=avidemux/}
 
 HOMEPAGE=  http://fixounet.free.fr/avidemux/
 
@@ -19,7 +21,7 @@
 PERMIT_DISTFILES_FTP=  yes
 
 WANTLIB=   X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
-   Xcomposite Xdamage pcre \
+   Xcomposite Xdamage pcre audiofile \
Xrender Xv atk-1.0 c cairo expat fontconfig \
freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \
gthread-2.0 m ogg pango-1.0 pangocairo-1.0 \
@@ -27,24 +29,32 @@
 
 MODULES=   devel/gettext
 
+BUILD_DEPENDS= 
:autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
+   
:automake-${AUTOMAKE_VERSION}.*:devel/automake/${AUTOMAKE_VERSION}
 LIB_DEPENDS=   gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
faac::audio/faac \
faad.=1::audio/faad \
-   js.=1::lang/spidermonkey \
mp3lame::audio/lame \
vorbis.=5,vorbisenc.=2::audio/libvorbis \
xml2.=9::textproc/libxml \
xvidcore.=4::multimedia/xvidcore \
-   x264::multimedia/x264
+   x264::multimedia/x264 \
+   esd.=2::audio/esound
 
 USE_X11=   Yes
 USE_LIBTOOL=   Yes
-USE_GCC3=  Yes
+USE_GMAKE= Yes
+
+# disable optimisations
+CFLAGS+=   -O
+
+AUTOCONF_VERSION=2.59
+AUTOMAKE_VERSION=1.8
 
 CONFIGURE_STYLE=gnu
 CONFIGURE_ENV+=CPPFLAGS=-I${LOCALBASE}/include -I${X11BASE}/include \
-I${LOCALBASE}/include/libpng \
-   LDFLAGS=-L${LOCALBASE}/lib -logg
+   LDFLAGS=-L${LOCALBASE}/lib -logg -lm -lz
 CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
--with-jsapi-include=${LOCALBASE}/include/js \
--enable-xv \
@@ -54,10 +64,20 @@
--with-oss \
--with-faac \
--with-faad2 \
+   --with-esd \
--without-arts \
-   --without-esd \
--without-libdca \
--without-libsdl \
-   --without-newfaad
+   --without-newfaad \
+   --without-aften \
+   --without-qt-dir \
+   --without-qt-includes \
+   --disable-ssse3 \
+   --disable-altivec
+
+pre-configure:
+   @cd ${WRKSRC}  \
+   AUTOCONF_VERSION=${AUTOCONF_VERSION} 
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
+   ${MAKE_PROGRAM} -f Makefile.dist
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/multimedia/avidemux/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo5 Apr 2007 16:20:06 -   1.3
+++ distinfo18 Feb 2008 10:23:39 -
@@ -1,5 +1,5 @@
-MD5 (avidemux_2.3.0.tar.gz) = FMWMFPyXV9NuTXJJhDHaQg==
-RMD160 (avidemux_2.3.0.tar.gz) = HhAYPUuAEEpC1Av9nZ6bXFSEPZ4=
-SHA1 (avidemux_2.3.0.tar.gz) = QKUdsiWT2RAiTayRtRJImmr0mfs=
-SHA256 (avidemux_2.3.0.tar.gz) = 7wg6sk4+xhKxDIoBY4Rf9oD+qEXV6t4h1g1H6EO0xiM=
-SIZE (avidemux_2.3.0.tar.gz) = 4750919
+MD5 (avidemux_2.4.1.tar.gz) = LZcva4eVyJHdbg6+UDWFKg==
+RMD160 (avidemux_2.4.1.tar.gz) = gUnrYstPMZbZi4wnB6QlLwbhmM8=
+SHA1 (avidemux_2.4.1.tar.gz) = a79UK6tz2Ry3PxmNLYr+ENg7KCE=
+SHA256 (avidemux_2.4.1.tar.gz) = 88etqdps1lzoQBJ9+nBipwBK8KRKLjpHT/FTsOfVC1E=
+SIZE (avidemux_2.4.1.tar.gz) = 5788014
Index: patches/patch-admin_detect-autoconf_sh
===
RCS file: patches/patch-admin_detect-autoconf_sh
diff -N patches/patch-admin_detect-autoconf_sh
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-admin_detect-autoconf_sh  18 Feb 2008 10:23:39 -
@@ -0,0 +1,80 @@
+$OpenBSD$
+--- admin/detect-autoconf.sh.orig  Tue Jan  8 15:02:17 2008
 admin/detect-autoconf.sh   Tue Jan  8 15:03:15 2008
+@@ -7,67 +7,6 @@ AUTOM4TE=autom4te
+ AUTOMAKE=automake
+ ACLOCAL=aclocal
+ 
+-
+-# We don't use variable here for remembering the type ... strings.
+-# local variables are not that portable, but we fear namespace issues with
+-# our includer.  The repeated type calls are not that expensive.
+-checkAutoconf()
+-{
+-  if test -x 

Re: vlc bug

2008-02-19 Thread Edd Barrett
On Feb 19, 2008 4:26 PM, Alexey Vatchenko [EMAIL PROTECTED] wrote:
 Hi!

 I use vlc-0.8.6dp0. As long as ports@ is maintainer, so i report it here :)
 It has a visual bug: its volume bar is a little bit higher than it should be.

 Thanks!

I can confirm this, its been like that for a while but i kept
forgetting to report it.

sorry to hijack :) but how well does vlc play back dvd's on openbsd
for you? It is jerky as hell on my 3ghz 2GB ram box, whereas mplayer
plays fluently any dvd. Mplayer is not ideal for dvd's as i can not
show menus, which are especially useful when dvds are badly authored.
eg. all episode in one track, or in wrong/odd order.

Thanks

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



Re: editors/abiword diff

2008-02-19 Thread Mike Erdely
On Thu, Feb 14, 2008 at 05:55:48PM +0100, Tim van der Molen wrote:
 This diff unbreaks editors/abiword since x11/gnome/libgnomeprint no
 longer depends on devel/popt. It also adds gailutil to WANTLIB.

Thanks for the diff.  Committed.

-ME



Re: vlc bug

2008-02-19 Thread Jacob Meuser
On Wed, Feb 20, 2008 at 12:30:02AM +, Edd Barrett wrote:
 On Feb 19, 2008 4:26 PM, Alexey Vatchenko [EMAIL PROTECTED] wrote:
  Hi!
 
  I use vlc-0.8.6dp0. As long as ports@ is maintainer, so i report it here :)
  It has a visual bug: its volume bar is a little bit higher than it should 
  be.
 
  Thanks!
 
 I can confirm this, its been like that for a while but i kept
 forgetting to report it.
 
 sorry to hijack :) but how well does vlc play back dvd's on openbsd
 for you? It is jerky as hell on my 3ghz 2GB ram box, whereas mplayer
 plays fluently any dvd. Mplayer is not ideal for dvd's as i can not
 show menus, which are especially useful when dvds are badly authored.
 eg. all episode in one track, or in wrong/odd order.

kaffeine supports menus, so does xine.  and of course ogle does too.

however, out of mplayer, xine, kaffeine, vlc and ogle, only ogle
is able to play DVDs smoothly on my amd64.

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



Re: port-lib-depends-check doesn't use quoting?

2008-02-19 Thread Antti Harri


Hi,

with the previous fix shellquote() is unnecessary, in fact
it now breaks checking on files that it escapes.

Noticed by Johan Kiviniemi.

Index: check-lib-depends
===
RCS file: /cvs/ports/infrastructure/package/check-lib-depends,v
retrieving revision 1.14
diff -u -r1.14 check-lib-depends
--- check-lib-depends   19 Feb 2008 11:02:53 -  1.14
+++ check-lib-depends   20 Feb 2008 05:05:39 -
@@ -359,12 +359,6 @@

 package OpenBSD::PackingElement::FileBase;
 use File::Basename;
-sub shellquote
-{
-   local $_ = shift;
-   s/[*?;() #\\'`\${}]/\\$/g;
-   return $_;
-}

 sub find_libs
 {
@@ -394,7 +388,7 @@
$source-skip($item);
return;
}
-   my $n = shellquote($source-retrieve($item));
+   my $n = $source-retrieve($item);
my $cmd;
if ($main::opt_o) {
open($cmd, -|, ldd, -f, NEEDED lib%o.so.%m.%n\n, $n) or die 
open: $!;



Re: vlc bug

2008-02-19 Thread Alexey Vatchenko
On 2008-02-20, Edd Barrett [EMAIL PROTECTED] wrote:
 sorry to hijack :) but how well does vlc play back dvd's on openbsd
 for you? It is jerky as hell on my 3ghz 2GB ram box, whereas mplayer
 plays fluently any dvd. Mplayer is not ideal for dvd's as i can not
 show menus, which are especially useful when dvds are badly authored.
 eg. all episode in one track, or in wrong/odd order.

Never tried DVDs with vlc :) I use ogle for this. I use vlc for videos that
don't play good by mplayer. For example, .flv
Also vlc in full-screen mode zooms video, but mplayer doesn't. I'm sure that
mplayer has special option for this by i didn't digg so deep :)

-- 
Alexey Vatchenko
http://www.bsdua.org