Re: [Slackbuilds-users] How to build a slackpackage for a software without a version number ?

2019-10-13 Thread Jeremy Hansen
On Sun, Oct 13, 2019, 8:36 PM J. Scheurich  wrote:

> Hi,
>
> I need to add the OpenSubdiv library to slackbuild, but the software do
> not have a
> file with a version number 8-(
>
> http://graphics.pixar.com/opensubdiv/docs/getting_started.html
>
> points to a git repository and
>
> https://github.com/PixarAnimationStudios/OpenSubdiv/archive/master.zip
>
> which has no version number 8-(
>
> If Pixar needs to patch this file, the archive checksum will be changed
> and a
> slackbuild port would become invalid 8-(
>
> How to solve the problem ?
>
> so long
> MUFTI
>

They do have releases available:

https://github.com/PixarAnimationStudios/OpenSubdiv/releases

If you want the latest 3.4.0 release, you can use the following link:

https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_4_0/OpenSubdiv-3_4_0.tar.gz

But if you're needing something that is newer than that release, you can
use a specific commit like Fernando mentioned.

Jeremy

>
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] How to build a slackpackage for a software without a version number ?

2019-10-13 Thread Duncan Roe
On Sun, Oct 13, 2019 at 10:13:11PM +0200, J. Scheurich wrote:
> Hi,
>
> I need to add the OpenSubdiv library to slackbuild, but the software do
> not have a
> file with a version number 8-(
>
> http://graphics.pixar.com/opensubdiv/docs/getting_started.html
>
> points to a git repository and
>
> https://github.com/PixarAnimationStudios/OpenSubdiv/archive/master.zip
>
> which has no version number 8-(
>
> If Pixar needs to patch this file, the archive checksum will be changed
> and a
> slackbuild port would become invalid 8-(
>
> How to solve the problem ?
>
> so long
> MUFTI

Hi Mufti,

I went to https://github.com/PixarAnimationStudios/OpenSubdiv and there *are*
revisions - latest is 3.4.0.

If you click on RELEASES you get offerred OpenSubdiv-3_4_0.tar.gz (somewhat
preferred over the zip file).

The URL to get it is
https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_4_0.tar.gz

Cheers ... Duncan.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] How to build a slackpackage for a software without a version number ?

2019-10-13 Thread Fernando Lopez
check this slackbuild: ktsuss

On Sun, Oct 13, 2019 at 8:39 PM Fernando Lopez 
wrote:

> you get the commit number
>
> On Sun, Oct 13, 2019 at 8:36 PM J. Scheurich  wrote:
>
>> Hi,
>>
>> I need to add the OpenSubdiv library to slackbuild, but the software do
>> not have a
>> file with a version number 8-(
>>
>> http://graphics.pixar.com/opensubdiv/docs/getting_started.html
>>
>> points to a git repository and
>>
>> https://github.com/PixarAnimationStudios/OpenSubdiv/archive/master.zip
>>
>> which has no version number 8-(
>>
>> If Pixar needs to patch this file, the archive checksum will be changed
>> and a
>> slackbuild port would become invalid 8-(
>>
>> How to solve the problem ?
>>
>> so long
>> MUFTI
>> ___
>> SlackBuilds-users mailing list
>> SlackBuilds-users@slackbuilds.org
>> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>> FAQ - https://slackbuilds.org/faq/
>>
>>
>
> --
>
> 
> Regards,
> Fernando Lopez Jr.
>


-- 


Regards,
Fernando Lopez Jr.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] How to build a slackpackage for a software without a version number ?

2019-10-13 Thread Fernando Lopez
you get the commit number

On Sun, Oct 13, 2019 at 8:36 PM J. Scheurich  wrote:

> Hi,
>
> I need to add the OpenSubdiv library to slackbuild, but the software do
> not have a
> file with a version number 8-(
>
> http://graphics.pixar.com/opensubdiv/docs/getting_started.html
>
> points to a git repository and
>
> https://github.com/PixarAnimationStudios/OpenSubdiv/archive/master.zip
>
> which has no version number 8-(
>
> If Pixar needs to patch this file, the archive checksum will be changed
> and a
> slackbuild port would become invalid 8-(
>
> How to solve the problem ?
>
> so long
> MUFTI
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>

-- 


Regards,
Fernando Lopez Jr.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] How to build a slackpackage for a software without a version number ?

2019-10-13 Thread J. Scheurich
Hi,

I need to add the OpenSubdiv library to slackbuild, but the software do
not have a
file with a version number 8-(

http://graphics.pixar.com/opensubdiv/docs/getting_started.html

points to a git repository and

https://github.com/PixarAnimationStudios/OpenSubdiv/archive/master.zip

which has no version number 8-(

If Pixar needs to patch this file, the archive checksum will be changed
and a
slackbuild port would become invalid 8-(

How to solve the problem ?

so long
MUFTI
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] nodejs update for review

2019-10-13 Thread Jheengut Pritvi
On Sat, 12 Oct 2019 at 07:33, Willy Sudiarto Raharjo <
will...@slackbuilds.org> wrote:

> > i'm planning to push nodejs to 10.16.x for next public update and at
> > this moment, i'm testing some packages that depends on nodejs package.
> >
> > You can see the changes in nodejs-review branch
> >
> > If you are a maintainer who have scripts that depends on nodejs, please
> > test against latest nodejs 10.16.x.
>
> Please disregard the original email
> i accidentally put the build in my current build machine instead of
> stable build machine. NodeJS 10.x will not build in stable as it
> requires OpenSSL 1.1.
>
>
> --
> Willy Sudiarto Raharjo
>
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
Maybe that is why I had no issue when building it.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/