diff mbox series

[2/2] liba52: remove UPSTREAM_CHECK_URI

Message ID 20240417222826.3549176-2-jdmason@kudzu.us
State New
Headers show
Series [1/2] liba52: update SRC_URI | expand

Commit Message

Jon Mason April 17, 2024, 10:28 p.m. UTC
UPSTREAM_CHECK_URI pointed to a URL that does not exist, causing
UNKNOWN_BROKEN error when running `devtool check-upgrade-status`.
There doesn't appear to be a way to check on sourceforge for new
versions (and there hasn't been a new version in over a decade at this
point).  There is a way to use CVS, but sourceforge is decommissioning
CVS (and it doesn't make sense to switch to something that is being
removed).  So, just doing UPSTREAM_VERSION_UNKNOWN.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
 meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexander Kanavin April 18, 2024, 5:37 a.m. UTC | #1
I have actually queued a patch to remove this recipe altogether. It's
a dead project, and superseded by ffmpeg long time ago.

Alex

On Thu, 18 Apr 2024 at 00:28, Jon Mason via lists.openembedded.org
<jdmason=kudzu.us@lists.openembedded.org> wrote:
>
> UPSTREAM_CHECK_URI pointed to a URL that does not exist, causing
> UNKNOWN_BROKEN error when running `devtool check-upgrade-status`.
> There doesn't appear to be a way to check on sourceforge for new
> versions (and there hasn't been a new version in over a decade at this
> point).  There is a way to use CVS, but sourceforge is decommissioning
> CVS (and it doesn't make sense to switch to something that is being
> removed).  So, just doing UPSTREAM_VERSION_UNKNOWN.
>
> Signed-off-by: Jon Mason <jdmason@kudzu.us>
> ---
>  meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> index 684dd590ca15..d52310b8ca92 100644
> --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> @@ -16,7 +16,7 @@ SRC_URI = "https://sourceforge.net/projects/liba52/files/a52dec-${PV}.tar.gz \
>  SRC_URI[md5sum] = "1a2e77b4f7aacd858961a6b727710551"
>  SRC_URI[sha256sum] = "c1931bc511dc48987fdba6888be577f3035e3f0b6b81d3ea3e766fca8d18e128"
>
> -UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html"
> +UPSTREAM_VERSION_UNKNOWN = "1"
>
>  S = "${WORKDIR}/a52dec-${PV}"
>
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#198489): https://lists.openembedded.org/g/openembedded-core/message/198489
> Mute This Topic: https://lists.openembedded.org/mt/105587759/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Jon Mason April 18, 2024, 1:36 p.m. UTC | #2
On Thu, Apr 18, 2024 at 1:37 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> I have actually queued a patch to remove this recipe altogether. It's
> a dead project, and superseded by ffmpeg long time ago.
>
> Alex

No problem.  Feel free to drop this then in favor of dropping the
recipe completely.

Thanks,
Jon


>
> On Thu, 18 Apr 2024 at 00:28, Jon Mason via lists.openembedded.org
> <jdmason=kudzu.us@lists.openembedded.org> wrote:
> >
> > UPSTREAM_CHECK_URI pointed to a URL that does not exist, causing
> > UNKNOWN_BROKEN error when running `devtool check-upgrade-status`.
> > There doesn't appear to be a way to check on sourceforge for new
> > versions (and there hasn't been a new version in over a decade at this
> > point).  There is a way to use CVS, but sourceforge is decommissioning
> > CVS (and it doesn't make sense to switch to something that is being
> > removed).  So, just doing UPSTREAM_VERSION_UNKNOWN.
> >
> > Signed-off-by: Jon Mason <jdmason@kudzu.us>
> > ---
> >  meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> > index 684dd590ca15..d52310b8ca92 100644
> > --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> > +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
> > @@ -16,7 +16,7 @@ SRC_URI = "https://sourceforge.net/projects/liba52/files/a52dec-${PV}.tar.gz \
> >  SRC_URI[md5sum] = "1a2e77b4f7aacd858961a6b727710551"
> >  SRC_URI[sha256sum] = "c1931bc511dc48987fdba6888be577f3035e3f0b6b81d3ea3e766fca8d18e128"
> >
> > -UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html"
> > +UPSTREAM_VERSION_UNKNOWN = "1"
> >
> >  S = "${WORKDIR}/a52dec-${PV}"
> >
> > --
> > 2.30.2
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#198489): https://lists.openembedded.org/g/openembedded-core/message/198489
> > Mute This Topic: https://lists.openembedded.org/mt/105587759/1686489
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
index 684dd590ca15..d52310b8ca92 100644
--- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
+++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb
@@ -16,7 +16,7 @@  SRC_URI = "https://sourceforge.net/projects/liba52/files/a52dec-${PV}.tar.gz \
 SRC_URI[md5sum] = "1a2e77b4f7aacd858961a6b727710551"
 SRC_URI[sha256sum] = "c1931bc511dc48987fdba6888be577f3035e3f0b6b81d3ea3e766fca8d18e128"
 
-UPSTREAM_CHECK_URI = "http://liba52.sourceforge.net/downloads.html"
+UPSTREAM_VERSION_UNKNOWN = "1"
 
 S = "${WORKDIR}/a52dec-${PV}"