[arch-commits] Commit in (qsopcast)

2018-11-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 28, 2018 @ 21:43:24
  Author: arojas
Revision: 410480

Deleted:
  qsopcast/


[arch-commits] Commit in qsopcast/trunk (PKGBUILD)

2018-09-26 Thread Jelle van der Waa via arch-commits
Date: Wednesday, September 26, 2018 @ 13:55:20
  Author: jelle
Revision: 385341

Make qpodcast reproducible

Modified:
  qsopcast/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-26 13:09:26 UTC (rev 385340)
+++ PKGBUILD2018-09-26 13:55:20 UTC (rev 385341)
@@ -16,7 +16,8 @@
 
 prepare() {
   sed -i 's,/local,/,g' "$pkgname-$pkgver-qt4/src/"{qsopcast.pro,main.cpp}
-  convert "$pkgname-$pkgver-qt4/src/icons/mozart.xpm" "$srcdir/qsopcast.png"
+  # set modify/create for reproducible builds
+  convert +set date:create +set date:modify 
"$pkgname-$pkgver-qt4/src/icons/mozart.xpm" "$srcdir/qsopcast.png"
   gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc" 
--custom='GenericName=Online TV'
 }
 


[arch-commits] Commit in qsopcast/trunk (PKGBUILD qsopcast.desktop)

2017-11-23 Thread Alexander Rødseth
Date: Thursday, November 23, 2017 @ 21:11:10
  Author: arodseth
Revision: 268242

upgpkg: qsopcast 0.3.8.1-3

Modified:
  qsopcast/trunk/PKGBUILD
Deleted:
  qsopcast/trunk/qsopcast.desktop

--+
 PKGBUILD |   40 ++--
 qsopcast.desktop |   10 --
 2 files changed, 22 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 20:44:31 UTC (rev 268241)
+++ PKGBUILD2017-11-23 21:11:10 UTC (rev 268242)
@@ -1,36 +1,40 @@
 # $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Alexander F Rødseth 
+# Contributor: Giovanni Scafora 
 # Contributor: Andrea Scarpino 
 
 pkgname=qsopcast
 pkgver=0.3.8.1
-pkgrel=2
-pkgdesc="A Qt front-end to p2p TV sopcast"
+pkgrel=3
+pkgdesc='Qt front-end for p2p TV sopcast'
 arch=('x86_64')
-url="http://code.google.com/p/qsopcast;
+url='https://code.google.com/archive/p/qsopcast/'
 license=('GPL2')
 depends=('qt4' 'sopcast')
-source=("http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
-'qsopcast.desktop')
-sha1sums=('9c89c15544e20c120c97a0b54589c5d2acac398e'
-  'ada48f3fdeab903235967142740d057d544494c4')
+makedepends=('gendesk' 'imagemagick')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver-qt4.tar.bz2;)
+sha256sums=('59ebca822102e7c3af1d5a39368457a3bb659ceba74cdd9aa9034fb68a8af8fc')
 
+prepare() {
+  sed -i 's,/local,/,g' "$pkgname-$pkgver-qt4/src/"{qsopcast.pro,main.cpp}
+  convert "$pkgname-$pkgver-qt4/src/icons/mozart.xpm" "$srcdir/qsopcast.png"
+  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc" 
--custom='GenericName=Online TV'
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+  cd "$pkgname-$pkgver-qt4/src"
 
-  sed -i "s:/usr/local:/usr:g" qsopcast.pro main.cpp
   qmake-qt4
-
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+  make -C "$pkgname-$pkgver-qt4/src" INSTALL_ROOT="$pkgdir" install
 
-  make INSTALL_ROOT=${pkgdir} install
-  install -D -m644 "${srcdir}/qsopcast.desktop" \
-   "${pkgdir}/usr/share/applications/qsopcast.desktop"
-  install -D -m644 "icons/mozart.xpm" \
-   "${pkgdir}/usr/share/pixmaps/qsopcast.xpm"
-  rm -rf "${pkgdir}/usr/bin/sp-sc"
+  install -Dm644 qsopcast.png "$pkgdir/usr/share/pixmaps/qsopcast.png"
+  install -Dm644 qsopcast.desktop 
"$pkgdir/usr/share/applications/qsopcast.desktop"
+
+  rm "$pkgdir/usr/bin/sp-sc"
 }
+
+# vim: ts=2 sw=2 et:

