Re: [packman] ffmpeg is now maintained in OBS

2015-12-09 Diskussionsfäden Olaf Hering
Am 09.12.2015 um 09:01 schrieb Jimmy Berry:
> So what should we use, exactly?

As I said: check what the pkg actually requires, make sure the pkg
itself checks for exactly that (chromaprint gets this wrong for
example), and convert these requirements into pkgconfig().
See https://pmbs.links2linux.org/request/show/2306 and other SR I did in
the last days.

Olaf

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] ffmpeg is now maintained in OBS

2015-12-09 Diskussionsfäden Jimmy Berry
So what should we use, exactly?

Also really switching for libav? Didn't debian just switch back to ffmpeg?

--
Jimmy


On Wed, Dec 9, 2015 at 1:17 AM, Olaf Hering  wrote:
> Am 09.12.2015 um 08:15 schrieb Dave Plater:
>> ffmpeg-devel works, check out Extra/blender
>
> Yes, until the pkg gets renamed or dropped in favour of libav.
>
> Olaf
>
> ___
> Packman mailing list
> Packman@links2linux.de
> http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] ffmpeg is now maintained in OBS

2015-12-08 Diskussionsfäden Dave Plater
ffmpeg-devel works, check out Extra/blender
Regards
Dave

On 12/9/15, Olaf Hering  wrote:
> Am 09.12.2015 um 07:07 schrieb Jimmy Berry:
>> Seems like this means anyone with libffmpeg-devel needs to change it
>> to ffmpeg-devel.
>
> No. It has to be pkgconfig(). I had already started the conversion in
> the last weeks, with slow progress.
> home:olh:pkgconfig-ffmpeg has the remainders. This helps with the
> conversion:
>
> svngrep -En
> 'lib(avcodec|avformat|avuti|avresample|avdevice|swscale|swresample)' |
> grep -w include |
> cut -d '#' -f 2 |
> cut -f 1 -d / |
> sed 's@^.*<@BuildRequires:  pkgconfig(@;s@$@)@' |
> sort -u
>
>
> Olaf
>
> ___
> Packman mailing list
> Packman@links2linux.de
> http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
>

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] ffmpeg is now maintained in OBS

2015-12-08 Diskussionsfäden Jimmy Berry
Seems like this means anyone with libffmpeg-devel needs to change it
to ffmpeg-devel.

--
Jimmy


On Tue, Dec 8, 2015 at 5:36 AM, Olaf Hering  wrote:
> The ffmpeg package in OBS was updated and got most of the functionality
> from PMBS. Now the ffmpeg became a _link to OBS:multimedia:libs.
> Please submit changes for ffmpeg to OBS from now on.
>
> Olaf
>
> ___
> Packman mailing list
> Packman@links2linux.de
> http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] ffmpeg is now maintained in OBS

2015-12-08 Diskussionsfäden Jimmy Berry
I agree. Just noticed my package was failing which seems like a rather
abrupt way to make this transition without also mentioning in change
note (above) that people need to make the change. Just adding so
hopefully others can fix quicker.

--
Jimmy


On Wed, Dec 9, 2015 at 12:54 AM, Dave Plater  wrote:
> On 12/9/15, Jimmy Berry  wrote:
>> Seems like this means anyone with libffmpeg-devel needs to change it
>> to ffmpeg-devel.
>>
>> --
>> Jimmy
> Yes, I've already changed Extra/blender. The ideal situation is to
> have all Packman packages that have openSUSE counterparts linked to
> OBS so they can be maintained in OBS making Packman a valid update
> repo and ensuring stability of packages.
> Regards
> Dave Plater
>
>>
>>
>> On Tue, Dec 8, 2015 at 5:36 AM, Olaf Hering  wrote:
>>> The ffmpeg package in OBS was updated and got most of the functionality
>>> from PMBS. Now the ffmpeg became a _link to OBS:multimedia:libs.
>>> Please submit changes for ffmpeg to OBS from now on.
>>>
>>> Olaf
>>>

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] ffmpeg is now maintained in OBS

2015-12-08 Diskussionsfäden Olaf Hering
Am 09.12.2015 um 08:15 schrieb Dave Plater:
> ffmpeg-devel works, check out Extra/blender

Yes, until the pkg gets renamed or dropped in favour of libav.

Olaf

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] ffmpeg is now maintained in OBS

2015-12-08 Diskussionsfäden Olaf Hering
Am 09.12.2015 um 07:07 schrieb Jimmy Berry:
> Seems like this means anyone with libffmpeg-devel needs to change it
> to ffmpeg-devel.

No. It has to be pkgconfig(). I had already started the conversion in
the last weeks, with slow progress.
home:olh:pkgconfig-ffmpeg has the remainders. This helps with the
conversion:

svngrep -En
'lib(avcodec|avformat|avuti|avresample|avdevice|swscale|swresample)' |
grep -w include |
cut -d '#' -f 2 |
cut -f 1 -d / |
sed 's@^.*<@BuildRequires:  pkgconfig(@;s@$@)@' |
sort -u


Olaf

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman