[arch-commits] Commit in (ushare)

2017-01-20 Thread Bartłomiej Piotrowski
Date: Friday, January 20, 2017 @ 20:14:12
  Author: bpiotrowski
Revision: 208156

Move ushare to AUR

Deleted:
  ushare/


[arch-commits] Commit in ushare/trunk (PKGBUILD ushare.install)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:36:33
  Author: spupykin
Revision: 127519

upgpkg: ushare 1.1a-20

upd

Modified:
  ushare/trunk/PKGBUILD
  ushare/trunk/ushare.install

+
 PKGBUILD   |   17 +++--
 ushare.install |5 -
 2 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:36:29 UTC (rev 127518)
+++ PKGBUILD2015-02-10 17:36:33 UTC (rev 127519)
@@ -5,12 +5,12 @@
 
 pkgname=ushare
 pkgver=1.1a
-pkgrel=19
+pkgrel=20
 pkgdesc=A free UPnP A/V Media Server for Linux
 url=http://ushare.geexbox.org;
 license=('GPL2')
 arch=('i686' 'x86_64')
-depends=('libupnp' 'libdlna' 'sudo')
+depends=('libupnp' 'libdlna' 'sudo' 'ffmpeg-compat')
 backup=('etc/ushare/ushare.conf'
'etc/conf.d/ushare')
 install=ushare.install
@@ -25,16 +25,21 @@
  '0b0fbf5d103f0ebb72716cbad0b28ffa'
  'db6187257b4623ef155b5575526d5d87')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e \
-s%^INSTALL=\/usr/bin/install -c\$%INSTALL=\$(which install) -c\% \
+  sed -i \
+-e s%^INSTALL=\/usr/bin/install -c\$%INSTALL=\$(which install) -c\% \
+-e s%-ldlna%-ldlna -L/usr/lib/ffmpeg-compat -lavformat% \
 configure
   patch -p1 $srcdir/upnp-build-fix.patch
   patch -p1 $srcdir/ushare-config.patch
   patch -p1 $srcdir/segfault.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc/ushare \
---enable-dlna --with-libdlna-dir=/usr/include/libavformat
+--enable-dlna
   make
 }
 

Modified: ushare.install
===
--- ushare.install  2015-02-10 17:36:29 UTC (rev 127518)
+++ ushare.install  2015-02-10 17:36:33 UTC (rev 127519)
@@ -10,8 +10,3 @@
 post_upgrade() {
 post_install $1
 }
-
-post_remove() {
-userdel ushare
-groupdel ushare
-}


[arch-commits] Commit in ushare/repos (24 files)

2015-02-10 Thread Sergej Pupykin
Date: Tuesday, February 10, 2015 @ 18:36:56
  Author: spupykin
Revision: 127520

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

Added:
  ushare/repos/community-i686/PKGBUILD
(from rev 127519, ushare/trunk/PKGBUILD)
  ushare/repos/community-i686/segfault.patch
(from rev 127519, ushare/trunk/segfault.patch)
  ushare/repos/community-i686/upnp-build-fix.patch
(from rev 127519, ushare/trunk/upnp-build-fix.patch)
  ushare/repos/community-i686/ushare-config.patch
(from rev 127519, ushare/trunk/ushare-config.patch)
  ushare/repos/community-i686/ushare.install
(from rev 127519, ushare/trunk/ushare.install)
  ushare/repos/community-i686/ushare.service
(from rev 127519, ushare/trunk/ushare.service)
  ushare/repos/community-x86_64/PKGBUILD
(from rev 127519, ushare/trunk/PKGBUILD)
  ushare/repos/community-x86_64/segfault.patch
(from rev 127519, ushare/trunk/segfault.patch)
  ushare/repos/community-x86_64/upnp-build-fix.patch
(from rev 127519, ushare/trunk/upnp-build-fix.patch)
  ushare/repos/community-x86_64/ushare-config.patch
(from rev 127519, ushare/trunk/ushare-config.patch)
  ushare/repos/community-x86_64/ushare.install
(from rev 127519, ushare/trunk/ushare.install)
  ushare/repos/community-x86_64/ushare.service
