Date: Monday, April 6, 2020 @ 11:38:24 Author: arojas Revision: 379644
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD (from rev 379643, qt5-multimedia/kde-unstable/PKGBUILD) Deleted: qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD ----------+ PKGBUILD | 86 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-04-06 11:38:12 UTC (rev 379643) +++ PKGBUILD 2020-04-06 11:38:24 UTC (rev 379644) @@ -1,43 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=qt5-multimedia -_qtver=5.15.0-beta2 -pkgver=${_qtver/-/} -pkgrel=1 -arch=('x86_64') -url='https://www.qt.io' -license=('GPL3' 'LGPL3' 'FDL' 'custom') -pkgdesc='Classes for audio, video, radio and camera functionality' -depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal') -makedepends=('qt5-declarative' 'gst-plugins-bad') -optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support, additional plugins' - 'gst-plugins-bad: camera support, additional plugins' 'gst-plugins-ugly: additional plugins' - 'gst-libav: ffmpeg plugin') -groups=('qt' 'qt5') -_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}" -source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('4278efe733f59722f813bc52fe4a52b7144fbc6ce4f444f4a6c28dbe66739fa9') - -prepare() { - mkdir -p build -} - -build() { - cd build - - qmake ../${_pkgfqn} - make -} - -package() { - cd build - make INSTALL_ROOT="$pkgdir" install - - # Drop QMAKE_PRL_BUILD_DIR because reference the build dir - find "$pkgdir/usr/lib" -type f -name '*.prl' \ - -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; - - install -d "$pkgdir"/usr/share/licenses - ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname} -} Copied: qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD (from rev 379643, qt5-multimedia/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-04-06 11:38:24 UTC (rev 379644) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=qt5-multimedia +_qtver=5.15.0-beta3 +pkgver=${_qtver/-/} +pkgrel=1 +arch=('x86_64') +url='https://www.qt.io' +license=('GPL3' 'LGPL3' 'FDL' 'custom') +pkgdesc='Classes for audio, video, radio and camera functionality' +depends=('qt5-base' 'gst-plugins-base' 'libpulse' 'openal') +makedepends=('qt5-declarative' 'gst-plugins-bad') +optdepends=('qt5-declarative: QML bindings' 'gst-plugins-good: camera support, additional plugins' + 'gst-plugins-bad: camera support, additional plugins' 'gst-plugins-ugly: additional plugins' + 'gst-libav: ffmpeg plugin') +groups=('qt' 'qt5') +_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}" +source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") +sha256sums=('1a8a4abb7fc1e2e677db32839502f07b8a02b18631c7d117a2889ac47b0f49f2') + +prepare() { + mkdir -p build +} + +build() { + cd build + + qmake ../${_pkgfqn} + make +} + +package() { + cd build + make INSTALL_ROOT="$pkgdir" install + + # Drop QMAKE_PRL_BUILD_DIR because reference the build dir + find "$pkgdir/usr/lib" -type f -name '*.prl' \ + -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; + + install -d "$pkgdir"/usr/share/licenses + ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname} +}