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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Tue May 27 10:21:23 UTC 2014


    Date: Tuesday, May 27, 2014 @ 12:21:23
  Author: lfleischer
Revision: 111962

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

Added:
  gecko-mediaplayer/repos/community-i686/PKGBUILD
    (from rev 111961, gecko-mediaplayer/trunk/PKGBUILD)
  gecko-mediaplayer/repos/community-i686/firefox-8.patch
    (from rev 111961, gecko-mediaplayer/trunk/firefox-8.patch)
  gecko-mediaplayer/repos/community-x86_64/PKGBUILD
    (from rev 111961, gecko-mediaplayer/trunk/PKGBUILD)
  gecko-mediaplayer/repos/community-x86_64/firefox-8.patch
    (from rev 111961, gecko-mediaplayer/trunk/firefox-8.patch)
Deleted:
  gecko-mediaplayer/repos/community-i686/PKGBUILD
  gecko-mediaplayer/repos/community-i686/firefox-8.patch
  gecko-mediaplayer/repos/community-x86_64/PKGBUILD
  gecko-mediaplayer/repos/community-x86_64/firefox-8.patch

----------------------------------+
 /PKGBUILD                        |   60 +++++++++++++++++++++++
 /firefox-8.patch                 |   96 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   30 -----------
 community-i686/firefox-8.patch   |   48 ------------------
 community-x86_64/PKGBUILD        |   30 -----------
 community-x86_64/firefox-8.patch |   48 ------------------
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-27 10:21:10 UTC (rev 111961)
+++ community-i686/PKGBUILD	2014-05-27 10:21:23 UTC (rev 111962)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# 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.8
-pkgrel=1
-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=("http://gecko-mediaplayer.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d13303664fcbb7f3b1273be4b1aa1b1e')
-
-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-i686/PKGBUILD (from rev 111961, gecko-mediaplayer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-27 10:21:23 UTC (rev 111962)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# 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=1
+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")
+md5sums=('69b50ecbbbf34ca6d980a477345dbd40')
+
+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
+}

Deleted: community-i686/firefox-8.patch
===================================================================
--- community-i686/firefox-8.patch	2014-05-27 10:21:10 UTC (rev 111961)
+++ community-i686/firefox-8.patch	2014-05-27 10:21:23 UTC (rev 111962)
@@ -1,48 +0,0 @@
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp
---- gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp	2011-09-20 20:48:04.000000000 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp	2011-11-22 15:57:46.751354874 +0200
-@@ -80,9 +80,9 @@
- 
- #endif                          /* XP_WIN */
- 
--char *NPP_GetMIMEDescription();
-+const char *NPP_GetMIMEDescription();
- 
--char *NP_GetMIMEDescription()
-+const char *NP_GetMIMEDescription()
- {
-     return NPP_GetMIMEDescription();
- }
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp
---- gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp	2011-09-20 20:48:04.000000000 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp	2011-11-22 15:58:02.473353591 +0200
-@@ -44,7 +44,7 @@
- #include "plugin_types.h"
- #include "plugin_setup.h"
- 
--char *NPP_GetMIMEDescription(void)
-+const char *NPP_GetMIMEDescription(void)
- {
-     return GetMIMEDescription();
- }
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npupp.h gecko-mediaplayer-1.0.5b1-new/src/npupp.h
---- gecko-mediaplayer-1.0.5b1-old/src/npupp.h	2011-09-20 20:48:04.000000000 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/npupp.h	2011-11-22 15:56:32.262360950 +0200
-@@ -684,7 +684,7 @@
- 
-     NPError OSCALL NP_Shutdown();
- 
--    char *NP_GetMIMEDescription();
-+    const char *NP_GetMIMEDescription();
- 
- #ifdef __cplusplus
- }
-@@ -700,7 +700,7 @@
- 
- /* plugin meta member functions */
- 
--    NP_EXPORT(char *) NP_GetMIMEDescription(void);
-+    NP_EXPORT(const char *) NP_GetMIMEDescription(void);
-      NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs *, NPPluginFuncs *);
-      NP_EXPORT(NPError) NP_Shutdown(void);
-      NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void *aValue);

