[arch-commits] Commit in log4cxx/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Fri Aug 13 12:53:01 UTC 2021


    Date: Friday, August 13, 2021 @ 12:53:01
  Author: spupykin
Revision: 997975

archrelease: copy trunk to community-x86_64

Added:
  log4cxx/repos/community-x86_64/PKGBUILD
    (from rev 997974, log4cxx/trunk/PKGBUILD)
Deleted:
  log4cxx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-13 12:52:53 UTC (rev 997974)
+++ PKGBUILD	2021-08-13 12:53:01 UTC (rev 997975)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-
-pkgname=log4cxx
-pkgver=0.11.0
-pkgrel=2
-pkgdesc="A C++ port of Log4j"
-url="http://logging.apache.org/log4cxx"
-license=("Apache")
-depends=('apr-util' 'libxml2')
-arch=('x86_64')
-makedepends=('autoconf' 'automake' 'libtool' 'patch' 'zip' 'gzip' 'sed')
-conflicts=('log4cxx-svn')
-source=("http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz")
-sha512sums=('f8aa37c9c094e7a4d6ca92dff13c032f69f1e078c51ea55e284fcb931c13256b08950af3ea6eaf7a12282240f6073e9acab19bfe217f88dbd62a5d2360f3fbdd')
-
-build() {
-  cd "$srcdir/apache-$pkgname-$pkgver"
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/apache-$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: log4cxx/repos/community-x86_64/PKGBUILD (from rev 997974, log4cxx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-13 12:53:01 UTC (rev 997975)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=log4cxx
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A C++ port of Log4j"
+url="http://logging.apache.org/log4cxx"
+license=("Apache")
+depends=('apr-util' 'libxml2')
+arch=('x86_64')
+makedepends=('cmake' 'patch' 'zip' 'gzip' 'sed')
+conflicts=('log4cxx-svn')
+source=("http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz")
+sha512sums=('00fe571f9c511bf93b17cac8269ce00f7e817e8d723acf62bddff1bbe0e7facd0ab2fd75c01a93870f7e5c66718b2b73fc22c5f193bfd204e34d052b1123e60d')
+
+build() {
+  cd "$srcdir/apache-$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_AVCODEC=1 -DWITH_FFMPEGTHUMBNAILER=1 ..
+  make
+}
+
+package() {
+  cd "$srcdir/apache-$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list