diff options
author | lofi <lofi@FreeBSD.org> | 2004-08-31 03:55:42 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-08-31 03:55:42 +0800 |
commit | 93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068 (patch) | |
tree | 3f135a2d6251b6e666ce27e76a5f18a69ed89cd7 /multimedia/noatun-plugins | |
parent | 533fd938e7d6cb30871ebc5cfae4dc60e853f425 (diff) | |
download | freebsd-ports-gnome-93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068.tar.gz freebsd-ports-gnome-93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068.tar.zst freebsd-ports-gnome-93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068.zip |
Update to KDE 3.3
Diffstat (limited to 'multimedia/noatun-plugins')
5 files changed, 4 insertions, 68 deletions
diff --git a/multimedia/noatun-plugins/Makefile b/multimedia/noatun-plugins/Makefile index 76548045e2c3..ff4d6c165b7b 100644 --- a/multimedia/noatun-plugins/Makefile +++ b/multimedia/noatun-plugins/Makefile @@ -10,7 +10,7 @@ PORTVERSION= ${NOATUNPLUG_PORTVERSION} PORTREVISION= ${NOATUNPLUG_PORTREVISION} CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org diff --git a/multimedia/noatun-plugins/distinfo b/multimedia/noatun-plugins/distinfo index b660bcc2b1b6..070945a1593c 100644 --- a/multimedia/noatun-plugins/distinfo +++ b/multimedia/noatun-plugins/distinfo @@ -1,2 +1,2 @@ -MD5 (KDE/kdeaddons-3.2.3.tar.bz2) = 5997388ff74ed1c95dd07c778d66fdae -SIZE (KDE/kdeaddons-3.2.3.tar.bz2) = 1291314 +MD5 (KDE/kdeaddons-3.3.0.tar.bz2) = 6ba019d8b3ce0811ae2c861d6819aaab +SIZE (KDE/kdeaddons-3.3.0.tar.bz2) = 1554404 diff --git a/multimedia/noatun-plugins/files/patch-noatun-plugins_synaescope_polygon.h b/multimedia/noatun-plugins/files/patch-noatun-plugins_synaescope_polygon.h deleted file mode 100644 index 2a6128c31bc5..000000000000 --- a/multimedia/noatun-plugins/files/patch-noatun-plugins_synaescope_polygon.h +++ /dev/null @@ -1,32 +0,0 @@ -=================================================================== -RCS file: /usr/repos/kde/kdeaddons/noatun-plugins/synaescope/polygon.h,v -retrieving revision 1.4 -retrieving revision 1.4.8.1 -diff -u -p -r1.4 -r1.4.8.1 ---- noatun-plugins/synaescope/polygon.h 2001/04/16 23:20:34 1.4 -+++ noatun-plugins/synaescope/polygon.h 2004/06/12 09:54:09 1.4.8.1 -@@ -31,8 +31,8 @@ struct PolygonEngine : public Bitmap<Pix - void apply(Pixel *dest) - { - Pixel sum=0; -- int count = width*height; -- Pixel *src = data; -+ int count = this->width*this->height; -+ Pixel *src = this->data; - while(count--) { - sum += *(src++); - if (sum) -@@ -44,10 +44,10 @@ struct PolygonEngine : public Bitmap<Pix - void add(Pixel color,int x,int y) - { - if (y < 0) return; -- if (y >= height) return; -+ if (y >= this->height) return; - if (x < 0) x = 0; -- if (x > width) x = width; -- data[x+y*width] += color; -+ if (x > this->width) x = this->width; -+ this->data[x+y*this->width] += color; - } - - /* Color is char[layers] */ diff --git a/multimedia/noatun-plugins/files/patch-noatun-plugins_tippercanoe_polygon.h b/multimedia/noatun-plugins/files/patch-noatun-plugins_tippercanoe_polygon.h deleted file mode 100644 index 22c8cb3d09c0..000000000000 --- a/multimedia/noatun-plugins/files/patch-noatun-plugins_tippercanoe_polygon.h +++ /dev/null @@ -1,32 +0,0 @@ -=================================================================== -RCS file: /usr/repos/kde/kdeaddons/noatun-plugins/tippercanoe/polygon.h,v -retrieving revision 1.3 -retrieving revision 1.3.8.1 -diff -u -p -r1.3 -r1.3.8.1 ---- noatun-plugins/tippercanoe/polygon.h 2001/04/16 22:04:03 1.3 -+++ noatun-plugins/tippercanoe/polygon.h 2004/06/12 10:05:15 1.3.8.1 -@@ -28,8 +28,8 @@ struct PolygonEngine : public Bitmap<Pix - #define super (1<<superSampleShift) - void apply(Pixel *dest) { - Pixel sum=0; -- int count = width*height; -- Pixel *src = data; -+ int count = this->width*this->height; -+ Pixel *src = this->data; - while(count--) { - sum += *(src++); - if (sum) -@@ -40,10 +40,10 @@ struct PolygonEngine : public Bitmap<Pix - - void add(Pixel color,int x,int y) { - if (y < 0) return; -- if (y >= height) return; -+ if (y >= this->height) return; - if (x < 0) x = 0; -- if (x > width) x = width; -- data[x+y*width] += color; -+ if (x > this->width) x = this->width; -+ this->data[x+y*this->width] += color; - } - - /* Color is char[layers] */ diff --git a/multimedia/noatun-plugins/pkg-plist b/multimedia/noatun-plugins/pkg-plist index 3aef25ea0930..b78f1405d0c3 100644 --- a/multimedia/noatun-plugins/pkg-plist +++ b/multimedia/noatun-plugins/pkg-plist @@ -29,7 +29,7 @@ lib/kde3/noatunwakeup.la lib/kde3/noatunwakeup.so lib/kde3/noatunwavecapture.la lib/kde3/noatunwavecapture.so -share/applications/kdeaddons-noatun-plugins-3.2.3 +share/applications/kdeaddons-noatun-plugins-3.3.0 share/apps/noatun/alsaplayerui.plugin share/apps/noatun/blurscope.plugin share/apps/noatun/charlatanui.plugin |