Copied: gecko-mediaplayer/repos/community-i686/firefox-8.patch (from rev 111961, gecko-mediaplayer/trunk/firefox-8.patch)
===================================================================
--- community-i686/firefox-8.patch	                        (rev 0)
+++ community-i686/firefox-8.patch	2014-05-27 10:21:23 UTC (rev 111962)
@@ -0,0 +1,48 @@
+diff -Naur gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp
+--- gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp	2011-09-20 20:48:04.000000000 +0300
++++ gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp	2011-11-22 15:57:46.751354874 +0200
+@@ -80,9 +80,9 @@
+ 
+ #endif                          /* XP_WIN */
+ 
+-char *NPP_GetMIMEDescription();
++const char *NPP_GetMIMEDescription();
+ 
+-char *NP_GetMIMEDescription()
++const char *NP_GetMIMEDescription()
+ {
+     return NPP_GetMIMEDescription();
+ }
+diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp
+--- gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp	2011-09-20 20:48:04.000000000 +0300
++++ gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp	2011-11-22 15:58:02.473353591 +0200
+@@ -44,7 +44,7 @@
+ #include "plugin_types.h"
+ #include "plugin_setup.h"
+ 
+-char *NPP_GetMIMEDescription(void)
++const char *NPP_GetMIMEDescription(void)
+ {
+     return GetMIMEDescription();
+ }
+diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npupp.h gecko-mediaplayer-1.0.5b1-new/src/npupp.h
+--- gecko-mediaplayer-1.0.5b1-old/src/npupp.h	2011-09-20 20:48:04.000000000 +0300
++++ gecko-mediaplayer-1.0.5b1-new/src/npupp.h	2011-11-22 15:56:32.262360950 +0200
+@@ -684,7 +684,7 @@
+ 
+     NPError OSCALL NP_Shutdown();
+ 
+-    char *NP_GetMIMEDescription();
++    const char *NP_GetMIMEDescription();
+ 
+ #ifdef __cplusplus
+ }
+@@ -700,7 +700,7 @@
+ 
+ /* plugin meta member functions */
+ 
+-    NP_EXPORT(char *) NP_GetMIMEDescription(void);
++    NP_EXPORT(const char *) NP_GetMIMEDescription(void);
+      NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs *, NPPluginFuncs *);
+      NP_EXPORT(NPError) NP_Shutdown(void);
+      NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void *aValue);

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-27 10:21:10 UTC (rev 111961)
+++ community-x86_64/PKGBUILD	2014-05-27 10:21:23 UTC (rev 111962)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# 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.8
-pkgrel=1
-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=("http://gecko-mediaplayer.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d13303664fcbb7f3b1273be4b1aa1b1e')
-
-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-x86_64/PKGBUILD (from rev 111961, gecko-mediaplayer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-27 10:21:23 UTC (rev 111962)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# 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=1
+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")
+md5sums=('69b50ecbbbf34ca6d980a477345dbd40')
+
+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
+}

Deleted: community-x86_64/firefox-8.patch
===================================================================
--- community-x86_64/firefox-8.patch	2014-05-27 10:21:10 UTC (rev 111961)
+++ community-x86_64/firefox-8.patch	2014-05-27 10:21:23 UTC (rev 111962)
@@ -1,48 +0,0 @@
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp
---- gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp	2011-09-20 20:48:04.000000000 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp	2011-11-22 15:57:46.751354874 +0200
-@@ -80,9 +80,9 @@
- 
- #endif                          /* XP_WIN */
- 
--char *NPP_GetMIMEDescription();
-+const char *NPP_GetMIMEDescription();
- 
--char *NP_GetMIMEDescription()
-+const char *NP_GetMIMEDescription()
- {
-     return NPP_GetMIMEDescription();
- }
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp
---- gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp	2011-09-20 20:48:04.000000000 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp	2011-11-22 15:58:02.473353591 +0200
-@@ -44,7 +44,7 @@
- #include "plugin_types.h"
- #include "plugin_setup.h"
- 
--char *NPP_GetMIMEDescription(void)
-+const char *NPP_GetMIMEDescription(void)
- {
-     return GetMIMEDescription();
- }
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npupp.h gecko-mediaplayer-1.0.5b1-new/src/npupp.h
---- gecko-mediaplayer-1.0.5b1-old/src/npupp.h	2011-09-20 20:48:04.000000000 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/npupp.h	2011-11-22 15:56:32.262360950 +0200
-@@ -684,7 +684,7 @@
- 
-     NPError OSCALL NP_Shutdown();
- 
--    char *NP_GetMIMEDescription();
-+    const char *NP_GetMIMEDescription();
- 
- #ifdef __cplusplus
- }
-@@ -700,7 +700,7 @@
- 
- /* plugin meta member functions */
- 
--    NP_EXPORT(char *) NP_GetMIMEDescription(void);
-+    NP_EXPORT(const char *) NP_GetMIMEDescription(void);
-      NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs *, NPPluginFuncs *);
-      NP_EXPORT(NPError) NP_Shutdown(void);
-      NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void *aValue);

