Re: [aur-general] wine-rt

2017-09-23 Thread sL1pKn07 SpinFlo via aur-general
2017-09-23 23:11 GMT+02:00 Ralf Mardorf :
> Hi,
>
> perhaps I'm unable to see the forest for the trees when I try to build
> https://aur.archlinux.org/packages/wine-rt/ .
>
> If IIUC what ToxicAvenger described by the comment from 2017-09-23 13:26
>
>
>   Found a workaround, thanks to the community!! Yay!!!
>   1 - Install lib32-ocl-icd 2.2.11-1 from AUR 
> (https://www.archlinux.org/packages/multilib/x86_64/lib32-ocl-icd/)
>   2 - On terminal, type: "yaourt wine-rt" (you must have yaourt installed of 
> course)
>   3 - When yaourt asks if you want to edit the PKGBUILD, choose YES
>   4 - Scroll down the pkgbuild until you find lib32-libcl and remove them. 
> Delete the entries, but dont leave empty spaces on the dependencies list
>   5 - Save the pkgbuild and close it.
>   6 - Yaourt will resume the compilation. Just type YES all the way.
>   7 - You may have a PGP key error during install, and may need to add the 
> key and restart the whole installation.
>   8 - You may have "there's no space available on device" from yaourt. In 
> that case, you will need to change TMPPKGBUILD folder and restart the whole 
> installation.
>
>
> is what I tried to archive by running
>
>
>   $ wget https://aur.archlinux.org/cgit/aur.git/snapshot/wine-rt.tar.gz
>   $ tar xf wine-rt.tar.gz
>   $ cd wine-rt/
>   $ gpg --keyserver hkp://pgp.uni-mainz.de --recv-keys 
> DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D
>   $ sed -i 's/libcl   lib32-libcl/ocl-icd lib32-ocl-icd/g' 
> PKGBUILD
>   $ makepkg -s
>
>
> Unfortunately it failed with
>
>
>   Error: Cannot open face ../../wine/fonts/courier.ttf
>   make[1]: *** [Makefile:174: coue1255.fon] Error 1
>   make[1]: Leaving directory '/tmp/wine-rt/src/wine-64-build/fonts'
>   make: *** [Makefile:16502: fonts] Error 2
>   ==> ERROR: A failure occurred in build().
>   Aborting...
>
>
> Does anybody notice were ToxicAvenger forgot something and/or where I made a 
> mistake?
>
> Regards,
> Ralf

https://bugs.winehq.org/show_bug.cgi?id=43716
https://bugs.winehq.org/show_bug.cgi?id=43715


Re: [aur-general] pkgver update not reflected

2015-07-05 Thread SpinFlo
try update the .SRCINFO with makesrcinfo (pkgbuild-introspection) before
push the changes

2015-07-05 21:48 GMT+02:00 brent timothy saner :

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On one of my packages [0], I've updated the PKGBUILD with pkgver 1.4.20.
> Previous release was 1.4.18.
>
> However, AUR(4) still seems to think the package version is 1.4.18, and
> even seems to apply it to when I use the ${pkgver} variable inline (e.g.
> for the sources).
>
> What gives? Is anyone else experiencing this?
>
>
> [0] https://aur4.archlinux.org/packages/freeswitch/
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQIcBAEBCgAGBQJVmYoSAAoJEIwATC+TSB9rHP8P/idCfJMgcgdLSVvFKYKktXti
> 9oUyuEtsdmsdVbr4NO5FIsaox9moQ8Ee6Q1vEe3FIhiaNiWx4LoLmENHeZPS6jcG
> 3M7Y725xsd0KLD2dhWwIVlzyuxkiZqM1u/6FbceHoTDgCNvRQLPKr2pDHQXpA6l9
> YYE8mBgwcLdsIXA3Emt1/1suvah6IaLrJ1d0tMJasHo7VzhRh/+IB4oJ7SrNBj5S
> HUnbaaORpMBh+DNh9L7xTCjff1rbTwB0T38PtS5yZkqT7sFksBMam84vGjX3l1+h
> Cx4kDK7cWcfTS6Dhba9NJ37iNnMwRTD+AQqjg1c0ApYC3XI+vfLQXcfgC1G9SBdh
> zzHMt/0oNNA2/Wy4T6fxkcZeUTANSab2QM5/iLHLl1ayHVxR0pr+2JVPeo971I+0
> RVkBj73C9ByzDwvMASoXMwhApl3GrOX1QfKhd8fDfRV/QjTpVN3fOIJbaHHa1yIA
> pg/OHYQUnqh85rvAix7rJAj5K+St92f0eEbFjPlxJMcI+FF+raNrbiY0SG4obGx8
> uha7H8HVOqU8x2p05ieaJPDJxewS+Zi1iCaBfjBPTSJszG3xzGaj0KROqKVbmBC+
> z9+V23Dq72OEgmtHG/eQrzyOG25Sm/tO8NXSfKl/v82tZAfbAAnsssbm8/BPe0JW
> 0nId7tKXA5FkFY3zmtyh
> =t1hi
> -END PGP SIGNATURE-
>


Re: [aur-general] pkgver update not reflected

2015-07-05 Thread SpinFlo
ops. sorry the top posting :S


Re: [aur-general] Thinking about repackaging... Should I?

2015-06-30 Thread SpinFlo
El 30/06/2015 09:56, "Giovanni Santini" 
escribió:
>
> Hello everybody,
> I'm actually the maintainer of the gcc44-multilib package, that can be
> found here: https://aur4.archlinux.org/packages/gcc44-multilib/
> After taking a look at the gcc49-multilib package, I had thoughts about
> rewriting the PKGBUILD or not.
> How could I choose about this?
> I just want to know what do you think about this specific package, but
> also in general (if in the future I'll have the same problem, what
> should I do?).
> --
> Giovanni Santini
> My blog: http://giovannisantini.tk
> My code: https://github.com/ItachiSan
> My GPG: 2FADEBF5

Hi

You package can install alongside to oficial gcc on repos (like
gcc45-multilib, gcc46-multilib, etc). The gcc49-multilib is a replace of
that. I think is better like you package.


Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
2015-06-10 21:04 GMT+02:00 Eli Schwartz :
> The AUR4 does not allow rewriting history. Even if it did allow it, you'd
> have to use `--force` to push a non-fast-forward change, but it is a moot
> point because the AUR is set up to deny non-fast-forwards regardless. ;)
>
> I believe the reason is to prevent malicious individuals from adopting an
> orphaned package and deleting the history. (Part of) the reason we are
> moving toward git repositories for package maintenance is in order to track
> package history without the need for *non-official* resources e.g.
> http://pkgbuild.com/git/aur-mirror.git/ -- if maintainers were allowed to
> delete history, that would be slightly counter-productive. :(
>
> We can't delete our embarrassing mistakes anymore. :-P
> (Not that we could before, I guess, since it is mirrored, but now our
> mistakes are on official record.)
>
> -- Eli Schwartz


ok then

in the next time I'll be more careful. (I hope not fill pages and
pages and pages of failures in the history) XD

greetings


Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
> Hi,
>> I'm guessing, but AUR4 probably does not allow rewriting history
>> (non-fast-forward merges), or forced pushes.



> I think so too but as his code pasting showed just a simple push.
> Did you try to do git push --force?
>

└───╼  git push --force
Counting objects: 4, done.
Delta compression using up to 24 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 874 bytes | 0 bytes/s, done.
Total 4 (delta 2), reused 1 (delta 1)

remote: error: denying non-fast-forward refs/heads/master (you should
pull first)
To ssh+git://aur4.archlinux.org/libqgit2-git.git
! [remote rejected] master -> master (non-fast-forward)
error: failed to push some refs to
'ssh+git://aur4.archlinux.org/libqgit2-git.git'

:/


