Opened 14 years ago
Closed 13 years ago
#28074 closed defect (fixed)
ffmpeg-devel 25102 fails to install due to missing libswscale in svn repo
Reported by: | dev@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | ffmpeg-devel |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
From logfile:
:info:fetch svn: File not found: revision 32807, path '/trunk/libswscale' :info:fetch shell command "svn co -r32106 svn://svn.ffmpeg.org/mplayer/trunk/libswscale /opt/local/var/macports/distfiles/ffmpeg-devel/25102/trunk/libswscale" returned error 1
I noticed that trunk/libswscale has been removed from that repo:
svn log -r32801 -v svn://svn.ffmpeg.org/mplayer/trunk/ ------------------------------------------------------------------------ r32801 | diego | 2011-01-20 02:41:43 -0700 (Thu, 20 Jan 2011) | 8 lines Changed paths: D /trunk/libswscale
Which states:
Remove libswscale subdirectory. libswscale has been moved to FFmpeg since some time and only kept in the MPlayer repository for historical reasons and difficulty in moving code complete with history between Subversion repositories. FFmpeg now contains libswscale directly without indirection through an svn:externals property, so no reason to keep libswscale in MPlayer remains.
Maybe ffmpeg-devel should now depend on ffmpeg? Would that solve the issue?
Attachments (1)
Change History (6)
Changed 14 years ago by dev@…
Attachment: | Portfile-ffmpeg-devel.diff added |
---|
comment:1 Changed 14 years ago by dev@…
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to devans@… |
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Summary: | ffmpeg-devel 25102 fails to install due to missing svn repo → ffmpeg-devel 25102 fails to install due to missing libswscale in svn repo |
By definition of what a -devel port is, ffmpeg and ffmpeg-devel conflict with one another; one of them certainly cannot depend on the other.
Dave, I fixed the immediate problem in r75318 by using peg revisions instead of operative ones in your svn checkout commands. I'll leave it to you whether you want to additionally update ffmpeg-devel to a newer version, as suggested by the attached patch from dev@nuclearblender, or whether you want to close the ticket as fixed now.
comment:5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
ffmpeg-devel was updated to fetch from git, now that their svn repository is gone; see #29215.
Here's a patch file that seems to work better. I am now getting a new error: