Changes between Initial Version and Version 1 of Ticket #19718, comment 13
- Timestamp:
- 06/05/2024 03:20:30 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #19718, comment 13
initial v1 13 13 To get this patch, I basically did the following: 14 14 15 16 {{{ 15 17 hg clone http://hg.code.sf.net/p/xine/xine-lib-1.2 16 18 cd xine-lib-1.2 … … 20 22 hg diff -c 1e7b184008860c8be2289c3cefd9dee57f06193a | tee /tmp/xine-4.patch 21 23 hg diff -c 73b833e7fe356cd2d9490dda4ebc9bfe16fce958 | tee /tmp/xine-5.patch 24 }}} 22 25 23 26 and then applied them all to a freshly extracted copy of xine-lib-1.2.13, and then diffed it.