Closed
Bug 292054
Opened 20 years ago
Closed 20 years ago
revert package names to original versions when svg is enabled
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: chase, Unassigned)
References
Details
Attachments
(1 file)
1007 bytes,
patch
|
chase
:
review+
chase
:
superreview+
chase
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
After enabling SVG on the Firefox trunk windows and mac build systems, the
output package names took on a new form:
firefox-1.0+.en-US.win32-svg.installer.exe
firefox-1.0+.en-US.mac-svg-cairo.dmg
The expected form is:
firefox-1.0+.en-US.win32.installer.exe
firefox-1.0+.en-US.mac.dmg
These packages need to revert back to their old filenames since we're aiming for
SVG to be the default and it's now being included on 2/3 platforms (linux coming
soon).
Reporter | ||
Comment 2•20 years ago
|
||
Comment on attachment 181953 [details] [diff] [review]
remove svg changes to package name
>-ifdef MOZ_SVG_RENDERER_GDIPLUG
>-MOZ_PKG_PLATFORM := $(MOZ_PKG_PLATFORM)-gdiplus
>-endif
I gather the intention on Windows systems was to add -gdiplus to the name but
it would appear 'GDIPLUG' should have been 'GDIPLUS,' hence why on Windows the
name is only -svg, not -svg-gdiplus.
r/sr=chase@mozilla.org
Attachment #181953 -
Flags: superreview+
Attachment #181953 -
Flags: review+
Reporter | ||
Comment 3•20 years ago
|
||
Comment on attachment 181953 [details] [diff] [review]
remove svg changes to package name
Build config fix needed for alpha.
Attachment #181953 -
Flags: approval-aviary1.1a?
Reporter | ||
Comment 4•20 years ago
|
||
Comment on attachment 181953 [details] [diff] [review]
remove svg changes to package name
a=chase (I should've just approved this earlier)
Attachment #181953 -
Flags: approval-aviary1.1a? → approval-aviary1.1a+
Checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 6•20 years ago
|
||
it's actually building both now, with and w/o svg and svg in the name
firefox-1.0+.en-US.win32-svg.zip 27-Apr-2005 23:37 6.5M
firefox-1.0+.en-US.win32.zip 27-Apr-2005 23:37 6.3M
Comment 7•20 years ago
|
||
(In reply to comment #6)
> it's actually building both now, with and w/o svg and svg in the name
> firefox-1.0+.en-US.win32-svg.zip 27-Apr-2005 23:37 6.5M
> firefox-1.0+.en-US.win32.zip 27-Apr-2005 23:37 6.3M
http://mozilla.osuosl.org/pub/mozilla.org/firefox/tinderbox-builds/beast-trunk/
only wrong on windows, mac has been changed correctly
Comment 8•20 years ago
|
||
the win32 builds with svg in the title seem to be an hourly copy of one of the
20050427 builds
Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•