pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia Update totem* to 2.24.3. Make totem-nautilu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dad28b61e2e
branches:  trunk
changeset: 549126:0dad28b61e2e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 28 10:56:04 2008 +0000

description:
Update totem* to 2.24.3. Make totem-nautilus use totem/Makefile.common.

2.24.3:
* Fix YouTube plugin for recent website changes
* Allow clicking on the seekbar to get to the selected position
* Fix some keys not being usable in the sidebar
* Fix possible hangs in the YouTube plugin

diffstat:

 multimedia/totem-nautilus/Makefile |  54 +++++++------------------------------
 multimedia/totem-xine/Makefile     |   3 +-
 multimedia/totem/Makefile          |   3 +-
 multimedia/totem/Makefile.common   |   8 +++--
 multimedia/totem/distinfo          |   8 ++--
 5 files changed, 22 insertions(+), 54 deletions(-)

diffs (147 lines):

diff -r cc61a5064037 -r 0dad28b61e2e multimedia/totem-nautilus/Makefile
--- a/multimedia/totem-nautilus/Makefile        Tue Oct 28 10:43:11 2008 +0000
+++ b/multimedia/totem-nautilus/Makefile        Tue Oct 28 10:56:04 2008 +0000
@@ -1,59 +1,27 @@
-# $NetBSD: Makefile,v 1.4 2008/09/06 20:54:33 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/10/28 10:56:04 wiz Exp $
 #
 
-DISTNAME=      totem-2.22.2
-PKGNAME=       totem-nautilus-2.22.2
-PKGREVISION=   1
-CATEGORIES=    multimedia gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/totem/2.22/}
+.include "../../multimedia/totem/Makefile.common"
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.gnome.org/projects/totem/
-COMMENT=       Movie player for the GNOME Desktop
+PKGNAME=       ${DISTNAME:S/totem/totem-nautilus/}
+# override Makefile.common
+PLIST_SRC=      ${.CURDIR}/PLIST
+GCONF_SCHEMAS= # none
+
+COMMENT+=      (nautilus plugin)
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DISTINFO_FILE= ${.CURDIR}/../../multimedia/totem/distinfo
-PATCHDIR=      ${.CURDIR}/../../multimedia/totem/patches
-
-# this does too much, we'd need dir-target pairs
-#BUILD_DIRS=   data lib src/backend src/plugins/properties src
-
-GNU_CONFIGURE=         YES
-USE_DIRS+=             gnome2-1.5
-USE_TOOLS+=            gmake intltool msgfmt pkg-config
-USE_LIBTOOL=           YES
-USE_PKGLOCALEDIR=      YES
-USE_LANGUAGES=         c c++
-
 INSTALLATION_DIRS=     lib/nautilus/extensions-2.0
 
 do-install:
        cd ${WRKSRC}/src && ${LIBTOOL} --mode=install ${INSTALL_DATA} \
         libtotem-properties-page.la ${DESTDIR}${PREFIX}/lib/nautilus/extensions-2.0
 
-BUILDLINK_API_DEPENDS.glib2+=                  glib2>=2.8.0
-BUILDLINK_API_DEPENDS.gnome-icon-theme+=       gnome-icon-theme>=2.10.0
-BUILDLINK_API_DEPENDS.gtk2+=                   gtk2+>=2.6.0
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../graphics/gnome-icon-theme/buildlink3.mk"
-.include "../../sysutils/dbus/buildlink3.mk"
-.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../sysutils/nautilus/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../textproc/iso-codes/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../x11/libXxf86vm/buildlink3.mk"
-.include "../../x11/libXtst/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.shared-mime-info+=       shared-mime-info>=0.22
+.include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
 .include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
 .include "../../multimedia/gstreamer0.10/buildlink3.mk"
