summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormezcal2016-10-20 11:45:27 +0200
committermezcal2016-10-20 11:45:27 +0200
commitd7ccd084e8e6a8839886cc2c321c53f7aef9a5fd (patch)
treea0e37218d9a60c11ca0d83e61b4959917d52893c
parent594d2a976c0ae8e6558fec8efae1b97006327398 (diff)
downloadaur-d7ccd084e8e6a8839886cc2c321c53f7aef9a5fd.tar.gz
Update to 1.5.7
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--ytd.xml69
3 files changed, 11 insertions, 80 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76221d54f079..c8023902ba66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
+# Generated by mksrcinfo v8
+# Thu Oct 20 09:45:01 UTC 2016
pkgbase = ytd
pkgdesc = an utility for downloading multimedia content from YouTube and other online streaming services.
- pkgver = 1.49
+ pkgver = 1.57
pkgrel = 1
- url = http://www.pepak.net/download/youtube-downloader/
+ url = http://http://www.pepak.net/ytd/ytd/
arch = i686
arch = x86_64
license = GPL
depends = wine
source = ytd
source = ytd.desktop
- source = ytd.xml
- source = http://www.pepak.net/files/youtube/ytd-1.49.zip
+ source = http://www.pepak.net/files/youtube/ytd-1.57.zip
md5sums = fa41961f5092fa471145ade79584fd4b
md5sums = e10bfe126777f969da9eaf35edd0ba65
- md5sums = ef7d9adbc174a208bf01300b6ab4f8bd
- md5sums = 09b3f080b1d94e67232be1bf01ffe1d3
+ md5sums = dd9491e950b24cb3d1a7c7fa1389b1fa
pkgname = ytd
diff --git a/PKGBUILD b/PKGBUILD
index 0eac61d63bf4..0752242fad9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Contributor: Filip <fila pruda com>
pkgname=ytd
-pkgver=1.49
+pkgver=1.57
pkgrel=1
pkgdesc="an utility for downloading multimedia content from YouTube and other online streaming services."
arch=('i686' 'x86_64')
-url="http://www.pepak.net/download/youtube-downloader/"
+url="http://http://www.pepak.net/ytd/ytd/"
license=('GPL')
depends=(wine)
makedepends=()
-source=(ytd ytd.desktop ytd.xml http://www.pepak.net/files/youtube/ytd-$pkgver.zip)
+source=(ytd ytd.desktop http://www.pepak.net/files/youtube/ytd-$pkgver.zip)
md5sums=(
'fa41961f5092fa471145ade79584fd4b' 'e10bfe126777f969da9eaf35edd0ba65'
- 'ef7d9adbc174a208bf01300b6ab4f8bd' '09b3f080b1d94e67232be1bf01ffe1d3')
+ 'dd9491e950b24cb3d1a7c7fa1389b1fa')
package() {
@@ -20,7 +20,7 @@ package() {
#app
install -d -m755 "$pkgdir/usr/share/ytd"
- install -m644 msdl_dll.dll rtmpdump_dll.dll ytd.exe ytd.xml ytd-defs.xml "$pkgdir/usr/share/ytd"
+ install -m644 ytd.exe ytd-defs.xml "$pkgdir/usr/share/ytd"
install -d -m755 "$pkgdir/usr/share/ytd/locale"
cp -r locale/. "$pkgdir/usr/share/ytd/locale"
diff --git a/ytd.xml b/ytd.xml
deleted file mode 100644
index 7cb142bcabe7..000000000000
--- a/ytd.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ytd>
- <converters>
- <activated>0</activated>
- <converter id="ffmpeg-to-avi">
- <title>FFmpeg - Změnit kontejner na .AVI</title>
- <exe_path>ffmpeg.exe</exe_path>
- <command_line>-i &quot;{$FULLPATH}&quot; -acodec copy -vcodec copy -y &quot;{$FULLPATH}.avi&quot;</command_line>
- <visibility>minimized</visibility>
- </converter>
- <converter id="ffmpeg-convert-to-xvid">
- <title>FFmpeg - Zkonvertovat film do AVI/XVID</title>
- <exe_path>ffmpeg.exe</exe_path>
- <command_line>-i &quot;{$FULLPATH}&quot; -acodec libmp3lame -vcodec mpeg4 -b 1200k -vtag DX50 -y &quot;{$FULLPATH}.avi&quot;</command_line>
- <visibility>minimized</visibility>
- </converter>
- <converter id="ffmpeg-convert-to-h264">
- <title>FFmpeg - Zkonvertovat film do AVI/H264</title>
- <exe_path>ffmpeg.exe</exe_path>
- <command_line>-i &quot;{$FULLPATH}&quot; -vcodec libx264 -preset fast -tune film -profile main -crf 22 -threads 0 -acodec aac -strict experimental -y &quot;{$FULLPATH}.avi&quot;</command_line>
- <visibility>minimized</visibility>
- </converter>
- <converter id="ffmpeg-convert-to-mp3">
- <title>FFmpeg - Zkonvertovat film do MP3</title>
- <exe_path>ffmpeg.exe</exe_path>
- <command_line>-i &quot;{$FULLPATH}&quot; -q:a 0 -vn -y &quot;{$FULLPATH}.mp3&quot;</command_line>
- <visibility>minimized</visibility>
- </converter>
- <converter id="mencoder-to-avi">
- <title>Mencoder - Změnit kontejner na .AVI</title>
- <exe_path>mencoder.exe</exe_path>
- <command_line>-oac copy -ovc copy -of avi -o &quot;{$FULLPATH}.avi&quot; &quot;{$FULLPATH}&quot;</command_line>
- <visibility>minimized</visibility>
- </converter>
- <converter id="mencoder-convert-to-xvid">
- <title>Mencoder - Zkonvertovat film do AVI/XVID</title>
- <exe_path>mencoder.exe</exe_path>
- <command_line>-oac mp3lame -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1200 -ffourcc xvid -of avi -o &quot;{$FULLPATH}.avi&quot; &quot;{$FULLPATH}&quot;</command_line>
- <visibility>minimized</visibility>
- </converter>
- <converter id="mencoder-convert-to-h264">
- <title>Mencoder - Zkonvertovat film do AVI/H264</title>
- <exe_path>mencoder.exe</exe_path>
- <command_line>-oac mp3lame -ovc x264 -x264encopts bitrate=1200 -of avi -o &quot;{$FULLPATH}.avi&quot; &quot;{$FULLPATH}&quot;</command_line>
- <visibility>minimized</visibility>
- </converter>
- </converters>
- <config>
- <portable_mode>1</portable_mode>
- </config>
- <gui>
- <check_for_new_version>0</check_for_new_version>
- <main_form>
- <left>0</left>
- <top>6</top>
- <width>778</width>
- <height>300</height>
- </main_form>
- <download_list>
- <column_0_width>160</column_0_width>
- <column_1_width>80</column_1_width>
- <column_2_width>96</column_2_width>
- <column_3_width>200</column_3_width>
- <column_4_width>64</column_4_width>
- <column_5_width>120</column_5_width>
- </download_list>
- </gui>
- <download_list/>
-</ytd>