Deleted: qsopcast.desktop
===
--- qsopcast.desktop2017-11-23 20:44:31 UTC (rev 268241)
+++ qsopcast.desktop2017-11-23 21:11:10 UTC (rev 268242)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Comment=A Qt frontend of sopcast
-Exec=qsopcast
-GenericName=Online TV
-Icon=qsopcast.xpm
-Name=QSopcast
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Application;Network;


[arch-commits] Commit in qsopcast/repos/multilib-x86_64 (3 files)

2017-11-23 Thread Alexander Rødseth
Date: Thursday, November 23, 2017 @ 21:11:23
  Author: arodseth
Revision: 268243

archrelease: copy trunk to multilib-x86_64

Added:
  qsopcast/repos/multilib-x86_64/PKGBUILD
(from rev 268242, qsopcast/trunk/PKGBUILD)
Deleted:
  qsopcast/repos/multilib-x86_64/PKGBUILD
  qsopcast/repos/multilib-x86_64/qsopcast.desktop

--+
 PKGBUILD |   76 +++--
 qsopcast.desktop |   10 --
 2 files changed, 40 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 21:11:10 UTC (rev 268242)
+++ PKGBUILD2017-11-23 21:11:23 UTC (rev 268243)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrea Scarpino 
-
-pkgname=qsopcast
-pkgver=0.3.8.1
-pkgrel=2
-pkgdesc="A Qt front-end to p2p TV sopcast"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/qsopcast;
-license=('GPL2')
-depends=('qt4' 'sopcast')
-source=("http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
-'qsopcast.desktop')
-sha1sums=('9c89c15544e20c120c97a0b54589c5d2acac398e'
-  'ada48f3fdeab903235967142740d057d544494c4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
-
-  sed -i "s:/usr/local:/usr:g" qsopcast.pro main.cpp
-  qmake-qt4
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
-
-  make INSTALL_ROOT=${pkgdir} install
-  install -D -m644 "${srcdir}/qsopcast.desktop" \
-   "${pkgdir}/usr/share/applications/qsopcast.desktop"
-  install -D -m644 "icons/mozart.xpm" \
-   "${pkgdir}/usr/share/pixmaps/qsopcast.xpm"
-  rm -rf "${pkgdir}/usr/bin/sp-sc"
-}