-.include "../../multimedia/totem-pl-parser/buildlink3.mk"
+.include "../../sysutils/nautilus/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r cc61a5064037 -r 0dad28b61e2e multimedia/totem-xine/Makefile
--- a/multimedia/totem-xine/Makefile    Tue Oct 28 10:43:11 2008 +0000
+++ b/multimedia/totem-xine/Makefile    Tue Oct 28 10:56:04 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2008/10/19 19:18:31 he Exp $
+# $NetBSD: Makefile,v 1.25 2008/10/28 10:56:04 wiz Exp $
 #
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -6,7 +6,6 @@
 
 PKGNAME=       ${DISTNAME:S/-/-xine-/}
 
-PKGREVISION=   1
 COMMENT+=      (using Xine)
 
 CONFLICTS+=    totem-[0-9]*
diff -r cc61a5064037 -r 0dad28b61e2e multimedia/totem/Makefile
--- a/multimedia/totem/Makefile Tue Oct 28 10:43:11 2008 +0000
+++ b/multimedia/totem/Makefile Tue Oct 28 10:56:04 2008 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.29 2008/10/19 19:18:31 he Exp $
+# $NetBSD: Makefile,v 1.30 2008/10/28 10:56:04 wiz Exp $
 #
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
-PKGREVISION=   1
 COMMENT+=      (using GStreamer)
 
 CONFLICTS+=    totem-xine-[0-9]*
diff -r cc61a5064037 -r 0dad28b61e2e multimedia/totem/Makefile.common
--- a/multimedia/totem/Makefile.common  Tue Oct 28 10:43:11 2008 +0000
+++ b/multimedia/totem/Makefile.common  Tue Oct 28 10:56:04 2008 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile.common,v 1.41 2008/10/16 17:26:07 drochner Exp $
+# $NetBSD: Makefile.common,v 1.42 2008/10/28 10:56:04 wiz Exp $
 #
+# used by multimedia/totem-nautilus/Makefile
+# used by multimedia/totem-xine/Makefile
 
-DISTNAME=      totem-2.24.2
+DISTNAME=      totem-2.24.3
 CATEGORIES=    multimedia gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/totem/2.24/}
 
@@ -20,7 +22,7 @@
 USE_PKGLOCALEDIR=      YES
 USE_LANGUAGES=         c c++
 
-GCONF_SCHEMAS=         totem.schemas
+GCONF_SCHEMAS= totem.schemas
 GCONF_SCHEMAS+=        totem-handlers.schemas
 GCONF_SCHEMAS+=        totem-video-thumbnail.schemas
 
diff -r cc61a5064037 -r 0dad28b61e2e multimedia/totem/distinfo
--- a/multimedia/totem/distinfo Tue Oct 28 10:43:11 2008 +0000
+++ b/multimedia/totem/distinfo Tue Oct 28 10:56:04 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2008/10/16 17:26:07 drochner Exp $
+$NetBSD: distinfo,v 1.23 2008/10/28 10:56:04 wiz Exp $
 
-SHA1 (totem-2.24.2.tar.gz) = ee7e48911ae0071b49dc5f08ecac1a2323a2c813
-RMD160 (totem-2.24.2.tar.gz) = e281c29ead84d771303b166d7d618419cad0e339
-Size (totem-2.24.2.tar.gz) = 3713802 bytes
+SHA1 (totem-2.24.3.tar.gz) = 4e807fab8a7f7f39a864d2142306f1d8121bccda
+RMD160 (totem-2.24.3.tar.gz) = 070af89c13d3c5d373fabd6ea7acf3bad0b26984
+Size (totem-2.24.3.tar.gz) = 3719712 bytes
 SHA1 (patch-aa) = 6e4ed0bc2c56644ff988fb06104c2d9877894fbd
 SHA1 (patch-ad) = dd138a330004e4f1130b74e1689d117acf7a9c6c
 SHA1 (patch-ae) = f0fb18003531ab0bb20337734c839a942c6e3822



Home | Main Index | Thread Index | Old Index