diff options
author | drochner <drochner> | 2007-02-11 17:19:49 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-02-11 17:19:49 +0000 |
commit | 93e90740920716211477ba3e2cfb95bcc433df16 (patch) | |
tree | f0296a696d77726dba0638f41219f303efafe4a0 /multimedia | |
parent | bed54304f2fe5899899f1166005b6d89a4f491a3 (diff) | |
download | pkgsrc-93e90740920716211477ba3e2cfb95bcc433df16.tar.gz |
don't try to install aaxine and its manpage -- while it could be built
easily (include aalib/bl3) it is mostly useless because the xine-lib
doesn't support it per default
bump PKGREVISION
should fix a build failure reported by Bernd Ernesti in a reply to
PR pkg/35564
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine-ui/Makefile | 4 | ||||
-rw-r--r-- | multimedia/xine-ui/PLIST | 4 | ||||
-rw-r--r-- | multimedia/xine-ui/distinfo | 3 | ||||
-rw-r--r-- | multimedia/xine-ui/patches/patch-at | 13 |
4 files changed, 18 insertions, 6 deletions
diff --git a/multimedia/xine-ui/Makefile b/multimedia/xine-ui/Makefile index d15139a0e08..9ff48f281d5 100644 --- a/multimedia/xine-ui/Makefile +++ b/multimedia/xine-ui/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2007/02/09 18:15:24 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2007/02/11 17:19:49 drochner Exp $ # DISTNAME= xine-ui-0.99.4 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} diff --git a/multimedia/xine-ui/PLIST b/multimedia/xine-ui/PLIST index 4ce5f02ecc1..949ffd2f5c9 100644 --- a/multimedia/xine-ui/PLIST +++ b/multimedia/xine-ui/PLIST @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:30 jlam Exp $ -bin/aaxine +@comment $NetBSD: PLIST,v 1.6 2007/02/11 17:19:49 drochner Exp $ bin/fbxine bin/xine bin/xine-bugreport bin/xine-check bin/xine-remote -man/man1/aaxine.1 man/man1/xine-bugreport.1 man/man1/xine-check.1 man/man1/xine-remote.1 diff --git a/multimedia/xine-ui/distinfo b/multimedia/xine-ui/distinfo index 4998381d9c5..ff81ef58e74 100644 --- a/multimedia/xine-ui/distinfo +++ b/multimedia/xine-ui/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2007/01/09 14:52:41 drochner Exp $ +$NetBSD: distinfo,v 1.13 2007/02/11 17:19:49 drochner Exp $ SHA1 (xine-ui-0.99.4.tar.gz) = b982e5697f183559c216f9243b9410d61b9c58aa RMD160 (xine-ui-0.99.4.tar.gz) = eeead5c6e566ade5505c8fcb924272c74eb4f49a @@ -15,3 +15,4 @@ SHA1 (patch-ap) = f4f360e5fc8008882f07c649b7ea29ef163c6731 SHA1 (patch-aq) = 212d5c561422e5866cdc05cd39c609b1274aa8b6 SHA1 (patch-ar) = 50c45ce7c272385100bc562b8d1d668c3d860df7 SHA1 (patch-as) = 96f680bcab84c7a832f0ea4ae2b6a5b687f79244 +SHA1 (patch-at) = 4d11203d056c45474e24b4e840e031720d840d55 diff --git a/multimedia/xine-ui/patches/patch-at b/multimedia/xine-ui/patches/patch-at new file mode 100644 index 00000000000..0e91c8af3fb --- /dev/null +++ b/multimedia/xine-ui/patches/patch-at @@ -0,0 +1,13 @@ +$NetBSD: patch-at,v 1.1 2007/02/11 17:19:49 drochner Exp $ + +--- doc/man/en/Makefile.in.orig 2007-02-11 18:07:38.000000000 +0100 ++++ doc/man/en/Makefile.in +@@ -277,7 +277,7 @@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-manfiles = xine.1 aaxine.1 xine-check.1 xine-remote.1 ++manfiles = xine.1 xine-check.1 xine-remote.1 + man_MANS = $(manfiles) xine-bugreport.1 + EXTRA_DIST = $(manfiles) xine.1.in aaxine.1.in + all: all-am |