| Summary: | Please build legacy audacious for EPEL 6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> |
| Component: | audacious | Assignee: | Michael Schwendt <bugs.michael> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bugs.michael, malkodan, vonsch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-18 20:15:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1036386 | ||
| Bug Blocks: | 1036388 | ||
It may be clever indeed since 3.4.x hasn't been bad, but offering EPEL builds of Audacious is not something I'm interested in. That's due to the number of fixes that only happen as a result of core/ABI/API changes. I was thinking about 3.2.x especially as upstream seems to require gtk3 with 3.4.x now - except I did misget them. I meant "3.2.x" (F17) in my previous reply. That was only a typo. |
Description of problem: Please build latest audacious for EPEL 6. I am using CentOS 6 on my workstation and it makes sense for me to have also a multimedia player ("xmms++") there. It seems to be clever to use the latest legacy version with gtk2 support here. I applied the following patch to the *.spec of audacious-3.2.4-2.fc17 to make it building: --- snipp --- --- audacious.spe 2013-01-12 21:51:09.000000000 +0100 +++ audacious.spec.rsc 2013-12-01 20:35:03.000000000 +0100 @@ -18,7 +18,7 @@ Source0: http://distfiles.audacious-media-player.org/audacious-%{tar_ver}.tar.bz2 BuildRequires: gettext -BuildRequires: gtk3-devel +BuildRequires: gtk2-devel BuildRequires: libguess-devel >= 1.1 BuildRequires: dbus-devel dbus-glib-devel BuildRequires: libSM-devel @@ -73,7 +73,7 @@ Group: Development/Libraries Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: glib2-devel -Requires: gtk3-devel +Requires: gtk2-devel Requires: dbus-glib-devel %description devel --- snapp --- Version-Release number of selected component (if applicable): audacious-3.2.4-2.fc17 Actual results: No audacious in EPEL 6 Expected results: audacious-3.2.4-1.el6 or better ;-) Additional info: Please let me know if you are not interested in maintaining the package.