Re: [aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
2015-06-10 19:26 GMT+02:00 Marcel Korpel :
> * Marcel Korpel  (Wed, 10 Jun 2015 19:25:30
> +0200):
>> $ git rebase -i HEAD~2
>>
>> This opens an editor with the last two commits, where you can squash a
>> previous revision into a later one.
>
> My bad, talked too soon: you actually squash a revision into a
> *previous* one.

Hi @marcel

nope, not work, or I not understand how works :S

when I edit with  git rebase -i HEAD~5, and changing pick with squash
(only one leave with pick) and editing the message commit, say all is
ok. but when try to push the changes in [aur4] get the same fail like
a message OP

any help?

greetings


[aur-general] [AUR4] remove commits in aur4. how?

2015-06-10 Thread SpinFlo
Hi

howto remove (no revert) bad commits and push the change to [aur4]?

i want clean a bad commits with their history to clean history. or
reset the repo

i tired with

- git reset HEAD --force
- git push

but say this message

 ! [rejected]master -> master (non-fast-forward)
error: failed to push some refs to
'ssh+git://aur4.archlinux.org/libqgit2-git.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.


sorry I'm completely noob with git, and my english doesn't help anything

greetings


Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
thanks @Johannes Löthberg for you reply. but i think this has been fixed

- git reset --hard HEAD~
- edit the files (pkgbuild, .install, .SRCINFO and .gitignore)
- add the files with 'git add '
- git commit --all --amend --no-edit
- git push

this is ok?

greetings


Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
> ok then. I'll rename that file to new standarized name

nope. I rename the file, adjust the .gitignore and generate new
.SRCINFO with the changes. but the server still refuses the commit
(with first reset the repo to a origin commit)

I back to 8ba6f94, but i don't how edit the commit to make the changes
and save it with the new changes

need wait to server reset?

greetings


Re: [aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
yes, I complety sure, and the .SRCINFO also points to same file '
install = avidemux-git.install'

ok then. I'll rename that file to new standarized name

the pkgbuild is the same like [AUR] pkgbuild
(https://aur.archlinux.org/packages/av/avidemux-git/PKGBUILD)

greetings


[aur-general] [AUR4] Error when upload a update pkgbuild : remote: error: missing install file: avidemux.install

2015-06-07 Thread SpinFlo
Hi. y try to update a pkgbuild. but server refuses by:

remote: error: The following error occurred when parsing commit
remote: error: 8ba6f94497960275d1a78f913163df30b238cf72:
remote: error: missing install file: avidemux.install
remote: error: hook declined to update refs/heads/master
To ssh+git://aur4.archlinux.org/avidemux-git.git/
! [remote rejected] master -> master (hook declined)

but in my pkgbuild, the install file is called 'avidemux-git.install'

need the rename that file to 'avidemux.install'? or is a AUR4 hook error

the last update for this package make a zero problems about this file

is a new mandatory?

greetings


Re: [aur-general] [RFC] Draft of the AUR 4.0.0 migration notification

2015-05-26 Thread SpinFlo
>>
>> $ git add .
>> $ git commit -m "Initial commit"
>>

this don't work for me

i need first:

git add .SRCINFO
git add .gitignore (if use)

and then 'git add * && git -am "initial commit"'

:/


Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-30 Thread SpinFlo
2014-12-30 16:22 GMT+01:00 Lukas Fleischer :

> Don't worry about it now -- I don't care about orphan packages in a
> testing environment. When AUR 4.0.0 goes live, you can file a package
> deletion request to delete a package. The Git repositories of deleted
> packages (and empty repositories that haven't had any commits for a long
> time) will be wiped periodically.
>

oh, thanks


Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-30 Thread SpinFlo
Hi

Howto remove a own repo (only make setup) if created with bad name?

greetings


Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
.SRCINFO, in my knowledge, is only generated by makepkg -S. (mkaurball is
now deprecated)


Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
mmm, not detect the sources_i686/sources_x86_64 fields (pacman 4.2 new
structure)

https://aur-dev.archlinux.org/cgit/lsi-msm.git/tree/PKGBUILD

greetings


Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
2014-12-30 0:57 GMT+01:00 SpinFlo :

> 2014-12-30 0:52 GMT+01:00 SpinFlo :
>
>> or exist a method to use white list (only files/directory allowed)
>> instead of blacklist (list of exclude dirs/files)
>>
>> greetings
>>
>
> oh, i fount it:
> http://stackoverflow.com/questions/15288712/gitignore-whitelist-on-directory-and-its-contents
>
> greetings
>


ok i tried test with a .gitignore (do'h, 'git add *' don't work again. but
use 'git add .gitignore' works :/) with this content:


*
!.gitignore
!.SRCINFO
!PKGBUILD
!somefile.desktop
!somefile.patch
!someimage.png
!sometextfile.ext


then added the package sources and dozens of files. 'git add *' says that
files are ignored, included the src/pkg dirs(and contents)

i'm sure this is a best chice to avoid the duplicate local repos (one to
work, and other to clean push)

greetings


Re: [aur-general] Cannot push to aur-dev, was: Re: [aur-dev] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
2014-12-30 1:50 GMT+01:00 Pablo Lezaeta Reyes :

>
> There is a way to preven malicious userd that efectively create and acount
> and do al the stuf to only pload malware like a PKGBUILD, .SRCPKG and  1G
> patch x 10 or a giantic commit -sm "like copy pasting an entire book"??
>
> --
> *Pablo Lezaeta*
>

I belive have a any security like a if don't detect .SRCINFO file can't
push the commits. but adapt if the file have a size or the number of files
is huge


Re: [aur-general] Cannot push to aur-dev, was: Re: [aur-dev] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
>
> for me need this after clone repository
>
> 'git add *' -> to add/update files to repo
> 'git commit -m 'message'' -> to add the commit to repo
>
> and then push the changes
>
>


Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
2014-12-30 0:52 GMT+01:00 SpinFlo :

> or exist a method to use white list (only files/directory allowed) instead
> of blacklist (list of exclude dirs/files)
>
> greetings
>

oh, i fount it:
http://stackoverflow.com/questions/15288712/gitignore-whitelist-on-directory-and-its-contents

greetings


Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
One little question. is possible add a .gitignore from the local repo?

is for not duplicate my repository, one for clean files and other for
working (with sources and SRC/PKG directory and others)

in that .gitignore contains something like this:

*.xz
*.7z
*.zip
...
*. 
/src
/pkg
/
etc etc

or exist a method to use white list (only files/directory allowed) instead
of blacklist (list of exclude dirs/files)

greetings


Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
ok. now fixed. i don't know why. bit in the first attempt 'git add *' and
'git add .' don't work (not added .SRCINFO file), I started over again and
now it has worked

my steps is little changed. because in my first attemp use 'git add *'
(failed) instead of 'git add .' (like my first post, the 'git add .' is a
second attemp)(failed again)

- clone te remote repo
- move the necesary files (make sure have .SRCINFO file in root of repo)
- git add *
- git commit -m 'message'
- git push

greetings


Re: [aur-general] AUR 4.0.0 pre-alpha

2014-12-29 Thread SpinFlo
mmm fails for me

refuses upload because "remote: error: missing .SRCINFO"

but that file is include in the root of the repository

i missing steps?

I use:

- git clone ssh+git://aur-dev.archlinux.org/foobar.git/ (change foobar with
the package name)
- add PKGBUILD. SRCINFO and other files include in the sources array
- git add .
- git commit -m 'brawbraw'
- git push

greetings

2014-12-30 0:01 GMT+01:00 Pablo Lezaeta Reyes :

> But if someone missed the deadline (something that I'm sure will happend
> for a few hundeds at least either because lazines, bussyness or not want
> (or can't) reach aur-dev page) there are a place to take the PKGBUILD that
> was deleted in the "lets break AUR" cleanup?
>
> Also translations need to be pulled, the last time the translation weren't
> taken from transfex (as I can noticed) and viceversa, so why not let the
> submit button there but intead add the instructions on how now upload
> packages to aur.
>
> 2014-12-29 19:48 GMT-03:00 Ian D. Scott :
>
> > On Mon, Dec 29, 2014 at 11:36:58PM +0100, Lukas Fleischer wrote:
> >
> > > You can create an empty repository via SSH:
> > >
> > > $ ssh aur-dev.archlinux.org setup-repo foobar
> > >
> > > I agree that it is a good idea to add instructions on how to submit
> > > packages, though.
> >
> > That works, but I think it would be nice to also have a button in the
> > web interface. Something similar to how you create a repository on
> > github. You click the button, it asks you for a package name and
> > category, and then it explains how to upload.
> >
> > That said, I currently upload packages with burp and probably wouldn't
> > use such an interface. It just seems like a nice thing to have, and
> > would make it easier for new users. (Of course, making it a little
> > difficult could be used as a way to filter out incompetent maintainers,
> > which is not a bad idea.)
> >
>
>
>
> --
> *Pablo Lezaeta*
>


Re: [aur-general] AUR GIT and Bug Tracker

2014-08-17 Thread SpinFlo
2014-08-17 17:42 GMT+02:00 Doug Newgard :
> On 2014-08-17 15:26, SpinFlo wrote:
>>
>> 2014-08-17 17:25 GMT+02:00  :
>>>
>>> Hi everyone,
>>>
>>>
>>> i heard that something like a bug tracker/GIT for the packages in AUR
>>> is planned, and i've become curious how the state of it is
>>
>>
>> like this? http://pkgbuild.com/git/aur-mirror.git/tree/
>
>
> No, he means like this:
> https://mailman.archlinux.org/pipermail/aur-dev/2014-June/002770.html
> https://mailman.archlinux.org/pipermail/aur-dev/2014-June/002789.html

oh. thanks


Re: [aur-general] AUR GIT and Bug Tracker

2014-08-17 Thread SpinFlo
2014-08-17 17:25 GMT+02:00  :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi everyone,
>
> i heard that something like a bug tracker/GIT for the packages in AUR
> is planned, and i've become curious how the state of it is
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
>
> iQEcBAEBAgAGBQJT8MlfAAoJEBWTDgtqAPQNRN4H/35h+X+KByf3rpgD19vPbbsq
> ipbR0njXcv/Uf+r9zCUdmWsWMaxyUDnc/cJLZLHQ852aYZa47GJmhVUK2sUcVVFj
> ySI4YDpssjEe1aooFigrx8gc87Z/AXFxpddZqBykAr6MmFPsICgBNnlwV9CiB3Hj
> Z1wBhO1AozgX6VMMSZnZ7Tx/n39lv9xe9xVk3GnsaGrHWwAcFDbbLDrOh6PvBHD8
> KkJlsgJsEDmirfZuKhvEM+OQsId91zRNL4iRbjPAV78JfSkg04XRWD8JHWDOh+Vl
> J/WKiLPYoDJTgX9Uhh8Jl+gATvU+fDZnEzhfXU3msExKkDAhXlztOJkpgnF+fjA=
> =skx9
> -END PGP SIGNATURE-

like this? http://pkgbuild.com/git/aur-mirror.git/tree/


[aur-general] please remove: vapoursynth-fmtconv

2014-05-15 Thread SpinFlo
please remove

https://aur.archlinux.org/packages/vapoursynth-fmtconv/

is same package like
https://aur.archlinux.org/packages/vapoursynth-plugin-fmtconv/

greetings


Re: [aur-general] Requet merge: phonon-mplayer-git into phonon-qt4-mplayer-git/

2014-05-02 Thread SpinFlo
the gstreamer and vlc packages have phonon-qtfoo-foo

https://www.archlinux.org/packages/extra/x86_64/phonon-qt4/
https://www.archlinux.org/packages/extra/x86_64/phonon-qt5/
https://www.archlinux.org/packages/extra/x86_64/phonon-qt4-gstreamer/
https://www.archlinux.org/packages/extra/x86_64/phonon-qt4-vlc/
https://www.archlinux.org/packages/extra/x86_64/phonon-qt5-gstreamer/
https://www.archlinux.org/packages/extra/x86_64/phonon-qt5-vlc/

2014-05-02 22:21 GMT+02:00 Jerome Leclanche :
> Wouldn't it make more sense to follow Qt naming and move it to
> qt4-phonon-mplayer-git?
> https://aur.archlinux.org/packages/qt5-webkit-git/
> J. Leclanche
>
>
> On Fri, May 2, 2014 at 4:21 PM, SpinFlo  wrote:
>> Hi
>>
>> please merge:
>>
>> https://aur.archlinux.org/packages/phonon-mplayer-git/
>>
>> into
>>
>> https://aur.archlinux.org/packages/phonon-qt4-mplayer-git/
>>
>> because the phonon backend's is splitting into Qt4 and Qt5 code.
>> phonon-mplayer-git is only Qt4 compilant
>>
>> greetings


[aur-general] Requet merge: phonon-mplayer-git into phonon-qt4-mplayer-git/

2014-05-02 Thread SpinFlo
Hi

please merge:

https://aur.archlinux.org/packages/phonon-mplayer-git/

into

https://aur.archlinux.org/packages/phonon-qt4-mplayer-git/

because the phonon backend's is splitting into Qt4 and Qt5 code.
phonon-mplayer-git is only Qt4 compilant

greetings


Re: [aur-general] about removing wxpython2.9-light without previous notification

2014-04-30 Thread SpinFlo
wo right

/me here goes rolling off

sorry :S

2014-04-30 17:52 GMT+02:00 Felix Yan :
> On Wednesday, April 30, 2014 17:47:44 SpinFlo wrote:
>> Hi
>>
>> @felixonmars
>>
>> why delete my package wxpython-2.9-light?
>
> Maybe you still subscribe to the package after disowning it, but when I remove
> the package, it is an orphan.
>
> The removal was requested here: 
> https://mailman.archlinux.org/pipermail/aur-general/2014-April/028127.html
> (and Jerome also saw the package in an orphaned state when he made the
> request)
>
> Regards,
> Felix Yan


[aur-general] about removing wxpython2.9-light without previous notification

2014-04-30 Thread SpinFlo
Hi

@felixonmars

why delete my package wxpython-2.9-light?

greetings


[aur-general] request removal: lua-json

2014-04-26 Thread SpinFlo
please remove

https://aur.archlinux.org/packages/lua-json/

my fault, I've reuploaded the package because i've not saw that
[extra] package has been renamed to lua-luajson

greetings


[aur-general] request remove:

2014-04-20 Thread SpinFlo
Hi

please remove

https://aur.archlinux.org/packages/vapoursynth-plugin-scrawl-git/


is now integrated in vapoursynth core

greetings


[aur-general] request remove: lua{51}-json and lua{51}-lpeg

2014-04-19 Thread SpinFlo
plese remove:

https://aur.archlinux.org/packages/lua-json/
https://aur.archlinux.org/packages/lua51-json/
https://aur.archlinux.org/packages/lua-lpeg/
https://aur.archlinux.org/packages/lua51-lpeg/

now in extra

greetings


[aur-general] Requst remove libdvdnav-videolan-gi and libdvdread-videolan-git

2014-04-13 Thread SpinFlo
please remove

https://aur.archlinux.org/packages/libdvdnav-videolan-git/
https://aur.archlinux.org/packages/libdvdread-videolan-git/

this fork is now official repository (see http://dvdnav.mplayerhq.hu/)


greetings


[aur-general] Merge request: please merge danbooru-git into danbooru-client-git

2014-03-23 Thread SpinFlo
hi

please merge:

https://aur.archlinux.org/packages/danbooru-git/
into
https://aur.archlinux.org/packages/danbooru-client-git/

package orphan and don't have a real name

greetings


[aur-general] Request remove: openhevc

2014-03-16 Thread SpinFlo
Hi ppl

please remove https://aur.archlinux.org/packages/openhevc/

i've upload package with wrong name (is openhevc-git, now uploaded)


greetings


[aur-general] Request Disown libnatpmp

2014-02-17 Thread SpinFlo
Hi, please disown https://aur.archlinux.org/packages/libnatpmp/

i' ve sent a mail to the current maintainer @kreinloo. but the mail is
rejected by server

i've post 2 comments requesting update the package, but there have been no
reply/update (and another user post with the same request some time before)

greetings


[aur-general] request remove vapoursynth-plugins-ffms2

2014-02-17 Thread SpinFlo
please remove https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2/

no need because the symlink is include in ffms2 [community] package

greetings


Re: [aur-general] Request merge: tons of vapoursynth-plugins*-git into respective "no plugin" packages

2014-02-12 Thread SpinFlo
ow shet. :S

oks


2014-02-12 16:21 GMT+01:00 Maxime Gauduin :

> On Wed, Feb 12, 2014 at 4:10 PM, SpinFlo  wrote:
>
> > Hi
> >
> > please merge:
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-bifrost-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-bifrost-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-convo2d-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-convo2d-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-d2vsource-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-d2vsource-git/
> >
> >
> https://aur.archlinux.org/packages/vapoursynth-plugins-example_plugins-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-example_plugins-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-fieldhint-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-fieldhint-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-fillborders-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-fillborders-git/
> >
> >
> >
> https://aur.archlinux.org/packages/vapoursynth-plugins-flash3kyuu_deband-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-flash3kyuu_deband-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-fmtconv-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-fmtconv-git/
> >
> >
> https://aur.archlinux.org/packages/vapoursynth-plugins-genericfilters-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-genericfilters-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-histogram-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-histogram-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-lsmashsource-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-lsmashsource-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-nnedi3-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-nnedi3-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-removedirtvs-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-removedirtvs-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-scrawl-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-scrawl-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-scxvid-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-scxvid-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-ssiq-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-ssiq-git/
> >
> >
> >
> https://aur.archlinux.org/packages/vapoursynth-plugins-templinearapproximate-git/
> > into
> >
> https://aur.archlinux.org/packages/vapoursynth-templinearapproximate-git/
> >
> >
> https://aur.archlinux.org/packages/vapoursynth-plugins-temporalsoften-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-temporalsoften-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-videoscope-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-videoscope-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-viewer-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-viewer-git/
> >
> >
> https://aur.archlinux.org/packages/vapoursynth-plugins-vsimagereader-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-vsimagereader-git/
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugins-vsrawsource-git/
> > into
> > https://aur.archlinux.org/packages/vapoursynth-vsrawsource-git/
> >
> >
> > and remove:
> >
> > https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2-git/
> > https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2/
> >
> > because
> > ask to alucryd <https://aur.archlinux.org/account/alucryd/> :P
> >
> > greetings
> >
>
> Seems you didn't get my last message :P If you're going to push a CUDA
> version of vapoursynth, then it will be named vapoursynth-cuda (and there
> will most likely be CUDA versions of plugins too), in which case losing the
> plugin prefix may not be a good idea. So I'd say let's keep it for now. I
> will however remove the 2 ffms2 plugins, don't forget to add
> provides=('vapoursynth-plugin-ffms2-git') in your ffms2-git package. I'll
> update ffms2 in [community] ASAP.
>
> Cheers,
> --
> Maxime
>


[aur-general] Request merge: tons of vapoursynth-plugins*-git into respective "no plugin" packages

2014-02-12 Thread SpinFlo
Hi

please merge:

https://aur.archlinux.org/packages/vapoursynth-plugins-bifrost-git/
into
https://aur.archlinux.org/packages/vapoursynth-bifrost-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-convo2d-git/
into
https://aur.archlinux.org/packages/vapoursynth-convo2d-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-d2vsource-git/
into
https://aur.archlinux.org/packages/vapoursynth-d2vsource-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-example_plugins-git/
into
https://aur.archlinux.org/packages/vapoursynth-example_plugins-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-fieldhint-git/
into
https://aur.archlinux.org/packages/vapoursynth-fieldhint-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-fillborders-git/
into
https://aur.archlinux.org/packages/vapoursynth-fillborders-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-flash3kyuu_deband-git/
into
https://aur.archlinux.org/packages/vapoursynth-flash3kyuu_deband-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-fmtconv-git/
into
https://aur.archlinux.org/packages/vapoursynth-fmtconv-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-genericfilters-git/
into
https://aur.archlinux.org/packages/vapoursynth-genericfilters-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-histogram-git/
into
https://aur.archlinux.org/packages/vapoursynth-histogram-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-lsmashsource-git/
into
https://aur.archlinux.org/packages/vapoursynth-lsmashsource-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-nnedi3-git/
into
https://aur.archlinux.org/packages/vapoursynth-nnedi3-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-removedirtvs-git/
into
https://aur.archlinux.org/packages/vapoursynth-removedirtvs-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-scrawl-git/
into
https://aur.archlinux.org/packages/vapoursynth-scrawl-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-scxvid-git/
into
https://aur.archlinux.org/packages/vapoursynth-scxvid-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-ssiq-git/
into
https://aur.archlinux.org/packages/vapoursynth-ssiq-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-templinearapproximate-git/
into
https://aur.archlinux.org/packages/vapoursynth-templinearapproximate-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-temporalsoften-git/
into
https://aur.archlinux.org/packages/vapoursynth-temporalsoften-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-videoscope-git/
into
https://aur.archlinux.org/packages/vapoursynth-videoscope-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-viewer-git/
into
https://aur.archlinux.org/packages/vapoursynth-viewer-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-vsimagereader-git/
into
https://aur.archlinux.org/packages/vapoursynth-vsimagereader-git/

https://aur.archlinux.org/packages/vapoursynth-plugins-vsrawsource-git/
into
https://aur.archlinux.org/packages/vapoursynth-vsrawsource-git/


and remove:

https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2-git/
https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2/

because
ask to alucryd  :P

greetings


[aur-general] Request merge: l-smash into l-smash-git

2014-02-03 Thread SpinFlo
Hi

please merge

https://aur.archlinux.org/packages/l-smash/

into

https://aur.archlinux.org/packages/l-smash-git/

l-smash use sources from git (no "tar.gz")


greetings


[aur-general] Request Remove: wxgtk3.0-ligth

2014-01-20 Thread SpinFlo
Hi

please remove https://aur.archlinux.org/packages/wxgtk3.0-light/

is superseeded by https://aur.archlinux.org/packages/wxgtk-light/

greetings


[aur-general] Request delete libdvdnav-git and merge libdvdread-git -> libdvdread-videolan-git

2013-12-29 Thread SpinFlo
Hi

please delete:

https://aur.archlinux.org/packages/libdvdnav-git/ (0 votes)

superseed by https://aur.archlinux.org/packages/libdvdnav-videolan-git/


and please merge:

https://aur.archlinux.org/packages/libdvdread-git/ (2 votes)

into https://aur.archlinux.org/packages/libdvdread-videolan-git/


greetings


[aur-general] Request Delete: vapoursynth-plugin-vsremovedirt-git

2013-11-18 Thread SpinFlo
Hi

please delete
https://aur.archlinux.org/packages/vapoursynth-plugin-vsremovedirt-git/

the source project is renamed to RemoveDirtVS

greetings


[aur-general] Request Remove: lua52-socket

2013-11-02 Thread SpinFlo
Hi

please remove

https://aur.archlinux.org/packages/lua52-socket/

this package is include in [community]

greetings


[aur-general] Request remove vapoursynth-plugin-example

2013-10-23 Thread SpinFlo
hi, please remove

https://aur.archlinux.org/packages/vapoursynth-plugin-example_plugins/

is superseded by
https://aur.archlinux.org/packages/vapoursynth-plugin-example_plugins-git/

greetings


[aur-general] Request remove: batch packages (vapoursynth plugins)

2013-10-23 Thread SpinFlo
hi

please delete:

https://aur.archlinux.org/packages/vapoursynth-plugin-ssiq/
https://aur.archlinux.org/packages/vapoursynth-plugin-videoscope/
https://aur.archlinux.org/packages/vapoursynth-plugin-scrawl/
https://aur.archlinux.org/packages/vapoursynth-plugin-histogram/
https://aur.archlinux.org/packages/vapoursynth-plugin-fieldhint/
https://aur.archlinux.org/packages/vapoursynth-plugin-temporalsoften/


the sources don't allowed download from "release", only binaries

https://github.com/dubhater/vapoursynth-nnedi3/issues/2

(all these plugins is from the same developer)

greeetings


[aur-general] Request remove: lua-socket

2013-10-21 Thread SpinFlo
Hi

please remove https://aur.archlinux.org/packages/lua-socket/ because now is
included in [community]

greetings


[aur-general] Request merge: flacon-hg into flacon-git

2013-10-17 Thread SpinFlo
Hi

Flacon move sources fron googlecode(mercurial) to github (git)

please merge

https://aur.archlinux.org/packages/flacon-hg/

into

https://aur.archlinux.org/packages/flacon-git/

greetings


[aur-general] Request remove lua52-json

2013-10-16 Thread SpinFlo
Hi

for better name convention, please remove lua52-json (replaced by lua-json)

https://aur.archlinux.org/packages/lua52-json/

greetings


[aur-general] Request remove luajson

2013-10-16 Thread SpinFlo
Hi

i've uploaded luajson in split package (lua51-json and lua52-json) due this
version (1.3.2) works in both versions of lua

https://aur.archlinux.org/packages/luajson/

greetings


Re: [aur-general] Request remove:

2013-10-06 Thread SpinFlo
fucking translator ><

greetings


Re: [aur-general] Request remove:

2013-10-06 Thread SpinFlo
10/05/2013 Anatol Pomozov < anatol.pomozov @
gmail.com>

> Hola,
>
> El mar, 05 de octubre 2013 a las 1:59 AM, Spinflo < sl1pk...@gmail.com >
> escribió:
> > hi
> >
> > quite v8-dev: https://aur.archlinux.org/ packages/v8-dev 
> > /<https://aur.archlinux.org/packages/v8-dev/>
> >
> >
> > este paquete porque ya no hay necesidad reemplazado por el paquete de V8
> (
> > https://aur.archlinux.org/ packages/v8 
> > /<https://aur.archlinux.org/packages/v8/>)
>
> Tenga en cuenta que desplegué última versión de v8 (3,22), pero me di
> cuenta de que
> es la versión de desarrollo del paquete, así que necesito hacer un
> downgrade a
> 3.21 (o cualquiera que sea la versión estable es). Esto significa que
> mientras que actualmente v8 paquete proporciona la versión de desarrollo
> que se no ser cierto en el futuro.
>
>
>
>
>
> > Y ya no utilizados por el cromo-dev
> > paquete anymore
> >
> saludos>
>

bueno


[aur-general] Request merge fdesktoprecorder-git into fdesktoprecorder-hg

2013-10-06 Thread SpinFlo
Hi

please merge https://aur.archlinux.org/packages/fdesktoprecorder-git/ into
https://aur.archlinux.org/packages/fdesktoprecorder-hg/

see https://github.com/froksen/FDesktopRecorder Readme.me

greetings


[aur-general] Request remove:

2013-10-05 Thread SpinFlo
hi

please remove v8-dev: https://aur.archlinux.org/packages/v8-dev/


this package no longer need because superseded by v8 package (
https://aur.archlinux.org/packages/v8/) and no longer used by chromium-dev
package anymore

greetings


Re: [aur-general] Multiple removal requests

2013-10-02 Thread SpinFlo
yea, and https://www.archlinux.org/packages/extra/i686/lha/. only 32 bits
because use other source (dead source link like bin32-lha package)


Re: [aur-general] Multiple removal requests

2013-10-02 Thread SpinFlo
about LHA: http://sourceforge.jp/projects/lha/releases/


[aur-general] merge request: vapoursynth-plugin-ffmpegsource-git into vapoursynth-plugin-ffms2

2013-09-15 Thread SpinFlo
Hi (again)

please merge (again xd)

https://aur.archlinux.org/packages/vapoursynth-plugin-ffmpegsource-git/

into

https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2-git/

for better name convention (upstream)


greetings


[aur-general] merge request: vapoursynth-plugin-ffmpegsource-svn into vapoursynth-plugin-ffmpegsource-git

2013-09-14 Thread SpinFlo
hi

please merge

https://aur.archlinux.org/packages/vapoursynth-plugin-ffmpegsource-svn/

into

https://aur.archlinux.org/packages/vapoursynth-plugin-ffmpegsource-git/

upstream code move to github

greetings


Re: [aur-general] Unmerge mpv-build-git

2013-09-09 Thread SpinFlo
┌─┤[sl1pkn07]|[sL1-BoOk]|[~/aplicaciones]|
└───╼  git clone https://github.com/mpv-player/mpv.git
Cloning into 'mpv'...
remote: Counting objects: 201961, done.
remote: Compressing objects: 100% (41576/41576), done.
remote: Total 201961 (delta 158950), reused 199309 (delta 156496)
Receiving objects: 100% (201961/201961), 47.42 MiB | 229.00 KiB/s, done.
Resolving deltas: 100% (158950/158950), done.
Checking connectivity... done
┌─┤[sl1pkn07]|[sL1-BoOk]|[~/aplicaciones]|
└───╼  cd mpv/
┌─┤[sl1pkn07]|[sL1-BoOk]|[~/aplicaciones/mpv]|
└───╼  git describe --always
libav_0.8.x-1339-g683e580
┌─┤[sl1pkn07]|[sL1-BoOk]|[~/aplicaciones/mpv]|
└───╼

└───╼  mpv --version
mpv 0.1.0-193-g3992e5d (C) 2000-2013 mpv/MPlayer/mplayer2 projects
 built on Sun Sep  8 13:10:20 CEST 2013



2013/9/9 Maxime Gauduin 

>
> As for the "real version", all it would take would be a comment on mpv-git
> asking the maintainer to use git describe (which is exactly what version.sh
> is doing) instead of what he's currently using.
>
> --
> Maxime
>


Re: [aur-general] Unmerge mpv-build-git

2013-09-09 Thread SpinFlo
Unused and unvote is for i reupload the pachake after delete/merge into
other mpv package.
El 09/09/2013 18:37, "Rob Til Freedmen" 
escribió:

> I'm glad mpv-build-git survived this somewhat obsessive elimination of
> 'extremely specialized'
> PKGBUILD's from the AUR.
>
> I wouldn't have any objection of merging mpv-player-git with mpv-build-git
> -
> they are both build via mpv-build.git  recommended by the developers.
>
> But mpv-git uses a completely different build.
>
> BTW, merging a seemingly 'unused' package without votes and completely
> unrelated
> comments doesn't make sense either.
>
>
>
>
> On Sun, Sep 8, 2013 at 1:23 AM, Maxime Gauduin  wrote:
>
> > On Sat, Sep 7, 2013 at 8:51 PM, Jesse Juhani Jaara <
> jesse.ja...@gmail.com
> > >wrote:
> >
> > > la, 2013-09-07 kello 20:31 +0200, Karol Blazewicz kirjoitti:
> > > > The PKGBUILD file is here
> > > > https://aur.archlinux.org/packages/mp/mpv-build-git/PKGBUILD but I
> > > > think the install file is gone.
> > >
> > > http://pkgbuild.com/git/aur-mirror.git/tree/mpv-build-git
> > > everything is in there
> > >
> > >
> > Apologies for removing this one, I was too hasty and should have checked
> > beforehand whether it was using another repo.
> >
> > --
> > Maxime
> >
>


Re: [aur-general] Unmerge mpv-build-git

2013-09-09 Thread SpinFlo
Er. No. Mpv-player-git uses different repository than mpv-player-git. And
the community mpv use dynamic library (ffmpeg and libass).  mpv-build-git
use exactly method to build this program. But uses latest updates from
ffmpeg and others.. And uses the real method to get real version of the
program (version.sh)
El 09/09/2013 19:49, "Maxime Gauduin"  escribió:

> On Mon, Sep 9, 2013 at 6:37 PM, Rob Til Freedmen <
> rob.til.freed...@gmail.com
> > wrote:
>
> > I'm glad mpv-build-git survived this somewhat obsessive elimination of
> > 'extremely specialized'
> > PKGBUILD's from the AUR.
> >
> > I wouldn't have any objection of merging mpv-player-git with
> mpv-build-git
> > -
> > they are both build via mpv-build.git  recommended by the developers.
> >
> > But mpv-git uses a completely different build.
> >
> > BTW, merging a seemingly 'unused' package without votes and completely
> > unrelated
> > comments doesn't make sense either.
> >
> >
> >
> >
> > On Sun, Sep 8, 2013 at 1:23 AM, Maxime Gauduin 
> wrote:
> >
> > > On Sat, Sep 7, 2013 at 8:51 PM, Jesse Juhani Jaara <
> > jesse.ja...@gmail.com
> > > >wrote:
> > >
> > > > la, 2013-09-07 kello 20:31 +0200, Karol Blazewicz kirjoitti:
> > > > > The PKGBUILD file is here
> > > > > https://aur.archlinux.org/packages/mp/mpv-build-git/PKGBUILD but I
> > > > > think the install file is gone.
> > > >
> > > > http://pkgbuild.com/git/aur-mirror.git/tree/mpv-build-git
> > > > everything is in there
> > > >
> > > >
> > > Apologies for removing this one, I was too hasty and should have
> checked
> > > beforehand whether it was using another repo.
> > >
> > > --
> > > Maxime
> > >
> >
>
> For the record, mpv devs 'recommend' using these scripts because, and I
> quote, "distribution packages are often too old or too broken". Our
> packages are neither old nor broken, those script are absolutely not needed
> to build mpv on Arch, mpv in [community] and mpv-git in AUR are proofs of
> that. Even then, using git versions of ffmpeg, fribidi and libass and build
> mpv-git would have the exact same effect as building mpv-build-git.
>
> --
> Maxime
>


Re: [aur-general] UnMerge request mpv-player-git vs. mpv-git

2013-09-07 Thread SpinFlo
Mpv-build-git use different reppsitory and build method. I've send new
thread to unmerge mpv-build-git

Greetings
El 07/09/2013 19:31, "Maxime Gauduin"  escribió:

> On Sat, Sep 7, 2013 at 5:49 PM, Jerome Leclanche 
> wrote:
>
> > I'm admittedly having trouble understanding the use of such a package
> > (over simply using -git libs, which, despite what you claim, seldom
> > break existing package — and if they do, well, stop using -git
> > packages in the first place). Is it useful to so many people that it
> > has to be on the AUR? The package had little activity at all.
> > Should we start having this type of packages for a bunch more apps?
> >
> > Anyway, regardless of all that, "mpv-player-git" is a terrible name for
> it.
> > J. Leclanche
> >
> >
> > On Sat, Sep 7, 2013 at 2:04 PM, Rob Til Freedmen
> >  wrote:
> > > Merging those packages doesn't make sense at all!
> > >
> > > https://aur.archlinux.org/packages/mpv-git/
> > > This package uses dynamically linked system libs
> > >
> > > https://aur.archlinux.org/packages/mpv-player-git/
> > > This package uses statically linked libs from git
> > > It has also lots of comments to guide users in building &
> experimenting.
> > >
> > > If you're really want to take choice from users,
> > > this would be a better package for merging with mpv-player-git
> > >
> > > https://aur.archlinux.org/packages/mpv-build-git/
> >
>
> People using git packages should expect and know how to deal with breakage.
> Packages like mpv-player-git or mpv-build-git do not belong in AUR, they
> belong to the 'extremely specialized' category mentioned on [1]. Your
> argument about 'taking choices from users' does not stand, 3 votes iirc
> means only 2 people apart from you used it, same with mpv-build-git which
> has 2 votes. There are but a few people who may want statically linked
> libs, and people who know they need this should be smart enough to write
> their own PKGBUILD locally, there's no point in guiding them. I'll be
> deleting mpv-build-git too, and btw, those are terrible names indeed.
>
> Cheers,
>
> [1]
>
> https://wiki.archlinux.org/index.php/Arch_User_Repository#Sharing_and_maintaining_packages
>
> --
> Maxime
>


[aur-general] Unmerge mpv-build-git

2013-09-07 Thread SpinFlo
Hi. Please unmerge mpv-build-git. This package use diferent repository .
Mpv-git use "mpv" repository, my pakage use "mpv-build" repository

See mpv-player in github

Https://github.com/mpv-player


Re: [aur-general] request merge vapoursynth-git into vapoursynth

2013-08-28 Thread SpinFlo
I decided keep both packages. No neer any change/delete.

Greetings
El 28/08/2013 21:32, "Jonathan Steel"  escribió:

> On Sun 25 Aug 2013 at 20:36, SpinFlo wrote:
> > hi
> >
> > please merge
> >
> > https://aur.archlinux.org/packages/vapoursynth-git<
> https://aur.archlinux.org/packages/vapoursynth/>
> >
> > into
> >
> > https://aur.archlinux.org/packages/vapoursynth/
> >
> >
> > vapursynth package use SVN (tag branch), this method not longer
> available.
> > i change to GIT because this project don't use "zip" sources
> >
> > greetings
>
> If it's a git package it should end with -git.
>
> Your -git version has been updated more recently and the URL you provided
> above links to the wrong package. Please confirm which one to delete. I
> suggest keeping the -git name.
>
> --
> Jonathan Steel
>


Re: [aur-general] request merge vapoursynth-git into vapoursynth

2013-08-25 Thread SpinFlo
oh!, I don't see the git repository have a TAG branch. oks. keep both
packages

greetings


2013/8/25 danielwallace 

> You could also keep both, and just specify the fragment in the one without
> -git in the name.
>
>
> https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#VCS_sources
>
>
> Gtmanfred


[aur-general] request merge vapoursynth-git into vapoursynth

2013-08-25 Thread SpinFlo
hi

please merge

https://aur.archlinux.org/packages/vapoursynth-git

into

https://aur.archlinux.org/packages/vapoursynth/


vapursynth package use SVN (tag branch), this method not longer available.
i change to GIT because this project don't use "zip" sources

greetings


[aur-general] request merge/delete vapoursynth-svn to vapoursynth-git

2013-07-20 Thread SpinFlo
please merge/delete:

https://aur.archlinux.org/packages/vapoursynth-svn/
into
https://aur.archlinux.org/packages/vapoursynth-git/

sources move from svn to git


greetings


[aur-general] Merge request: fdesktoprecorder into fdesktoprecorder-git

2013-06-24 Thread SpinFlo
please merge https://aur.archlinux.org/packages/fdesktoprecorder/ into
https://aur.archlinux.org/packages/fdesktoprecorder-git/

this sources only provides via GIT (like say in comments)

greetings


[aur-general] Request merge: vapoursynth-plugin-ffms2-git into vapoursynth-plugin-ffmpegsource-svn

2013-05-21 Thread SpinFlo
please merge

https://aur.archlinux.org/packages/vapoursynth-plugin-ffms2-git/
Into
https://aur.archlinux.org/packages/vapoursynth-plugin-ffmpegsource-svn/

better package name and use correct VCS

greetings


[aur-general] request: merge ? or delete? luaevent

2013-05-11 Thread SpinFlo
hi

luaevent [1] is orphaned and supersede by [2]

[1] https://aur.archlinux.org/packages/luaevent/
[2] https://aur.archlinux.org/packages/lua51-event/

greetings


Re: [aur-general] python2-crack question

2013-05-09 Thread SpinFlo
2013/5/10 SpinFlo 

> blablabla
>

And sorry my typos and "english" XD


Re: [aur-general] python2-crack question

2013-05-09 Thread SpinFlo
2013/5/10 Gabriel B. Casella 

> Hello everyone,
>
> I have adopted my first package[1] on AUR (=D) and would like to know if is
> there a need to increase the "pkgrel" variable as I fixed a small error in
> the "build()" and "package()" functions. Also, I changed the sums to SHA256
> instead of MD5.
>
> By the way, this package has the MIT/X license (python stuff) and I've seen
> on the PKGBUILD wiki [2] that, in this case, the license should be stored
> in /usr/share/licenses/pkg.
> But, would this be just copying it to the folder or what?
>
> Sincerely,
>
>
> [1] https://aur.archlinux.org/packages/python2-crack/
> [2] https://wiki.archlinux.org/index.php/PKGBUILD#license
>
>
> *---*
> *Gabriel B. Casella*
> "Nothing is impossible, impossible just takes longer"
>

Hi Gabriel

the package the license is include in readme and install files

in this case need install two files

install -Dm644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
install -Dm644 INSTALL ${pkgdir}/usr/share/licenses/${pkgname}/INSTALL

or extract that licenses fron that files and put on in License1 and
License2 (or both in same file) and install in the same metod

i've download your package, and namcap say this:

   python2-crack E: ELF file ('usr/lib/python2.7/site-packages/_crack.so')
found in an 'any' package.

in this case need add arch=('x86_64'  'i686') instead arch=('any')

and

   python2-crack E: Dependency python detected and not included (programs
['python'] needed in scripts ['usr/share/doc/python-crack/checkpass.py'])

this need more package workground, for example "sed" all .py script to
change python to python2 (if you want only python2 package)

like: find -type f -name '*.py*' -exec sed -i 's|/usr/bin/python$|&2|g' {}
\;

note: the patch is in prepare() function, not in build()

greetings


[aur-general] Requeste merge: bdsup2subplusplus-git into bdsup2subpp-git

2013-05-08 Thread SpinFlo
please merge https://aur.archlinux.org/packages/bdsup2subplusplus-git
into https://aur.archlinux.org/packages/bdsup2subpp-git

this last have better name

greetings


[aur-general] Request remove python-pyftplib

2013-05-07 Thread SpinFlo
Hi

please remove https://aur.archlinux.org/packages/python-pyftplib/, upload
package with wrong name

sorry and greetings


[aur-general] Request remove: l-smash-ffmpeg-git

2013-05-02 Thread SpinFlo
please remove

https://aur.archlinux.org/packages/l-smash-ffmpeg-git

no longer need

greetings


Re: [aur-general] AURINFO: howto use this file?

2013-05-01 Thread SpinFlo
2013/5/1 Dave Reisner 

> But makepkg does read the source array in the PKGBUILD ...
>

then, need add this file in source array?


Re: [aur-general] AURINFO: howto use this file?

2013-05-01 Thread SpinFlo
2013/5/1 SpinFlo 

> Hi
>
> according this thread [1], AUR can handle the file .AURINFO with info to
> better handle info AUR packages
>
> howto add this file in source package?
>
> works with splitted pkgbuilds?
>
> greetings
>
> [1] https://mailman.archlinux.org/pipermail/aur-dev/2013-March/002428.html
>

oks, i make test. makepkg can't handle this file when use makepkg --source,
need create tarball by hand (ark or console)

greetings


[aur-general] request remove avidemux-2.6-gui

2013-05-01 Thread SpinFlo
hello, please remove

https://aur.archlinux.org/packages/avidemux-2.6-gui/


for a confusion with handle .AURINFO, upload these package


greetings


[aur-general] AURINFO: howto use this file?

2013-05-01 Thread SpinFlo
Hi

according this thread [1], AUR can handle the file .AURINFO with info to
better handle info AUR packages

howto add this file in source package?

works with splitted pkgbuilds?

greetings

[1] https://mailman.archlinux.org/pipermail/aur-dev/2013-March/002428.html


Re: [aur-general] quoting (was: pacman 4.1 (makepkg 4.1) bazaar pkgver autobump problem)

2013-04-06 Thread SpinFlo
sure?

http://wstaw.org/m/2013/04/06/plasma-desktopu13340.png
http://wstaw.org/m/2013/04/06/plasma-desktopP13340.png

need move cursor to bottom of quote (after click in "...")  to get format
you say.

by default, mail editor put text before quote . this don't configurable

sorry te offtopic


Re: [aur-general] quoting (was: pacman 4.1 (makepkg 4.1) bazaar pkgver autobump problem)

2013-04-06 Thread SpinFlo
2013/4/6 Chris “Kwpolska” Warrick :
> Suggestion: use Page Down.
> Better suggestion: get a mail client that hides quotations by default.
>  Gmail does this, for example.

yea, but have a little problem, the quotes move to bottom of mail,
this is "bad education"


[aur-general] VCS PKGBUILD pacman 4.1: fragment "revision" on SVN don't work

2013-04-05 Thread SpinFlo
according to manpage:

fragment
   (optional) Allows specifying a revision number or branch
for makepkg to checkout from the VCS. For example, to checkout a given
revision, the source line would have the format
   source=(url#revision=123). The available fragments depends
on the VCS being used:

svnrevision


this don't work

when passed:

source=('vapoursynth::svn+http://vapoursynth.googlecode.com/svn/trunk#revision=434')

always get latest commit in repo (in this case r445)

this is a bug?

the packagebuild http://sl1pkn07.no-ip.com/paste/view/242d4608

greetings


Re: [aur-general] please add -depth 1 to makepkg git clone

2013-04-04 Thread SpinFlo
if add  --depth 1, please set to option enable or disable it

2013/4/5 Tai-Lin Chu :
> you mean pkgver()?
>
> On Thu, Apr 4, 2013 at 11:14 PM, Daniel Micay  wrote:
>> On Fri, Apr 5, 2013 at 2:12 AM, Tai-Lin Chu  wrote:
>>> 1. save bandwidth
>>> 2. less wait
>>>
>>> why not add --depth 1 :)
>>
>> If you're using a git package, I assume you're updating it at some
>> frequency and you only have a full clone on the first build.


[aur-general] Request merge

2013-03-21 Thread SpinFlo
please merge:

https://aur.archlinux.org/packages/sdlmame-wout-gconf/ into
https://aur.archlinux.org/packages/sdlmame-wout-toolkits/

https://aur.archlinux.org/packages/sdlmess-wout-gconf/ into
https://aur.archlinux.org/packages/sdlmess-wout-toolkits/

and

https://aur.archlinux.org/packages/sdlume-wout-gconf/ into
https://aur.archlinux.org/packages/sdlume-wout-toolkits/

greetings


[aur-general] [Request] merge libdvdcss-svn into libdvdcss-git

2013-02-17 Thread SpinFlo
please. merge libdvdcss-svn into libdvdcss-git


https://aur.archlinux.org/packages/libdvdcss-svn
into
https://aur.archlinux.org/packages/libdvdcss-git

because now un upstream migrate from SVN to GIT

greetings


[aur-general] [REQUEST] Remove ffmpegsource-ffmpeg-svn and ffmpegsource-libav-svn

2013-01-30 Thread SpinFlo
please remove

https://aur.archlinux.org/packages/ffmpegsource-ffmpeg-svn/
https://aur.archlinux.org/packages/ffmpegsource-libav-svn/


the build is correct, but don't work

greetings


[aur-general] [REQUEST] removal nut-multimedia

2013-01-27 Thread SpinFlo
i upload this package with wrong name

https://aur.archlinux.org/packages/nut-multimedia/

because use GIT sources instead src package

greetings


Re: [aur-general] NVIDIA drivers

2013-01-24 Thread SpinFlo
i ve use yaourt, yes,

yaourt when make and install sucessful package delete all sources.,
then the symlink don't work

greetings



2013/1/25 Oon-Ee Ng :
> On Fri, Jan 25, 2013 at 9:19 AM, SpinFlo  wrote:
>> well, i ve upload this package for the reason explain by @alucryd,
>> need download up to 4 times the nvidia blob drivers for install
>> dkms-nvidia-beta (was mine and left to use this package),
>> nvidia-utils-beta, lib32-nvidia-utils-beta and lib32-libcl.
>
> Bottom-post please, like this.
>
> And why will symlinks not work for your purpose? Or is the purpose to
> be able to use yaourt or another AUR helper?


Re: [aur-general] NVIDIA drivers

2013-01-24 Thread SpinFlo
hi

before two days i ve upload to AUR this package:
http://paste.ubuntu.com/1567724 (not the same, the name is
nvidia-total-beta). and ipsofact deleted by @gtmanfred with this
message: "this is completely un necessary, please don't litter the aur
with more
trash"

well, i ve upload this package for the reason explain by @alucryd,
need download up to 4 times the nvidia blob drivers for install
dkms-nvidia-beta (was mine and left to use this package),
nvidia-utils-beta, lib32-nvidia-utils-beta and lib32-libcl.

everyone can use the package for your needs, that's what AUR, I think.

the *-total* packages not add nothig in special like individual
packages, only group in one some diferent packages for hel save
several bandwidth/space and time

i think can live with individual packages

greetings

pd: sorry my english

2013/1/25 Alexander Rødseth :
> Hi,
>
> According to the AUR guidelines, it should be okay with several
> packages for the same application, as long as they all provide
> something different, like applying different patches etc.
>
> "Exception to this strict rule may only be packages having extra
> features enabled and/or patches in compare to the official ones." -
> https://wiki.archlinux.org/index.php/Arch_Packaging_Standards#Submitting_packages_to_the_AUR
>
> If the *-total packages provide the same software, without any extra
> features enabled and/or patches, perhaps they could be kept instead of
> the old packages?
> Are there reasons to keep the old nvidia packages, if they provide the
> same content, instead of only having the *-total packages?
>
> --
> Sincerely,
>   Alexander Rødseth
>   xyproto / TU


Re: [aur-general] Renaming the package

2013-01-19 Thread SpinFlo
upload new package and send mail to this mail for merge/delete old package

2013/1/19 Konrad Borowski :
> Is it possible to rename the AUR package? For example, AUR seems to
> have perl6-junction package, that with Perl guidelines should be perl-
> perl6-junction.


Re: [aur-general] Best Practice for switching packages from svn to git

2013-01-11 Thread SpinFlo
i think if have all VCS package ( -git, -svn, -hg, -bzr etc) :

conflicts=('nameofpackage')
provides=('nameofpackage')

no need add explicit the VCS version in conflicts. for expample like you say

2013/1/11 Allen Li :
> On Fri, Jan 11, 2013 at 11:30:02AM +0100, Christoph Vigano wrote:
>> Hey everybody,
>>
>> I'm in the situation that one of my packages switched their VCS from SVN
>> to Git. Is it okay to conflict both the non-SVN and the SVN package at
>> the same time?
>>
>> The package in question is nagstamon-svn, whose upstream made the change
>> to Git. I want to use the following lines in the PKGBUILD:
>>
>> provides=('nagstamon')
>> conflicts=('nagstamon' 'nagstamon-svn').
>>
>> Any opinions towards this?
>>
>> Greetings,
>> Christoph
>>
>
> I'm not sure what exactly you're saying.  If nagstamon-svn and
> nagstamon-git both conflicts=('nagstamon'),
>
> P.S. a question I thought of just now. Does listing a package in
> conflicts automatically add it to provides?  I think I've seen/written
> git packages with only a conflicts, but it satisfies dependencies all
> the same.


[aur-general] [Removal Request] Avidemux-2.6-svn

2012-11-06 Thread SpinFlo
https://aur.archlinux.org/packages/avidemux-2.6-svn/ no longer needs repo
move to git

greetings


[aur-general] [Request merge] kdeplasma-addons-applets-miniplayer / kdeplasma-applets-miniplayer

2012-08-01 Thread SpinFlo
please merge https://aur.archlinux.org/packages.php?ID=54477 into
https://aur.archlinux.org/packages.php?ID=60825

greetings


[aur-general] Remove Request: wxgtk-wout-gconf

2012-06-20 Thread SpinFlo
please. remove https://aur.archlinux.org/packages.php?ID=54033

no need anymore. (wxgtk2.9 from Community no need gconf)

greetings


Re: [aur-general] Request Delete: telepathy-mission-control-wout-gnome

2012-04-21 Thread SpinFlo
> I'm sorry but i found your build stupid and useless.

is more stupid make packages with stupid dependecies

the KDE desktop not need GNOME libraries (yes. libgnome-keyring is
gnome libraries. see google)

telepaty-mission-control in KDE no need libgenome-keyring. exist this:

http://www.archlinux.org/packages/testing/x86_64/telepathy-kde-auth-handler/

Description:Provide UI/KWallet Integration For Passwords and SSL
Errors on Account Connect

http://i.imgur.com/GvRbK.png

greetings

2012/4/21 Ionut Biru :
> On 04/21/2012 09:35 PM, SpinFlo wrote:
>> hello. delete this package: https://aur.archlinux.org/packages.php?ID=54455
>>
>> is renplace by https://aur.archlinux.org/packages.php?ID=58685 (change
>> name according by other telepathy-kde packages)
>>
>> greetings
>
> I'm sorry but i found your build stupid and useless.
>
> First of all, libgnome-keyring is NOT gnome, is just a library that
> implements secret freedesktop implementation that can be used by
> gnome-keyring and since KDE 4.7, kwallet as well.
>
> Tou are storing the passwords in PLAIN text instead of in gnome-keyring
> or kwallet if you disable support for libgnome-keyring.
>
> --
> Ionuț
>


Re: [aur-general] Request Delete: telepathy-mission-control-wout-gnome

2012-04-21 Thread SpinFlo
replace*. sorry for the typo

2012/4/21 SpinFlo :
> hello. delete this package: https://aur.archlinux.org/packages.php?ID=54455
>
> is renplace by https://aur.archlinux.org/packages.php?ID=58685 (change
> name according by other telepathy-kde packages)
>
> greetings


[aur-general] Request Delete: telepathy-mission-control-wout-gnome

2012-04-21 Thread SpinFlo
hello. delete this package: https://aur.archlinux.org/packages.php?ID=54455

is renplace by https://aur.archlinux.org/packages.php?ID=58685 (change
name according by other telepathy-kde packages)

greetings


[aur-general] [request remove] dclib-svn, eiskaltdc and eiskaltdc-svn

2012-01-21 Thread SpinFlo
http://aur.archlinux.org/packages.php?ID=25636 -> no longer used
(include in eiskaltdcpp project)
http://aur.archlinux.org/packages.php?ID=28815 -> outdated
http://aur.archlinux.org/packages.php?ID=29623 -> used git intead (outdated)

greetings


  1   2   >