Re: [aur-general] Rbspeex PKGBUILD Continued

2014-09-17 Thread Maxime Gauduin
On Wed, Sep 17, 2014 at 12:23 PM, Maxime Gauduin aluc...@gmail.com wrote:



 On Wed, Sep 17, 2014 at 3:56 AM, Storm Dragon stormdragon2...@gmail.com
 wrote:

 Hi,
 Err... I forgot to attach the PKGBUILD... lol
 Storm
 --
 Powered by Arch Linux! I am registered Linux user number 508465:
 https://linuxcounter.net/user/508465.html
 My blog, Thoughts of a Dragon: http://www.stormdragon.tk/
 get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key
 43DDC193
 Follow me on Pump.io: http://microca.st/stormdragon2976
 Yeah my whole family done give up on me, and it makes me feel oh so bad.
 The only one who'll hang out with me is my dear ol' grand dad, and we drink
 alone.
 George Thorogood - I Drink Alone


 The rbspeex encoder is built into the RockboxUtility binary, there is no
 need to create a separate package for it, it's working out of the box.

 --
 Maxime


And I just realized you might want to use it outside of RockboxUtility and
create your own voice files by external means. In any case, your deps and
makedeps are wrong, the provides line is useless, you're installing ghost
files (the rbspeex{enc,dec} are placed one directory above) and you need to
create bin beforehand or add -D to install. Anyway, I submitted a split
PKGBUILD which builds rbutil-git and rbspeex-git to AUR.

Cheers,
-- 
Maxime


[aur-general] Revised rbspeex PKGBUILD

2014-09-17 Thread Storm Dragon

Hi,
Attached is the new rbspeex PKGBUILD. This is the version that was unjustly 
deleted, without warning or explination.
Thanks
Storm
--
Powered by Arch Linux! I am registered Linux user number 508465: 
https://linuxcounter.net/user/508465.html
My blog, Thoughts of a Dragon: http://www.stormdragon.tk/
get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193
My Blackberry is Broken: http://is.gd/my_blackberry_is_broken
Listen up to ancient tales of monsters, zombies, ghosts 'bout creatures rising from 
the graves to haunt the living world
The Other - Beware of Ghouls
# Maintainer: Storm Dragon stormdragon2...@gmail.com

pkgname=rbspeex-git
pkgver=1.4.0.r540.0f61e38
pkgrel=1
pkgdesc='Rockbox specific speex Utility'
arch=('i686' 'x86_64')
url='http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility'
license=(GPL)
depends=('libusbx' 'qt5-base')
makedepends=('gendesk' 'git' 'qt5-tools')
provides=(rbspeexdec rbspeexenc)
conflicts=(rbspeexdec rbspeexenc)
source=(${pkgname%-*}::git://git.rockbox.org/rockbox)
sha256sums=('SKIP')

pkgver() {
  cd ${srcdir}/${pkgname%-*}

  printf 1.4.0.r%s.%s $(git rev-list rbutil_1.4.0..HEAD --count) $(git 
rev-parse --short HEAD)
}

build() {
  cd $srcdir/${pkgname%-*}/tools/rbspeex/
  make
}

package(){
  cd $srcdir/${pkgname%-*}/tools/

  install -d $pkgdir/usr/bin
  install -m 755 rbspeexenc ${pkgdir}/usr/bin/
  install -m 755 rbspeexdec ${pkgdir}/usr/bin/
}

# vim: ts=2 sw=2 et:


pgpC_PNdL3TNC.pgp
Description: PGP signature


Re: [aur-general] Revised rbspeex PKGBUILD

2014-09-17 Thread Dave Reisner
On Wed, Sep 17, 2014 at 04:39:25PM -0400, Storm Dragon wrote:
 Hi,
 Attached is the new rbspeex PKGBUILD. This is the version that was unjustly 
 deleted, without warning or explination.
 Thanks
 Storm

Your package is a clear duplicate[1], which explains why it was deleted.

[1] https://aur.archlinux.org/packages/rbspeex-git


Re: [aur-general] Revised rbspeex PKGBUILD

2014-09-17 Thread Storm Dragon

Hi,
... Um I swear I checked the aur before starting this and didn't find anything but 
rbutil-git... Sorry for the confusion, completely my bad. Still, in the original email, 
it would have been nice to see something like, This package is a duplicate. 
Anyway, thanks for the clarification.
Thanks
Storm
On Wed, Sep 17, 2014 at 04:55:05PM -0400, Dave Reisner wrote:

On Wed, Sep 17, 2014 at 04:39:25PM -0400, Storm Dragon wrote:

Hi,
Attached is the new rbspeex PKGBUILD. This is the version that was unjustly 
deleted, without warning or explination.
Thanks
Storm


Your package is a clear duplicate[1], which explains why it was deleted.

[1] https://aur.archlinux.org/packages/rbspeex-git


--
Powered by Arch Linux! I am registered Linux user number 508465: 
https://linuxcounter.net/user/508465.html
My blog, Thoughts of a Dragon: http://www.stormdragon.tk/
get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193
The great thing about Object Oriented code is that it can make small, simple 
problems look like large, complex ones.
I don't wanna face my fears! I'm afraid of 'em!
SpongeBob SquarePants


pgpZ5pSFzg_Ts.pgp
Description: PGP signature


Re: [aur-general] Package deletion

2014-09-17 Thread Jeremy Audet
Ack. Sorry about the noise. Just looked at the other emails sent around and
saw that there were (two?) other threads created about this same issue.
(That is itself annoying.)