[arch-commits] Commit in codec2/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sat Mar 2 16:21:35 UTC 2019


    Date: Saturday, March 2, 2019 @ 16:21:34
  Author: ffy00
Revision: 437397

fix weird upstream

Modified:
  codec2/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-02 16:19:04 UTC (rev 437396)
+++ PKGBUILD	2019-03-02 16:21:34 UTC (rev 437397)
@@ -1,16 +1,17 @@
 # Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
 
 pkgname=codec2
-pkgver=1.3
+pkgver=0.8
 pkgrel=1
+epoch=1
 pkgdesc='Low bit rate open source speech codec, and FDMDV HF modem'
 arch=('x86_64')
 license=('GPL2')
 url='https://rowetel.com/codec2.html'
 depends=('portaudio' 'hamlib' 'wxgtk3' 'speex')
-makedepends=('subversion' 'cmake')
-source=("$pkgname-$pkgver::svn+https://svn.code.sf.net/p/freetel/code/$pkgname/tags/$pkgver")
-sha512sums=('SKIP')
+makedepends=('cmake')
+source=("https://hobbes1069.fedorapeople.org/freetel/$pkgname/$pkgname-$pkgver.tar.xz")
+sha512sums=('dd10ca2d5cb18bef2b1e363d005b63ed3d0ed4b829ed172ec61f2f678460356f8cadb578d9fe4adfff49c18991e0396b0bc892c9e88b53acf98c2412e731d4f9')
 
 build() {
   mkdir -p $pkgname-$pkgver/build
@@ -19,10 +20,8 @@
   cmake .. \
   	-DCMAKE_BUILD_TYPE=Release \
   	-DCMAKE_INSTALL_PREFIX=/usr \
+  	-DCMAKE_INSTALL_LIBDIR:PATH=lib \
   	-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-
-#  	-DCMAKE_INSTALL_LIBDIR:PATH=lib
-
   make
 }
 
@@ -30,6 +29,4 @@
   cd $pkgname-$pkgver/build
 
   make DESTDIR="$pkgdir" install
-
-  install -Dm 644 ../USER_MANUAL.txt "$pkgdir"/usr/share/doc/codec2/USER_MANUAL.txt
 }



More information about the arch-commits mailing list