Date: Monday, May 11, 2020 @ 18:51:03 Author: arojas Revision: 383235
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: qt5-multimedia/repos/kde-unstable-x86_64/PKGBUILD (from rev 383234, 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-05-11 18:50:34 UTC (rev 383234) +++ PKGBUILD 2020-05-11 18:51:03 UTC (rev 383235) @@ -1,43 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=qt5-multimedia -_qtver=5.15.0-rc -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=('4a09b1ae5a5bc4f37d8a66533c32a34508b4f5959ff9f7758032a69c66a8a6c0') - -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 383234, qt5-multimedia/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-11 18:51:03 UTC (rev 383235) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=qt5-multimedia +_qtver=5.15.0-rc2 +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=('3d48359d43c642790c1bf5ea5db7574975ded1fffa1f64fe16372d3bd25156bc') + +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} +}