[arch-commits] Commit in arista/trunk (PKGBUILD arista.install)
Fabio Castelli
muflone at archlinux.org
Sat Oct 25 15:45:17 UTC 2014
Date: Saturday, October 25, 2014 @ 17:45:17
Author: muflone
Revision: 121405
Fix upstream source URL
Modified:
arista/trunk/PKGBUILD
arista/trunk/arista.install
----------------+
PKGBUILD | 12 +++++-------
arista.install | 13 -------------
2 files changed, 5 insertions(+), 20 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-25 15:25:13 UTC (rev 121404)
+++ PKGBUILD 2014-10-25 15:45:17 UTC (rev 121405)
@@ -4,15 +4,13 @@
pkgname=arista
pkgver=0.9.7
-pkgrel=10
+pkgrel=11
pkgdesc="Easy to use multimedia transcoder for the GNOME Desktop"
arch=('any')
url="http://www.transcoder.org/"
license=('LGPL2.1')
-depends=('pygtk' 'python2-gconf' 'python2-dbus' 'python2-rsvg' 'python2-gudev' 'gstreamer0.10-python' 'desktop-file-utils')
-optdepends=('libdvdread: for DVD reading'
- 'libdvdcss: for encrypted DVD reading'
- 'pywebkitgtk: show in-app codecs help'
+depends=('pygtk' 'python2-gconf' 'python2-dbus' 'librsvg' 'python2-gudev' 'gstreamer0.10-python' 'desktop-file-utils')
+optdepends=('pywebkitgtk: show in-app codecs help'
'python2-notify: show notifications in your desktop environment'
'gstreamer0.10-ffmpeg: enable FFMpeg based audio/video plugins'
'gstreamer0.10-base-plugins: enable basic set of well-supported audio/video plugins'
@@ -19,11 +17,11 @@
'gstreamer0.10-good-plugins: enable a set of well-supported free audio/video plugins'
'gstreamer0.10-bad-plugins: enable a set of less supported audio/video plugins'
'gstreamer0.10-ugly-plugins: enable a set of well-supported non-free audio/video plugins')
-source=("http://programmer-art.org/media/releases/arista-transcoder/${pkgname}-${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/danielgtaylor/${pkgname}/archive/${pkgver}.tar.gz"
"fix-for-python2.patch"
"gst-webkit-imports.patch"
"remove-arista-nautilus_py.patch")
-sha256sums=('e6028e45516f0c5a736d6ec3c19f783e0a06d103cf2a816b8cc967ab964023ff'
+sha256sums=('87d5530d9c7bf2b8ca60f0d356b1a7e431e1798f72db8c5f14f1eba6cecd1cca'
'7f783c54122eb4b47b121a3a47ee69d552cb6f1b5a78ed6836b48f12d2b1883d'
'625c2767a36e591b38ef31e28dddb8e45218b632ce2a150f12ed2eed34746406'
'704fd490fb48e334abc84274e6e9012bd514afd4cf33313dd34fc96eacf83c7b')
Modified: arista.install
===================================================================
--- arista.install 2014-10-25 15:25:13 UTC (rev 121404)
+++ arista.install 2014-10-25 15:45:17 UTC (rev 121405)
@@ -1,18 +1,5 @@
post_install() {
update-desktop-database -q
- cat << EOF
-Arista needs external plugins to be able to convert videos.
-
-The following error is a symptom of a missing needed plugin:
- ** Cannot add conversion to queue because of missing elements! **
-
-To enable audio/video conversion please install some plugins package between:
- - gstreamer0.10-ffmpeg
- - gstreamer0.10-base-plugins
- - gstreamer0.10-good-plugins
- - gstreamer0.10-bad-plugins
- - gstreamer0.10-ugly-plugins
-EOF
}
post_upgrade() {
More information about the arch-commits
mailing list