(from rev 127519, ushare/trunk/ushare.service)
Deleted:
  ushare/repos/community-i686/PKGBUILD
  ushare/repos/community-i686/segfault.patch
  ushare/repos/community-i686/upnp-build-fix.patch
  ushare/repos/community-i686/ushare-config.patch
  ushare/repos/community-i686/ushare.install
  ushare/repos/community-i686/ushare.service
  ushare/repos/community-x86_64/PKGBUILD
  ushare/repos/community-x86_64/segfault.patch
  ushare/repos/community-x86_64/upnp-build-fix.patch
  ushare/repos/community-x86_64/ushare-config.patch
  ushare/repos/community-x86_64/ushare.install
  ushare/repos/community-x86_64/ushare.service

---+
 /PKGBUILD |  116 +++
 /segfault.patch   |  122 
 /upnp-build-fix.patch |  312 
 /ushare-config.patch  |   44 
 /ushare.install   |   24 ++
 /ushare.service   |   22 ++
 community-i686/PKGBUILD   |   53 -
 community-i686/segfault.patch |   61 --
 community-i686/upnp-build-fix.patch   |  156 
 community-i686/ushare-config.patch|   22 --
 community-i686/ushare.install |   17 -
 community-i686/ushare.service |   11 -
 community-x86_64/PKGBUILD |   53 -
 community-x86_64/segfault.patch   |   61 --
 community-x86_64/upnp-build-fix.patch |  156 
 community-x86_64/ushare-config.patch  |   22 --
 community-x86_64/ushare.install   |   17 -
 community-x86_64/ushare.service   |   11 -
 18 files changed, 640 insertions(+), 640 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 127519:127520 to see the changes.


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

2013-05-13 Thread Sergej Pupykin
Date: Monday, May 13, 2013 @ 16:40:30
  Author: spupykin
Revision: 90734

upgpkg: ushare 1.1a-19

upd

Modified:
  ushare/trunk/PKGBUILD
Deleted:
  ushare/trunk/ushare

--+
 PKGBUILD |5 +
 ushare   |   56 
 2 files changed, 1 insertion(+), 60 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 14:40:26 UTC (rev 90733)
+++ PKGBUILD2013-05-13 14:40:30 UTC (rev 90734)
@@ -5,7 +5,7 @@
 
 pkgname=ushare
 pkgver=1.1a
-pkgrel=18
+pkgrel=19
 pkgdesc=A free UPnP A/V Media Server for Linux
 url=http://ushare.geexbox.org;
 license=('GPL2')
@@ -15,13 +15,11 @@
'etc/conf.d/ushare')
 install=ushare.install
 source=(http://ushare.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2;
-   ushare
upnp-build-fix.patch
ushare-config.patch
segfault.patch
ushare.service)
 md5sums=('5bbcdbf1ff85a9710fa3d4e82ccaa251'
- 'e3cf0a44b0280da4966177c21e49361c'
  '32c29f9f673e8b3a3d9e7bf5e60febbc'
  '5243475c0cebc5db49296b2f3691085b'
  '0b0fbf5d103f0ebb72716cbad0b28ffa'
@@ -44,7 +42,6 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   rm -rf ${pkgdir}/etc/${pkgname}/init.d
-  install -Dm0755 ${srcdir}/ushare ${pkgdir}/etc/rc.d/ushare
   install -dm0755 ${pkgdir}/etc/conf.d/
   cat ${pkgdir}/etc/conf.d/ushare EOF
 #PARAMS=-c /tmp -i eth0

Deleted: ushare
===
--- ushare  2013-05-13 14:40:26 UTC (rev 90733)
+++ ushare  2013-05-13 14:40:30 UTC (rev 90734)
@@ -1,56 +0,0 @@
-#!/bin/bash
-
-DESC=uShare UPnP A/V Media Server
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-[ -r /etc/ushare/ushare.conf ]  . /etc/ushare/ushare.conf
-[ -r /etc/conf.d/ushare ]  . /etc/conf.d/ushare
-
-[ -z $USHARE_USER ]  USHARE_USER=ushare
-
-# abort if no executable exists
-#[ -x $DAEMON ] || stat_fail
-
-# abort if no shared directory is defined
-#[ -z $USHARE_DIR ]  stat_fail
-
-#set -e
-
-#checkpid() {
-#  [ -e $PIDFILE ] || touch $PIDFILE
-#}
-
-PID=`pidof -o %PPID /usr/bin/ushare`
-case $1 in
-  start)
-stat_busy Starting $DESC
-[ -z $PID ]  sudo -u $USHARE_USER /usr/bin/ushare -D -x $PARAMS
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  PID=`pidof -o %PPID /usr/bin/ushare`
-  echo $PID  /var/run/ushare.pid
-  add_daemon ushare
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping $DESC
-[ ! -z $PID ]  kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm /var/run/ushare.pid
-  rm_daemon ushare
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}
-esac