Copied: qsopcast/repos/multilib-x86_64/PKGBUILD (from rev 268242, 
qsopcast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 21:11:23 UTC (rev 268243)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Giovanni Scafora 
+# Contributor: Andrea Scarpino 
+
+pkgname=qsopcast
+pkgver=0.3.8.1
+pkgrel=3
+pkgdesc='Qt front-end for p2p TV sopcast'
+arch=('x86_64')
+url='https://code.google.com/archive/p/qsopcast/'
+license=('GPL2')
+depends=('qt4' 'sopcast')
+makedepends=('gendesk' 'imagemagick')
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver-qt4.tar.bz2;)
+sha256sums=('59ebca822102e7c3af1d5a39368457a3bb659ceba74cdd9aa9034fb68a8af8fc')
+
+prepare() {
+  sed -i 's,/local,/,g' "$pkgname-$pkgver-qt4/src/"{qsopcast.pro,main.cpp}
+  convert "$pkgname-$pkgver-qt4/src/icons/mozart.xpm" "$srcdir/qsopcast.png"
+  gendesk -f -n --pkgname="$pkgname" --pkgdesc="$pkgdesc" 
--custom='GenericName=Online TV'
+}
+
+build() {
+  cd "$pkgname-$pkgver-qt4/src"
+
+  qmake-qt4
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver-qt4/src" INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 qsopcast.png "$pkgdir/usr/share/pixmaps/qsopcast.png"
+  install -Dm644 qsopcast.desktop 
"$pkgdir/usr/share/applications/qsopcast.desktop"
+
+  rm "$pkgdir/usr/bin/sp-sc"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: qsopcast.desktop
===
--- qsopcast.desktop2017-11-23 21:11:10 UTC (rev 268242)
+++ qsopcast.desktop2017-11-23 21:11:23 UTC (rev 268243)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Comment=A Qt frontend of sopcast
-Exec=qsopcast
-GenericName=Online TV
-Icon=qsopcast.xpm
-Name=QSopcast
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Application;Network;


[arch-commits] Commit in qsopcast/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 00:11:14
  Author: foutrelis
Revision: 149340

C++11 ABI rebuild

Modified:
  qsopcast/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 23:09:42 UTC (rev 149339)
+++ PKGBUILD2015-12-06 23:11:14 UTC (rev 149340)
@@ -4,7 +4,7 @@
 
 pkgname=qsopcast
 pkgver=0.3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt front-end to p2p TV sopcast"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/qsopcast;


[arch-commits] Commit in qsopcast/repos (3 files)

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 00:11:32
  Author: foutrelis
Revision: 149342

archrelease: copy trunk to community-staging-i686

Added:
  qsopcast/repos/community-staging-i686/
  qsopcast/repos/community-staging-i686/PKGBUILD
(from rev 149341, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/community-staging-i686/qsopcast.desktop
(from rev 149341, qsopcast/trunk/qsopcast.desktop)

--+
 PKGBUILD |   36 
 qsopcast.desktop |   10 ++
 2 files changed, 46 insertions(+)

Copied: qsopcast/repos/community-staging-i686/PKGBUILD (from rev 149341, 
qsopcast/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 23:11:32 UTC (rev 149342)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrea Scarpino 
+
+pkgname=qsopcast
+pkgver=0.3.8.1
+pkgrel=2
+pkgdesc="A Qt front-end to p2p TV sopcast"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/qsopcast;
+license=('GPL2')
+depends=('qt4' 'sopcast')
+source=("http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
+'qsopcast.desktop')
+sha1sums=('9c89c15544e20c120c97a0b54589c5d2acac398e'
+  'ada48f3fdeab903235967142740d057d544494c4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  sed -i "s:/usr/local:/usr:g" qsopcast.pro main.cpp
+  qmake-qt4
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  make INSTALL_ROOT=${pkgdir} install
+  install -D -m644 "${srcdir}/qsopcast.desktop" \
+   "${pkgdir}/usr/share/applications/qsopcast.desktop"
+  install -D -m644 "icons/mozart.xpm" \
+   "${pkgdir}/usr/share/pixmaps/qsopcast.xpm"
+  rm -rf "${pkgdir}/usr/bin/sp-sc"
+}

Copied: qsopcast/repos/community-staging-i686/qsopcast.desktop (from rev 
149341, qsopcast/trunk/qsopcast.desktop)
===
--- community-staging-i686/qsopcast.desktop (rev 0)
+++ community-staging-i686/qsopcast.desktop 2015-12-06 23:11:32 UTC (rev 
149342)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=A Qt frontend of sopcast
+Exec=qsopcast
+GenericName=Online TV
+Icon=qsopcast.xpm
+Name=QSopcast
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Network;


[arch-commits] Commit in qsopcast/repos (3 files)

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 00:11:21
  Author: foutrelis
Revision: 149341

archrelease: copy trunk to multilib-staging-x86_64

Added:
  qsopcast/repos/multilib-staging-x86_64/
  qsopcast/repos/multilib-staging-x86_64/PKGBUILD
(from rev 149340, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/multilib-staging-x86_64/qsopcast.desktop
(from rev 149340, qsopcast/trunk/qsopcast.desktop)

--+
 PKGBUILD |   36 
 qsopcast.desktop |   10 ++
 2 files changed, 46 insertions(+)

Copied: qsopcast/repos/multilib-staging-x86_64/PKGBUILD (from rev 149340, 
qsopcast/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-12-06 23:11:21 UTC (rev 149341)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrea Scarpino 
+
+pkgname=qsopcast
+pkgver=0.3.8.1
+pkgrel=2
+pkgdesc="A Qt front-end to p2p TV sopcast"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/qsopcast;
+license=('GPL2')
+depends=('qt4' 'sopcast')
+source=("http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
+'qsopcast.desktop')
+sha1sums=('9c89c15544e20c120c97a0b54589c5d2acac398e'
+  'ada48f3fdeab903235967142740d057d544494c4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  sed -i "s:/usr/local:/usr:g" qsopcast.pro main.cpp
+  qmake-qt4
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  make INSTALL_ROOT=${pkgdir} install
+  install -D -m644 "${srcdir}/qsopcast.desktop" \
+   "${pkgdir}/usr/share/applications/qsopcast.desktop"
+  install -D -m644 "icons/mozart.xpm" \
+   "${pkgdir}/usr/share/pixmaps/qsopcast.xpm"
+  rm -rf "${pkgdir}/usr/bin/sp-sc"
+}

Copied: qsopcast/repos/multilib-staging-x86_64/qsopcast.desktop (from rev 
149340, qsopcast/trunk/qsopcast.desktop)
===
--- multilib-staging-x86_64/qsopcast.desktop(rev 0)
+++ multilib-staging-x86_64/qsopcast.desktop2015-12-06 23:11:21 UTC (rev 
149341)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=A Qt frontend of sopcast
+Exec=qsopcast
+GenericName=Online TV
+Icon=qsopcast.xpm
+Name=QSopcast
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Network;


[arch-commits] Commit in qsopcast/trunk (PKGBUILD gcc47.patch)

2013-07-21 Thread Giovanni Scafora
Date: Sunday, July 21, 2013 @ 09:52:26
  Author: giovanni
Revision: 94339

upgpkg: qsopcast 0.3.8.1-1

upstream release

Modified:
  qsopcast/trunk/PKGBUILD
Deleted:
  qsopcast/trunk/gcc47.patch

-+
 PKGBUILD|   23 +++
 gcc47.patch |   33 -
 2 files changed, 11 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-21 07:06:40 UTC (rev 94338)
+++ PKGBUILD2013-07-21 07:52:26 UTC (rev 94339)
@@ -3,35 +3,34 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=qsopcast
-pkgver=0.3.8
-pkgrel=6
+pkgver=0.3.8.1
+pkgrel=1
 pkgdesc=A Qt front-end to p2p TV sopcast
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/qsopcast;
 license=('GPL2')
 depends=('qt4' 'sopcast')
 source=(http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
-'qsopcast.desktop'
-'gcc47.patch')
-sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
-  'ada48f3fdeab903235967142740d057d544494c4'
-  '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
+'qsopcast.desktop')
+sha1sums=('9c89c15544e20c120c97a0b54589c5d2acac398e'
+  'ada48f3fdeab903235967142740d057d544494c4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
 
-  patch -p2 -i ${srcdir}/gcc47.patch
-
   sed -i s:/usr/local:/usr:g qsopcast.pro main.cpp
   qmake-qt4
+
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
 
-  make INSTALL_ROOT=$pkgdir install
-  install -D -m644 $srcdir/qsopcast.desktop \
-$pkgdir/usr/share/applications/qsopcast.desktop
+  make INSTALL_ROOT=${pkgdir} install
+  install -D -m644 ${srcdir}/qsopcast.desktop \
+   ${pkgdir}/usr/share/applications/qsopcast.desktop
+  install -D -m644 icons/mozart.xpm \
+   ${pkgdir}/usr/share/pixmaps/qsopcast.xpm
   rm -rf ${pkgdir}/usr/bin/sp-sc
 }

Deleted: gcc47.patch
===
--- gcc47.patch 2013-07-21 07:06:40 UTC (rev 94338)
+++ gcc47.patch 2013-07-21 07:52:26 UTC (rev 94339)
@@ -1,33 +0,0 @@
 qsopcast-0.3.8-qt4/src/loadsave.cpp~   2013-02-27 17:01:20.543229693 
+
-+++ qsopcast-0.3.8-qt4/src/loadsave.cpp2013-02-27 17:01:38.629768649 
+
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include unistd.h
-+
- #include mypopupmenu.h
- #include loadsave.h
- #include mainwindow.h
 qsopcast-0.3.8-qt4/src/sopfork.cpp~2013-02-27 17:03:19.35572 
+
-+++ qsopcast-0.3.8-qt4/src/sopfork.cpp 2013-02-27 17:03:33.018960848 +
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include unistd.h
-+
- #include sopfork.h
- #include header.h
- #include playfork.h
 qsopcast-0.3.8-qt4/src/record.cpp~ 2013-02-27 17:05:04.374982336 +
-+++ qsopcast-0.3.8-qt4/src/record.cpp  2013-02-27 17:05:15.474903741 +
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include unistd.h
-+
- #include sopfork.h
- #include record.h
- #include header.h



[arch-commits] Commit in qsopcast/repos/community-i686 (5 files)

2013-07-21 Thread Giovanni Scafora
Date: Sunday, July 21, 2013 @ 09:52:31
  Author: giovanni
Revision: 94340

archrelease: copy trunk to community-i686

Added:
  qsopcast/repos/community-i686/PKGBUILD
(from rev 94339, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/community-i686/qsopcast.desktop
(from rev 94339, qsopcast/trunk/qsopcast.desktop)
Deleted:
  qsopcast/repos/community-i686/PKGBUILD
  qsopcast/repos/community-i686/gcc47.patch
  qsopcast/repos/community-i686/qsopcast.desktop

--+
 PKGBUILD |   73 ++---
 gcc47.patch  |   33 ---
 qsopcast.desktop |   20 +++---
 3 files changed, 46 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-21 07:52:26 UTC (rev 94339)
+++ PKGBUILD2013-07-21 07:52:31 UTC (rev 94340)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=qsopcast
-pkgver=0.3.8
-pkgrel=6
-pkgdesc=A Qt front-end to p2p TV sopcast
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/qsopcast;
-license=('GPL2')
-depends=('qt4' 'sopcast')
-source=(http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
-'qsopcast.desktop'
-'gcc47.patch')
-sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
-  'ada48f3fdeab903235967142740d057d544494c4'
-  '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
-
-  patch -p2 -i ${srcdir}/gcc47.patch
-
-  sed -i s:/usr/local:/usr:g qsopcast.pro main.cpp
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
-
-  make INSTALL_ROOT=$pkgdir install
-  install -D -m644 $srcdir/qsopcast.desktop \
-$pkgdir/usr/share/applications/qsopcast.desktop
-  rm -rf ${pkgdir}/usr/bin/sp-sc
-}

Copied: qsopcast/repos/community-i686/PKGBUILD (from rev 94339, 
qsopcast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-21 07:52:31 UTC (rev 94340)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=qsopcast
+pkgver=0.3.8.1
+pkgrel=1
+pkgdesc=A Qt front-end to p2p TV sopcast
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/qsopcast;
+license=('GPL2')
+depends=('qt4' 'sopcast')
+source=(http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
+'qsopcast.desktop')
+sha1sums=('9c89c15544e20c120c97a0b54589c5d2acac398e'
+  'ada48f3fdeab903235967142740d057d544494c4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
+
+  sed -i s:/usr/local:/usr:g qsopcast.pro main.cpp
+  qmake-qt4
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
+
+  make INSTALL_ROOT=${pkgdir} install
+  install -D -m644 ${srcdir}/qsopcast.desktop \
+   ${pkgdir}/usr/share/applications/qsopcast.desktop
+  install -D -m644 icons/mozart.xpm \
+   ${pkgdir}/usr/share/pixmaps/qsopcast.xpm
+  rm -rf ${pkgdir}/usr/bin/sp-sc
+}

Deleted: gcc47.patch
===
--- gcc47.patch 2013-07-21 07:52:26 UTC (rev 94339)
+++ gcc47.patch 2013-07-21 07:52:31 UTC (rev 94340)
@@ -1,33 +0,0 @@
 qsopcast-0.3.8-qt4/src/loadsave.cpp~   2013-02-27 17:01:20.543229693 
+
-+++ qsopcast-0.3.8-qt4/src/loadsave.cpp2013-02-27 17:01:38.629768649 
+
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include unistd.h
-+
- #include mypopupmenu.h
- #include loadsave.h
- #include mainwindow.h
 qsopcast-0.3.8-qt4/src/sopfork.cpp~2013-02-27 17:03:19.35572 
+
-+++ qsopcast-0.3.8-qt4/src/sopfork.cpp 2013-02-27 17:03:33.018960848 +
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include unistd.h
-+
- #include sopfork.h
- #include header.h
- #include playfork.h
 qsopcast-0.3.8-qt4/src/record.cpp~ 2013-02-27 17:05:04.374982336 +
-+++ qsopcast-0.3.8-qt4/src/record.cpp  2013-02-27 17:05:15.474903741 +
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include unistd.h
-+
- #include sopfork.h
- #include record.h
- #include header.h

Deleted: qsopcast.desktop
===
--- qsopcast.desktop2013-07-21 07:52:26 UTC (rev 94339)
+++ qsopcast.desktop2013-07-21 07:52:31 UTC (rev 94340)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Comment=A Qt frontend of sopcast
-Exec=qsopcast
-GenericName=Online TV
-Icon=qsopcast.xpm
-Name=QSopcast
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Application;Network;

Copied: 

[arch-commits] Commit in qsopcast/repos/multilib-x86_64 (5 files)

2013-07-21 Thread Giovanni Scafora
Date: Sunday, July 21, 2013 @ 09:56:49
  Author: giovanni
Revision: 94344

archrelease: copy trunk to multilib-x86_64

Added:
  qsopcast/repos/multilib-x86_64/PKGBUILD
(from rev 94343, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/multilib-x86_64/qsopcast.desktop
(from rev 94343, qsopcast/trunk/qsopcast.desktop)
Deleted:
  qsopcast/repos/multilib-x86_64/PKGBUILD
  qsopcast/repos/multilib-x86_64/gcc47.patch
  qsopcast/repos/multilib-x86_64/qsopcast.desktop

--+
 PKGBUILD |   73 ++---
 gcc47.patch  |   33 ---
 qsopcast.desktop |   20 +++---
 3 files changed, 46 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-21 07:56:37 UTC (rev 94343)
+++ PKGBUILD2013-07-21 07:56:49 UTC (rev 94344)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=qsopcast
-pkgver=0.3.8
-pkgrel=6
-pkgdesc=A Qt front-end to p2p TV sopcast
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/qsopcast;
-license=('GPL2')
-depends=('qt4' 'sopcast')
-source=(http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
-'qsopcast.desktop'
-'gcc47.patch')
-sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
-  'ada48f3fdeab903235967142740d057d544494c4'
-  '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
-
-  patch -p2 -i ${srcdir}/gcc47.patch
-
-  sed -i s:/usr/local:/usr:g qsopcast.pro main.cpp
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
-
-  make INSTALL_ROOT=$pkgdir install
-  install -D -m644 $srcdir/qsopcast.desktop \
-$pkgdir/usr/share/applications/qsopcast.desktop
-  rm -rf ${pkgdir}/usr/bin/sp-sc
-}

Copied: qsopcast/repos/multilib-x86_64/PKGBUILD (from rev 94343, 
qsopcast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-21 07:56:49 UTC (rev 94344)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=qsopcast
+pkgver=0.3.8.1
+pkgrel=1
+pkgdesc=A Qt front-end to p2p TV sopcast
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/qsopcast;
+license=('GPL2')
+depends=('qt4' 'sopcast')
+source=(http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
+'qsopcast.desktop')
+sha1sums=('9c89c15544e20c120c97a0b54589c5d2acac398e'
+  'ada48f3fdeab903235967142740d057d544494c4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
+
+  sed -i s:/usr/local:/usr:g qsopcast.pro main.cpp
+  qmake-qt4
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
+
+  make INSTALL_ROOT=${pkgdir} install
+  install -D -m644 ${srcdir}/qsopcast.desktop \
+   ${pkgdir}/usr/share/applications/qsopcast.desktop
+  install -D -m644 icons/mozart.xpm \
+   ${pkgdir}/usr/share/pixmaps/qsopcast.xpm
+  rm -rf ${pkgdir}/usr/bin/sp-sc
+}

Deleted: gcc47.patch
===
--- gcc47.patch 2013-07-21 07:56:37 UTC (rev 94343)
+++ gcc47.patch 2013-07-21 07:56:49 UTC (rev 94344)
@@ -1,33 +0,0 @@
 qsopcast-0.3.8-qt4/src/loadsave.cpp~   2013-02-27 17:01:20.543229693 
+
-+++ qsopcast-0.3.8-qt4/src/loadsave.cpp2013-02-27 17:01:38.629768649 
+
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include unistd.h
-+
- #include mypopupmenu.h
- #include loadsave.h
- #include mainwindow.h
 qsopcast-0.3.8-qt4/src/sopfork.cpp~2013-02-27 17:03:19.35572 
+
-+++ qsopcast-0.3.8-qt4/src/sopfork.cpp 2013-02-27 17:03:33.018960848 +
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include unistd.h
-+
- #include sopfork.h
- #include header.h
- #include playfork.h
 qsopcast-0.3.8-qt4/src/record.cpp~ 2013-02-27 17:05:04.374982336 +
-+++ qsopcast-0.3.8-qt4/src/record.cpp  2013-02-27 17:05:15.474903741 +
-@@ -18,6 +18,8 @@
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
- 
-+#include unistd.h
-+
- #include sopfork.h
- #include record.h
- #include header.h

Deleted: qsopcast.desktop
===
--- qsopcast.desktop2013-07-21 07:56:37 UTC (rev 94343)
+++ qsopcast.desktop2013-07-21 07:56:49 UTC (rev 94344)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Comment=A Qt frontend of sopcast
-Exec=qsopcast
-GenericName=Online TV
-Icon=qsopcast.xpm
-Name=QSopcast
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=Application;Network;

Copied: 

[arch-commits] Commit in qsopcast/trunk (PKGBUILD gcc47.patch)

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:06:40
  Author: andrea
Revision: 85203

upgpkg: qsopcast 0.3.8-6

qt4 rebuild

Added:
  qsopcast/trunk/gcc47.patch
Modified:
  qsopcast/trunk/PKGBUILD

-+
 PKGBUILD|   14 +-
 gcc47.patch |   33 +
 2 files changed, 42 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 17:05:01 UTC (rev 85202)
+++ PKGBUILD2013-02-27 17:06:40 UTC (rev 85203)
@@ -4,22 +4,26 @@
 
 pkgname=qsopcast
 pkgver=0.3.8
-pkgrel=5
+pkgrel=6
 pkgdesc=A Qt front-end to p2p TV sopcast
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/qsopcast;
 license=('GPL2')
-depends=('qt' 'sopcast')
+depends=('qt4' 'sopcast')
 source=(http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
-'qsopcast.desktop')
+'qsopcast.desktop'
+'gcc47.patch')
 sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
-  'ada48f3fdeab903235967142740d057d544494c4')
+  'ada48f3fdeab903235967142740d057d544494c4'
+  '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
 
+  patch -p2 -i ${srcdir}/gcc47.patch
+
   sed -i s:/usr/local:/usr:g qsopcast.pro main.cpp
-  qmake
+  qmake4
   make
 }
 

Added: gcc47.patch
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2013-02-27 17:06:40 UTC (rev 85203)
@@ -0,0 +1,33 @@
+--- qsopcast-0.3.8-qt4/src/loadsave.cpp~   2013-02-27 17:01:20.543229693 
+
 qsopcast-0.3.8-qt4/src/loadsave.cpp2013-02-27 17:01:38.629768649 
+
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include unistd.h
++
+ #include mypopupmenu.h
+ #include loadsave.h
+ #include mainwindow.h
+--- qsopcast-0.3.8-qt4/src/sopfork.cpp~2013-02-27 17:03:19.35572 
+
 qsopcast-0.3.8-qt4/src/sopfork.cpp 2013-02-27 17:03:33.018960848 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include unistd.h
++
+ #include sopfork.h
+ #include header.h
+ #include playfork.h
+--- qsopcast-0.3.8-qt4/src/record.cpp~ 2013-02-27 17:05:04.374982336 +
 qsopcast-0.3.8-qt4/src/record.cpp  2013-02-27 17:05:15.474903741 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include unistd.h
++
+ #include sopfork.h
+ #include record.h
+ #include header.h



[arch-commits] Commit in qsopcast/repos (4 files)

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:06:45
  Author: andrea
Revision: 85204

archrelease: copy trunk to community-testing-i686

Added:
  qsopcast/repos/community-testing-i686/
  qsopcast/repos/community-testing-i686/PKGBUILD
(from rev 85203, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/community-testing-i686/gcc47.patch
(from rev 85203, qsopcast/trunk/gcc47.patch)
  qsopcast/repos/community-testing-i686/qsopcast.desktop
(from rev 85203, qsopcast/trunk/qsopcast.desktop)

--+
 PKGBUILD |   37 +
 gcc47.patch  |   33 +
 qsopcast.desktop |   10 ++
 3 files changed, 80 insertions(+)

Copied: qsopcast/repos/community-testing-i686/PKGBUILD (from rev 85203, 
qsopcast/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 17:06:45 UTC (rev 85204)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=qsopcast
+pkgver=0.3.8
+pkgrel=6
+pkgdesc=A Qt front-end to p2p TV sopcast
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/qsopcast;
+license=('GPL2')
+depends=('qt4' 'sopcast')
+source=(http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
+'qsopcast.desktop'
+'gcc47.patch')
+sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
+  'ada48f3fdeab903235967142740d057d544494c4'
+  '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
+
+  patch -p2 -i ${srcdir}/gcc47.patch
+
+  sed -i s:/usr/local:/usr:g qsopcast.pro main.cpp
+  qmake4
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
+
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m644 $srcdir/qsopcast.desktop \
+$pkgdir/usr/share/applications/qsopcast.desktop
+  rm -rf ${pkgdir}/usr/bin/sp-sc
+}

Copied: qsopcast/repos/community-testing-i686/gcc47.patch (from rev 85203, 
qsopcast/trunk/gcc47.patch)
===
--- community-testing-i686/gcc47.patch  (rev 0)
+++ community-testing-i686/gcc47.patch  2013-02-27 17:06:45 UTC (rev 85204)
@@ -0,0 +1,33 @@
+--- qsopcast-0.3.8-qt4/src/loadsave.cpp~   2013-02-27 17:01:20.543229693 
+
 qsopcast-0.3.8-qt4/src/loadsave.cpp2013-02-27 17:01:38.629768649 
+
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include unistd.h
++
+ #include mypopupmenu.h
+ #include loadsave.h
+ #include mainwindow.h
+--- qsopcast-0.3.8-qt4/src/sopfork.cpp~2013-02-27 17:03:19.35572 
+
 qsopcast-0.3.8-qt4/src/sopfork.cpp 2013-02-27 17:03:33.018960848 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include unistd.h
++
+ #include sopfork.h
+ #include header.h
+ #include playfork.h
+--- qsopcast-0.3.8-qt4/src/record.cpp~ 2013-02-27 17:05:04.374982336 +
 qsopcast-0.3.8-qt4/src/record.cpp  2013-02-27 17:05:15.474903741 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include unistd.h
++
+ #include sopfork.h
+ #include record.h
+ #include header.h

Copied: qsopcast/repos/community-testing-i686/qsopcast.desktop (from rev 85203, 
qsopcast/trunk/qsopcast.desktop)
===
--- community-testing-i686/qsopcast.desktop (rev 0)
+++ community-testing-i686/qsopcast.desktop 2013-02-27 17:06:45 UTC (rev 
85204)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=A Qt frontend of sopcast
+Exec=qsopcast
+GenericName=Online TV
+Icon=qsopcast.xpm
+Name=QSopcast
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Network;



[arch-commits] Commit in qsopcast/repos (4 files)

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 18:22:12
  Author: bluewind
Revision: 85207

archrelease: copy trunk to multilib-testing-x86_64

Added:
  qsopcast/repos/multilib-testing-x86_64/
  qsopcast/repos/multilib-testing-x86_64/PKGBUILD
(from rev 85206, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/multilib-testing-x86_64/gcc47.patch
(from rev 85206, qsopcast/trunk/gcc47.patch)
  qsopcast/repos/multilib-testing-x86_64/qsopcast.desktop
(from rev 85206, qsopcast/trunk/qsopcast.desktop)

--+
 PKGBUILD |   37 +
 gcc47.patch  |   33 +
 qsopcast.desktop |   10 ++
 3 files changed, 80 insertions(+)

Copied: qsopcast/repos/multilib-testing-x86_64/PKGBUILD (from rev 85206, 
qsopcast/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-27 17:22:12 UTC (rev 85207)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=qsopcast
+pkgver=0.3.8
+pkgrel=6
+pkgdesc=A Qt front-end to p2p TV sopcast
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/qsopcast;
+license=('GPL2')
+depends=('qt4' 'sopcast')
+source=(http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2;
+'qsopcast.desktop'
+'gcc47.patch')
+sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
+  'ada48f3fdeab903235967142740d057d544494c4'
+  '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
+
+  patch -p2 -i ${srcdir}/gcc47.patch
+
+  sed -i s:/usr/local:/usr:g qsopcast.pro main.cpp
+  qmake4
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-qt4/src
+
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m644 $srcdir/qsopcast.desktop \
+$pkgdir/usr/share/applications/qsopcast.desktop
+  rm -rf ${pkgdir}/usr/bin/sp-sc
+}

Copied: qsopcast/repos/multilib-testing-x86_64/gcc47.patch (from rev 85206, 
qsopcast/trunk/gcc47.patch)
===
--- multilib-testing-x86_64/gcc47.patch (rev 0)
+++ multilib-testing-x86_64/gcc47.patch 2013-02-27 17:22:12 UTC (rev 85207)
@@ -0,0 +1,33 @@
+--- qsopcast-0.3.8-qt4/src/loadsave.cpp~   2013-02-27 17:01:20.543229693 
+
 qsopcast-0.3.8-qt4/src/loadsave.cpp2013-02-27 17:01:38.629768649 
+
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include unistd.h
++
+ #include mypopupmenu.h
+ #include loadsave.h
+ #include mainwindow.h
+--- qsopcast-0.3.8-qt4/src/sopfork.cpp~2013-02-27 17:03:19.35572 
+
 qsopcast-0.3.8-qt4/src/sopfork.cpp 2013-02-27 17:03:33.018960848 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include unistd.h
++
+ #include sopfork.h
+ #include header.h
+ #include playfork.h
+--- qsopcast-0.3.8-qt4/src/record.cpp~ 2013-02-27 17:05:04.374982336 +
 qsopcast-0.3.8-qt4/src/record.cpp  2013-02-27 17:05:15.474903741 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include unistd.h
++
+ #include sopfork.h
+ #include record.h
+ #include header.h

Copied: qsopcast/repos/multilib-testing-x86_64/qsopcast.desktop (from rev 
85206, qsopcast/trunk/qsopcast.desktop)
===
--- multilib-testing-x86_64/qsopcast.desktop(rev 0)
+++ multilib-testing-x86_64/qsopcast.desktop2013-02-27 17:22:12 UTC (rev 
85207)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=A Qt frontend of sopcast
+Exec=qsopcast
+GenericName=Online TV
+Icon=qsopcast.xpm
+Name=QSopcast
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Network;