Copied: gecko-mediaplayer/repos/community-x86_64/firefox-8.patch (from rev 111961, gecko-mediaplayer/trunk/firefox-8.patch)
===================================================================
--- community-x86_64/firefox-8.patch	                        (rev 0)
+++ community-x86_64/firefox-8.patch	2014-05-27 10:21:23 UTC (rev 111962)
@@ -0,0 +1,48 @@
+diff -Naur gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp
+--- gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp	2011-09-20 20:48:04.000000000 +0300
++++ gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp	2011-11-22 15:57:46.751354874 +0200
+@@ -80,9 +80,9 @@
+ 
+ #endif                          /* XP_WIN */
+ 
+-char *NPP_GetMIMEDescription();
++const char *NPP_GetMIMEDescription();
+ 
+-char *NP_GetMIMEDescription()
++const char *NP_GetMIMEDescription()
+ {
+     return NPP_GetMIMEDescription();
+ }
+diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp
+--- gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp	2011-09-20 20:48:04.000000000 +0300
++++ gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp	2011-11-22 15:58:02.473353591 +0200
+@@ -44,7 +44,7 @@
+ #include "plugin_types.h"
+ #include "plugin_setup.h"
+ 
+-char *NPP_GetMIMEDescription(void)
++const char *NPP_GetMIMEDescription(void)
+ {
+     return GetMIMEDescription();
+ }
+diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npupp.h gecko-mediaplayer-1.0.5b1-new/src/npupp.h
+--- gecko-mediaplayer-1.0.5b1-old/src/npupp.h	2011-09-20 20:48:04.000000000 +0300
++++ gecko-mediaplayer-1.0.5b1-new/src/npupp.h	2011-11-22 15:56:32.262360950 +0200
+@@ -684,7 +684,7 @@
+ 
+     NPError OSCALL NP_Shutdown();
+ 
+-    char *NP_GetMIMEDescription();
++    const char *NP_GetMIMEDescription();
+ 
+ #ifdef __cplusplus
+ }
+@@ -700,7 +700,7 @@
+ 
+ /* plugin meta member functions */
+ 
+-    NP_EXPORT(char *) NP_GetMIMEDescription(void);
++    NP_EXPORT(const char *) NP_GetMIMEDescription(void);
+      NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs *, NPPluginFuncs *);
+      NP_EXPORT(NPError) NP_Shutdown(void);
+      NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void *aValue);




More information about the arch-commits mailing list