[arch-commits] Commit in ushare/repos (26 files)

2013-05-13 Thread Sergej Pupykin
Date: Monday, May 13, 2013 @ 16:41:02
  Author: spupykin
Revision: 90735

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

Added:
  ushare/repos/community-i686/PKGBUILD
(from rev 90734, ushare/trunk/PKGBUILD)
  ushare/repos/community-i686/segfault.patch
(from rev 90734, ushare/trunk/segfault.patch)
  ushare/repos/community-i686/upnp-build-fix.patch
(from rev 90734, ushare/trunk/upnp-build-fix.patch)
  ushare/repos/community-i686/ushare-config.patch
(from rev 90734, ushare/trunk/ushare-config.patch)
  ushare/repos/community-i686/ushare.install
(from rev 90734, ushare/trunk/ushare.install)
  ushare/repos/community-i686/ushare.service
(from rev 90734, ushare/trunk/ushare.service)
  ushare/repos/community-x86_64/PKGBUILD
(from rev 90734, ushare/trunk/PKGBUILD)
  ushare/repos/community-x86_64/segfault.patch
(from rev 90734, ushare/trunk/segfault.patch)
  ushare/repos/community-x86_64/upnp-build-fix.patch
(from rev 90734, ushare/trunk/upnp-build-fix.patch)
  ushare/repos/community-x86_64/ushare-config.patch
(from rev 90734, ushare/trunk/ushare-config.patch)
  ushare/repos/community-x86_64/ushare.install
(from rev 90734, ushare/trunk/ushare.install)
  ushare/repos/community-x86_64/ushare.service
(from rev 90734, ushare/trunk/ushare.service)
Deleted:
  ushare/repos/community-i686/PKGBUILD
  ushare/repos/community-i686/segfault.patch
  ushare/repos/community-i686/upnp-build-fix.patch
  ushare/repos/community-i686/ushare
  ushare/repos/community-i686/ushare-config.patch
  ushare/repos/community-i686/ushare.install
  ushare/repos/community-i686/ushare.service
  ushare/repos/community-x86_64/PKGBUILD
  ushare/repos/community-x86_64/segfault.patch
  ushare/repos/community-x86_64/upnp-build-fix.patch
  ushare/repos/community-x86_64/ushare
  ushare/repos/community-x86_64/ushare-config.patch
  ushare/repos/community-x86_64/ushare.install
  ushare/repos/community-x86_64/ushare.service

---+
 /PKGBUILD |  106 ++
 /segfault.patch   |  122 
 /upnp-build-fix.patch |  312 
 /ushare-config.patch  |   44 
 /ushare.install   |   34 +++
 /ushare.service   |   22 ++
 community-i686/PKGBUILD   |   56 -
 community-i686/segfault.patch |   61 --
 community-i686/upnp-build-fix.patch   |  156 
 community-i686/ushare |   56 -
 community-i686/ushare-config.patch|   22 --
 community-i686/ushare.install |   17 -
 community-i686/ushare.service |   11 -
 community-x86_64/PKGBUILD |   56 -
 community-x86_64/segfault.patch   |   61 --
 community-x86_64/upnp-build-fix.patch |  156 
 community-x86_64/ushare   |   56 -
 community-x86_64/ushare-config.patch  |   22 --
 community-x86_64/ushare.install   |   17 -
 community-x86_64/ushare.service   |   11 -
 20 files changed, 640 insertions(+), 758 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 90734:90735 to see the changes.