diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
commit | f32b4a646d57ce481b4dd7fe5833576a69aa79d5 (patch) | |
tree | 6c82ba3db072751cdb149734b14210803e71bfa2 /multimedia/ogle/files/patch-vmg-ifo_dump.c | |
parent | Remove gnomeicu: expired port (diff) |
Bye bye abandonwares (part 4)
2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles
2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles
2011-08-01 korean/elm: Look like an abandonware, no more public distifles
2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles
2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles
2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles
2011-08-01 korean/pinetreefonts: No more public distfile
2011-08-01 mail/bincimap: No more public distfile
2011-08-01 mail/cmail: No more public distfile
2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles
2011-08-01 math/qgfe: Look like an abandonware, no more public distifles
2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles
2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles
2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles
2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html
2011-08-01 multimedia/ldvd: Abandonware
2011-08-01 multimedia/linux-divx4linux: No more needed
2011-08-01 multimedia/linux-divx4linux4: No more needed
2011-08-01 multimedia/ogle: Abandonware
2011-08-01 multimedia/ogle-gui: Abandonware
2011-08-01 multimedia/okle: Abandonware
2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles
2011-08-01 net/callgen323: Look like an abandonware, no more public distifles
2011-08-01 net/lyntin: No longer under active development
2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware
2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles
2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles
2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead
2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles
2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles
2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles
2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles
2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles
2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
Diffstat (limited to 'multimedia/ogle/files/patch-vmg-ifo_dump.c')
-rw-r--r-- | multimedia/ogle/files/patch-vmg-ifo_dump.c | 140 |
1 files changed, 0 insertions, 140 deletions
diff --git a/multimedia/ogle/files/patch-vmg-ifo_dump.c b/multimedia/ogle/files/patch-vmg-ifo_dump.c deleted file mode 100644 index 549e502a5e03..000000000000 --- a/multimedia/ogle/files/patch-vmg-ifo_dump.c +++ /dev/null @@ -1,140 +0,0 @@ ---- vmg/ifo_dump.c.orig 2003-06-25 18:12:43.000000000 +0200 -+++ vmg/ifo_dump.c 2009-02-04 08:20:52.000000000 +0100 -@@ -50,134 +50,12 @@ - - - static void print_ifo(char *path, int title) { -- dvd_reader_t *dvd; -- ifo_handle_t *h; -- -- dvd = DVDOpen(path); -+ dvd_reader_t *dvd = DVDOpen(path); -+ - if(!dvd) { - fprintf(stderr, "Can't open disc %s!\n", path); - return; - } - -- if((h = ifoOpen(dvd, title)) == NULL) -- return; -- -- if(h->vmgi_mat != NULL) { -- -- printf("VMG top level\n-------------\n"); -- ifoPrint_VMGI_MAT(h->vmgi_mat); -- -- printf("\nFirst Play PGC\n--------------\n"); -- ifoPrint_PGC(h->first_play_pgc); -- -- printf("\nTitle Track search pointer table\n"); -- printf( "------------------------------------------------\n"); -- ifoPrint_TT_SRPT(h->tt_srpt); -- -- printf("\nMenu PGCI Unit table\n"); -- printf( "--------------------\n"); -- if(h->vmgi_mat->vmgm_pgci_ut != 0) { -- ifoPrint_PGCI_UT(h->pgci_ut); -- } else -- printf("No Menu PGCI Unit table present\n"); -- -- printf("\nParental Manegment Information table\n"); -- printf( "------------------------------------\n"); -- if(h->vmgi_mat->ptl_mait != 0) { -- ifoPrint_PTL_MAIT(h->ptl_mait); -- } else -- printf("No Parental Management Information present\n"); -- -- printf("\nVideo Title Set Attribute Table\n"); -- printf( "-------------------------------\n"); -- ifoPrint_VTS_ATRT(h->vts_atrt); -- -- -- printf("\nText Data Manager Information\n"); -- printf( "-----------------------------\n"); -- if(h->vmgi_mat->txtdt_mgi != 0) { -- //ifoPrint_TXTDT_MGI(h->txtdt_mgi); -- printf("Can't print Text Data Manager Information yet\n"); -- } else -- printf("No Text Data Manager Information present\n"); -- -- if(1) { -- -- printf("\nCell Address table\n"); -- printf( "-----------------\n"); -- if(h->vmgi_mat->vmgm_c_adt != 0) { -- ifoPrint_C_ADT(h->menu_c_adt); -- } else -- printf("No Cell Address table present\n"); -- -- printf("\nVideo Title set Menu VOBU address map\n"); -- printf( "-----------------\n"); -- if(h->vmgi_mat->vmgm_vobu_admap != 0) { -- ifoPrint_VOBU_ADMAP(h->menu_vobu_admap); -- } else -- printf("No Menu VOBU address map present\n"); -- } -- } -- -- if(h->vtsi_mat != NULL) { -- -- printf("VTS top level\n-------------\n"); -- ifoPrint_VTSI_MAT(h->vtsi_mat); -- -- printf("\nPart of title search pointer table information\n"); -- printf( "----------------------------------------------\n"); -- ifoPrint_VTS_PTT_SRPT(h->vts_ptt_srpt); -- -- printf("\nPGCI Unit table\n"); -- printf( "--------------------\n"); -- ifoPrint_PGCIT(h->vts_pgcit); -- -- printf("\nMenu PGCI Unit table\n"); -- printf( "--------------------\n"); -- if(h->vtsi_mat->vtsm_pgci_ut != 0) { -- ifoPrint_PGCI_UT(h->pgci_ut); -- } else -- printf("No Menu PGCI Unit table present\n"); -- -- if(1) { -- -- printf("\nTime Map table\n"); -- printf( "-----------------\n"); -- if(h->vtsi_mat->vts_tmapt != 0) { -- ifoPrint_VTS_TMAPT(h->vts_tmapt); -- } else -- printf("No Time Map table present\n"); -- -- printf("\nMenu Cell Address table\n"); -- printf( "-----------------\n"); -- if(h->vtsi_mat->vtsm_c_adt != 0) { -- ifoPrint_C_ADT(h->menu_c_adt); -- } else -- printf("No Cell Address table present\n"); -- -- printf("\nVideo Title Set Menu VOBU address map\n"); -- printf( "-----------------\n"); -- if(h->vtsi_mat->vtsm_vobu_admap != 0) { -- ifoPrint_VOBU_ADMAP(h->menu_vobu_admap); -- } else -- printf("No Menu VOBU address map present\n"); -- -- printf("\nCell Address table\n"); -- printf( "-----------------\n"); -- ifoPrint_C_ADT(h->vts_c_adt); -- -- printf("\nVideo Title Set VOBU address map\n"); -- printf( "-----------------\n"); -- ifoPrint_VOBU_ADMAP(h->vts_vobu_admap); -- -- } -- } -- -- -- /* Vob */ -- -+ ifo_print(dvd, title); - } -- -- -- -- |