Bump revisions of all packages that depend on FFmpeg.

Using the tools script.
This commit is contained in:
Augustin Cavalier
2018-07-02 18:50:08 -04:00
parent 4ed9af99c2
commit df75b1d18f
34 changed files with 39 additions and 39 deletions

View File

@@ -6,7 +6,7 @@ tracks and more."
HOMEPAGE="https://www.audacityteam.org"
COPYRIGHT="1999-2017 by Audacity Team"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
# The official site (FossHub) doesn't allow direct downloads, and has been
# hit with really bad malware injections in the past. So use Fedora's mirror.
SOURCE_URI="http://pkgs.fedoraproject.org/lookaside/extras/audacity/audacity-minsrc-2.1.2.tar.xz/2336353377132971fd8e22fc95fd6b83/audacity-minsrc-2.1.2.tar.xz"

View File

@@ -7,7 +7,7 @@ Cantata is a full featured Qt based client for Music Player Daemon."
HOMEPAGE="https://github.com/CDrummond/cantata"
COPYRIGHT="2010-2017 Craig Drummond"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/CDrummond/cantata/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="000f7a8561667fc8d15fad3b8bf0ada8f693a76fed0afafa166a0225cc93e9de"
PATCHES="cantata-$portVersion.patchset"

View File

@@ -7,7 +7,7 @@ key-bindings."
HOMEPAGE="https://cmus.github.io/"
COPYRIGHT="2005-2017 The cmus Project"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/cmus/cmus/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165"

View File

@@ -5,7 +5,7 @@ variety of sound files while being controlled by its network protocol."
HOMEPAGE="https://www.musicpd.org/"
COPYRIGHT="2003-2018 The Music Player Daemon Project"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.musicpd.org/download/mpd/0.20/mpd-$portVersion.tar.xz"
CHECKSUM_SHA256="01cdef1b9217588a8fa64dc2cba900c138e1363a787837b4c8327c652b7956c3"
PATCHES="mpd-$portVersion.patchset"

View File

@@ -4,7 +4,7 @@ The user interface is similar to winamp or xmms."
HOMEPAGE="http://qmmp.ylsoftware.com/"
COPYRIGHT="2006-2018 Qmmp Development Team"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://sourceforge.net/projects/qmmp-dev/files/qmmp/qmmp-$portVersion.tar.bz2"
CHECKSUM_SHA256="e9dc5723f7f2a04d36167585ce1b4223c09f36c6dad1215de877dc51d1f3d606"
PATCHES="qmmp-$portVersion.patchset"
@@ -101,7 +101,7 @@ PATCH()
BUILD()
{
unzip
unzip
qmake
make $jobArgs
}