Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488528 - =media-sound/rgain-1.2.1 - Version bump.
Summary: =media-sound/rgain-1.2.1 - Version bump.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Stanislav Ochotnicky (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-10-18 21:12 UTC by Dennis Schridde
Modified: 2013-10-19 22:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
rgain-1.2.1.ebuild (rgain-1.2.1.ebuild,878 bytes, text/plain)
2013-10-18 22:18 UTC, Dennis Schridde
Details
1.0.2-to-1.2.1.patch (file_488528.txt,788 bytes, patch)
2013-10-19 07:57 UTC, Tom Wijsman (TomWij) (RETIRED)
Details | Diff
patch (1.0.2 -> 1.2.1) (rgain-1.2.1.ebuild.patch,730 bytes, patch)
2013-10-19 09:44 UTC, Dennis Schridde
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2013-10-18 21:12:56 UTC
Changes
rgain 1.2.1 (2013-10-18)
    Fix issue with reading MP3 reference loudness tags.
rgain 1.2 (2013-05-04)
    Port to GStreamer 1.0.
    Support default GStreamer command-line options for replaygain and collectiongain. All known GStreamer options can be listed by using the --help-gst flag.
Comment 1 Dennis Schridde 2013-10-18 22:18:42 UTC
Created attachment 361274 [details]
rgain-1.2.1.ebuild
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-10-19 07:57:41 UTC
Created attachment 361288 [details, diff]
1.0.2-to-1.2.1.patch

Translated new ebuild into patch against old ebuild.
Comment 3 Dennis Schridde 2013-10-19 09:44:48 UTC
Created attachment 361290 [details, diff]
patch (1.0.2 -> 1.2.1)

(In reply to Tom Wijsman (TomWij) from comment #2)
> Created attachment 361288 [details, diff] [details, diff]
> 1.0.2-to-1.2.1.patch

I just had a look at the pypi site: They still host this, just the package is not zip anymore, but tar.gz. I thus changed S and SRC_URI in my ebuild. The result is in the attached (much simpler) patch.
Comment 4 Stanislav Ochotnicky (RETIRED) gentoo-dev 2013-10-19 14:27:13 UTC
So, I have committed your ebuild/patch + migrated to EAPI 5 and added a few use flags. Since I might have made some mistake wrt gst slotting, I wouldn't mind you double checking. If you are satisfied..feel free to close this bug.
Comment 5 Dennis Schridde 2013-10-19 21:23:58 UTC
(In reply to Stanislav Ochotnicky from comment #4)
> So, I have committed your ebuild/patch + migrated to EAPI 5 and added a few
> use flags. Since I might have made some mistake wrt gst slotting, I wouldn't
> mind you double checking. If you are satisfied..feel free to close this bug.

Re: IUSE=mp3:
media-plugins/gst-plugins-meta has:
    mp3? (
        media-libs/gst-plugins-ugly:1.0
        media-plugins/gst-plugins-mad:1.0 )
while you included only mad in the list. Is that intentional?
Comment 6 Stanislav Ochotnicky (RETIRED) gentoo-dev 2013-10-19 22:02:21 UTC
(In reply to Dennis Schridde from comment #5)
> (In reply to Stanislav Ochotnicky from comment #4)
> > So, I have committed your ebuild/patch + migrated to EAPI 5 and added a few
> > use flags. Since I might have made some mistake wrt gst slotting, I wouldn't
> > mind you double checking. If you are satisfied..feel free to close this bug.
> 
> Re: IUSE=mp3:
> media-plugins/gst-plugins-meta has:
>     mp3? (
>         media-libs/gst-plugins-ugly:1.0
>         media-plugins/gst-plugins-mad:1.0 )
> while you included only mad in the list. Is that intentional?

Yes, gst-plugins-mad pulls in gst-plugins-ugly through gst-plugins eclass. I guess that requires in meta is from pre gst:1.0 days
Comment 7 Dennis Schridde 2013-10-19 22:25:27 UTC
Thanks!