[arch-commits] Commit in sopcast/repos (12 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Aug 2 07:43:26 UTC 2017


    Date: Wednesday, August 2, 2017 @ 07:43:25
  Author: bpiotrowski
Revision: 247405

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

Added:
  sopcast/repos/community-i686/PKGBUILD
    (from rev 247404, sopcast/trunk/PKGBUILD)
  sopcast/repos/community-i686/license
    (from rev 247404, sopcast/trunk/license)
  sopcast/repos/community-i686/sopcast.install
    (from rev 247404, sopcast/trunk/sopcast.install)
  sopcast/repos/multilib-x86_64/PKGBUILD
    (from rev 247404, sopcast/trunk/PKGBUILD)
  sopcast/repos/multilib-x86_64/license
    (from rev 247404, sopcast/trunk/license)
  sopcast/repos/multilib-x86_64/sopcast.install
    (from rev 247404, sopcast/trunk/sopcast.install)
Deleted:
  sopcast/repos/community-i686/PKGBUILD
  sopcast/repos/community-i686/license
  sopcast/repos/community-i686/sopcast.install
  sopcast/repos/multilib-x86_64/PKGBUILD
  sopcast/repos/multilib-x86_64/license
  sopcast/repos/multilib-x86_64/sopcast.install

---------------------------------+
 /PKGBUILD                       |   50 ++++++++++++++++++++++++++++++++++++++
 /license                        |   34 +++++++++++++++++++++++++
 /sopcast.install                |   22 ++++++++++++++++
 community-i686/PKGBUILD         |   30 ----------------------
 community-i686/license          |   17 ------------
 community-i686/sopcast.install  |   11 --------
 multilib-x86_64/PKGBUILD        |   30 ----------------------
 multilib-x86_64/license         |   17 ------------
 multilib-x86_64/sopcast.install |   11 --------
 9 files changed, 106 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-02 07:43:10 UTC (rev 247404)
+++ community-i686/PKGBUILD	2017-08-02 07:43:25 UTC (rev 247405)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-pkgname=sopcast
-pkgver=3.2.6
-pkgrel=1
-pkgdesc="The Streaming Direct Broadcast System based on P2P"
-arch=('i686' 'x86_64')
-url="http://www.sopcast.org"
-license=('custom')
-
-if [[ $CARCH == "x86_64" ]]; then
-  depends=('lib32-libstdc++5')
-else
-  depends=('libstdc++5')
-fi
-
-install=sopcast.install
-source=("http://download.easetuner.com/download/sp-auth.tgz"
-        'license')
-md5sums=('db931c9237fc93756dab7284800fa43f'
-         'cd4c2f7795918cdb02550a6e0ee939a4')
-
-package()  {
-  install -D -m755 sp-auth/sp-sc-auth "${pkgdir}/usr/bin/sp-sc-auth"
-  ln -s sp-sc-auth "${pkgdir}/usr/bin/sopcast"
-  ln -s sp-sc-auth "${pkgdir}/usr/bin/sp-sc"
-  install -D license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sopcast/repos/community-i686/PKGBUILD (from rev 247404, sopcast/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-02 07:43:25 UTC (rev 247405)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+pkgname=sopcast
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="The Streaming Direct Broadcast System based on P2P"
+arch=('i686' 'x86_64')
+url="http://www.sopcast.org"
+license=('custom')
+depends_x86_64=('lib32-libstdc++5')
+depends_i686=('libstdc++5')
+install=sopcast.install
+source=("http://download.easetuner.com/download/sp-auth.tgz"
+        'license')
+md5sums=('db931c9237fc93756dab7284800fa43f'
+         'cd4c2f7795918cdb02550a6e0ee939a4')
+
+package()  {
+  install -D -m755 sp-auth/sp-sc-auth "${pkgdir}/usr/bin/sp-sc-auth"
+  ln -s sp-sc-auth "${pkgdir}/usr/bin/sopcast"
+  ln -s sp-sc-auth "${pkgdir}/usr/bin/sp-sc"
+  install -D license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/license
===================================================================
--- community-i686/license	2017-08-02 07:43:10 UTC (rev 247404)
+++ community-i686/license	2017-08-02 07:43:25 UTC (rev 247405)
@@ -1,17 +0,0 @@
-Date: Wed, 6 Dec 2006 16:6:35 +0800
-From: "contact at sopcast" <contact at sopcast.org>
-To: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-Alessio 'mOLOk' Bolognino,
-
-[...] SopCast is free of use and distribute. you can use this email as
-an authorization for your distribution.
-
-Best regards
-
-SopCast
-
-------------------------
-
-SopCast-Streaming Over P2P-SopCast
-http://www.sopcast.com

Copied: sopcast/repos/community-i686/license (from rev 247404, sopcast/trunk/license)
===================================================================
--- community-i686/license	                        (rev 0)
+++ community-i686/license	2017-08-02 07:43:25 UTC (rev 247405)
@@ -0,0 +1,17 @@
+Date: Wed, 6 Dec 2006 16:6:35 +0800
+From: "contact at sopcast" <contact at sopcast.org>
+To: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+Alessio 'mOLOk' Bolognino,
+
+[...] SopCast is free of use and distribute. you can use this email as
+an authorization for your distribution.
+
+Best regards
+
+SopCast
+
+------------------------
+
+SopCast-Streaming Over P2P-SopCast
+http://www.sopcast.com

Deleted: community-i686/sopcast.install
===================================================================
--- community-i686/sopcast.install	2017-08-02 07:43:10 UTC (rev 247404)
+++ community-i686/sopcast.install	2017-08-02 07:43:25 UTC (rev 247405)
@@ -1,11 +0,0 @@
-post_install() {
-cat << EOM 
-
-==> A simple example of sp-sc command line:
-==> ./sp-sc sop://broker.sopcast.com:3912/6098 3908 8908 > /dev/null &
-==> Start to transfer channel 6098, and you can play it on 8908 with VLC or mplayer
-==> by open the url: http://localhost:8908/tv.asf
-
-EOM
-}
-

Copied: sopcast/repos/community-i686/sopcast.install (from rev 247404, sopcast/trunk/sopcast.install)
===================================================================
--- community-i686/sopcast.install	                        (rev 0)
+++ community-i686/sopcast.install	2017-08-02 07:43:25 UTC (rev 247405)
@@ -0,0 +1,11 @@
+post_install() {
+cat << EOM 
+
+==> A simple example of sp-sc command line:
+==> ./sp-sc sop://broker.sopcast.com:3912/6098 3908 8908 > /dev/null &
+==> Start to transfer channel 6098, and you can play it on 8908 with VLC or mplayer
+==> by open the url: http://localhost:8908/tv.asf
+
+EOM
+}
+

Deleted: multilib-x86_64/PKGBUILD
===================================================================
--- multilib-x86_64/PKGBUILD	2017-08-02 07:43:10 UTC (rev 247404)
+++ multilib-x86_64/PKGBUILD	2017-08-02 07:43:25 UTC (rev 247405)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-pkgname=sopcast
-pkgver=3.2.6
-pkgrel=1
-pkgdesc="The Streaming Direct Broadcast System based on P2P"
-arch=('i686' 'x86_64')
-url="http://www.sopcast.org"
-license=('custom')
-
-if [[ $CARCH == "x86_64" ]]; then
-  depends=('lib32-libstdc++5')
-else
-  depends=('libstdc++5')
-fi
-
-install=sopcast.install
-source=("http://download.easetuner.com/download/sp-auth.tgz"
-        'license')
-md5sums=('db931c9237fc93756dab7284800fa43f'
-         'cd4c2f7795918cdb02550a6e0ee939a4')
-
-package()  {
-  install -D -m755 sp-auth/sp-sc-auth "${pkgdir}/usr/bin/sp-sc-auth"
-  ln -s sp-sc-auth "${pkgdir}/usr/bin/sopcast"
-  ln -s sp-sc-auth "${pkgdir}/usr/bin/sp-sc"
-  install -D license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sopcast/repos/multilib-x86_64/PKGBUILD (from rev 247404, sopcast/trunk/PKGBUILD)
===================================================================
--- multilib-x86_64/PKGBUILD	                        (rev 0)
+++ multilib-x86_64/PKGBUILD	2017-08-02 07:43:25 UTC (rev 247405)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+pkgname=sopcast
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="The Streaming Direct Broadcast System based on P2P"
+arch=('i686' 'x86_64')
+url="http://www.sopcast.org"
+license=('custom')
+depends_x86_64=('lib32-libstdc++5')
+depends_i686=('libstdc++5')
+install=sopcast.install
+source=("http://download.easetuner.com/download/sp-auth.tgz"
+        'license')
+md5sums=('db931c9237fc93756dab7284800fa43f'
+         'cd4c2f7795918cdb02550a6e0ee939a4')
+
+package()  {
+  install -D -m755 sp-auth/sp-sc-auth "${pkgdir}/usr/bin/sp-sc-auth"
+  ln -s sp-sc-auth "${pkgdir}/usr/bin/sopcast"
+  ln -s sp-sc-auth "${pkgdir}/usr/bin/sp-sc"
+  install -D license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: multilib-x86_64/license
===================================================================
--- multilib-x86_64/license	2017-08-02 07:43:10 UTC (rev 247404)
+++ multilib-x86_64/license	2017-08-02 07:43:25 UTC (rev 247405)
@@ -1,17 +0,0 @@
-Date: Wed, 6 Dec 2006 16:6:35 +0800
-From: "contact at sopcast" <contact at sopcast.org>
-To: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-Alessio 'mOLOk' Bolognino,
-
-[...] SopCast is free of use and distribute. you can use this email as
-an authorization for your distribution.
-
-Best regards
-
-SopCast
-
-------------------------
-
-SopCast-Streaming Over P2P-SopCast
-http://www.sopcast.com

Copied: sopcast/repos/multilib-x86_64/license (from rev 247404, sopcast/trunk/license)
===================================================================
--- multilib-x86_64/license	                        (rev 0)
+++ multilib-x86_64/license	2017-08-02 07:43:25 UTC (rev 247405)
@@ -0,0 +1,17 @@
+Date: Wed, 6 Dec 2006 16:6:35 +0800
+From: "contact at sopcast" <contact at sopcast.org>
+To: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+Alessio 'mOLOk' Bolognino,
+
+[...] SopCast is free of use and distribute. you can use this email as
+an authorization for your distribution.
+
+Best regards
+
+SopCast
+
+------------------------
+
+SopCast-Streaming Over P2P-SopCast
+http://www.sopcast.com

Deleted: multilib-x86_64/sopcast.install
===================================================================
--- multilib-x86_64/sopcast.install	2017-08-02 07:43:10 UTC (rev 247404)
+++ multilib-x86_64/sopcast.install	2017-08-02 07:43:25 UTC (rev 247405)
@@ -1,11 +0,0 @@
-post_install() {
-cat << EOM 
-
-==> A simple example of sp-sc command line:
-==> ./sp-sc sop://broker.sopcast.com:3912/6098 3908 8908 > /dev/null &
-==> Start to transfer channel 6098, and you can play it on 8908 with VLC or mplayer
-==> by open the url: http://localhost:8908/tv.asf
-
-EOM
-}
-

Copied: sopcast/repos/multilib-x86_64/sopcast.install (from rev 247404, sopcast/trunk/sopcast.install)
===================================================================
--- multilib-x86_64/sopcast.install	                        (rev 0)
+++ multilib-x86_64/sopcast.install	2017-08-02 07:43:25 UTC (rev 247405)
@@ -0,0 +1,11 @@
+post_install() {
+cat << EOM 
+
+==> A simple example of sp-sc command line:
+==> ./sp-sc sop://broker.sopcast.com:3912/6098 3908 8908 > /dev/null &
+==> Start to transfer channel 6098, and you can play it on 8908 with VLC or mplayer
+==> by open the url: http://localhost:8908/tv.asf
+
+EOM
+}
+



More information about the arch-commits mailing list