Commit f287671
8
plików
+10
dodanych
-11
usuniętych
@@ -25,7 +25,6 @@ footprint: |
25
25
-rw-r--r-- root/root usr/share/zsh/site-functions/_ninja
26
26
27
27
build: |
28
- cards install python
29
28
30
29
cd ${pkgname}-${pkgver}
31
30
sed -i '/int Guess/a \
@@ -1068,7 +1068,7 @@ build: |
1068
1068
IDN="9"
1069
1069
if ! (getent passwd $UN > /dev/null); then
1070
1070
useradd -c "Printer Service User" -d /var/spool/cups \
1071
- -u $IDN -g $SN -s /bin/false
1071
+ -u $IDN -g $SN -s /bin/false $UN
1072
1072
fi
1073
1073
cd ${pkgname}-${pkgver}
1074
1074
sed -i '/stat.h/a #include <asm-generic/ioctls.h>' tools/ipptool.c
@@ -21,7 +21,7 @@ makedepends:
21
21
- fast_float
22
22
23
23
source:
24
-- 'https://gitlab.gnome.org/GNOME/vte.git'
24
+- 'https://download.gnome.org/sources/vte/0.84/vte-0.84.1.tar.xz'
25
25
26
26
sha256sums:
27
27
- SKIP
@@ -48,6 +48,6 @@ footprint: "drwxr-xr-x\troot/root\tetc/\ndrwxr-xr-x\troot/root\tetc/security/\nd
48
48
drwxr-xr-x\troot/root\tusr/share/dbus-1/services/\n-rw-r--r--\troot/root\tusr/share/dbus-1/services/org.jackaudio.service\n"
49
49
footprint_jack_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/root\tusr/share/man/man1/\n-rw-r--r--\troot/root\t\
50
50
usr/share/man/man1/jackd.1.gz\n"
51
-build: "# sed -i \"s/rU/r/\" ${pkgname}2-${pkgver}/waflib/Context.py\n# sed -i \"s/rU/r/\" ${pkgname}2-${pkgver}/waflib/ConfigSet.py\ncd ${pkgname}2-${pkgver}\npatch -Np1 -i ../waf-imp.patch\npatch -Np1 -i ../waf-escape-seq.patch\n\n./waf configure \\\n\t\t--prefix=/usr \\\n\t\t--alsa \\\n\t\t--dbus \\\n\t\t--classic\n\n\t./waf build -j ${JOBS-1}\n\t./waf install --destdir=${PKGDIR}\n\ninstall -Dm644 ./jack-99-audio.conf \\\n ${PKGDIR}/etc/security/limits.d/99-audio.conf\n\ninstall -Dm644 ./jack-40-hpet-permissions.rules \\\n ${PKGDIR}/etc/udev/rules.d/40-hpet-permissions.rules\n"
51
+build: "# sed -i \"s/rU/r/\" ${pkgname}2-${pkgver}/waflib/Context.py\n# sed -i \"s/rU/r/\" ${pkgname}2-${pkgver}/waflib/ConfigSet.py\ncd ${pkgname}2-${pkgver}\npatch -Np1 -i ../waf-imp.patch\npatch -Np1 -i ../waf-escape-seq.patch\n\n./waf configure \\\n\t\t--prefix=/usr \\\n\t\t--alsa \\\n\t\t--dbus \\\n\t\t--classic\n\n\t./waf build -j ${JOBS-1}\n\t./waf install --destdir=${PKGDIR}\n\ninstall -Dm644 ../jack-99-audio.conf \\\n ${PKGDIR}/etc/security/limits.d/99-audio.conf\n\ninstall -Dm644 ../jack-40-hpet-permissions.rules \\\n ${PKGDIR}/etc/udev/rules.d/40-hpet-permissions.rules\n"
52
52
package: |
53
53
true
@@ -1,5 +1,5 @@
1
1
pkgname: lame
2
-pkgver: '398'
2
+pkgver: '3.100'
3
3
pkgrel: 1
4
4
pkgdesc: MP3 encoder, an MP3 frame analyzer useful for creating, analyzing compressed audio files.
5
5
url: 'http://lame.sourceforge.net/index.php'
@@ -7,7 +7,7 @@ arch: x86_64
7
7
depends: []
8
8
makedepends: []
9
9
source:
10
-- 'http://${pkgname}.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz'
10
+- 'https://download.videolan.org/pub/contrib/libmpeg2/${pkgname}-${pkgver}.tar.gz'
11
11
12
12
sha256sums:
13
13
- SKIP
@@ -45,10 +45,10 @@ footprint_pm-utils_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot
45
45
usr/share/man/man8/\n"
46
46
build: |
47
47
cd ${pkgname}-${pkgver}
48
- patch -Np1 -i "./02-logging-append.patch"
49
- patch -Np1 -i "./12-fix-intel-audio-powersave-hook.patch"
50
- patch -Np1 -i "./13-49bluetooth-sync.patch"
51
- patch -Np1 -i "./14-disable-sata-alpm.patch"
48
+ patch -Np1 -i "../02-logging-append.patch"
49
+ patch -Np1 -i "../12-fix-intel-audio-powersave-hook.patch"
50
+ patch -Np1 -i "../13-49bluetooth-sync.patch"
51
+ patch -Np1 -i "../14-disable-sata-alpm.patch"
52
52
./configure --prefix=/usr \
53
53
--sbindir=/usr/bin \
54
54
--sysconfdir=/etc \
@@ -41,7 +41,7 @@ build: |
41
41
cd build
42
42
cmake -DCMAKE_INSTALL_PREFIX=/usr \
43
43
-DENABLE_STATIC=OFF \
44
- ../${pkgname}-${pkgver}/source
44
+ ../${pkgname}/source
45
45
46
46
make
47
47