[arch-commits] Commit in gecko-mediaplayer/repos (6 files)

Felix Yan fyan at archlinux.org
Mon Dec 7 08:11:06 UTC 2015


    Date: Monday, December 7, 2015 @ 09:11:05
  Author: fyan
Revision: 149749

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gecko-mediaplayer/repos/community-staging-i686/
  gecko-mediaplayer/repos/community-staging-i686/PKGBUILD
    (from rev 149748, gecko-mediaplayer/trunk/PKGBUILD)
  gecko-mediaplayer/repos/community-staging-i686/np_loadds.patch
    (from rev 149748, gecko-mediaplayer/trunk/np_loadds.patch)
  gecko-mediaplayer/repos/community-staging-x86_64/
  gecko-mediaplayer/repos/community-staging-x86_64/PKGBUILD
    (from rev 149748, gecko-mediaplayer/trunk/PKGBUILD)
  gecko-mediaplayer/repos/community-staging-x86_64/np_loadds.patch
    (from rev 149748, gecko-mediaplayer/trunk/np_loadds.patch)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   39 +++++++++++++++++++++++++++++
 community-staging-i686/np_loadds.patch   |   16 +++++++++++
 community-staging-x86_64/PKGBUILD        |   39 +++++++++++++++++++++++++++++
 community-staging-x86_64/np_loadds.patch |   16 +++++++++++
 4 files changed, 110 insertions(+)

Copied: gecko-mediaplayer/repos/community-staging-i686/PKGBUILD (from rev 149748, gecko-mediaplayer/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 08:11:05 UTC (rev 149749)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: fancris3 <fancris3 at aol.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=gecko-mediaplayer
+pkgver=1.0.9
+pkgrel=2
+pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web browser.'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/gecko-mediaplayer/'
+license=('GPL')
+depends=("gnome-mplayer>=${pkgver}" 'dbus-glib' 'gmtk' 'curl')
+makedepends=('xulrunner' 'pkgconfig')
+replaces=('mplayer-plugin')
+source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz"
+        "np_loadds.patch")
+md5sums=('69b50ecbbbf34ca6d980a477345dbd40'
+         '224c865f5df059ef7ac1430889d66a1f')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # https://code.google.com/p/gecko-mediaplayer/issues/detail?id=191
+  patch -Np1 -i ../np_loadds.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --without-gconf --enable-new-libxul
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gecko-mediaplayer/repos/community-staging-i686/np_loadds.patch (from rev 149748, gecko-mediaplayer/trunk/np_loadds.patch)
===================================================================
--- community-staging-i686/np_loadds.patch	                        (rev 0)
+++ community-staging-i686/np_loadds.patch	2015-12-07 08:11:05 UTC (rev 149749)
@@ -0,0 +1,16 @@
+Description: Define NP_LOADDS if it doesn't exist
+Author: Sebastian Ramacher <sramacher at debian.org>
+Last-Update: 2014-06-14
+
+--- gecko-mediaplayer-1.0.9.orig/src/npupp.h
++++ gecko-mediaplayer-1.0.9/src/npupp.h
+@@ -63,6 +63,9 @@
+ 
+ #include "npruntime.h"
+ 
++#ifndef NP_LOADDS
++#define NP_LOADDS
++#endif
+ 
+ /******************************************************************************************
+    plug-in function table macros

Copied: gecko-mediaplayer/repos/community-staging-x86_64/PKGBUILD (from rev 149748, gecko-mediaplayer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 08:11:05 UTC (rev 149749)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: fancris3 <fancris3 at aol.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=gecko-mediaplayer
+pkgver=1.0.9
+pkgrel=2
+pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web browser.'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/gecko-mediaplayer/'
+license=('GPL')
+depends=("gnome-mplayer>=${pkgver}" 'dbus-glib' 'gmtk' 'curl')
+makedepends=('xulrunner' 'pkgconfig')
+replaces=('mplayer-plugin')
+source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz"
+        "np_loadds.patch")
+md5sums=('69b50ecbbbf34ca6d980a477345dbd40'
+         '224c865f5df059ef7ac1430889d66a1f')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # https://code.google.com/p/gecko-mediaplayer/issues/detail?id=191
+  patch -Np1 -i ../np_loadds.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --without-gconf --enable-new-libxul
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gecko-mediaplayer/repos/community-staging-x86_64/np_loadds.patch (from rev 149748, gecko-mediaplayer/trunk/np_loadds.patch)
===================================================================
--- community-staging-x86_64/np_loadds.patch	                        (rev 0)
+++ community-staging-x86_64/np_loadds.patch	2015-12-07 08:11:05 UTC (rev 149749)
@@ -0,0 +1,16 @@
+Description: Define NP_LOADDS if it doesn't exist
+Author: Sebastian Ramacher <sramacher at debian.org>
+Last-Update: 2014-06-14
+
+--- gecko-mediaplayer-1.0.9.orig/src/npupp.h
++++ gecko-mediaplayer-1.0.9/src/npupp.h
+@@ -63,6 +63,9 @@
+ 
+ #include "npruntime.h"
+ 
++#ifndef NP_LOADDS
++#define NP_LOADDS
++#endif
+ 
+ /******************************************************************************************
+    plug-in function table macros



More information about the arch-commits mailing list