summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2017-05-30 12:36:49 +0200
committerzoe2017-05-30 12:36:49 +0200
commit5a712151606de5c1d407dc1492b21f669c697dc0 (patch)
tree7ef447acf024f983f51a974f1f8fd7cf78befa3b
parentaf6e7c238ffc560af3ea0807b9f93b11c98ed546 (diff)
downloadaur-5a712151606de5c1d407dc1492b21f669c697dc0.tar.gz
Update to 2.6.11-6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dfba137d529..3491b216d058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 17:28:11 UTC 2016
+# Tue May 30 10:36:15 UTC 2017
pkgbase = tsmuxer
pkgdesc = Remux/mux elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS, without re-encoding. Can quickly generate your own Blu-ray discs by processing your media files and converting them into streamable content. CLI and GUI all-in-one
pkgver = 2.6.11
- pkgrel = 5
+ pkgrel = 6
url = http://www.videohelp.com/software/tsMuxeR
arch = i686
arch = x86_64
@@ -21,10 +21,14 @@ pkgbase = tsmuxer
provides = tsmuxer-cli-ng
provides = tsmuxer-gui
provides = tsmuxer-gui-ng
+ provides = tsmuxer-ng-cli-bin
+ provides = tsmuxer-ng-gui-bin
conflicts = tsmuxer-cli
conflicts = tsmuxer-cli-ng
conflicts = tsmuxer-gui
conflicts = tsmuxer-gui-ng
+ conflicts = tsmuxer-ng-cli-bin
+ conflicts = tsmuxer-ng-gui-bin
source = https://www.deb-multimedia.org/pool/non-free/t/tsmuxer/tsmuxer_2.6.11.orig.tar.gz
source = tsmuxer.desktop
source = tsmuxer.png
diff --git a/PKGBUILD b/PKGBUILD
index a52a825c6458..4a1922087c95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=tsmuxer
pkgver=2.6.11
-pkgrel=5
+pkgrel=6
pkgdesc="Remux/mux elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS, without re-encoding. Can quickly generate your own Blu-ray discs by processing your media files and converting them into streamable content. CLI and GUI all-in-one"
url="http://www.videohelp.com/software/tsMuxeR"
arch=('i686' 'x86_64')
license=('custom')
depends=('bash' 'gcc-libs' 'freetype2' 'qt4' 'libpng12' 'lib32-gcc-libs' 'lib32-freetype2' 'lib32-qt4' 'lib32-libpng12')
-conflicts=('tsmuxer-cli' 'tsmuxer-cli-ng' 'tsmuxer-gui' 'tsmuxer-gui-ng')
-provides=('tsmuxer-cli' 'tsmuxer-cli-ng' 'tsmuxer-gui' 'tsmuxer-gui-ng')
+conflicts=('tsmuxer-cli' 'tsmuxer-cli-ng' 'tsmuxer-gui' 'tsmuxer-gui-ng' 'tsmuxer-ng-cli-bin' 'tsmuxer-ng-gui-bin')
+provides=('tsmuxer-cli' 'tsmuxer-cli-ng' 'tsmuxer-gui' 'tsmuxer-gui-ng' 'tsmuxer-ng-cli-bin' 'tsmuxer-ng-gui-bin')
source=("https://www.deb-multimedia.org/pool/non-free/t/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz"
"${pkgname}.desktop" "${pkgname}.png" "LICENSE")
md5sums=('21e86f83d76917a4160d9ae93b9ac765'
@@ -23,4 +23,4 @@ package() {
install -D -m644 $srcdir/${pkgname}.png $pkgdir/usr/share/icons/hicolor/32x32/apps/${pkgname}.png
install -D -m644 $srcdir/${pkgname}.desktop $pkgdir/usr/share/applications/${pkgname}.desktop
install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-} \ No newline at end of file
+}